Home
last modified time | relevance | path

Searched refs:th (Results 1 – 25 of 72) sorted by relevance

123

/php-src/ext/date/tests/
H A D003.phpt18 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 Dbug37514.phpt6 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 Dbug35414.phpt7 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-src/tests/classes/
H A Darray_access_001.phpt51 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 Darray_access_002.phpt51 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-src/ext/spl/tests/
H A Darray_010.phpt30 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-src/Zend/tests/
H A Dbug70547.phpt25 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-src/ext/phar/tests/
H A Dphpinfo_004.phpt30 <tr class="h"><th>Phar: PHP Archive support</th><th>enabled</th></tr>
44 <tr class="h"><th>Directive</th><th>Local Value</th><th>Master Value</th></tr>
52 <tr class="h"><th>Phar: PHP Archive support</th><th>enabled</th></tr>
66 <tr class="h"><th>Directive</th><th>Local Value</th><th>Master Value</th></tr>
/php-src/ext/zlib/tests/
H A Dgzseek_basic.phpt10 echo "move to the 50th byte\n";
16 echo "\nmove forward to the 100th byte\n";
22 echo "\nmove backward to the 20th byte\n";
30 move to the 50th byte
35 move forward to the 100th byte
40 move backward to the 20th byte
H A Dgzseek_variation2.phpt10 echo "move to the 50th byte\n";
16 echo "\nmove forward to the 100th byte\n";
22 echo "\nmove backward to the 20th byte\n";
30 move to the 50th byte
35 move forward to the 100th byte
40 move backward to the 20th byte
H A Dgzseek_variation3.phpt10 echo "move to the 50th byte\n";
16 echo "\nmove forward to the 94th byte\n";
22 echo "\nmove backward to the 77th byte\n";
30 move to the 50th byte
35 move forward to the 94th byte
41 move backward to the 77th byte
/php-src/ext/odbc/tests/
H A Dbug44618.phpt70 <table><tr><th>ID</th><th>real1</th><th>text1</th></tr>
/php-src/ext/intl/tests/
H A Dbug69374.phpt10 $pattern1 = '\'tháng\' MM, y'; // yMM format for Vietnamese
18 tháng 04, 2015
/php-src/ext/openssl/tests/
H A Dopenssl_seal_basic.phpt41 Warning: openssl_seal(): Not a public key (1th member of pubkeys) in %s on line %d
47 Warning: openssl_seal(): Not a public key (2th member of pubkeys) in %s on line %d
51 Warning: openssl_seal(): Not a public key (1th member of pubkeys) in %s on line %d
/php-src/ext/dba/tests/
H A Ddba_dbm.phpt42 Fetch "key number 6": The 6th value
45 string(13) "The 6th value"
H A Ddba_gdbm.phpt61 Fetch "key number 6": The 6th value
70 string(13) "The 6th value"
107 Fetch "key number 6": The 6th value
114 string(13) "The 6th value"
H A Ddba_qdbm.phpt61 Fetch "key number 6": The 6th value
70 string(13) "The 6th value"
107 Fetch "key number 6": The 6th value
114 string(13) "The 6th value"
H A Ddba_lmdb.phpt63 Fetch "key number 6": The 6th value
72 string(13) "The 6th value"
111 Fetch "key number 6": The 6th value
118 string(13) "The 6th value"
H A Ddba_ndbm.phpt62 Fetch "key number 6": The 6th value
71 string(13) "The 6th value"
108 Fetch "key number 6": The 6th value
115 string(13) "The 6th value"
H A Ddba_db1.phpt55 Fetch "key number 6": The 6th value
62 string(13) "The 6th value"
H A Ddba_db4_000.phpt56 Fetch "key number 6": The 6th value
63 string(13) "The 6th value"
H A Ddba_flatfile.phpt55 Fetch "key number 6": The 6th value
62 string(13) "The 6th value"
/php-src/ext/fileinfo/tests/upstream/
H A Djson1.testfile5 "Title": "View from 15th Floor",
/php-src/ext/standard/tests/strings/
H A Dsubstr_count_variation_001.phpt7 echo "-- 3rd or 4th arg as string --\n";
48 -- 3rd or 4th arg as string --
/php-src/ext/standard/tests/
H A Dbug64370_var2.phpt15 die("failed in {$i}th iteration");

Completed in 31 milliseconds

123