Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_API.c2617 *strict_class = 0; in zend_is_callable_check_class()
2642 *strict_class = 1; in zend_is_callable_check_class()
2655 *strict_class = 1; in zend_is_callable_check_class()
2670 *strict_class = 1; in zend_is_callable_check_class()
2737 …if (!zend_is_callable_check_class(Z_STRVAL_P(callable), clen, fcc, &strict_class, error TSRMLS_CC)… in zend_is_callable_check_func()
2764 if (strict_class && in zend_is_callable_check_func()
2775 !strict_class && EG(scope) && in zend_is_callable_check_func()
2806 if (strict_class && ce_org->__call) { in zend_is_callable_check_func()
2821 if (strict_class && in zend_is_callable_check_func()
3019 int strict_class = 0; in zend_is_callable_ex() local
[all …]

Completed in 14 milliseconds