Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_API.c2680 *strict_class = 0; in zend_is_callable_check_class()
2705 *strict_class = 1; in zend_is_callable_check_class()
2718 *strict_class = 1; in zend_is_callable_check_class()
2733 *strict_class = 1; in zend_is_callable_check_class()
2800 …if (!zend_is_callable_check_class(Z_STRVAL_P(callable), clen, fcc, &strict_class, error TSRMLS_CC)… in zend_is_callable_check_func()
2827 if (strict_class && in zend_is_callable_check_func()
2838 !strict_class && EG(scope) && in zend_is_callable_check_func()
2869 if (strict_class && ce_org->__call) { in zend_is_callable_check_func()
2884 if (strict_class && in zend_is_callable_check_func()
3082 int strict_class = 0; in zend_is_callable_ex() local
[all …]

Completed in 14 milliseconds