Home
last modified time | relevance | path

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

/PHP-8.3/ext/filter/
H A Dcallback_filter.c25 if (!option_array || !zend_is_callable(option_array, IS_CALLABLE_SUPPRESS_DEPRECATIONS, NULL)) { in php_filter_callback()
/PHP-8.3/Zend/
H A Dzend_API.h416 ZEND_API bool zend_is_callable(zval *callable, uint32_t check_flags, zend_string **callable_name);
H A Dzend_API.c4113 ZEND_API bool zend_is_callable(zval *callable, uint32_t check_flags, zend_string **callable_name) /… in zend_is_callable() function
H A Dzend_execute.c1163 zend_is_callable(arg, is_internal ? IS_CALLABLE_SUPPRESS_DEPRECATIONS : 0, NULL)) { in zend_check_type_slow()

Completed in 74 milliseconds