Home
last modified time | relevance | path

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

/PHP-7.1/ext/simplexml/
H A Dsimplexml.c54 static php_sxe_object* php_sxe_object_new(zend_class_entry *ce, zend_function *fptr_count);
71 subnode = php_sxe_object_new(sxe->zo.ce, sxe->fptr_count); in _node_as_zval()
1000 subnode = php_sxe_object_new(sxe_ref->zo.ce, sxe_ref->fptr_count); in _get_base_node_value()
2070 clone = php_sxe_object_new(sxe->zo.ce, sxe->fptr_count); in sxe_object_clone()
2177 static php_sxe_object* php_sxe_object_new(zend_class_entry *ce, zend_function *fptr_count) in php_sxe_object_new() function
2203 intern = php_sxe_object_new(ce, php_sxe_find_fptr_count(ce)); in sxe_object_new()
2244 sxe = php_sxe_object_new(ce, fptr_count); in PHP_FUNCTION()
2298 sxe = php_sxe_object_new(ce, fptr_count); in PHP_FUNCTION()
2589 sxe = php_sxe_object_new(ce, fptr_count); in PHP_FUNCTION()

Completed in 11 milliseconds