Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-7.4/ext/standard/tests/array/
H A Darray_unshift_variation2.phpt134 string(6) "second"
151 string(6) "second"
165 string(6) "second"
182 string(6) "second"
196 string(6) "second"
213 string(6) "second"
227 string(6) "second"
244 string(6) "second"
258 string(6) "second"
275 string(6) "second"
[all …]
H A Darray_column_variant.phpt11 echo "-- pass null as second parameter to get back all columns indexed by third parameter --\n";
14 echo "-- pass null as second parameter and bogus third param to get back zero-indexed array of all …
17 echo "-- pass null as second parameter and no third param to get back array_values(input) --\n";
22 -- pass null as second parameter to get back all columns indexed by third parameter --
43 -- pass null as second parameter and bogus third param to get back zero-indexed array of all column…
64 -- pass null as second parameter and no third param to get back array_values(input) --
H A Darray_unshift_object.phpt66 $array = array('f' => "first", "s" => 'second', 1, 2.222);
117 string(6) "second"
137 string(6) "second"
152 string(6) "second"
170 string(6) "second"
189 string(6) "second"
211 string(6) "second"
228 string(6) "second"
248 string(6) "second"
263 string(6) "second"
[all …]
H A Darray_unshift_variation7.phpt19 $array = array('f' => "first", "s" => 'second', 1, 2.222);
67 string(6) "second"
84 string(6) "second"
99 string(6) "second"
117 string(6) "second"
131 string(6) "second"
148 string(6) "second"
162 string(6) "second"
179 string(6) "second"
195 string(6) "second"
[all …]
H A Darray_unshift_variation9.phpt107 string(6) "second"
124 string(6) "second"
139 string(6) "second"
157 string(6) "second"
174 string(6) "second"
194 string(6) "second"
212 string(6) "second"
233 string(6) "second"
249 string(6) "second"
268 string(6) "second"
[all …]
H A Darray_intersect_key_variation8.phpt17 'second' => array('yellow' => 7),
26 'second' => array('cyan' => 8),
44 ["second"]=>
58 ["second"]=>
H A Darray_unshift_variation8.phpt19 $array = array('f' => "first", "s" => 'second', 1, 2.222);
67 string(6) "second"
84 string(6) "second"
98 string(6) "second"
115 string(6) "second"
129 string(6) "second"
146 string(6) "second"
160 string(6) "second"
177 string(6) "second"
191 string(6) "second"
[all …]
/PHP-7.4/ext/bcmath/
H A Dbcmath.c234 bc_init_num(&second); in PHP_FUNCTION()
242 bc_free_num(&second); in PHP_FUNCTION()
269 bc_init_num(&second); in PHP_FUNCTION()
277 bc_free_num(&second); in PHP_FUNCTION()
304 bc_init_num(&second); in PHP_FUNCTION()
312 bc_free_num(&second); in PHP_FUNCTION()
339 bc_init_num(&second); in PHP_FUNCTION()
354 bc_free_num(&second); in PHP_FUNCTION()
381 bc_init_num(&second); in PHP_FUNCTION()
396 bc_free_num(&second); in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dchop_variation5.phpt16 var_dump ( chop("chop test \t\0 ") ); /* without second Argument */
17 …var_dump ( chop("chop test " , "") ); /* no characters in second Argument …
18 var_dump ( chop("chop test ", NULL) ); /* with NULL as second Argument */
19 …var_dump ( chop("chop test ", true) ); /* with boolean value as second Argu…
20 …var_dump ( chop("chop test ", " ") ); /* with single space as second Argum…
21 …hop test \t\n\r\0\x0B", "\t\n\r\0\x0B") ); /* with multiple escape sequences as second Argument */
22 …var_dump ( chop("chop testABCXYZ", "A..Z") ); /* with characters range as second A…
23 …var_dump ( chop("chop test0123456789", "0..9") ); /* with numbers range as second Argu…
24 …"chop test$#@", "#@$") ); /* with some special characters as second Argument */
H A Dbug20261.phpt6 $second = $first;
10 echo "2: ".$second."\n";
13 $rot = str_rot13($second);
16 echo "2: ".$second."\n";
H A Dstrtr_variation8.phpt93 Warning: strtr(): The second argument is not an array in %s on line %d
98 Warning: strtr(): The second argument is not an array in %s on line %d
103 Warning: strtr(): The second argument is not an array in %s on line %d
108 Warning: strtr(): The second argument is not an array in %s on line %d
113 Warning: strtr(): The second argument is not an array in %s on line %d
118 Warning: strtr(): The second argument is not an array in %s on line %d
132 Warning: strtr(): The second argument is not an array in %s on line %d
137 Warning: strtr(): The second argument is not an array in %s on line %d
142 Warning: strtr(): The second argument is not an array in %s on line %d
147 Warning: strtr(): The second argument is not an array in %s on line %d
[all …]
H A Dbug21453.phpt8 <tr><td>second cell before < second cell after</td></tr>
17 second cell before < second cell after
H A Dltrim.phpt30 var_dump ( ltrim(" \t\0 ltrim test") ); /* without second Argument */
31 …var_dump ( ltrim(" ltrim test" , "") ); /* no characters in second Argumen…
32 var_dump ( ltrim(" ltrim test", NULL) ); /* with NULL as second Argument */
33 …var_dump ( ltrim(" ltrim test", true) ); /* with boolean value as second Ar…
34 …var_dump ( ltrim(" ltrim test", " ") ); /* with single space as second Arg…
35 …\n\r\0\x0B ltrim test", "\t\n\r\0\x0B") ); /* with multiple escape sequences as second Argument */
36 …var_dump ( ltrim("ABCXYZltrim test", "A..Z") ); /* with characters range as second
37 …var_dump ( ltrim("0123456789ltrim test", "0..9") ); /* with numbers range as second Ar…
38 …@$#ltrim test", "#@$") ); /* with some special characters as second Argument */
H A Drtrim.phpt17 var_dump ( rtrim("rtrim test \t\0 ") ); /* without second Argument */
18 …var_dump ( rtrim("rtrim test " , "") ); /* no characters in second Argumen…
19 var_dump ( rtrim("rtrim test ", NULL) ); /* with NULL as second Argument */
20 …var_dump ( rtrim("rtrim test ", true) ); /* with boolean value as second Ar…
21 …var_dump ( rtrim("rtrim test ", " ") ); /* with single space as second Arg…
22 …rim test \t\n\r\0\x0B", "\t\n\r\0\x0B") ); /* with multiple escape sequences as second Argument */
23 …var_dump ( rtrim("rtrim testABCXYZ", "A..Z") ); /* with characters range as second
24 …var_dump ( rtrim("rtrim test0123456789", "0..9") ); /* with numbers range as second Ar…
25 …rtrim test$#@", "#@$") ); /* with some special characters as second Argument */
H A Dparse_str_basic1.phpt14 $s1 = "first=val1&second=val2&third=val3";
16 var_dump($first, $second, $third);
19 $s1 = "first=val1&second=val2&third=val3";
25 $s1 = "first=val1&second=val2&third=val3";
51 ["second"]=>
62 ["second"]=>
73 ["second"]=>
/PHP-7.4/tests/classes/
H A Dfinal.phpt15 class second extends first {
17 echo "Call to function second::show()\n";
21 $t2 = new second();
28 Call to function second::show()
H A Dprivate_006.phpt2 ZE2 A private method can be overwritten in a second derived class
17 class second extends first {
20 second::do_show();
22 class third extends second {
H A Dprivate_006b.phpt2 ZE2 A private method can be overwritten in a second derived class
19 class second extends first {
22 //$t2 = new second();
25 class third extends second {
/PHP-7.4/ext/date/tests/
H A Ddate-lenient.phpt24 [second] =>
46 [second] =>
68 [second] =>
90 [second] =>
112 [second] =>
133 [second] =>
H A Ddate_parse_001.phpt30 ["second"]=>
58 ["second"]=>
86 ["second"]=>
122 ["second"]=>
152 ["second"]=>
180 ["second"]=>
208 ["second"]=>
246 ["second"]=>
282 ["second"]=>
/PHP-7.4/Zend/tests/
H A Dbug66286.phpt10 class second extends first {
19 $objFirst = new second('123');
20 $objSecond = new second('321');
H A Dbug46241.phpt17 echo "Caught on second level: '$errstr'\n";
37 echo "Caught on second level: '$errstr'\n";
48 Caught on second level: 'Foo'
49 Caught on second level: 'Foo'
/PHP-7.4/ext/dom/
H A Dcharacterdata.c230 xmlChar *cur, *first, *second; in PHP_FUNCTION() local
259 second = xmlUTF8Strsub(cur, (int)offset, length - (int)offset); in PHP_FUNCTION()
264 xmlNodeAddContent(node, second); in PHP_FUNCTION()
267 xmlFree(second); in PHP_FUNCTION()
280 xmlChar *cur, *substring, *second; in PHP_FUNCTION() local
317 substring = xmlStrcat(substring, second); in PHP_FUNCTION()
322 xmlFree(second); in PHP_FUNCTION()
336 xmlChar *cur, *substring, *second = NULL; in PHP_FUNCTION() local
379 substring = xmlStrcat(substring, second); in PHP_FUNCTION()
384 if (second) { in PHP_FUNCTION()
[all …]
/PHP-7.4/Zend/tests/generators/finally/
H A Dfinally_ran_on_close.phpt17 echo "second finally run\n";
19 echo "code after second finally\n";
30 second finally run
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_multi_filters_close.phpt46 stream_filter_register("second", "SecondFilter");
48 $second = stream_filter_prepend($r, "second", STREAM_FILTER_WRITE, []);
50 stream_filter_remove($second);

Completed in 63 milliseconds

12345678910>>...14