Home
last modified time | relevance | path

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

/PHP-8.3/ext/dom/
H A Dxpath.c153 if (!zend_make_callable(&fci.function_name, &callable)) { in dom_xpath_ext_function_php()
/PHP-8.3/ext/xsl/
H A Dxsltprocessor.c261 if (!zend_make_callable(&handler, &callable)) { in xsl_ext_function_php()
/PHP-8.3/Zend/
H A Dzend_API.h417 ZEND_API bool zend_make_callable(zval *callable, zend_string **callable_name);
H A Dzend_API.c4119 ZEND_API bool zend_make_callable(zval *callable, zend_string **callable_name) /* {{{ */ in zend_make_callable() function

Completed in 35 milliseconds