Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Dxpath_callbacks.c190 zval *entry, registered_value; in php_dom_xpath_callback_ns_update_method_handler() local
205 ZVAL_PTR(&registered_value, fcc); in php_dom_xpath_callback_ns_update_method_handler()
210 zend_hash_update(&ns->functions, str, &registered_value); in php_dom_xpath_callback_ns_update_method_handler()
226 zend_hash_update(&ns->functions, key, &registered_value); in php_dom_xpath_callback_ns_update_method_handler()
249 ZVAL_PTR(&registered_value, fcc); in php_dom_xpath_callback_ns_update_method_handler()
250 zend_hash_update(&ns->functions, name, &registered_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(&registered_value, allocated_fcc); in php_dom_xpath_callbacks_update_single_method_handler()
304 zend_hash_update(&namespace->functions, name, &registered_value); in php_dom_xpath_callbacks_update_single_method_handler()

Completed in 6 milliseconds