php_sxe_object_new   54 ext/simplexml/simplexml.c static php_sxe_object* php_sxe_object_new(zend_class_entry *ce, zend_function *fptr_count);
php_sxe_object_new   71 ext/simplexml/simplexml.c 	subnode = php_sxe_object_new(sxe->zo.ce, sxe->fptr_count);
php_sxe_object_new  990 ext/simplexml/simplexml.c 		subnode = php_sxe_object_new(sxe_ref->zo.ce, sxe_ref->fptr_count);
php_sxe_object_new 2049 ext/simplexml/simplexml.c 	clone = php_sxe_object_new(sxe->zo.ce, sxe->fptr_count);
php_sxe_object_new 2182 ext/simplexml/simplexml.c 	intern = php_sxe_object_new(ce, php_sxe_find_fptr_count(ce));
php_sxe_object_new 2223 ext/simplexml/simplexml.c 	sxe = php_sxe_object_new(ce, fptr_count);
php_sxe_object_new 2277 ext/simplexml/simplexml.c 	sxe = php_sxe_object_new(ce, fptr_count);
php_sxe_object_new 2567 ext/simplexml/simplexml.c 		sxe = php_sxe_object_new(ce, fptr_count);