Searched refs:operator (Results 1 – 25 of 143) sorted by relevance
123456
/PHP-8.0/Zend/tests/ |
H A D | runtime_compile_time_binary_operands.phpt | 109 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 D | break_error_002.phpt | 2 '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 D | exception_015.phpt | 15 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 D | pow_ref.phpt | 2 Use power operator on reference
|
H A D | bug39018_2.phpt | 2 Bug #39018 [2] (Error control operator '@' fails to suppress "Uninitialized string offset")
|
H A D | break_error_001.phpt | 10 Fatal error: 'break' operator accepts only positive integers in %sbreak_error_001.php on line 3
|
H A D | bug32428.phpt | 2 Bug #32428 (The @ warning error suppression operator is broken)
|
H A D | bug72767.phpt | 2 Bug #72767: PHP Segfaults when trying to expand an infinite operator
|
/PHP-8.0/tests/ |
H A D | quicktester.inc | 34 $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 D | version_compare_invalid_operator.phpt | 2 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 D | in_destructuring.phpt | 2 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 D | sccp_exception.phpt | 8 …Uncaught ValueError: version_compare(): Argument #3 ($operator) must be a valid comparison operato…
|
H A D | sccp_exception2.phpt | 8 …Uncaught ValueError: version_compare(): Argument #3 ($operator) must be a valid comparison operato…
|
/PHP-8.0/tests/classes/ |
H A D | __call_006.phpt | 31 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 D | codepointiterator_internal.h | 36 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 D | array_shortcut_003.phpt | 2 Testing array shortcut and bracket operator
|
H A D | bug27354.phpt | 2 Bug #27354 (Modulus operator crashes PHP)
|
/PHP-8.0/tests/lang/operators/ |
H A D | bitwiseShiftLeft_variationStr2.phpt | 2 Test << operator : numbers as strings, simple
|
H A D | bitwiseShiftRight_variationStr2.phpt | 2 Test >> operator : numbers as strings, simple
|
H A D | operator_identical_recusion-01.phpt | 2 Test === operator : False recursion detection
|
/PHP-8.0/Zend/tests/nullsafe_operator/ |
H A D | 038.phpt | 2 Test nullsafe operator in nested delayed dims 2
|
H A D | 005.phpt | 11 Fatal error: Can't use nullsafe operator in write context in %s.php on line 4
|
H A D | 006.phpt | 11 Fatal error: Can't use nullsafe operator in write context in %s.php on line 4
|
H A D | 037.phpt | 2 Test nullsafe operator in nested delayed dims
|
H A D | 004.phpt | 11 Fatal error: Can't use nullsafe operator in write context in %s.php on line 4
|
Completed in 28 milliseconds
123456