Home
last modified time | relevance | path

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

1234567

/PHP-8.1/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 Dbug81216.phpt2 Bug #81216: Nullsafe operator leaks dynamic property name
H A Dbug81216_2.phpt2 Bug #81216_2: Nullsafe operator leaks dynamic property name
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 Dfirst_class_callable_012.phpt10 Fatal error: Cannot combine nullsafe operator with Closure creation in %s on line %d
/PHP-8.1/Zend/tests/fibers/
H A Dsilence-operator-outside-fiber.phpt2 Silence operator does not leak into fiber
22 Warning: Warning A in %ssilence-operator-outside-fiber.php on line %d
24 Warning: Warning B in %ssilence-operator-outside-fiber.php on line %d
26 Warning: Warning C in %ssilence-operator-outside-fiber.php on line %d
28 Warning: Warning D in %ssilence-operator-outside-fiber.php on line %d
H A Dsilence-operator-inside-fiber.phpt2 Silence operator does not leak out of fiber
26 Warning: Warning C in %ssilence-operator-inside-fiber.php on line %d
28 Warning: Warning D in %ssilence-operator-inside-fiber.php on line %d
/PHP-8.1/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.1/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
H A Din_destructuring_2.phpt2 Spread operator is not supported in destructuring assignments (only spread)
10 Fatal error: Spread operator is not supported in assignments in %s on line %d
/PHP-8.1/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.1/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.1/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.1/tests/lang/
H A Darray_shortcut_003.phpt2 Testing array shortcut and bracket operator
/PHP-8.1/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.1/Zend/tests/nullsafe_operator/
H A D038.phpt2 Test nullsafe operator in nested delayed dims 2
/PHP-8.1/ext/spl/tests/
H A Dfixedarray_004.phpt16 [] operator not supported for SplFixedArray

Completed in 16 milliseconds

1234567