Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_compile.c3346 zend_bool may_have_undef = 0; in zend_compile_args() local
3374 may_have_undef = 1; in zend_compile_args()
3393 if (arg_num == arg_count + 1 && !may_have_undef) { in zend_compile_args()
3399 may_have_undef = 1; in zend_compile_args()
3406 may_have_undef = 1; in zend_compile_args()
3528 if (may_have_undef) { in zend_compile_args()

Completed in 29 milliseconds