clone_orig        157 ext/spl/spl_array.c static zend_object *spl_array_object_new_ex(zend_class_entry *class_type, zval *orig, int clone_orig)
clone_orig        176 ext/spl/spl_array.c 		if (clone_orig) {
clone_orig        370 ext/spl/spl_dllist.c static zend_object *spl_dllist_object_new_ex(zend_class_entry *class_type, zval *orig, int clone_orig) /* {{{ */
clone_orig        388 ext/spl/spl_dllist.c 		if (clone_orig) {
clone_orig        215 ext/spl/spl_fixedarray.c static zend_object *spl_fixedarray_object_new_ex(zend_class_entry *class_type, zval *orig, int clone_orig) /* {{{ */
clone_orig        229 ext/spl/spl_fixedarray.c 	if (orig && clone_orig) {
clone_orig        362 ext/spl/spl_heap.c static zend_object *spl_heap_object_new_ex(zend_class_entry *class_type, zval *orig, int clone_orig) /* {{{ */
clone_orig        380 ext/spl/spl_heap.c 		if (clone_orig) {