Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_API.h294 #define IS_CALLABLE_CHECK_SILENT (1<<3) macro
H A Dzend_execute.c644 …if (!zend_is_callable(arg, IS_CALLABLE_CHECK_SILENT, NULL TSRMLS_CC) && (Z_TYPE_P(arg) != IS_NULL … in zend_verify_arg_type()
H A Dzend_execute_API.c807 …if (!zend_is_callable_ex(fci->function_name, fci->object_ptr, IS_CALLABLE_CHECK_SILENT, &callable_… in zend_call_function()
H A Dzend_API.c2757 if (error && !(check_flags & IS_CALLABLE_CHECK_SILENT)) { in zend_is_callable_check_func()
2922 } else if (error && !(check_flags & IS_CALLABLE_CHECK_SILENT)) { in zend_is_callable_check_func()
/PHP-5.4/main/streams/
H A Duserspace.c1031 if (zend_is_callable_ex(&func_name, us->object, IS_CALLABLE_CHECK_SILENT, in php_userstreamop_set_option()

Completed in 37 milliseconds