Home
last modified time | relevance | path

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

12345

/PHP-7.3/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.3/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 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 Dbug72767.phpt2 Bug #72767: PHP Segfaults when trying to expand an infinite operator
H A Dbug39018_2.phpt2 Bug #39018 [2] (Error control operator '@' fails to suppress "Uninitialized string offset")
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)
H A Dbug69889.phpt2 Bug #69889: Null coalesce operator doesn't work for string offsets
/PHP-7.3/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.3/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.3/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.3/ext/intl/breakiterator/
H A Dcodepointiterator_internal.h38 CodePointBreakIterator& operator=(const CodePointBreakIterator& that); variable
42 virtual UBool operator==(const BreakIterator& that) const;
/PHP-7.3/ext/spl/tests/
H A Dobserver_010.phpt2 SPL: SplObjectStorage null coalescing operator memory leak
H A Dbug79393.phpt2 Bug #79393 (Null coalescing operator failing with SplFixedArray)

Completed in 31 milliseconds

12345