Home
last modified time | relevance | path

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

12345

/PHP-7.0/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.0/Zend/tests/
H A Dbreak_error_002.phpt2 'break' error (operator with non-constant operand)
10 Fatal error: 'break' operator with non-constant 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 numbers in %sbreak_error_001.php on line 3
H A Dbug74188.phpt2 Fixes bug 74188 (undeclared static variables emit a warning with ?? operator)
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 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
H A D021.phpt2 ?: operator
/PHP-7.0/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";
61 ---> Invoke __call via scope resolution operator within instance.
66 ---> Invoke __call via scope resolution operator within child instance.
/PHP-7.0/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.0/ext/intl/breakiterator/
H A Dcodepointiterator_internal.h35 CodePointBreakIterator& operator=(const CodePointBreakIterator& that); variable
39 virtual UBool operator==(const BreakIterator& that) const;
/PHP-7.0/Zend/RFCs/
H A D002.txt34 operator. It will be possible to "import" symbols from one namespace
44 The namespace operator ":" is used to refer to symbols in other
55 only the namespace operator:
69 operator:
79 the one after "Space" that is the namespace operator.)
86 file. If no "namespace" operator occurs in the file, it will be in
/PHP-7.0/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
/PHP-7.0/ext/spl/tests/
H A Dobserver_010.phpt2 SPL: SplObjectStorage null coalescing operator memory leak

Completed in 46 milliseconds

12345