Home
last modified time | relevance | path

Searched refs:operator (Results 1 – 25 of 143) sorted by relevance

123456

/PHP-8.0/Zend/tests/
H A Druntime_compile_time_binary_operands.phpt109 function prepareBinaryLine($op1, $op2, $cmp, $operator) {
115 $compare = "@($op1_p $operator $op2_p)";
126 function prepareUnaryLine($op, $cmp, $operator) {
131 $compare = "@($operator $op_p)";
150 foreach ($binaryOperators as $operator) {
152 return eval("return @(\$left $operator \$right);");
153 }, $operator);
159 foreach ($unaryOperators as $operator) {
160 $line = prepareUnaryLine($right, function() use ($right, $operator) {
161 return eval("return @($operator \$right);");
[all …]
H A Dbreak_error_002.phpt2 'break' error (operator with non-integer operand)
10 Fatal error: 'break' operator with non-integer operand is no longer supported in %sbreak_error_002.…
H A Dexception_015.phpt15 Exception: [] operator not supported for strings in %sexception_015.php on line %d
17 Fatal error: Uncaught Error: [] operator not supported for strings in %sexception_015.php:%d
H A Dpow_ref.phpt2 Use power operator on reference
H A Dbug39018_2.phpt2 Bug #39018 [2] (Error control operator '@' fails to suppress "Uninitialized string offset")
H A Dbreak_error_001.phpt10 Fatal error: 'break' operator accepts only positive integers in %sbreak_error_001.php on line 3
H A Dbug32428.phpt2 Bug #32428 (The @ warning error suppression operator is broken)
H A Dbug72767.phpt2 Bug #72767: PHP Segfaults when trying to expand an infinite operator
/PHP-8.0/tests/
H A Dquicktester.inc34 $operator = NULL;
37 $operator = $a_operator;
38 list($left,$right) = explode($operator, $test);
42 if (!$operator) {
43 echo "WARNING: unknown operator in '$test' (1)\n";
49 switch (@$operator) {
62 echo "WARNING: unknown operator in '$test' (2)\n";
/PHP-8.0/ext/standard/tests/versioning/
H A Dversion_compare_invalid_operator.phpt2 Ensures an exception is thrown if versions are compared with an invalid operator
14 version_compare(): Argument #3 ($operator) must be a valid comparison operator
/PHP-8.0/Zend/tests/array_unpack/
H A Din_destructuring.phpt2 Spread operator is not supported in destructuring assignments
10 Fatal error: Spread operator is not supported in assignments in %s on line %d
/PHP-8.0/ext/opcache/tests/opt/
H A Dsccp_exception.phpt8 …Uncaught ValueError: version_compare(): Argument #3 ($operator) must be a valid comparison operato…
H A Dsccp_exception2.phpt8 …Uncaught ValueError: version_compare(): Argument #3 ($operator) must be a valid comparison operato…
/PHP-8.0/tests/classes/
H A D__call_006.phpt31 echo "\n\n---> Invoke __call via scope resolution operator within instance.\n";
38 echo "\n\n---> Invoke __call via scope resolution operator within child instance.\n";
60 ---> Invoke __call via scope resolution operator within instance.
66 ---> Invoke __call via scope resolution operator within child instance.
/PHP-8.0/ext/intl/breakiterator/
H A Dcodepointiterator_internal.h36 CodePointBreakIterator& operator=(const CodePointBreakIterator& that); variable
41 virtual bool operator==(const BreakIterator& that) const;
43 virtual UBool operator==(const BreakIterator& that) const;
/PHP-8.0/tests/lang/
H A Darray_shortcut_003.phpt2 Testing array shortcut and bracket operator
H A Dbug27354.phpt2 Bug #27354 (Modulus operator crashes PHP)
/PHP-8.0/tests/lang/operators/
H A DbitwiseShiftLeft_variationStr2.phpt2 Test << operator : numbers as strings, simple
H A DbitwiseShiftRight_variationStr2.phpt2 Test >> operator : numbers as strings, simple
H A Doperator_identical_recusion-01.phpt2 Test === operator : False recursion detection
/PHP-8.0/Zend/tests/nullsafe_operator/
H A D038.phpt2 Test nullsafe operator in nested delayed dims 2
H A D005.phpt11 Fatal error: Can't use nullsafe operator in write context in %s.php on line 4
H A D006.phpt11 Fatal error: Can't use nullsafe operator in write context in %s.php on line 4
H A D037.phpt2 Test nullsafe operator in nested delayed dims
H A D004.phpt11 Fatal error: Can't use nullsafe operator in write context in %s.php on line 4

Completed in 43 milliseconds

123456