Home
last modified time | relevance | path

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

12345678910>>...47

/PHP-8.0/tests/lang/operators/
H A DbitwiseShiftLeft_basiclong_64bit.phpt54 Exception: Bit shift by negative number
62 Exception: Bit shift by negative number
72 Exception: Bit shift by negative number
80 Exception: Bit shift by negative number
90 Exception: Bit shift by negative number
98 Exception: Bit shift by negative number
108 Exception: Bit shift by negative number
116 Exception: Bit shift by negative number
126 Exception: Bit shift by negative number
134 Exception: Bit shift by negative number
[all …]
H A DbitwiseShiftRight_basiclong_64bit.phpt54 Exception: Bit shift by negative number
62 Exception: Bit shift by negative number
72 Exception: Bit shift by negative number
80 Exception: Bit shift by negative number
90 Exception: Bit shift by negative number
98 Exception: Bit shift by negative number
108 Exception: Bit shift by negative number
116 Exception: Bit shift by negative number
126 Exception: Bit shift by negative number
134 Exception: Bit shift by negative number
[all …]
/PHP-8.0/ext/standard/tests/misc/
H A Dget_browser_variation3.phpt16 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-8.0/tests/lang/
H A DreturnByReference.006.phpt21 echo "\n---> 1. Via a return by ref function call, assign by reference the return value of a functi…
28 …ho "\n---> 2. Via a return by ref function call, assign by reference the return value of a functio…
35 echo "\n---> 3. Via a return by ref function call, assign by reference the return value of a functi…
44 ---> 1. Via a return by ref function call, assign by reference the return value of a function that …
46 Notice: Only variable references should be returned by reference in %s on line 15
50 ---> 2. Via a return by ref function call, assign by reference the return value of a function that …
52 Notice: Only variable references should be returned by reference in %s on line 7
56 ---> 3. Via a return by ref function call, assign by reference the return value of a function that …
H A DreturnByReference.008.phpt24 echo "\n---> 1. Via a return by ref function call, assign by reference the return value of a functi…
31 …ho "\n---> 2. Via a return by ref function call, assign by reference the return value of a functio…
38 echo "\n---> 3. Via a return by ref function call, assign by reference the return value of a functi…
47 ---> 1. Via a return by ref function call, assign by reference the return value of a function that …
49 Notice: Only variable references should be returned by reference in %s on line 16
53 ---> 2. Via a return by ref function call, assign by reference the return value of a function that …
55 Notice: Only variable references should be returned by reference in %s on line 8
59 ---> 3. Via a return by ref function call, assign by reference the return value of a function that …
H A DreturnByReference.007.phpt23 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 16
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 8
58 ---> 3. Via a return by ref function call, assign by reference the return value of a function that …
H A DreturnByReference.003.phpt17 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 DreturnByReference.004.phpt19 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 DreturnByReference.005.phpt20 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 DpassByReference_010.phpt2 Passing assignments by reference
11 echo "\n\n---> Pass constant assignment by reference:\n";
19 echo "\n\n---> Pass variable assignment by reference:\n";
29 echo "\n\n---> Pass reference assignment by reference:\n";
39 echo "\n\n---> Pass concat assignment by reference:\n";
52 ---> Pass constant assignment by reference:
53 Exception: f(): Argument #1 ($a) cannot be passed by reference
56 ---> Pass variable assignment by reference:
57 Exception: f(): Argument #1 ($a) cannot be passed by reference
60 ---> Pass reference assignment by reference:
[all …]
H A DreturnByReference.009.phpt2 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";
33 ---> 1. Return a variable by reference -> No warning:
36 ---> 2. Return a value by reference -> Warning:
38 Notice: Only variable references should be returned by reference in %s on line %d
H A DpassByReference_006.phpt2 Pass uninitialised objects and arrays by reference to test implicit initialisation.
31 echo "\n ---- Pass uninitialised array & object by ref: function call ---\n";
36 echo "\n ---- Pass uninitialised arrays & objects by ref: static method call ---\n";
41 echo "\n\n---- Pass uninitialised arrays & objects by ref: constructor ---\n";
46 echo "\n ---- Pass uninitialised arrays & objects by ref: instance method call ---\n";
53 ---- Pass uninitialised array & object by ref: function call ---
66 ---- Pass uninitialised arrays & objects by ref: static method call ---
80 ---- Pass uninitialised arrays & objects by ref: constructor ---
93 ---- Pass uninitialised arrays & objects by ref: instance method call ---
/PHP-8.0/ext/reflection/tests/
H A DReflectionParameter_canBePassedByValue.phpt41 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
51 Is passed by reference: yes
52 Can be passed by value: no
55 Is passed by reference: no
56 Can be passed by value: yes
61 Is passed by reference: yes
62 Can be passed by value: no
[all …]
H A DReflectionClass_getInterfaces_001.phpt46 ---( 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-8.0/Zend/tests/arg_unpack/
H A Dtraversable_with_by_ref_parameters.phpt2 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-8.0/ext/standard/tests/file/
H A Dfgets_variation4-win32-mb.phpt74 -- fgets() with location set by fseek() with length = 20 --
87 -- fgets() with location set by fseek() with length = 20 --
101 -- fgets() with location set by fseek() with length = 20 --
115 -- fgets() with location set by fseek() with length = 20 --
130 -- fgets() with location set by fseek() with length = 20 --
143 -- fgets() with location set by fseek() with length = 20 --
157 -- fgets() with location set by fseek() with length = 20 --
171 -- fgets() with location set by fseek() with length = 20 --
186 -- fgets() with location set by fseek() with length = 20 --
199 -- fgets() with location set by fseek() with length = 20 --
[all …]
H A Dfgets_variation4-win32.phpt74 -- fgets() with location set by fseek() with length = 20 --
87 -- fgets() with location set by fseek() with length = 20 --
101 -- fgets() with location set by fseek() with length = 20 --
115 -- fgets() with location set by fseek() with length = 20 --
130 -- fgets() with location set by fseek() with length = 20 --
143 -- fgets() with location set by fseek() with length = 20 --
157 -- fgets() with location set by fseek() with length = 20 --
171 -- fgets() with location set by fseek() with length = 20 --
186 -- fgets() with location set by fseek() with length = 20 --
199 -- fgets() with location set by fseek() with length = 20 --
[all …]
H A Dfgets_variation4.phpt74 -- fgets() with location set by fseek() with length = 20 --
87 -- fgets() with location set by fseek() with length = 20 --
101 -- fgets() with location set by fseek() with length = 20 --
115 -- fgets() with location set by fseek() with length = 20 --
130 -- fgets() with location set by fseek() with length = 20 --
143 -- fgets() with location set by fseek() with length = 20 --
157 -- fgets() with location set by fseek() with length = 20 --
171 -- fgets() with location set by fseek() with length = 20 --
186 -- fgets() with location set by fseek() with length = 20 --
199 -- fgets() with location set by fseek() with length = 20 --
[all …]
/PHP-8.0/
H A D.gitignore23 # Generated by the PHP build system
44 # Cache directories created by Autoconf tools
66 # Generated by configure scripts on all systems
83 # Used by build/gen_stub.php
134 # Lexer files generated by re2c
177 # Generated by Windows build system
180 # Generated by `/buildconf.bat`
213 # Standard object files generated by Visual Studio
220 # Generated by `./run-tests.php` upon failure
228 # Generated by some test cases
[all …]
/PHP-8.0/ext/standard/tests/array/
H A Duasort_variation7.phpt7 * arguments passed by value
8 * arguments passed by reference
20 echo "-- Anonymous 'cmp_function' with parameters passed by value --\n";
31 echo "-- Anonymous 'cmp_function' with parameters passed by reference --\n";
39 -- Anonymous 'cmp_function' with parameters passed by value --
53 -- Anonymous 'cmp_function' with parameters passed by reference --
55 Warning: {closure}(): Argument #1 ($value1) must be passed by reference, value given in %s on line …
57 Warning: {closure}(): Argument #2 ($value2) must be passed by reference, value given in %s on line …
59 Warning: {closure}(): Argument #1 ($value1) must be passed by reference, value given in %s on line …
61 Warning: {closure}(): Argument #2 ($value2) must be passed by reference, value given in %s on line …
[all …]
H A Dusort_variation7.phpt19 echo "\n-- Anonymous 'cmp_function' with parameters passed by value --\n";
31 echo "\n-- Anonymous 'cmp_function' with parameters passed by reference --\n";
38 -- Anonymous 'cmp_function' with parameters passed by value --
53 -- Anonymous 'cmp_function' with parameters passed by reference --
55 Warning: {closure}(): Argument #1 ($value1) must be passed by reference, value given in %s on line …
57 Warning: {closure}(): Argument #2 ($value2) must be passed by reference, value given in %s on line …
59 Warning: {closure}(): Argument #1 ($value1) must be passed by reference, value given in %s on line …
61 Warning: {closure}(): Argument #2 ($value2) must be passed by reference, value given in %s on line …
63 Warning: {closure}(): Argument #1 ($value1) must be passed by reference, value given in %s on line …
65 Warning: {closure}(): Argument #2 ($value2) must be passed by reference, value given in %s on line …
[all …]
H A Drsort_basic.phpt21 echo "\n-- Testing rsort() by supplying string array, 'flag' value is default --\n";
26 echo "\n-- Testing rsort() by supplying numeric array, 'flag' value is default --\n";
31 echo "\n-- Testing rsort() by supplying string array, 'flag' = SORT_REGULAR --\n";
36 echo "\n-- Testing rsort() by supplying numeric array, 'flag' = SORT_REGULAR --\n";
41 echo "\n-- Testing rsort() by supplying string array, 'flag' = SORT_STRING --\n";
71 -- Testing rsort() by supplying string array, 'flag' value is default --
92 -- Testing rsort() by supplying numeric array, 'flag' value is default --
105 -- Testing rsort() by supplying string array, 'flag' = SORT_REGULAR --
126 -- Testing rsort() by supplying numeric array, 'flag' = SORT_REGULAR --
139 -- Testing rsort() by supplying string array, 'flag' = SORT_STRING --
[all …]
H A Dsort_basic.phpt6 * Testing sort() by providing arrays with default keys and assoc arrays
26 echo "\n-- Testing sort() by supplying string array, 'flag' value is default --\n";
36 echo "\n-- Testing sort() by supplying string array, 'flag' = SORT_REGULAR --\n";
41 echo "\n-- Testing sort() by supplying numeric array, 'flag' = SORT_REGULAR --\n";
46 echo "\n-- Testing sort() by supplying string array, 'flag' = SORT_STRING --\n";
76 -- Testing sort() by supplying string array, 'flag' value is default --
97 -- Testing sort() by supplying numeric array, 'flag' value is default --
110 -- Testing sort() by supplying string array, 'flag' = SORT_REGULAR --
131 -- Testing sort() by supplying numeric array, 'flag' = SORT_REGULAR --
144 -- Testing sort() by supplying string array, 'flag' = SORT_STRING --
[all …]
/PHP-8.0/Zend/tests/
H A Dbug67856.phpt2 Bug #67856 (Leak when using array_reduce with by-ref function)
11 Warning: {closure}(): Argument #1 ($a) must be passed by reference, value given in %s on line %d
13 Warning: {closure}(): Argument #2 ($b) must be passed by reference, value given in %s on line %d
15 Warning: {closure}(): Argument #1 ($a) must be passed by reference, value given in %s on line %d
17 Warning: {closure}(): Argument #2 ($b) must be passed by reference, value given in %s on line %d
19 Warning: {closure}(): Argument #1 ($a) must be passed by reference, value given in %s on line %d
21 Warning: {closure}(): Argument #2 ($b) must be passed by reference, value given in %s on line %d
/PHP-8.0/ext/spl/tests/
H A Dheap_009.phpt2 SPL: SplHeap and friends, throw: An iterator cannot be used with foreach by reference
49 An iterator cannot be used with foreach by reference
50 An iterator cannot be used with foreach by reference
51 An iterator cannot be used with foreach by reference
52 An iterator cannot be used with foreach by reference
53 An iterator cannot be used with foreach by reference
54 An iterator cannot be used with foreach by reference

Completed in 57 milliseconds

12345678910>>...47