Searched refs:uses_named_args (Results 1 – 1 of 1) sorted by relevance
3643 bool uses_named_args = 0; in zend_compile_args() local3659 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() local6899 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() local10258 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