Home
last modified time | relevance | path

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

/PHP-5.5/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()
2136 php_sxe_register_object(php_sxe_object *intern TSRMLS_DC) in php_sxe_register_object() function
2155 return php_sxe_register_object(intern TSRMLS_CC); in sxe_object_new()
2193 return_value->value.obj = php_sxe_register_object(sxe TSRMLS_CC); in PHP_FUNCTION()
2231 return_value->value.obj = php_sxe_register_object(sxe TSRMLS_CC); in PHP_FUNCTION()
2489 return_value->value.obj = php_sxe_register_object(sxe TSRMLS_CC); in PHP_FUNCTION()

Completed in 12 milliseconds