Home
last modified time | relevance | path

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

/PHP-7.4/main/streams/
H A Duserspace.c1006 IS_CALLABLE_CHECK_SILENT, NULL, NULL, NULL)) in php_userstreamop_set_option()
/PHP-7.4/Zend/
H A Dzend_execute_API.c700 …if (!zend_is_callable_ex(&fci->function_name, fci->object, IS_CALLABLE_CHECK_SILENT, NULL, fci_cac… in zend_call_function()
H A Dzend_API.c3101 if (error && !(check_flags & IS_CALLABLE_CHECK_SILENT)) { in zend_is_callable_check_func()
3242 } else if (error && !(check_flags & IS_CALLABLE_CHECK_SILENT)) { in zend_is_callable_check_func()
H A Dzend_API.h302 #define IS_CALLABLE_CHECK_SILENT (1<<3) macro
H A Dzend_execute.c1051 return zend_is_callable(arg, IS_CALLABLE_CHECK_SILENT, NULL); in zend_check_type()

Completed in 47 milliseconds