Searched refs:th (Results 1 – 25 of 70) sorted by relevance
123
/PHP-8.0/ext/date/tests/ |
H A D | 003.phpt | 18 string(3) "4th" 19 string(3) "5th" 20 string(3) "6th" 21 string(3) "7th" 22 string(3) "8th" 23 string(3) "9th" 24 string(4) "10th" 25 string(4) "11th" 26 string(4) "12th" 27 string(4) "13th" [all …]
|
H A D | bug37514.phpt | 6 echo date('r', strtotime('May 18th 5:05', 1168156376)), "\n"; 7 echo date('r', strtotime('May 18th 5:05pm', 1168156376)), "\n"; 8 echo date('r', strtotime('May 18th 5:05 pm', 1168156376)), "\n"; 9 echo date('r', strtotime('May 18th 5:05am', 1168156376)), "\n"; 10 echo date('r', strtotime('May 18th 5:05 am', 1168156376)), "\n"; 11 echo date('r', strtotime('May 18th 2006 5:05pm', 1168156376)), "\n";
|
H A D | bug35414.phpt | 7 echo date(DATE_ISO8601, strtotime("Sat 26th Nov 2005 18:18")) . "\n"; 8 echo date(DATE_ISO8601, strtotime("26th Nov", 1134340285)) . "\n"; 9 echo date(DATE_ISO8601, strtotime("Dec. 4th, 2005")) . "\n"; 10 echo date(DATE_ISO8601, strtotime("December 4th, 2005")) . "\n";
|
/PHP-8.0/tests/classes/ |
H A D | array_access_001.phpt | 51 var_dump($obj['4th']); 60 $obj['4th'] = 'Changed 4th'; 63 $obj['5th'] = 'Added 5th'; 79 unset($obj['4th']); 81 unset($obj['8th']); 93 ["4th"]=> 149 ObjectOne::offsetSet(4th,Changed 4th) 153 ObjectOne::offsetSet(5th,Added 5th) 176 ["4th"]=> 178 ["5th"]=> [all …]
|
H A D | array_access_002.phpt | 51 var_dump($obj['4th']); 60 $obj['4th'] = 'Changed 4th'; 63 $obj['5th'] = 'Added 5th'; 79 unset($obj['4th']); 81 unset($obj['8th']); 93 ["4th"]=> 149 ObjectOne::offsetSet(4th,Changed 4th) 153 ObjectOne::offsetSet(5th,Added 5th) 176 ["4th"]=> 178 ["5th"]=> [all …]
|
/PHP-8.0/ext/spl/tests/ |
H A D | array_010.phpt | 30 var_dump($obj['4th']); 31 var_dump($obj['5th']); 39 $obj['4th'] = 'Changed 4th'; 40 var_dump($obj['4th']); 42 $obj['5th'] = 'Added 5th'; 58 unset($obj['4th']); 60 unset($obj['8th']); 72 ["4th"]=> 121 ["4th"]=> 123 ["5th"]=> [all …]
|
/PHP-8.0/Zend/tests/ |
H A D | bug70547.phpt | 25 brokenTrace("1st", $arg2, "3th", "4th"); 38 string(3) "3th" 40 string(3) "4th" 48 string(3) "3th" 50 string(3) "4th" 55 string(3) "4th" 64 string(3) "4th" 74 string(3) "4th" 84 string(3) "4th" 94 string(3) "4th" [all …]
|
/PHP-8.0/ext/phar/tests/ |
H A D | phpinfo_004.phpt | 29 <tr class="h"><th>Phar: PHP Archive support</th><th>enabled</th></tr> 43 <tr class="h"><th>Directive</th><th>Local Value</th><th>Master Value</th></tr> 51 <tr class="h"><th>Phar: PHP Archive support</th><th>enabled</th></tr> 65 <tr class="h"><th>Directive</th><th>Local Value</th><th>Master Value</th></tr>
|
/PHP-8.0/ext/zlib/tests/ |
H A D | gzseek_basic.phpt | 14 echo "move to the 50th byte\n"; 20 echo "\nmove forward to the 100th byte\n"; 26 echo "\nmove backward to the 20th byte\n"; 34 move to the 50th byte 39 move forward to the 100th byte 44 move backward to the 20th byte
|
H A D | gzseek_variation2.phpt | 14 echo "move to the 50th byte\n"; 20 echo "\nmove forward to the 100th byte\n"; 26 echo "\nmove backward to the 20th byte\n"; 34 move to the 50th byte 39 move forward to the 100th byte 44 move backward to the 20th byte
|
H A D | gzseek_variation3.phpt | 14 echo "move to the 50th byte\n"; 20 echo "\nmove forward to the 94th byte\n"; 26 echo "\nmove backward to the 77th byte\n"; 34 move to the 50th byte 39 move forward to the 94th byte 45 move backward to the 77th byte
|
/PHP-8.0/ext/odbc/tests/ |
H A D | bug44618.phpt | 60 <table><tr><th>ID</th><th>real1</th><th>text1</th></tr>
|
/PHP-8.0/ext/dba/tests/ |
H A D | dba_inifile.phpt | 27 The 6th value 30 string(13) "The 6th value" 44 The 6th value 47 string(13) "The 6th value"
|
H A D | dba_ndbm.phpt | 23 The 6th value 26 string(13) "The 6th value" 40 The 6th value 43 string(13) "The 6th value"
|
H A D | dba_db1.phpt | 23 The 6th value 26 string(13) "The 6th value" 40 The 6th value 43 string(13) "The 6th value"
|
H A D | dba_db2.phpt | 23 The 6th value 26 string(13) "The 6th value" 40 The 6th value 43 string(13) "The 6th value"
|
H A D | dba_db3.phpt | 23 The 6th value 26 string(13) "The 6th value" 40 The 6th value 43 string(13) "The 6th value"
|
H A D | dba_flatfile.phpt | 27 The 6th value 30 string(13) "The 6th value" 44 The 6th value 47 string(13) "The 6th value"
|
H A D | dba_db4_000.phpt | 27 The 6th value 30 string(13) "The 6th value" 44 The 6th value 47 string(13) "The 6th value"
|
H A D | dba_dbm.phpt | 27 The 6th value 30 string(13) "The 6th value" 44 The 6th value 47 string(13) "The 6th value"
|
H A D | dba_tcadb.phpt | 32 The 6th value 35 string(13) "The 6th value" 49 The 6th value 52 string(13) "The 6th value"
|
H A D | dba_lmdb.phpt | 28 The 6th value 31 string(13) "The 6th value"
|
/PHP-8.0/ext/pgsql/tests/ |
H A D | 80_bug14383.phpt | 35 The 6th value 38 string(13) "The 6th value" 52 The 6th value 55 string(13) "The 6th value"
|
/PHP-8.0/ext/standard/tests/strings/ |
H A D | substr_count_variation_001.phpt | 7 echo "-- 3rd or 4th arg as string --\n"; 12 echo "\n-- 3rd or 4th arg as NULL --\n"; 52 -- 3rd or 4th arg as string -- 56 -- 3rd or 4th arg as NULL --
|
/PHP-8.0/ext/intl/tests/ |
H A D | bug69374.phpt | 10 $pattern1 = '\'tháng\' MM, y'; // yMM format for Vietnamese 18 tháng 04, 2015
|
Completed in 27 milliseconds
123