Searched refs:IS_CALLABLE_STRICT (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ext/spl/ |
| H A D | php_spl.c | 495 if (!zend_is_callable_ex(zcallable, NULL, IS_CALLABLE_STRICT, &func_name, &func_name_len, &fcc, &error TSRMLS_CC)) {
|
| /PHP_TRUNK/Zend/ |
| H A D | zend_API.c | 3210 if (zend_is_callable_ex(callable, NULL, IS_CALLABLE_STRICT, callable_name, NULL, &fcc, NULL TSRMLS_CC)) {
|
| H A D | zend_API.h | 298 #define IS_CALLABLE_STRICT (IS_CALLABLE_CHECK_IS_STATIC) macro 464 * Set check_flags to IS_CALLABLE_STRICT for every new usage!
|
Completed in 13 milliseconds