Searched refs:registered_value (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/dom/ |
H A D | xpath_callbacks.c | 190 zval *entry, registered_value; in php_dom_xpath_callback_ns_update_method_handler() local 205 ZVAL_PTR(®istered_value, fcc); in php_dom_xpath_callback_ns_update_method_handler() 210 zend_hash_update(&ns->functions, str, ®istered_value); in php_dom_xpath_callback_ns_update_method_handler() 226 zend_hash_update(&ns->functions, key, ®istered_value); in php_dom_xpath_callback_ns_update_method_handler() 249 ZVAL_PTR(®istered_value, fcc); in php_dom_xpath_callback_ns_update_method_handler() 250 zend_hash_update(&ns->functions, name, ®istered_value); in php_dom_xpath_callback_ns_update_method_handler() 301 zval registered_value; in php_dom_xpath_callbacks_update_single_method_handler() local 302 ZVAL_PTR(®istered_value, allocated_fcc); in php_dom_xpath_callbacks_update_single_method_handler() 304 zend_hash_update(&namespace->functions, name, ®istered_value); in php_dom_xpath_callbacks_update_single_method_handler()
|
Completed in 6 milliseconds