Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_compile.c3735 bool uses_named_args = 0; in zend_compile_args() local
3751 if (uses_named_args) { in zend_compile_args()
3773 uses_named_args = 1; in zend_compile_args()
3801 if (uses_named_args) { in zend_compile_args()
7403 bool uses_named_args = 0; in zend_compile_attributes() local
7416 uses_named_args = 1; in zend_compile_attributes()
7425 } else if (uses_named_args) { in zend_compile_attributes()
11181 bool uses_named_args = false; in zend_compile_const_expr_args() local
11189 uses_named_args = true; in zend_compile_const_expr_args()
11190 } else if (uses_named_args) { in zend_compile_const_expr_args()
[all …]

Completed in 42 milliseconds