Home
last modified time | relevance | path

Searched refs:spl_fixedarray_object_new_ex (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/spl/
H A Dspl_fixedarray.c210 static zend_object *spl_fixedarray_object_new_ex(zend_class_entry *class_type, zval *orig, int clon… in spl_fixedarray_object_new_ex() function
299 return spl_fixedarray_object_new_ex(class_type, NULL, 0); in spl_fixedarray_new()
309 new_object = spl_fixedarray_object_new_ex(old_object->ce, zobject, 1); in spl_fixedarray_object_clone()

Completed in 7 milliseconds