Home
last modified time | relevance | path

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

1234567

/php-src/Zend/tests/
H A Druntime_compile_time_binary_operands.phpt114 function prepareBinaryLine($op1, $op2, $cmp, $operator) {
120 $compare = "@($op1_p $operator $op2_p)";
131 function prepareUnaryLine($op, $cmp, $operator) {
136 $compare = "@($operator $op_p)";
155 foreach ($binaryOperators as $operator) {
157 return eval("return @(\$left $operator \$right);");
158 }, $operator);
164 foreach ($unaryOperators as $operator) {
165 $line = prepareUnaryLine($right, function() use ($right, $operator) {
166 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
/php-src/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-src/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-src/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-src/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-src/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-src/ext/intl/breakiterator/
H A Dcodepointiterator_internal.h36 CodePointBreakIterator& operator=(const CodePointBreakIterator& that); variable
41 bool operator==(const BreakIterator& that) const override;
43 UBool operator==(const BreakIterator& that) const override;
/php-src/Zend/tests/offsets/
H A Dappending_containers.phpt39 [] operator not supported for strings
41 [] operator not supported for strings
43 [] operator not supported for strings
H A Dappending_containers_in_fetch.phpt45 Error: [] operator not supported for strings
47 Error: [] operator not supported for strings
49 Error: [] operator not supported for strings
H A Dreference_containers_appended.phpt41 Error: [] operator not supported for strings
43 Error: [] operator not supported for strings
45 Error: [] operator not supported for strings
/php-src/tests/lang/
H A Darray_shortcut_003.phpt2 Testing array shortcut and bracket operator
/php-src/tests/lang/operators/
H A DbitwiseShiftRight_variationStr2.phpt2 Test >> operator : numbers as strings, simple
H A DbitwiseShiftLeft_variationStr2.phpt2 Test << operator : numbers as strings, simple
H A Doperator_identical_recusion-01.phpt2 Test === operator : False recursion detection
/php-src/Zend/tests/nullsafe_operator/
H A D038.phpt2 Test nullsafe operator in nested delayed dims 2

Completed in 23 milliseconds

1234567