Home
last modified time | relevance | path

Searched refs:operator (Results 76 – 100 of 116) sorted by relevance

12345

/PHP-7.0/tests/lang/operators/
H A Doperator_notidentical_variation_64bit.phpt2 Test !== operator : max int 64bit range
H A Doperator_notequals_variation_64bit.phpt2 Test == operator : max int 64bit range
H A Doperator_gt_basic.phpt2 Test > operator : different types
H A Doperator_spaceship_basic.phpt2 Test <=> operator : different types
H A Dadd_variationStr.phpt2 Test + operator : various numbers as strings
H A DbitwiseAnd_basiclong_64bit.phpt2 Test & operator : 64bit long tests
H A DbitwiseAnd_variationStr.phpt2 Test & operator : various numbers as strings
H A DbitwiseOr_basiclong_64bit.phpt2 Test | operator : 64bit long tests
H A DbitwiseXor_basiclong_64bit.phpt2 Test ^ operator : 64bit long tests
H A Dmultiply_variationStr.phpt2 Test * operator : various numbers as strings
H A Dsubtract_variationStr.phpt2 Test - operator : various numbers as strings
H A Dadd_basiclong_64bit.phpt2 Test + operator : 64bit long tests
H A Ddivide_variationStr.phpt2 Test / operator : various numbers as strings
H A Dmodulus_basiclong_64bit.phpt2 Test % operator : 64bit long tests
H A Dmultiply_basiclong_64bit.phpt2 Test * operator : 64bit long tests
H A Dsubtract_basiclong_64bit.phpt2 Test - operator : 64bit long tests
/PHP-7.0/Zend/tests/
H A Dconstant_expressions_coalesce.phpt2 Constant expressions with null coalescing operator ??
H A Dbug68475.phpt32 // Test call with splat operator.
H A Dbug71359.phpt2 Bug #71359: Null coalescing operator and magic
H A Dbug39018.phpt2 Bug #39018 (Error control operator '@' fails to suppress "Uninitialized string offset")
/PHP-7.0/ext/gmp/tests/
H A Doverloading.phpt2 GMP operator overloading
95 // Test operator that was not overloaded
/PHP-7.0/ext/tokenizer/tests/
H A Dtoken_get_all_variation2.phpt14 * Arithmetic operators: +, -, *, /, % are not listed as specific operator tokens,
/PHP-7.0/ext/reflection/tests/
H A Dbug43926.phpt2 Bug #43926 (isInstance() isn't equivalent to instanceof operator)
/PHP-7.0/
H A DUPGRADING400 expression context. It is now a right-associative operator with precedence
543 . Added null coalesce operator (??).
551 . Added the comparison operator (<=>), aka the spaceship operator.
552 (RFC: https://wiki.php.net/rfc/combined-comparison-operator)
553 . Added the yield from operator for delegating Generators like coroutines.
/PHP-7.0/ext/mbstring/oniguruma/
H A DHISTORY23 2012/10/15: remove warnings "test: =: unary operator expected" in ./configure.
1573 2003/06/16: [new] Perl-like quotation operator \Q, \E.
1580 2003/06/12: [spec] should warn for '-' before '&&' operator in char-class.
1585 2003/06/11: [spec] change AND operator in char-class from &&[..] to &&.
1586 2003/06/04: [spec] {n,m}+ should not be possessive operator.
1592 2003/05/30: [new] char class intersection operator &&[...] like Java(TM).
1600 2003/05/28: [new] possessive repeat operator. (?+, *+, ++, {n,m}+)
1925 2002/04/08: [impl] don't use OP_REPEAT operator for '??'.
1936 2002/03/30: [spec] warn redundant nested repeat operator
1938 2002/03/30: [spec] nested repeat operator error check should be
[all …]

Completed in 42 milliseconds

12345