Home
last modified time | relevance | path

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

/PHP-7.4/ext/simplexml/
H A Dsimplexml.c50 static php_sxe_object* php_sxe_object_new(zend_class_entry *ce, zend_function *fptr_count);
67 subnode = php_sxe_object_new(sxe->zo.ce, sxe->fptr_count); in _node_as_zval()
991 subnode = php_sxe_object_new(sxe_ref->zo.ce, sxe_ref->fptr_count); in _get_base_node_value()
2035 clone = php_sxe_object_new(sxe->zo.ce, sxe->fptr_count); in sxe_object_clone()
2142 static php_sxe_object* php_sxe_object_new(zend_class_entry *ce, zend_function *fptr_count) in php_sxe_object_new() function
2168 intern = php_sxe_object_new(ce, php_sxe_find_fptr_count(ce)); in sxe_object_new()
2209 sxe = php_sxe_object_new(ce, fptr_count); in PHP_FUNCTION()
2263 sxe = php_sxe_object_new(ce, fptr_count); in PHP_FUNCTION()
2562 sxe = php_sxe_object_new(ce, fptr_count); in PHP_FUNCTION()

Completed in 11 milliseconds