Searched refs:spl_heap_object_new_ex (Results 1 – 1 of 1) sorted by relevance
384 static zend_object_value spl_heap_object_new_ex(zend_class_entry *class_type, spl_heap_object **obj… in spl_heap_object_new_ex() function475 return spl_heap_object_new_ex(class_type, &tmp, NULL, 0 TSRMLS_CC); in spl_heap_object_new()488 new_obj_val = spl_heap_object_new_ex(old_object->ce, &intern, zobject, 1 TSRMLS_CC); in spl_heap_object_clone()
Completed in 6 milliseconds