/PHP-7.1/tests/lang/operators/ |
H A D | bitwiseShiftLeft_basiclong_64bit.phpt | 55 Exception: Bit shift by negative number 63 Exception: Bit shift by negative number 73 Exception: Bit shift by negative number 81 Exception: Bit shift by negative number 91 Exception: Bit shift by negative number 99 Exception: Bit shift by negative number 109 Exception: Bit shift by negative number 117 Exception: Bit shift by negative number 127 Exception: Bit shift by negative number 135 Exception: Bit shift by negative number [all …]
|
H A D | bitwiseShiftRight_basiclong_64bit.phpt | 55 Exception: Bit shift by negative number 63 Exception: Bit shift by negative number 73 Exception: Bit shift by negative number 81 Exception: Bit shift by negative number 91 Exception: Bit shift by negative number 99 Exception: Bit shift by negative number 109 Exception: Bit shift by negative number 117 Exception: Bit shift by negative number 127 Exception: Bit shift by negative number 135 Exception: Bit shift by negative number [all …]
|
H A D | modulus_variationStr.phpt | 29 Exception: Modulo by zero 39 Exception: Modulo by zero 55 Exception: Modulo by zero 57 Exception: Modulo by zero 67 Exception: Modulo by zero 83 Exception: Modulo by zero 85 Exception: Modulo by zero 95 Exception: Modulo by zero 111 Exception: Modulo by zero 113 Exception: Modulo by zero [all …]
|
H A D | bitwiseShiftLeft_variationStr.phpt | 36 Exception: Bit shift by negative number 40 Exception: Bit shift by negative number 64 Exception: Bit shift by negative number 68 Exception: Bit shift by negative number 92 Exception: Bit shift by negative number 96 Exception: Bit shift by negative number 120 Exception: Bit shift by negative number 124 Exception: Bit shift by negative number 148 Exception: Bit shift by negative number 152 Exception: Bit shift by negative number [all …]
|
H A D | bitwiseShiftLeft_variationStr_64bit.phpt | 37 Exception: Bit shift by negative number 41 Exception: Bit shift by negative number 65 Exception: Bit shift by negative number 69 Exception: Bit shift by negative number 93 Exception: Bit shift by negative number 97 Exception: Bit shift by negative number 121 Exception: Bit shift by negative number 125 Exception: Bit shift by negative number 149 Exception: Bit shift by negative number 153 Exception: Bit shift by negative number [all …]
|
H A D | bitwiseShiftRight_variationStr.phpt | 33 Exception: Bit shift by negative number 37 Exception: Bit shift by negative number 61 Exception: Bit shift by negative number 65 Exception: Bit shift by negative number 89 Exception: Bit shift by negative number 93 Exception: Bit shift by negative number 117 Exception: Bit shift by negative number 121 Exception: Bit shift by negative number 145 Exception: Bit shift by negative number 149 Exception: Bit shift by negative number [all …]
|
/PHP-7.1/ext/standard/tests/misc/ |
H A D | get_browser_variation3.phpt | 16 Matched by: * 18 Matched by: * 20 Matched by: * 22 Matched by: * 24 Matched by: * 26 Matched by: * 28 Matched by: * 30 Matched by: * 32 Matched by: * 34 Matched by: * [all …]
|
/PHP-7.1/ext/reflection/tests/ |
H A D | ReflectionParameter_canBePassedByValue.phpt | 41 Is passed by reference: yes 42 Can be passed by value: yes 45 Is passed by reference: yes 46 Can be passed by value: yes 49 Is passed by reference: yes 50 Can be passed by value: yes 53 Is passed by reference: yes 60 Can be passed by value: no 63 Is passed by reference: no 70 Can be passed by value: no [all …]
|
H A D | ReflectionClass_getInterfaces_001.phpt | 46 ---( Interfaces implemented by A0 )--- 50 ---( Interfaces implemented by A1 )--- 54 ---( Interfaces implemented by B0 )--- 58 ---( Interfaces implemented by B1 )--- 62 ---( Interfaces implemented by I0 )--- 66 ---( Interfaces implemented by I1 )--- 70 ---( Interfaces implemented by I2 )--- 74 ---( Interfaces implemented by I3 )--- 78 ---( Interfaces implemented by I4 )--- 87 ---( Interfaces implemented by I5 )--- [all …]
|
/PHP-7.1/tests/lang/ |
H A D | returnByReference.006.phpt | 23 echo "\n---> 1. Via a return by ref function call, assign by reference the return value of a functi… 30 …ho "\n---> 2. Via a return by ref function call, assign by reference the return value of a functio… 37 echo "\n---> 3. Via a return by ref function call, assign by reference the return value of a functi… 46 ---> 1. Via a return by ref function call, assign by reference the return value of a function that … 48 Notice: Only variable references should be returned by reference in %s on line 15 52 ---> 2. Via a return by ref function call, assign by reference the return value of a function that … 54 Notice: Only variable references should be returned by reference in %s on line 7 58 ---> 3. Via a return by ref function call, assign by reference the return value of a function that …
|
H A D | returnByReference.007.phpt | 25 echo "\n---> 1. Via a return by ref function call, assign by reference the return value of a functi… 32 …ho "\n---> 2. Via a return by ref function call, assign by reference the return value of a functio… 39 echo "\n---> 3. Via a return by ref function call, assign by reference the return value of a functi… 48 ---> 1. Via a return by ref function call, assign by reference the return value of a function that … 50 Notice: Only variable references should be returned by reference in %s on line 16 54 ---> 2. Via a return by ref function call, assign by reference the return value of a function that … 56 Notice: Only variable references should be returned by reference in %s on line 8 60 ---> 3. Via a return by ref function call, assign by reference the return value of a function that …
|
H A D | returnByReference.008.phpt | 26 echo "\n---> 1. Via a return by ref function call, assign by reference the return value of a functi… 33 …ho "\n---> 2. Via a return by ref function call, assign by reference the return value of a functio… 40 echo "\n---> 3. Via a return by ref function call, assign by reference the return value of a functi… 49 ---> 1. Via a return by ref function call, assign by reference the return value of a function that … 51 Notice: Only variable references should be returned by reference in %s on line 16 55 ---> 2. Via a return by ref function call, assign by reference the return value of a function that … 57 Notice: Only variable references should be returned by reference in %s on line 8 61 ---> 3. Via a return by ref function call, assign by reference the return value of a function that …
|
H A D | returnByReference.003.phpt | 17 echo "\n---> 1. Trying to assign by reference the return value of a function that returns by value:… 24 echo "\n---> 2. Trying to assign by reference the return value of a function that returns a constan… 31 echo "\n---> 3. Trying to assign by reference the return value of a function that returns by ref:\n… 40 ---> 1. Trying to assign by reference the return value of a function that returns by value: 42 Notice: Only variables should be assigned by reference in %s on line 17 46 ---> 2. Trying to assign by reference the return value of a function that returns a constant by ref: 48 Notice: Only variable references should be returned by reference in %s on line 7 52 ---> 3. Trying to assign by reference the return value of a function that returns by ref:
|
H A D | returnByReference.004.phpt | 19 echo "\n---> 1. Trying to assign by reference the return value of a function that returns by value:… 26 echo "\n---> 2. Trying to assign by reference the return value of a function that returns a constan… 33 echo "\n---> 3. Trying to assign by reference the return value of a function that returns by ref:\n… 42 ---> 1. Trying to assign by reference the return value of a function that returns by value: 44 Notice: Only variables should be assigned by reference in %s on line 19 48 ---> 2. Trying to assign by reference the return value of a function that returns a constant by ref: 50 Notice: Only variable references should be returned by reference in %s on line 8 54 ---> 3. Trying to assign by reference the return value of a function that returns by ref:
|
H A D | returnByReference.005.phpt | 20 echo "\n---> 1. Trying to assign by reference the return value of a function that returns by value:… 27 echo "\n---> 2. Trying to assign by reference the return value of a function that returns a constan… 34 echo "\n---> 3. Trying to assign by reference the return value of a function that returns by ref:\n… 43 ---> 1. Trying to assign by reference the return value of a function that returns by value: 45 Notice: Only variables should be assigned by reference in %s on line 20 49 ---> 2. Trying to assign by reference the return value of a function that returns a constant by ref: 51 Notice: Only variable references should be returned by reference in %s on line 8 55 ---> 3. Trying to assign by reference the return value of a function that returns by ref:
|
H A D | passByReference_010.phpt | 2 Passing assignments by reference 11 echo "\n\n---> Pass constant assignment by reference:\n"; 15 echo "\n\n---> Pass variable assignment by reference:\n"; 21 echo "\n\n---> Pass reference assignment by reference:\n"; 27 echo "\n\n---> Pass concat assignment by reference:\n"; 36 ---> Pass constant assignment by reference: 38 Notice: Only variables should be passed by reference in %s on line 9 43 ---> Pass variable assignment by reference: 45 Notice: Only variables should be passed by reference in %s on line 15 50 ---> Pass reference assignment by reference: [all …]
|
H A D | returnByReference.009.phpt | 2 Returning a references returned by another function 24 echo "\n---> 1. Return a variable by reference -> No warning:\n"; 28 echo "\n---> 2. Return a value by reference -> Warning:\n"; 32 ---> 1. Return a variable by reference -> No warning: 35 ---> 2. Return a value by reference -> Warning: 37 Notice: Only variable references should be returned by reference in %s on line %d
|
/PHP-7.1/Zend/tests/arg_unpack/ |
H A D | traversable_with_by_ref_parameters.phpt | 2 Traversables cannot be unpacked into by-reference parameters 27 Warning: Cannot pass by-reference argument 4 of test() by unpacking a Traversable, passing by-value… 29 Warning: Cannot pass by-reference argument 4 of test() by unpacking a Traversable, passing by-value… 31 Warning: Cannot pass by-reference argument 4 of test() by unpacking a Traversable, passing by-value…
|
/PHP-7.1/ext/standard/tests/file/ |
H A D | fgets_variation4.phpt | 79 -- fgets() with location set by fseek() with length = 20 -- 92 -- fgets() with location set by fseek() with length = 20 -- 106 -- fgets() with location set by fseek() with length = 20 -- 120 -- fgets() with location set by fseek() with length = 20 -- 135 -- fgets() with location set by fseek() with length = 20 -- 148 -- fgets() with location set by fseek() with length = 20 -- 162 -- fgets() with location set by fseek() with length = 20 -- 176 -- fgets() with location set by fseek() with length = 20 -- 191 -- fgets() with location set by fseek() with length = 20 -- 204 -- fgets() with location set by fseek() with length = 20 -- [all …]
|
H A D | fgets_variation4-win32-mb.phpt | 79 -- fgets() with location set by fseek() with length = 20 -- 92 -- fgets() with location set by fseek() with length = 20 -- 106 -- fgets() with location set by fseek() with length = 20 -- 120 -- fgets() with location set by fseek() with length = 20 -- 135 -- fgets() with location set by fseek() with length = 20 -- 148 -- fgets() with location set by fseek() with length = 20 -- 162 -- fgets() with location set by fseek() with length = 20 -- 176 -- fgets() with location set by fseek() with length = 20 -- 191 -- fgets() with location set by fseek() with length = 20 -- 204 -- fgets() with location set by fseek() with length = 20 -- [all …]
|
H A D | fgets_variation4-win32.phpt | 79 -- fgets() with location set by fseek() with length = 20 -- 92 -- fgets() with location set by fseek() with length = 20 -- 106 -- fgets() with location set by fseek() with length = 20 -- 120 -- fgets() with location set by fseek() with length = 20 -- 135 -- fgets() with location set by fseek() with length = 20 -- 148 -- fgets() with location set by fseek() with length = 20 -- 162 -- fgets() with location set by fseek() with length = 20 -- 176 -- fgets() with location set by fseek() with length = 20 -- 191 -- fgets() with location set by fseek() with length = 20 -- 204 -- fgets() with location set by fseek() with length = 20 -- [all …]
|
/PHP-7.1/ext/standard/tests/array/ |
H A D | rsort_basic.phpt | 26 echo "\n-- Testing rsort() by supplying string array, 'flag' value is defualt --\n"; 36 echo "\n-- Testing rsort() by supplying string array, 'flag' = SORT_REGULAR --\n"; 41 echo "\n-- Testing rsort() by supplying numeric array, 'flag' = SORT_REGULAR --\n"; 46 echo "\n-- Testing rsort() by supplying string array, 'flag' = SORT_STRING --\n"; 76 -- Testing rsort() by supplying string array, 'flag' value is defualt -- 97 -- Testing rsort() by supplying numeric array, 'flag' value is defualt -- 110 -- Testing rsort() by supplying string array, 'flag' = SORT_REGULAR -- 131 -- Testing rsort() by supplying numeric array, 'flag' = SORT_REGULAR -- 144 -- Testing rsort() by supplying string array, 'flag' = SORT_STRING -- 186 -- Testing rsort() by supplying string array (natural), 'flag' = SORT_NATURAL -- [all …]
|
H A D | ksort_basic.phpt | 6 * Description: Sort an array by key, maintaining key to data correlation 29 echo "\n-- Testing ksort() by supplying string array, 'flag' value is defualt --\n"; 39 echo "\n-- Testing ksort() by supplying string array, 'flag' = SORT_REGULAR --\n"; 44 echo "\n-- Testing ksort() by supplying numeric array, 'flag' = SORT_REGULAR --\n"; 49 echo "\n-- Testing ksort() by supplying string array, 'flag' = SORT_STRING --\n"; 79 -- Testing ksort() by supplying string array, 'flag' value is defualt -- 100 -- Testing ksort() by supplying numeric array, 'flag' value is defualt -- 113 -- Testing ksort() by supplying string array, 'flag' = SORT_REGULAR -- 134 -- Testing ksort() by supplying numeric array, 'flag' = SORT_REGULAR -- 147 -- Testing ksort() by supplying string array, 'flag' = SORT_STRING -- [all …]
|
H A D | ksort_variation4.phpt | 6 * Description: Sort an array by key, maintaining key to data correlation 11 …* testing ksort() by providing array of boolean values for $array argument with following flag val… 21 echo "\n-- Testing ksort() by supplying boolean value array, 'flag' value is defualt --\n"; 26 echo "\n-- Testing ksort() by supplying boolean value array, 'flag' value is SORT_REGULAR --\n"; 31 echo "\n-- Testing ksort() by supplying boolean value array, 'flag' value is SORT_NUMERIC --\n"; 36 echo "\n-- Testing ksort() by supplying boolean value array, 'flag' value is SORT_STRING --\n"; 46 -- Testing ksort() by supplying boolean value array, 'flag' value is defualt -- 55 -- Testing ksort() by supplying boolean value array, 'flag' value is SORT_REGULAR -- 64 -- Testing ksort() by supplying boolean value array, 'flag' value is SORT_NUMERIC -- 73 -- Testing ksort() by supplying boolean value array, 'flag' value is SORT_STRING --
|
H A D | sort_basic.phpt | 12 * Testing sort() by providing arrays with default keys and assoc arrays 32 echo "\n-- Testing sort() by supplying string array, 'flag' value is defualt --\n"; 42 echo "\n-- Testing sort() by supplying string array, 'flag' = SORT_REGULAR --\n"; 47 echo "\n-- Testing sort() by supplying numeric array, 'flag' = SORT_REGULAR --\n"; 52 echo "\n-- Testing sort() by supplying string array, 'flag' = SORT_STRING --\n"; 82 -- Testing sort() by supplying string array, 'flag' value is defualt -- 103 -- Testing sort() by supplying numeric array, 'flag' value is defualt -- 116 -- Testing sort() by supplying string array, 'flag' = SORT_REGULAR -- 137 -- Testing sort() by supplying numeric array, 'flag' = SORT_REGULAR -- 150 -- Testing sort() by supplying string array, 'flag' = SORT_STRING -- [all …]
|