Home
last modified time | relevance | path

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

/PHP-5.6/ext/simplexml/
H A Dsimplexml.c55 static zend_object_value php_sxe_register_object(php_sxe_object * TSRMLS_DC);
87 value->value.obj = php_sxe_register_object(subnode TSRMLS_CC); in _node_as_zval()
1030 (*value)->value.obj = php_sxe_register_object(subnode TSRMLS_CC); in _get_base_node_value()
2149 php_sxe_register_object(php_sxe_object *intern TSRMLS_DC) in php_sxe_register_object() function
2168 return php_sxe_register_object(intern TSRMLS_CC); in sxe_object_new()
2206 return_value->value.obj = php_sxe_register_object(sxe TSRMLS_CC); in PHP_FUNCTION()
2244 return_value->value.obj = php_sxe_register_object(sxe TSRMLS_CC); in PHP_FUNCTION()
2502 return_value->value.obj = php_sxe_register_object(sxe TSRMLS_CC); in PHP_FUNCTION()

Completed in 15 milliseconds