Lines Matching refs:uses_named_args
3731 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()
11203 if (uses_named_args) { in zend_compile_const_expr_args()