Searched refs:spl_fixedarray_object_new_ex (Results 1 – 1 of 1) sorted by relevance
257 static zend_object *spl_fixedarray_object_new_ex(zend_class_entry *class_type, zend_object *orig, b… in spl_fixedarray_object_new_ex() function313 return spl_fixedarray_object_new_ex(class_type, NULL, 0); in spl_fixedarray_new()318 zend_object *new_object = spl_fixedarray_object_new_ex(old_object->ce, old_object, 1); in spl_fixedarray_object_clone()
Completed in 10 milliseconds