Home
last modified time | relevance | path

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

12345678910>>...25

/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmk_eaw_tbl.awk24 first = v
29 printf("{ 0x%04x, 0x%04x }", first, prev)
30 first = v
39 printf("{ 0x%04x, 0x%04x }", first, prev)
51 first = vs
56 printf("{ 0x%04x, 0x%04x }", first, prev)
57 first = vs
66 printf("{ 0x%04x, 0x%04x }", first, prev)
78 printf("{ 0x%04x, 0x%04x }", first, prev)
/PHP-5.5/ext/date/tests/
H A Dbug51096.phpt2 Bug #51096 (Test for "first day" vs "first day of")
6 'first day',
9 'first day next month',
11 'first day of next month',
29 first day
30 - month: 0; day: 1; first-day-of: false; last-day-of: false
38 - month: 1; day: 0; first-day-of: false; last-day-of: false
41 first day next month
49 first day of next month
50 - month: 1; day: 0; first-day-of: true; last-day-of: false
[all …]
H A Dstrtotime_basic.phpt2 strtotime() function - a test to show the difference in behaviour between 'first' and '1', "second"…
9 * The first of December 2008 is a Monday.
10 * The term "Monday December 2008" will be parsed as the first Monday in December 2008.
14 * This is parsed as the "first following Monday OR the current day if it is a Monday"
18 * This is parsed as the "second following Monday OR the first following
28 * This is parsed as the "first following Monday after the first Monday in December"
30 var_dump(date('Y-m-d', strtotime('first Monday December 2008')));
32 * This is parsed as the "second following Monday after the first Monday in December"
36 * This is parsed as the "third following Monday after the first Monday in December"
/PHP-5.5/ext/standard/tests/array/
H A Darray_unshift_variation2.phpt132 string(5) "first"
149 string(5) "first"
163 string(5) "first"
180 string(5) "first"
194 string(5) "first"
211 string(5) "first"
225 string(5) "first"
242 string(5) "first"
256 string(5) "first"
273 string(5) "first"
[all …]
H A Darray_slice.phpt114 *** Variation with first two Arguments ***
122 *** Variation with first three Arguments ***
164 *** Variation with first two Arguments ***
210 *** Variation with first three Arguments ***
328 *** Variation with first two Arguments ***
444 *** Variation with first two Arguments ***
596 *** Variation with first two Arguments ***
712 *** Variation with first two Arguments ***
828 *** Variation with first two Arguments ***
944 *** Variation with first two Arguments ***
[all …]
H A Darray_key_exists_variation1.phpt119 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
124 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
129 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
134 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
139 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
150 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
155 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
160 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
165 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
176 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
[all …]
H A Darray_unshift_variation9.phpt105 string(5) "first"
122 string(5) "first"
137 string(5) "first"
155 string(5) "first"
172 string(5) "first"
192 string(5) "first"
210 string(5) "first"
231 string(5) "first"
247 string(5) "first"
266 string(5) "first"
[all …]
H A Darray_unshift_object.phpt66 $array = array('f' => "first", "s" => 'second', 1, 2.222);
115 string(5) "first"
135 string(5) "first"
150 string(5) "first"
168 string(5) "first"
187 string(5) "first"
209 string(5) "first"
226 string(5) "first"
246 string(5) "first"
261 string(5) "first"
[all …]
H A Darray_unshift_variation7.phpt19 $array = array('f' => "first", "s" => 'second', 1, 2.222);
65 string(5) "first"
82 string(5) "first"
97 string(5) "first"
115 string(5) "first"
129 string(5) "first"
146 string(5) "first"
160 string(5) "first"
177 string(5) "first"
193 string(5) "first"
[all …]
H A Darray_shift_variation8.phpt14 * it will return a *copy* of the first element of the array,
16 * The solution is to reference the first element before removing it with array_shift():
29 // solution: referencing the first element first:
30 echo "\n-- Reference first element before array_shift: --\n";
48 -- Reference first element before array_shift: --
H A Darray_unshift_variation8.phpt19 $array = array('f' => "first", "s" => 'second', 1, 2.222);
65 string(5) "first"
82 string(5) "first"
96 string(5) "first"
113 string(5) "first"
127 string(5) "first"
144 string(5) "first"
158 string(5) "first"
175 string(5) "first"
189 string(5) "first"
[all …]
H A Darray_intersect_key_variation8.phpt15 'first' => array('blue' => 1, 'red' => 2),
24 'first' => array('blue' => 1, 'red' => 2,),
37 ["first"]=>
51 ["first"]=>
/PHP-5.5/ext/bcmath/
H A Dbcmath.c225 bc_num first, second, result; in PHP_FUNCTION() local
252 bc_free_num(&first); in PHP_FUNCTION()
266 bc_num first, second, result; in PHP_FUNCTION() local
292 bc_free_num(&first); in PHP_FUNCTION()
332 bc_free_num(&first); in PHP_FUNCTION()
378 bc_free_num(&first); in PHP_FUNCTION()
414 bc_free_num(&first); in PHP_FUNCTION()
457 bc_free_num(&first); in PHP_FUNCTION()
498 bc_free_num(&first); in PHP_FUNCTION()
550 bc_num first, second; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/imap/tests/
H A Dimap_fetch_overview_variation1.phpt90 echo "\n-- Testing with first argument value: ";
100 -- Testing with first argument value: int(0)
105 -- Testing with first argument value: int(1)
110 -- Testing with first argument value: int(12345)
115 -- Testing with first argument value: int(-2345)
140 -- Testing with first argument value: float(0.5)
145 -- Testing with first argument value: NULL
150 -- Testing with first argument value: NULL
155 -- Testing with first argument value: bool(true)
212 -- Testing with first argument value: NULL
[all …]
/PHP-5.5/ext/spl/tests/
H A Dbug45614.phpt24 echo "--> Show the first two items:\n";
27 echo "\n--> Rewind and show the first two items:\n";
31 echo "\n--> Invalidate current position and show the first two items:\n";
36 echo "\n--> Rewind, seek and show the first two items:\n";
42 --> Show the first two items:
46 --> Rewind and show the first two items:
50 --> Invalidate current position and show the first two items:
54 --> Rewind, seek and show the first two items:
/PHP-5.5/tests/classes/
H A Dfinal.phpt8 class first {
10 echo "Call to function first::show()\n";
14 $t = new first();
17 class second extends first {
29 Call to function first::show()
H A Dprivate_006.phpt7 class first {
13 first::show();
17 first::do_show();
19 class second extends first {
/PHP-5.5/ext/standard/tests/strings/
H A Dbug20261.phpt5 $first = "boo";
6 $second = $first;
9 echo "1: ".$first."\n";
15 echo "1: ".$first."\n";
H A Dbug21453.phpt7 <tr><td>first cell before < first cell after</td></tr>
16 first cell before < first cell after
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";
47 ["first"]=>
58 ["first"]=>
69 ["first"]=>
/PHP-5.5/ext/zlib/tests/
H A Dgzrewind_basic.phpt20 echo "first 10 characters=".gzread($h, 10)."\n";
22 echo "first 20 characters=".gzread($h, 20)."\n";
31 first 30 characters=When you're taught through fee
34 first 10 characters=When you'r
35 first 20 characters=When you're taught t
/PHP-5.5/ext/standard/tests/dir/
H A Drewinddir_basic.phpt31 echo "\n-- Read and rewind first directory (argument supplied) --\n";
35 $first = $data[0];
40 var_dump(readdir($dh1) == $first);
47 $first = $data[0];
52 var_dump(readdir() == $first);
73 -- Read and rewind first directory (argument supplied) --
/PHP-5.5/ext/phar/tests/
H A Dphar_stub_error.phpt12 $stub = b'<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
48 string(48) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>"
49 string(48) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>"
52 string(48) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>"
54 string(48) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>"
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_multi_filters_close.phpt45 stream_filter_register("first", "FirstFilter");
47 $first = stream_filter_prepend($r, "first", STREAM_FILTER_WRITE, []);
51 stream_filter_remove($first);
/PHP-5.5/tests/lang/
H A Dthis_assignment.phpt5 class first {
7 function me() { echo "first"; }
32 $a = new first();

Completed in 68 milliseconds

12345678910>>...25