Searched refs:IS_CALLABLE_CHECK_SILENT (Results 1 - 5 of 5) sorted by relevance
| /PHP_5_4/main/streams/ |
| H A D | userspace.c | 1031 if (zend_is_callable_ex(&func_name, us->object, IS_CALLABLE_CHECK_SILENT,
|
| /PHP_5_4/Zend/ |
| H A D | zend_API.c | 2752 if (error && !(check_flags & IS_CALLABLE_CHECK_SILENT)) { 2917 } else if (error && !(check_flags & IS_CALLABLE_CHECK_SILENT)) {
|
| H A D | zend_execute_API.c | 809 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 | 644 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 | 294 #define IS_CALLABLE_CHECK_SILENT (1<<3) macro
|
Completed in 19 milliseconds