Home
last modified time | relevance | path

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

/PHP-7.3/ext/spl/
H A Dspl_heap.c358 static zend_object *spl_heap_object_new_ex(zend_class_entry *class_type, zval *orig, int clone_orig… in spl_heap_object_new_ex() function
436 return spl_heap_object_new_ex(class_type, NULL, 0); in spl_heap_object_new()
446 new_object = spl_heap_object_new_ex(old_object->ce, zobject, 1); in spl_heap_object_clone()

Completed in 9 milliseconds