Which is the most complete list of data types that PHP supports?
string, integer, float, boolean, array, object, NULL
string, integer, float, array, object, NULL, resource
string, integer, boolean, array, object, NULL, resource
string, integer, float, boolean, array, object, NULL, resource