Searched refs:uses_named_args (Results 1 – 1 of 1) sorted by relevance
3731 bool uses_named_args = 0; in zend_compile_args() local3747 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() local7412 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() local11197 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 31 milliseconds