Home
last modified time | relevance | path

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

12345678910>>...58

/php-src/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-src/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-src/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.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.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.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) could not be passed by reference
56 ---> Pass variable assignment by reference:
57 Exception: f(): Argument #1 ($a) could not 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
/php-src/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-src/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-src/ext/bcmath/tests/number/operators/
H A Ddiv_by_zero.phpt2 BcMath\Number div by zero by operator
48 Division by zero
49 Division by zero
50 Division by zero
51 Division by zero
52 Division by zero
53 Division by zero
H A Dmod_by_zero.phpt2 BcMath\Number mod by zero by operator
48 Modulo by zero
49 Modulo by zero
50 Modulo by zero
51 Modulo by zero
52 Modulo by zero
53 Modulo by zero
/php-src/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-src/
H A D.gitignore23 # Generated by the PHP build system
47 # Cache directories created by Autoconf tools
69 # Generated by configure scripts on all systems
85 # Used by build/gen_stub.php
136 # Lexer files generated by re2c
181 # Generated by Windows build system
184 # Generated by `/buildconf.bat`
220 # Standard object files generated by Visual Studio
227 # Generated by `./run-tests.php` upon failure
235 # Generated by some test cases
[all …]
/php-src/ext/date/tests/
H A DDateTime_uninitialised_exceptions.phpt61 …f type MyDateTime (inheriting DateTime) has not been correctly initialized by calling parent::__co…
62 …f type MyDateTime (inheriting DateTime) has not been correctly initialized by calling parent::__co…
63 …f type MyDateTime (inheriting DateTime) has not been correctly initialized by calling parent::__co…
64 …f type MyDateTime (inheriting DateTime) has not been correctly initialized by calling parent::__co…
65 …f type MyDateTime (inheriting DateTime) has not been correctly initialized by calling parent::__co…
66 …f type MyDateTime (inheriting DateTime) has not been correctly initialized by calling parent::__co…
67 …f type MyDateTime (inheriting DateTime) has not been correctly initialized by calling parent::__co…
68 …f type MyDateTime (inheriting DateTime) has not been correctly initialized by calling parent::__co…
69 …f type MyDateTime (inheriting DateTime) has not been correctly initialized by calling parent::__co…
70 …f type MyDateTime (inheriting DateTime) has not been correctly initialized by calling parent::__co…
[all …]
H A DDateTimeImmutable_uninitialised_exceptions.phpt55 …mmutable (inheriting DateTimeImmutable) has not been correctly initialized by calling parent::__co…
56 …mmutable (inheriting DateTimeImmutable) has not been correctly initialized by calling parent::__co…
57 …mmutable (inheriting DateTimeImmutable) has not been correctly initialized by calling parent::__co…
58 …mmutable (inheriting DateTimeImmutable) has not been correctly initialized by calling parent::__co…
59 …mmutable (inheriting DateTimeImmutable) has not been correctly initialized by calling parent::__co…
60 …mmutable (inheriting DateTimeImmutable) has not been correctly initialized by calling parent::__co…
61 …mmutable (inheriting DateTimeImmutable) has not been correctly initialized by calling parent::__co…
62 …mmutable (inheriting DateTimeImmutable) has not been correctly initialized by calling parent::__co…
63 …mmutable (inheriting DateTimeImmutable) has not been correctly initialized by calling parent::__co…
64 …mmutable (inheriting DateTimeImmutable) has not been correctly initialized by calling parent::__co…
[all …]
/php-src/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:%s:%d}(): Argument #1 ($value1) must be passed by reference, value given in %s on…
57 Warning: {closure:%s:%d}(): Argument #2 ($value2) must be passed by reference, value given in %s on…
59 Warning: {closure:%s:%d}(): Argument #1 ($value1) must be passed by reference, value given in %s on…
61 Warning: {closure:%s:%d}(): Argument #2 ($value2) must be passed by reference, value given in %s on…
[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:%s:%d}(): Argument #1 ($value1) must be passed by reference, value given in %s on…
57 Warning: {closure:%s:%d}(): Argument #2 ($value2) must be passed by reference, value given in %s on…
59 Warning: {closure:%s:%d}(): Argument #1 ($value1) must be passed by reference, value given in %s on…
61 Warning: {closure:%s:%d}(): Argument #2 ($value2) must be passed by reference, value given in %s on…
63 Warning: {closure:%s:%d}(): Argument #1 ($value1) must be passed by reference, value given in %s on…
65 Warning: {closure:%s:%d}(): Argument #2 ($value2) must be passed by reference, value given in %s on…
[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 …]

Completed in 60 milliseconds

12345678910>>...58