Home
last modified time | relevance | path

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

/PHP-8.0/Zend/tests/
H A Dbug41401.phpt2 Bug #41401 (wrong precedence for unary minus)
H A Dzend_operators.phpt2 Operator precedence
H A Dbug69174.phpt2 Bug #69174 (leaks when unused inner class use traits precedence)
H A Dassign_ref_error_var_handling.phpt2 If the LHS of ref-assign ERRORs, that takes precedence over the "only variables" notice
/PHP-8.0/ext/spl/tests/
H A Dbug62328.phpt2 Bug #62328 (cast_object takes precedence over __toString)
/PHP-8.0/Zend/tests/traits/
H A Dbug60165d.phpt21 Fatal error: A precedence rule was defined for A::bar but this method does not exist in %s on line …
H A Derror_010.phpt23 Fatal error: Failed to evaluate a trait precedence (test). Method of trait foo was defined to be ex…
/PHP-8.0/Zend/
H A Dzend_language_parser.y54 %precedence T_THROW
60 %precedence T_PRINT
61 %precedence T_YIELD
62 %precedence T_DOUBLE_ARROW
63 %precedence T_YIELD_FROM
78 %precedence '!'
79 %precedence T_INSTANCEOF
82 %precedence T_CLONE
85 %precedence T_NOELSE
86 %precedence T_ELSEIF
[all …]
H A Dzend_ini_parser.y304 %precedence '~' '!'
H A Dzend_compile.c7200 …zend_trait_precedence *precedence = emalloc(sizeof(zend_trait_precedence) + (insteadof_list->child… in zend_compile_trait_precedence() local
7201 zend_compile_method_ref(method_ref_ast, &precedence->trait_method); in zend_compile_trait_precedence()
7202 precedence->num_excludes = insteadof_list->children; in zend_compile_trait_precedence()
7206 precedence->exclude_class_names[i] = in zend_compile_trait_precedence()
7210 zend_add_to_list(&CG(active_class_entry)->trait_precedences, precedence); in zend_compile_trait_precedence()
/PHP-8.0/ext/standard/tests/serialize/
H A Dmax_depth.phpt49 // But an explicitly specified depth still takes precedence
/PHP-8.0/
H A Dphp.ini-development995 ; The precedence is: default_charset < input_encoding < iconv.input_encoding
1000 ; The precedence is: default_charset < internal_encoding < iconv.internal_encoding
1005 ; The precedence is: default_charset < output_encoding < iconv.output_encoding
1634 ; The precedence is: default_charset < internal_encoding < iconv.internal_encoding
1641 ; The precedence is: default_charset < input_encoding < mbstring.http_input
1649 ; The precedence is: default_charset < output_encoding < mbstring.http_output
H A Dphp.ini-production997 ; The precedence is: default_charset < input_encoding < iconv.input_encoding
1002 ; The precedence is: default_charset < internal_encoding < iconv.internal_encoding
1007 ; The precedence is: default_charset < output_encoding < iconv.output_encoding
1636 ; The precedence is: default_charset < internal_encoding < iconv.internal_encoding
1643 ; The precedence is: default_charset < input_encoding < mbstring.http_input
1651 ; The precedence is: default_charset < output_encoding < mbstring.http_output
H A DUPGRADING95 . The precedence of the concatenation operator has changed relative to

Completed in 56 milliseconds