Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.c3731 bool uses_named_args = 0; in zend_compile_args() local
3747 if (uses_named_args) { in zend_compile_args()
3769 uses_named_args = 1; in zend_compile_args()
3797 if (uses_named_args) { in zend_compile_args()
7399 bool uses_named_args = 0; in zend_compile_attributes() local
7412 uses_named_args = 1; in zend_compile_attributes()
7421 } else if (uses_named_args) { in zend_compile_attributes()
11189 bool uses_named_args = false; in zend_compile_const_expr_args() local
11197 uses_named_args = true; in zend_compile_const_expr_args()
11198 } else if (uses_named_args) { in zend_compile_const_expr_args()
[all …]

Completed in 34 milliseconds