Home
last modified time | relevance | path

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

/php-src/ext/simplexml/
H A Dsimplexml.c45 static php_sxe_object* php_sxe_object_new(zend_class_entry *ce, zend_function *fptr_count);
62 subnode = php_sxe_object_new(sxe->zo.ce, sxe->fptr_count); in _node_as_zval()
927 subnode = php_sxe_object_new(sxe_ref->zo.ce, sxe_ref->fptr_count); in _get_base_node_value()
2057 clone = php_sxe_object_new(sxe->zo.ce, sxe->fptr_count); in sxe_object_clone()
2161 static php_sxe_object* php_sxe_object_new(zend_class_entry *ce, zend_function *fptr_count) in php_sxe_object_new() function
2185 intern = php_sxe_object_new(ce, php_sxe_find_fptr_count(ce)); in sxe_object_new()
2227 sxe = php_sxe_object_new(ce, fptr_count); in PHP_FUNCTION()
2282 sxe = php_sxe_object_new(ce, fptr_count); in PHP_FUNCTION()
2593 sxe = php_sxe_object_new(ce, fptr_count); in PHP_FUNCTION()

Completed in 10 milliseconds