Home
last modified time | relevance | path

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

/PHP-8.2/ext/dom/
H A Dxpath_callbacks.c186 zval *entry, registered_value; in php_dom_xpath_callback_ns_update_method_handler() local
201 ZVAL_PTR(&registered_value, fcc); in php_dom_xpath_callback_ns_update_method_handler()
206 zend_hash_update(&ns->functions, str, &registered_value); in php_dom_xpath_callback_ns_update_method_handler()
222 zend_hash_update(&ns->functions, key, &registered_value); in php_dom_xpath_callback_ns_update_method_handler()
245 ZVAL_PTR(&registered_value, fcc); in php_dom_xpath_callback_ns_update_method_handler()
246 zend_hash_update(&ns->functions, name, &registered_value); in php_dom_xpath_callback_ns_update_method_handler()
297 zval registered_value; in php_dom_xpath_callbacks_update_single_method_handler() local
298 ZVAL_PTR(&registered_value, allocated_fcc); in php_dom_xpath_callbacks_update_single_method_handler()
300 zend_hash_update(&namespace->functions, name, &registered_value); in php_dom_xpath_callbacks_update_single_method_handler()

Completed in 14 milliseconds