Searched refs:zend_is_callable (Results 1 – 4 of 4) sorted by relevance
25 if (!option_array || !zend_is_callable(option_array, IS_CALLABLE_SUPPRESS_DEPRECATIONS, NULL)) { in php_filter_callback()
416 ZEND_API bool zend_is_callable(zval *callable, uint32_t check_flags, zend_string **callable_name);
4113 ZEND_API bool zend_is_callable(zval *callable, uint32_t check_flags, zend_string **callable_name) /… in zend_is_callable() function
1163 zend_is_callable(arg, is_internal ? IS_CALLABLE_SUPPRESS_DEPRECATIONS : 0, NULL)) { in zend_check_type_slow()
Completed in 67 milliseconds