Searched refs:operator (Results 1 – 25 of 119) sorted by relevance
12345
/PHP-7.4/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-7.4/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-7.4/Zend/tests/ |
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 | runtime_compile_time_binary_operands.phpt | 103 function prepareLine($op1, $op2, $cmp, $operator) { 108 $error = "echo '" . addcslashes("$op1_p $operator $op2_p", "\\'") . '\', "\n"; $f++;'; 110 $compare = "@($op1_p $operator $op2_p)"; 117 return "// exempt $op1_p $operator $op2_p from checking, it generates a compile time error";
|
H A D | pow_ref.phpt | 2 Use power operator on reference
|
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 | bug39018_2.phpt | 2 Bug #39018 [2] (Error control operator '@' fails to suppress "Uninitialized string offset")
|
H A D | bug72767.phpt | 2 Bug #72767: PHP Segfaults when trying to expand an infinite operator
|
H A D | closure_029.phpt | 2 Closure 029: Testing lambda with instanceof operator
|
H A D | bug69905.phpt | 8 Fatal error: Uncaught Error: [] operator not supported for strings in %sbug69905.php:2
|
H A D | bug70182.phpt | 11 Fatal error: Uncaught Error: [] operator not supported for strings in %sbug70182.php:%d
|
H A D | bug75786.phpt | 2 Bug #75786: segfault when using spread operator on generator passed by reference
|
H A D | bug47836.phpt | 2 Bug #47836 (array operator [] inconsistency when the array has PHP_INT_MAX index value)
|
/PHP-7.4/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"; 61 ---> Invoke __call via scope resolution operator within instance. 67 ---> Invoke __call via scope resolution operator within child instance.
|
H A D | __call_007.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"; 62 ---> Invoke __call via scope resolution operator within instance. 68 ---> Invoke __call via scope resolution operator within child instance.
|
/PHP-7.4/ext/intl/breakiterator/ |
H A D | codepointiterator_internal.h | 38 CodePointBreakIterator& operator=(const CodePointBreakIterator& that); variable 43 virtual bool operator==(const BreakIterator& that) const; 45 virtual UBool operator==(const BreakIterator& that) const;
|
/PHP-7.4/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)
|
H A D | bug24054.phpt | 2 Bug #24054 (Assignment operator *= broken)
|
/PHP-7.4/tests/lang/operators/ |
H A D | operator_identical_recusion-01.phpt | 2 Test === operator : False recursion detection
|
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
|
/PHP-7.4/ext/standard/tests/versioning/ |
H A D | version_compare_invalid_operator.phpt | 2 Ensures null is returned if versions are compared with invalid operator
|
Completed in 48 milliseconds
12345