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.c44 static php_sxe_object* php_sxe_object_new(zend_class_entry *ce, zend_function *fptr_count);
61 subnode = php_sxe_object_new(sxe->zo.ce, sxe->fptr_count); in node_as_zval()
936 subnode = php_sxe_object_new(sxe_ref->zo.ce, sxe_ref->fptr_count); in get_base_node_value()
2084 clone = php_sxe_object_new(sxe->zo.ce, sxe->fptr_count); in sxe_object_clone()
2166 static php_sxe_object* php_sxe_object_new(zend_class_entry *ce, zend_function *fptr_count) in php_sxe_object_new() function
2190 intern = php_sxe_object_new(ce, php_sxe_find_fptr_count(ce)); in sxe_object_new()
2231 sxe = php_sxe_object_new(ce, fptr_count); in PHP_FUNCTION()
2285 sxe = php_sxe_object_new(ce, fptr_count); in PHP_FUNCTION()
2607 sxe = php_sxe_object_new(ce, fptr_count); in PHP_FUNCTION()

Completed in 13 milliseconds