Searched refs:IS_CALLABLE_CHECK_SILENT (Results 1 - 5 of 5) sorted by relevance
| /PHP_TRUNK/main/streams/ |
| H A D | userspace.c | 1031 if (zend_is_callable_ex(&func_name, us->object, IS_CALLABLE_CHECK_SILENT,
|
| /PHP_TRUNK/Zend/ |
| H A D | zend_API.c | 2815 if (error && !(check_flags & IS_CALLABLE_CHECK_SILENT)) { 2980 } else if (error && !(check_flags & IS_CALLABLE_CHECK_SILENT)) {
|
| H A D | zend_execute_API.c | 788 if (!zend_is_callable_ex(fci->function_name, fci->object_ptr, IS_CALLABLE_CHECK_SILENT, &callable_name, NULL, fci_cache, &error TSRMLS_CC)) {
|
| H A D | zend_execute.c | 658 if (!zend_is_callable(arg, IS_CALLABLE_CHECK_SILENT, NULL TSRMLS_CC) && (Z_TYPE_P(arg) != IS_NULL || !cur_arg_info->allow_null)) {
|
| H A D | zend_API.h | 296 #define IS_CALLABLE_CHECK_SILENT (1<<3) macro
|
Completed in 24 milliseconds