Home
last modified time | relevance | path

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

12345

/PHP-7.4/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-7.4/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-7.4/Zend/tests/
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 Druntime_compile_time_binary_operands.phpt103 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 Dpow_ref.phpt2 Use power operator on reference
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 Dbug39018_2.phpt2 Bug #39018 [2] (Error control operator '@' fails to suppress "Uninitialized string offset")
H A Dbug72767.phpt2 Bug #72767: PHP Segfaults when trying to expand an infinite operator
H A Dclosure_029.phpt2 Closure 029: Testing lambda with instanceof operator
H A Dbug69905.phpt8 Fatal error: Uncaught Error: [] operator not supported for strings in %sbug69905.php:2
H A Dbug70182.phpt11 Fatal error: Uncaught Error: [] operator not supported for strings in %sbug70182.php:%d
H A Dbug75786.phpt2 Bug #75786: segfault when using spread operator on generator passed by reference
H A Dbug47836.phpt2 Bug #47836 (array operator [] inconsistency when the array has PHP_INT_MAX index value)
/PHP-7.4/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";
61 ---> Invoke __call via scope resolution operator within instance.
67 ---> Invoke __call via scope resolution operator within child instance.
H A D__call_007.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";
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 Dcodepointiterator_internal.h38 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 Darray_shortcut_003.phpt2 Testing array shortcut and bracket operator
H A Dbug27354.phpt2 Bug #27354 (Modulus operator crashes PHP)
H A Dbug24054.phpt2 Bug #24054 (Assignment operator *= broken)
/PHP-7.4/tests/lang/operators/
H A Doperator_identical_recusion-01.phpt2 Test === operator : False recursion detection
H A DbitwiseShiftLeft_variationStr2.phpt2 Test << operator : numbers as strings, simple
H A DbitwiseShiftRight_variationStr2.phpt2 Test >> operator : numbers as strings, simple
/PHP-7.4/ext/standard/tests/versioning/
H A Dversion_compare_invalid_operator.phpt2 Ensures null is returned if versions are compared with invalid operator

Completed in 40 milliseconds

12345