/PHP-5.6/ext/mysql/tests/ |
H A D | mysql_fetch_array.phpt | 206 func_mysql_fetch_array($link, $engine, "DATETIME", @date('Y-m-d H:i:s'), @date('Y-m-d H:i:s'), 440); 207 func_mysql_fetch_array($link, $engine, "DATETIME NOT NULL", @date('Y-m-d H:i:s'), @date('Y-m-d H:i:… 210 func_mysql_fetch_array($link, $engine, "TIMESTAMP", @date('Y-m-d H:i:s'), @date('Y-m-d H:i:s'), 470… 212 func_mysql_fetch_array($link, $engine, "TIME", @date('H:i:s'), @date('H:i:s'), 480); 213 func_mysql_fetch_array($link, $engine, "TIME NOT NULL", @date('H:i:s'), @date('H:i:s'), 490);
|
/PHP-5.6/ext/date/tests/ |
H A D | date_sun_info_002.phpt | 9 echo date( 'Y-m-d H:i:s T', $elem ), " ", $key, "\n";
|
H A D | bug45554.phpt | 7 $format = "m-d-Y H:i:s.u T";
|
H A D | bug35425.phpt | 9 foreach (array('B','d','h','H','i','I','L','m','s','t','U','w','W','y','Y','z','Z') as $v) {
|
H A D | 009.phpt | 17 var_dump(strftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U %V… 25 var_dump(gmstrftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U …
|
H A D | bug50392.phpt | 12 $result = date_parse_from_format('Y-m-d H:i:s.u', $string);
|
H A D | bug13142.phpt | 2 Bug #13142 (strtotime handling of "M d H:i:s Y" format)
|
H A D | date_time_immutable.phpt | 12 echo 'orig: ', $a->format('Y-m-d H:i:s e'), "\n"; 13 echo 'copy: ', $b->format('Y-m-d H:i:s e'), "\n"; 14 echo 'changed: ', $c->format('Y-m-d H:i:s e'), "\n";
|
H A D | bug54851.phpt | 8 $date2 = DateTime::createFromFormat("D H i s", $date->format("D"). ' 0 00 00'); 23 $date2 = DateTime::createFromFormat("D H i s", "Tuesday 0 00 00");
|
H A D | gmstrftime_basic.phpt | 14 $format = '%b %d %Y %H:%M:%S';
|
H A D | strftime_basic.phpt | 15 $format = '%b %d %Y %H:%M:%S';
|
H A D | date_period.phpt | 23 echo $dt->format( "l Y-m-d H:i:s\n" );
|
/PHP-5.6/ext/intl/tests/ |
H A D | bug60192-compare.phpt | 16 $a = $c->compare('h', 'H');
|
H A D | resourcebundle_null_mandatory_args.phpt | 25 string(12) "H:mm:ss zzzz"
|
/PHP-5.6/ext/pcre/pcrelib/testdata/ |
H A D | testinput25 | 40 /[\H]/BZSI
|
H A D | testinputEBC | 34 /-- Test \H --/ 84 /-- Test \H+ --/
|
/PHP-5.6/Zend/tests/multibyte/ |
H A D | multibyte_encoding_003.phpt | 17 print "Hello World\n";
|
/PHP-5.6/ext/mysqli/tests/ |
H A D | mysqli_fetch_all.phpt | 225 func_mysqli_fetch_all($link, $engine, "DATETIME", @date('Y-m-d H:i:s'), @date('Y-m-d H:i:s'), 440); 226 …func_mysqli_fetch_all($link, $engine, "DATETIME NOT NULL", @date('Y-m-d H:i:s'), @date('Y-m-d H:i:… 229 …func_mysqli_fetch_all($link, $engine, "TIMESTAMP", @date('Y-m-d H:i:s'), @date('Y-m-d H:i:s'), 470… 231 func_mysqli_fetch_all($link, $engine, "TIME", @date('H:i:s'), @date('H:i:s'), 480); 232 func_mysqli_fetch_all($link, $engine, "TIME NOT NULL", @date('H:i:s'), @date('H:i:s'), 490);
|
/PHP-5.6/ext/pdo_sqlite/ |
H A D | php_pdo_sqlite_int.h | 65 pdo_sqlite_db_handle *H; member
|
/PHP-5.6/ext/phar/tests/ |
H A D | 015b.phpt | 15 $files['a'] = array('cont'=>'Hello World', 'comp'=>pack('H*', '425a6834314159265359065c89da00000097…
|
/PHP-5.6/ext/mbstring/tests/ |
H A D | bug52981.phpt | 16 test("\xF0\x90\x90\xB8");// U+10438 DESERET SMALL LETTER H (added in 3.1.0, March 2001)
|
H A D | mb_send_mail02.phpt | 42 $B%F%9%H(B
|
/PHP-5.6/ext/pdo_firebird/ |
H A D | php_pdo_firebird_int.h | 94 pdo_firebird_db_handle *H; member
|
/PHP-5.6/ext/standard/tests/strings/ |
H A D | bug53021.phpt | 5 var_dump(unpack("H*",html_entity_decode("é", ENT_QUOTES, "ISO-8859-1")));
|
H A D | htmlentities17.phpt | 19 var_dump(htmlentities(pack('H*', $test[2]), ENT_QUOTES, 'UTF-8'));
|