spl_array_object_new_ex  279 ext/spl/spl_array.c 	return spl_array_object_new_ex(class_type, &tmp, NULL, 0 TSRMLS_CC);
spl_array_object_new_ex  293 ext/spl/spl_array.c 	new_obj_val = spl_array_object_new_ex(old_object->ce, &intern, zobject, 1 TSRMLS_CC);
spl_array_object_new_ex 1319 ext/spl/spl_array.c 	return_value->value.obj = spl_array_object_new_ex(intern->ce_get_iterator, &iterator, object, 0 TSRMLS_CC);