spl_array_object_new_ex  259 ext/spl/spl_array.c 	return spl_array_object_new_ex(class_type, NULL, 0);
spl_array_object_new_ex  270 ext/spl/spl_array.c 	new_object = spl_array_object_new_ex(old_object->ce, zobject, 1);
spl_array_object_new_ex 1304 ext/spl/spl_array.c 	ZVAL_OBJ(return_value, spl_array_object_new_ex(intern->ce_get_iterator, object, 0));