Home
last modified time | relevance | path

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

1234

/PHP-5.6/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-5.6/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-5.6/ext/intl/breakiterator/
H A Dcodepointiterator_internal.h35 CodePointBreakIterator& operator=(const CodePointBreakIterator& that); variable
39 virtual UBool operator==(const BreakIterator& that) const;
/PHP-5.6/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-5.6/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-5.6/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
H A Dnegate_variationStr.phpt2 Test -N operator : various numbers as strings
/PHP-5.6/Zend/tests/
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 Dclosure_029.phpt2 Closure 029: Testing lambda with instanceof operator
H A Dbug47836.phpt2 Bug #47836 (array operator [] inconsistency when the array has PHP_INT_MAX index value)
H A Dbug65911.phpt2 Bug #65911 (scope resolution operator - strange behavior with $this)
H A D021.phpt2 ?: operator
H A Dbug47801.phpt2 Bug #47801 (__call() accessed via parent:: operator is provided incorrect method name)
H A Dbug49269.phpt2 Bug #49269 (Ternary operator fails on Iterator object when used inside foreach declaration).
H A Dbug64677.phpt2 Bug #64677 (execution operator `` stealing surrounding arguments)
H A Dbug66609.phpt2 Bug #66609 (php crashes with __get() and ++ operator in some cases)
H A Dinstanceof_001.phpt2 Testing instanceof operator with several operators
H A Dinstanceof_002.phpt2 Testing instanceof operator with class and interface inheriteds
/PHP-5.6/Zend/tests/traits/
H A Dbug60165d.phpt6 // The same is true for the insteadof operator to resolve conflicts
/PHP-5.6/ext/mysqli/tests/
H A Dbug54674.phpt2 Bug #54674 mysqlnd valid_sjis_(head|tail) is using invalid operator and range.

Completed in 64 milliseconds

1234