Home
last modified time | relevance | path

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

/PHP-7.1/main/streams/
H A Duserspace.c997 IS_CALLABLE_CHECK_SILENT, NULL, NULL, NULL)) in php_userstreamop_set_option()
/PHP-7.1/Zend/
H A Dzend_execute_API.c732 …if (!zend_is_callable_ex(&fci->function_name, fci->object, IS_CALLABLE_CHECK_SILENT, &callable_nam… in zend_call_function()
H A Dzend_execute.c832 return zend_is_callable(arg, IS_CALLABLE_CHECK_SILENT, NULL); in zend_check_internal_type()
930 return zend_is_callable(arg, IS_CALLABLE_CHECK_SILENT, NULL); in zend_check_type()
H A Dzend_API.h311 #define IS_CALLABLE_CHECK_SILENT (1<<3) macro
H A Dzend_API.c3008 if (error && !(check_flags & IS_CALLABLE_CHECK_SILENT)) { in zend_is_callable_check_func()
3167 } else if (error && !(check_flags & IS_CALLABLE_CHECK_SILENT)) { in zend_is_callable_check_func()

Completed in 56 milliseconds