Home
last modified time | relevance | path

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

/PHP-7.3/ext/spl/
H A Dspl_fixedarray.c205 …t *spl_fixedarray_object_new_ex(zend_class_entry *class_type, zval *orig, int clone_orig) /* {{{ */ in spl_fixedarray_object_new_ex() argument
219 if (orig && clone_orig) { in spl_fixedarray_object_new_ex()
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() argument
376 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 24 milliseconds