Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_compile.c3643 bool uses_named_args = 0; in zend_compile_args() local
3659 if (uses_named_args) { in zend_compile_args()
3681 uses_named_args = 1; in zend_compile_args()
3709 if (uses_named_args) { in zend_compile_args()
6886 bool uses_named_args = 0; in zend_compile_attributes() local
6899 uses_named_args = 1; in zend_compile_attributes()
6908 } else if (uses_named_args) { in zend_compile_attributes()
10250 bool uses_named_args = false; in zend_compile_const_expr_args() local
10258 uses_named_args = true; in zend_compile_const_expr_args()
10259 } else if (uses_named_args) { in zend_compile_const_expr_args()
[all …]

Completed in 63 milliseconds