Home
last modified time | relevance | path

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

12345678910>>...21

/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmk_eaw_tbl.awk22 first = v
27 printf("{ 0x%04x, 0x%04x }", first, prev)
28 first = v
37 printf("{ 0x%04x, 0x%04x }", first, prev)
49 first = vs
54 printf("{ 0x%04x, 0x%04x }", first, prev)
55 first = vs
64 printf("{ 0x%04x, 0x%04x }", first, prev)
76 printf("{ 0x%04x, 0x%04x }", first, prev)
/PHP-7.4/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"…
7 * The first of December 2008 is a Monday.
8 * The term "Monday December 2008" will be parsed as the first Monday in December 2008.
12 * This is parsed as the "first following Monday OR the current day if it is a Monday"
16 * This is parsed as the "second following Monday OR the first following
26 * This is parsed as the "first following Monday after the first Monday in December"
28 var_dump(date('Y-m-d', strtotime('first Monday December 2008')));
30 * This is parsed as the "second following Monday after the first Monday in December"
34 * This is parsed as the "third following Monday after the first Monday in December"
/PHP-7.4/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.phpt118 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
123 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
128 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
133 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
138 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
149 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
154 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
159 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
164 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
175 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
[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_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 …]
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug80458.phpt27 $res = $db->query('DELETE FROM test WHERE first=2');
40 $stmt = $db->prepare('SELECT first FROM test WHERE first=5');
52 $db->exec('CREATE PROCEDURE ret() BEGIN SELECT first FROM test WHERE first=7; END;');
81 $stmt = $db->prepare('SELECT first FROM test WHERE first=12');
93 $db->exec('CREATE PROCEDURE ret() BEGIN SELECT first FROM test WHERE first=14; END;');
108 $stmt = $db->prepare('SELECT first FROM test WHERE first=16');
129 ["first"]=>
140 ["first"]=>
157 ["first"]=>
168 ["first"]=>
[all …]
H A Dbug79375.phpt30 $query = "SELECT first FROM test WHERE first = 1 FOR UPDATE";
43 $query = "SELECT first FROM test WHERE first = 1 FOR UPDATE";
58 $query = "SELECT first FROM test WHERE first = 1 FOR UPDATE";
71 testNormalQuery($db, 'first connection');
87 testUnbuffered($db, 'first connection');
100 Running query on first connection
101 Got 1 for first connection
105 Running query on first connection
106 Got 1 for first connection
110 Running query on first connection
[all …]
/PHP-7.4/ext/bcmath/
H A Dbcmath.c233 bc_init_num(&first); in PHP_FUNCTION()
241 bc_free_num(&first); in PHP_FUNCTION()
268 bc_init_num(&first); in PHP_FUNCTION()
276 bc_free_num(&first); in PHP_FUNCTION()
303 bc_init_num(&first); in PHP_FUNCTION()
311 bc_free_num(&first); in PHP_FUNCTION()
338 bc_init_num(&first); in PHP_FUNCTION()
353 bc_free_num(&first); in PHP_FUNCTION()
380 bc_init_num(&first); in PHP_FUNCTION()
395 bc_free_num(&first); in PHP_FUNCTION()
[all …]
/PHP-7.4/Zend/tests/
H A Dbug68262.phpt10 $first = new C;
11 $first->p = 'init';
13 $clone = clone $first;
14 $ref =& $first->p;
17 $clone = clone $first;
20 var_dump($first->p);
/PHP-7.4/ext/mysqli/tests/
H A Dbug79375.phpt24 $query = "SELECT first FROM test WHERE first = 1 FOR UPDATE";
38 $query = "SELECT first FROM test WHERE first = 1 FOR UPDATE";
52 $query = "SELECT first FROM test WHERE first = 1 FOR UPDATE";
64 $query = "SELECT first FROM test WHERE first = 1 FOR UPDATE";
79 $query = "SELECT first FROM test WHERE first = 1 FOR UPDATE";
147 Running query on first connection
148 Got %d for first connection
153 Got %d for first connection
158 Got %d for first connection
163 Got %d for first connection
[all …]
/PHP-7.4/tests/classes/
H A Dfinal.phpt6 class first {
8 echo "Call to function first::show()\n";
12 $t = new first();
15 class second extends first {
27 Call to function first::show()
H A Dprivate_006.phpt5 class first {
11 first::show();
15 first::do_show();
17 class second extends first {
/PHP-7.4/ext/spl/tests/
H A Dbug45614.phpt25 echo "--> Show the first two items:\n";
28 echo "\n--> Rewind and show the first two items:\n";
32 echo "\n--> Invalidate current position and show the first two items:\n";
37 echo "\n--> Rewind, seek and show the first two items:\n";
43 --> Show the first two items:
47 --> Rewind and show the first two items:
51 --> Invalidate current position and show the first two items:
55 --> Rewind, seek and show the first two items:
H A Dspl_autoload_012.phpt9 throw new Exception('first');
42 first
44 first
47 Fatal error: Uncaught Exception: first in %sspl_autoload_012.php:%d
/PHP-7.4/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";
49 ["first"]=>
60 ["first"]=>
71 ["first"]=>
/PHP-7.4/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-7.4/ext/pcre/pcre2lib/
H A Dpcre2_substring.c76 PCRE2_SPTR first, last, entry; in pcre2_substring_copy_byname() local
81 &first, &last); in pcre2_substring_copy_byname()
164 PCRE2_SPTR first, last, entry; in pcre2_substring_get_byname() local
169 &first, &last); in pcre2_substring_get_byname()
271 PCRE2_SPTR first, last, entry; in pcre2_substring_length_byname() local
276 &first, &last); in pcre2_substring_length_byname()
495 PCRE2_SPTR first; in pcre2_substring_nametable_scan() local
499 first = last = entry; in pcre2_substring_nametable_scan()
500 while (first > nametable) in pcre2_substring_nametable_scan()
503 first -= entrysize; in pcre2_substring_nametable_scan()
[all …]
/PHP-7.4/ext/phar/tests/
H A Dphar_stub_error.phpt12 $stub = '<?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-7.4/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) --

Completed in 129 milliseconds

12345678910>>...21