Home
last modified time | relevance | path

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

/PHP-7.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)
/PHP-7.0/ext/spl/tests/
H A Dbug62328.phpt2 Bug #62328 (cast_object takes precedence over __toString)
/PHP-7.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-7.0/tests/classes/
H A Dinheritance_002.phpt2 ZE2 Constructor precedence
/PHP-7.0/ext/mbstring/oniguruma/doc/
H A DRE151 ^... negative class (lowest precedence operator)
154 ..&&.. intersection (low precedence at the next of ^)
/PHP-7.0/
H A DREADME.namespaces24 namespace name. Inside namespace, local name always takes precedence over
H A Dphp.ini-development948 ; The precedence is: default_charset < intput_encoding < iconv.input_encoding
953 ; The precedence is: default_charset < internal_encoding < iconv.internal_encoding
958 ; The precedence is: default_charset < output_encoding < iconv.output_encoding
1625 ; The precedence is: default_charset < internal_encoding < iconv.internal_encoding
1632 ; The precedence is: default_charset < intput_encoding < mbsting.http_input
1640 ; The precedence is: default_charset < output_encoding < mbstring.http_output
H A Dphp.ini-production948 ; The precedence is: default_charset < intput_encoding < iconv.input_encoding
953 ; The precedence is: default_charset < internal_encoding < iconv.internal_encoding
958 ; The precedence is: default_charset < output_encoding < iconv.output_encoding
1625 ; The precedence is: default_charset < internal_encoding < iconv.internal_encoding
1632 ; The precedence is: default_charset < intput_encoding < mbsting.http_input
1640 ; The precedence is: default_charset < output_encoding < mbstring.http_output
H A DUPGRADING400 expression context. It is now a right-associative operator with precedence
/PHP-7.0/Zend/
H A Dzend_compile.c5126 zend_trait_precedence *precedence = emalloc(sizeof(zend_trait_precedence)); in zend_compile_trait_precedence() local
5127 precedence->trait_method = zend_compile_method_ref(method_ref_ast); in zend_compile_trait_precedence()
5128 precedence->exclude_from_classes in zend_compile_trait_precedence()
5131 zend_add_to_list(&CG(active_class_entry)->trait_precedences, precedence); in zend_compile_trait_precedence()
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt8752 precedence.
8897 takes precedence over any complete matches. The portion of the string
8930 then the partial match takes precedence.

Completed in 73 milliseconds