Home
last modified time | relevance | path

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

/PHP-7.3/ext/spl/
H A Dspl_array.c168 static zend_object *spl_array_object_new_ex(zend_class_entry *class_type, zval *orig, int clone_ori… in spl_array_object_new_ex() function
270 return spl_array_object_new_ex(class_type, NULL, 0); in spl_array_object_new()
281 new_object = spl_array_object_new_ex(old_object->ce, zobject, 1); in spl_array_object_clone()
1348 ZVAL_OBJ(return_value, spl_array_object_new_ex(intern->ce_get_iterator, object, 0)); in SPL_METHOD()

Completed in 14 milliseconds