/PHP-5.4/ext/mbstring/libmbfl/mbfl/ |
H A D | mk_eaw_tbl.awk | 24 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.4/ext/date/tests/ |
H A D | bug51096.phpt | 2 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 D | strtotime_basic.phpt | 2 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.4/ext/standard/tests/array/ |
H A D | array_unshift_variation2.phpt | 132 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 D | array_slice.phpt | 114 *** 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 D | array_key_exists_variation1.phpt | 119 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 D | array_unshift_variation9.phpt | 105 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 D | array_unshift_object.phpt | 66 $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 D | array_unshift_variation7.phpt | 19 $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 D | array_shift_variation8.phpt | 14 * 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 D | array_unshift_variation8.phpt | 19 $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 D | array_intersect_key_variation8.phpt | 15 'first' => array('blue' => 1, 'red' => 2), 24 'first' => array('blue' => 1, 'red' => 2,), 37 ["first"]=> 51 ["first"]=>
|
/PHP-5.4/ext/bcmath/ |
H A D | bcmath.c | 210 bc_num first, second, result; in PHP_FUNCTION() local 236 bc_free_num(&first); in PHP_FUNCTION() 250 bc_num first, second, result; in PHP_FUNCTION() local 275 bc_free_num(&first); in PHP_FUNCTION() 314 bc_free_num(&first); in PHP_FUNCTION() 359 bc_free_num(&first); in PHP_FUNCTION() 395 bc_free_num(&first); in PHP_FUNCTION() 437 bc_free_num(&first); in PHP_FUNCTION() 477 bc_free_num(&first); in PHP_FUNCTION() 528 bc_num first, second; in PHP_FUNCTION() local [all …]
|
/PHP-5.4/ext/imap/tests/ |
H A D | imap_fetch_overview_variation1.phpt | 90 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.4/ext/spl/tests/ |
H A D | bug45614.phpt | 24 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.4/tests/classes/ |
H A D | final.phpt | 8 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 D | private_006.phpt | 7 class first { 13 first::show(); 17 first::do_show(); 19 class second extends first {
|
/PHP-5.4/ext/standard/tests/strings/ |
H A D | bug20261.phpt | 5 $first = "boo"; 6 $second = $first; 9 echo "1: ".$first."\n"; 15 echo "1: ".$first."\n";
|
H A D | bug21453.phpt | 7 <tr><td>first cell before < first cell after</td></tr> 16 first cell before < first cell after
|
H A D | parse_str_basic1.phpt | 14 $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.4/ext/zlib/tests/ |
H A D | gzrewind_basic.phpt | 20 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.4/ext/standard/tests/dir/ |
H A D | rewinddir_basic.phpt | 31 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.4/ext/phar/tests/ |
H A D | phar_stub_error.phpt | 12 $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.4/tests/lang/ |
H A D | this_assignment.phpt | 5 class first { 7 function me() { echo "first"; } 32 $a = new first();
|
/PHP-5.4/sapi/fpm/fpm/ |
H A D | fpm_env.c | 203 char *first = NULL; in fpm_env_init_main() local 228 if (first == NULL) { in fpm_env_init_main() 229 first = fpm_globals.argv[i]; in fpm_env_init_main() 237 if (first == NULL) { in fpm_env_init_main() 238 first = environ[i]; in fpm_env_init_main() 245 if (first == NULL || last == NULL) { in fpm_env_init_main() 249 fpm_env_argv_len = last - first; in fpm_env_init_main()
|