Searched refs:zend_make_callable (Results 1 – 4 of 4) sorted by relevance
153 if (!zend_make_callable(&fci.function_name, &callable)) { in dom_xpath_ext_function_php()
261 if (!zend_make_callable(&handler, &callable)) { in xsl_ext_function_php()
417 ZEND_API bool zend_make_callable(zval *callable, zend_string **callable_name);
4119 ZEND_API bool zend_make_callable(zval *callable, zend_string **callable_name) /* {{{ */ in zend_make_callable() function
Completed in 53 milliseconds