Home
last modified time | relevance | path

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

/PHP-7.2/main/streams/
H A Duserspace.c994 IS_CALLABLE_CHECK_SILENT, NULL, NULL, NULL)) in php_userstreamop_set_option()
/PHP-7.2/Zend/
H A Dzend_execute_API.c714 …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.h322 #define IS_CALLABLE_CHECK_SILENT (1<<3) macro
H A Dzend_API.c3084 if (error && !(check_flags & IS_CALLABLE_CHECK_SILENT)) { in zend_is_callable_check_func()
3243 } else if (error && !(check_flags & IS_CALLABLE_CHECK_SILENT)) { in zend_is_callable_check_func()
H A Dzend_execute.c858 return zend_is_callable(arg, IS_CALLABLE_CHECK_SILENT, NULL); in zend_check_type()

Completed in 45 milliseconds