Searched refs:uses_named_args (Results 1 – 1 of 1) sorted by relevance
3735 bool uses_named_args = 0; in zend_compile_args() local3751 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() local7416 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() local11189 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 34 milliseconds