Home
last modified time | relevance | path

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

/PHP-7.4/ext/spl/
H A Dspl_fixedarray.c210 …t *spl_fixedarray_object_new_ex(zend_class_entry *class_type, zval *orig, int clone_orig) /* {{{ */ in spl_fixedarray_object_new_ex() argument
225 if (orig && clone_orig) { in spl_fixedarray_object_new_ex()
H A Dspl_heap.c398 static zend_object *spl_heap_object_new_ex(zend_class_entry *class_type, zval *orig, int clone_orig in spl_heap_object_new_ex() argument
414 if (clone_orig) { in spl_heap_object_new_ex()
H A Dspl_dllist.c370 …bject *spl_dllist_object_new_ex(zend_class_entry *class_type, zval *orig, int clone_orig) /* {{{ */ in spl_dllist_object_new_ex() argument
388 if (clone_orig) { in spl_dllist_object_new_ex()
H A Dspl_array.c168 …atic zend_object *spl_array_object_new_ex(zend_class_entry *class_type, zval *orig, int clone_orig) in spl_array_object_new_ex() argument
187 if (clone_orig) { in spl_array_object_new_ex()

Completed in 43 milliseconds