Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.c3733 bool may_have_undef = 0; in zend_compile_args() local
3761 may_have_undef = 1; in zend_compile_args()
3775 if (arg_num == arg_count + 1 && !may_have_undef) { in zend_compile_args()
3781 may_have_undef = 1; in zend_compile_args()
3788 may_have_undef = 1; in zend_compile_args()
3915 if (may_have_undef) { in zend_compile_args()

Completed in 56 milliseconds