Home
last modified time | relevance | path

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

/PHP-5.5/ext/simplexml/
H A Dsimplexml.c54 static php_sxe_object* php_sxe_object_new(zend_class_entry *ce TSRMLS_DC);
72 subnode = php_sxe_object_new(sxe->zo.ce TSRMLS_CC); in _node_as_zval()
1020 subnode = php_sxe_object_new(sxe_ref->zo.ce TSRMLS_CC); in _get_base_node_value()
1995 clone = php_sxe_object_new(sxe->zo.ce TSRMLS_CC); in sxe_object_clone()
2090 static php_sxe_object* php_sxe_object_new(zend_class_entry *ce TSRMLS_DC) in php_sxe_object_new() function
2154 intern = php_sxe_object_new(ce TSRMLS_CC); in sxe_object_new()
2186 sxe = php_sxe_object_new(ce TSRMLS_CC); in PHP_FUNCTION()
2224 sxe = php_sxe_object_new(ce TSRMLS_CC); in PHP_FUNCTION()
2483 sxe = php_sxe_object_new(ce TSRMLS_CC); in PHP_FUNCTION()

Completed in 11 milliseconds