strict_class 2685 Zend/zend_API.c static int zend_is_callable_check_class(const char *name, int name_len, zend_fcall_info_cache *fcc, int *strict_class, char **error TSRMLS_DC) /* {{{ */ strict_class 2691 Zend/zend_API.c *strict_class = 0; strict_class 2716 Zend/zend_API.c *strict_class = 1; strict_class 2729 Zend/zend_API.c *strict_class = 1; strict_class 2744 Zend/zend_API.c *strict_class = 1; strict_class 2754 Zend/zend_API.c static int zend_is_callable_check_func(int check_flags, zval *callable, zend_fcall_info_cache *fcc, int strict_class, char **error TSRMLS_DC) /* {{{ */ strict_class 2811 Zend/zend_API.c if (!zend_is_callable_check_class(Z_STRVAL_P(callable), clen, fcc, &strict_class, error TSRMLS_CC)) { strict_class 2838 Zend/zend_API.c if (strict_class && strict_class 2849 Zend/zend_API.c !strict_class && EG(scope) && strict_class 2880 Zend/zend_API.c if (strict_class && ce_org->__call) { strict_class 2895 Zend/zend_API.c if (strict_class && strict_class 3093 Zend/zend_API.c int strict_class = 0; strict_class 3121 Zend/zend_API.c if (!zend_is_callable_check_class(Z_STRVAL_PP(obj), Z_STRLEN_PP(obj), fcc, &strict_class, error TSRMLS_CC)) { strict_class 3153 Zend/zend_API.c ret = zend_is_callable_check_func(check_flags, *method, fcc, strict_class, error TSRMLS_CC);