Home
last modified time | relevance | path

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

12345678910>>...50

/PHP-5.5/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
49 Is passed by reference: yes
50 Can be passed by value: yes
53 Is passed by reference: yes
68 Can be passed by value: no
71 Is passed by reference: no
78 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 …]
H A DReflectionParameter_002.phpt26 echo "This param is passed by reference\n";
28 echo "This param is not passed by reference\n";
41 echo "This param is passed by reference\n";
43 echo "This param is not passed by reference\n";
58 This param is passed by reference
64 This param is not passed by reference
72 This param is not passed by reference
78 This param is passed by reference
/PHP-5.5/tests/lang/
H A DreturnByReference.006.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 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 DreturnByReference.007.phpt25 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…
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 DreturnByReference.008.phpt26 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…
50 ---> 1. 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 16
56 ---> 2. Via a return by ref function call, assign by reference the return value of a function that …
58 Notice: Only variable references should be returned by reference in %s on line 8
62 ---> 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…
41 ---> 1. Trying to assign by reference the return value of a function that returns by value:
43 Strict Standards: Only variables should be assigned by reference in %s on line 17
47 ---> 2. Trying to assign by reference the return value of a function that returns a constant by ref:
49 Notice: Only variable references should be returned by reference in %s on line 7
53 ---> 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…
43 ---> 1. Trying to assign by reference the return value of a function that returns by value:
45 Strict Standards: Only variables should be assigned by reference in %s on line 19
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 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…
44 ---> 1. Trying to assign by reference the return value of a function that returns by value:
46 Strict Standards: Only variables should be assigned by reference in %s on line 20
50 ---> 2. Trying to assign by reference the return value of a function that returns a constant by ref:
52 Notice: Only variable references should be returned by reference in %s on line 8
56 ---> 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";
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";
38 ---> Pass constant assignment by reference:
40 Strict Standards: Only variables should be passed by reference in %s on line 9
45 ---> Pass variable assignment by reference:
47 Strict Standards: Only variables should be passed by reference in %s on line 15
52 ---> 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-5.5/ext/standard/tests/file/
H A Dfgets_variation4-win32.phpt79 -- 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 Dfgets_variation4.phpt79 -- 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-5.5/ext/standard/tests/array/
H A Drsort_basic.phpt26 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";
77 -- Testing rsort() by supplying string array, 'flag' value is defualt --
98 -- Testing rsort() by supplying numeric array, 'flag' value is defualt --
111 -- Testing rsort() by supplying string array, 'flag' = SORT_REGULAR --
132 -- Testing rsort() by supplying numeric array, 'flag' = SORT_REGULAR --
145 -- Testing rsort() by supplying string array, 'flag' = SORT_STRING --
187 -- Testing rsort() by supplying string array (natural), 'flag' = SORT_NATURAL --
[all …]
H A Dksort_basic.phpt6 * 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 Dksort_variation4.phpt6 * 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 Dsort_basic.phpt12 * 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 …]
H A Dkrsort_variation11.phpt6 * Description: Sort an array by key in reverse order, maintaining key to data correlation
11 …* testing krsort() by providing array of boolean values for $array argument with following flag va…
21 echo "\n-- Testing krsort() by supplying boolean value array, 'flag' value is defualt --\n";
26 echo "\n-- Testing krsort() by supplying boolean value array, 'flag' value is SORT_REGULAR --\n";
31 echo "\n-- Testing krsort() by supplying boolean value array, 'flag' value is SORT_NUMERIC --\n";
36 echo "\n-- Testing krsort() by supplying boolean value array, 'flag' value is SORT_STRING --\n";
46 -- Testing krsort() by supplying boolean value array, 'flag' value is defualt --
55 -- Testing krsort() by supplying boolean value array, 'flag' value is SORT_REGULAR --
64 -- Testing krsort() by supplying boolean value array, 'flag' value is SORT_NUMERIC --
73 -- Testing krsort() by supplying boolean value array, 'flag' value is SORT_STRING --
H A Dkrsort_basic.phpt31 echo "\n-- Testing krsort() by supplying string array, 'flag' value is defualt --\n";
41 echo "\n-- Testing krsort() by supplying string array, 'flag' = SORT_REGULAR --\n";
46 echo "\n-- Testing krsort() by supplying numeric array, 'flag' = SORT_REGULAR --\n";
51 echo "\n-- Testing krsort() by supplying string array, 'flag' = SORT_STRING --\n";
81 -- Testing krsort() by supplying string array, 'flag' value is defualt --
102 -- Testing krsort() by supplying numeric array, 'flag' value is defualt --
115 -- Testing krsort() by supplying string array, 'flag' = SORT_REGULAR --
136 -- Testing krsort() by supplying numeric array, 'flag' = SORT_REGULAR --
149 -- Testing krsort() by supplying string array, 'flag' = SORT_STRING --
191 -- Testing krsort() by supplying string array (natural), 'flag' = SORT_NATURAL --
[all …]
H A Dasort_basic.phpt12 * Testing asort() by providing integer/string arrays to check the basic functionality
31 echo "\n-- Testing asort() by supplying string array, 'flag' value is default --\n";
41 echo "\n-- Testing asort() by supplying string array, 'flag' = SORT_REGULAR --\n";
46 echo "\n-- Testing asort() by supplying numeric array, 'flag' = SORT_REGULAR --\n";
51 echo "\n-- Testing asort() by supplying string array, 'flag' = SORT_STRING --\n";
81 -- Testing asort() by supplying string array, 'flag' value is default --
102 -- Testing asort() by supplying numeric array, 'flag' value is default --
115 -- Testing asort() by supplying string array, 'flag' = SORT_REGULAR --
136 -- Testing asort() by supplying numeric array, 'flag' = SORT_REGULAR --
149 -- Testing asort() by supplying string array, 'flag' = SORT_STRING --
[all …]
H A Darsort_basic.phpt12 * Testing arsort() by providing integer/string arrays to check the basic functionality
31 echo "\n-- Testing arsort() by supplying string array, 'flag' value is default --\n";
41 echo "\n-- Testing arsort() by supplying string array, 'flag' = SORT_REGULAR --\n";
46 echo "\n-- Testing arsort() by supplying numeric array, 'flag' = SORT_REGULAR --\n";
51 echo "\n-- Testing arsort() by supplying string array, 'flag' = SORT_STRING --\n";
81 -- Testing arsort() by supplying string array, 'flag' value is default --
102 -- Testing arsort() by supplying numeric array, 'flag' value is default --
115 -- Testing arsort() by supplying string array, 'flag' = SORT_REGULAR --
136 -- Testing arsort() by supplying numeric array, 'flag' = SORT_REGULAR --
149 -- Testing arsort() by supplying string array, 'flag' = SORT_STRING --
[all …]
/PHP-5.5/ext/spl/tests/
H A Dheap_009.phpt2 SPL: SplHeap and friends, throw: 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
55 An iterator cannot be used with foreach by reference
/PHP-5.5/tests/run-test/
H A Dtest008.phpt12 // and than verify if a message is given by a division by zero.
14 // should always contain 'Division by zero'.
26 %s: %sivision by zero in %s on line %d
32 string(%d) "%sivision by zer%s"
33 string(%d) "%sivision by zer%s"
/PHP-5.5/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation3.phpt22 // a default charset determined by the platform. In order for this test to
30 Received: from localhost (localhost [127.0.0.1]) by localhost
34 Received: (qmail 0 invoked by uid 65534); 1 Thu 2003 00:00:00 +0000
140 string(57) "(qmail 0 invoked by uid 65534); 1 Thu 2003 00:00:00 +0000"
159 string(57) "(qmail 0 invoked by uid 65534); 1 Thu 2003 00:00:00 +0000"
178 string(57) "(qmail 0 invoked by uid 65534); 1 Thu 2003 00:00:00 +0000"
197 string(57) "(qmail 0 invoked by uid 65534); 1 Thu 2003 00:00:00 +0000"
216 string(57) "(qmail 0 invoked by uid 65534); 1 Thu 2003 00:00:00 +0000"
235 string(57) "(qmail 0 invoked by uid 65534); 1 Thu 2003 00:00:00 +0000"
254 string(57) "(qmail 0 invoked by uid 65534); 1 Thu 2003 00:00:00 +0000"
[all …]
H A Diconv_mime_decode_headers_variation2.phpt27 Received: from localhost (localhost [127.0.0.1]) by localhost
31 Received: (qmail 0 invoked by uid 65534); 1 Thu 2003 00:00:00 +0000
137 string(57) "(qmail 0 invoked by uid 65534); 1 Thu 2003 00:00:00 +0000"
156 string(57) "(qmail 0 invoked by uid 65534); 1 Thu 2003 00:00:00 +0000"
175 string(57) "(qmail 0 invoked by uid 65534); 1 Thu 2003 00:00:00 +0000"
194 string(57) "(qmail 0 invoked by uid 65534); 1 Thu 2003 00:00:00 +0000"
213 string(57) "(qmail 0 invoked by uid 65534); 1 Thu 2003 00:00:00 +0000"
232 string(57) "(qmail 0 invoked by uid 65534); 1 Thu 2003 00:00:00 +0000"
251 string(57) "(qmail 0 invoked by uid 65534); 1 Thu 2003 00:00:00 +0000"
270 string(57) "(qmail 0 invoked by uid 65534); 1 Thu 2003 00:00:00 +0000"
[all …]

Completed in 61 milliseconds

12345678910>>...50