Home
last modified time | relevance | path

Searched refs:H (Results 151 – 175 of 323) sorted by relevance

12345678910>>...13

/PHP-5.6/ext/mysql/tests/
H A Dmysql_fetch_array.phpt206 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 Ddate_sun_info_002.phpt9 echo date( 'Y-m-d H:i:s T', $elem ), " ", $key, "\n";
H A Dbug45554.phpt7 $format = "m-d-Y H:i:s.u T";
H A Dbug35425.phpt9 foreach (array('B','d','h','H','i','I','L','m','s','t','U','w','W','y','Y','z','Z') as $v) {
H A D009.phpt17 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 Dbug50392.phpt12 $result = date_parse_from_format('Y-m-d H:i:s.u', $string);
H A Dbug13142.phpt2 Bug #13142 (strtotime handling of "M d H:i:s Y" format)
H A Ddate_time_immutable.phpt12 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 Dbug54851.phpt8 $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 Dgmstrftime_basic.phpt14 $format = '%b %d %Y %H:%M:%S';
H A Dstrftime_basic.phpt15 $format = '%b %d %Y %H:%M:%S';
H A Ddate_period.phpt23 echo $dt->format( "l Y-m-d H:i:s\n" );
/PHP-5.6/ext/intl/tests/
H A Dbug60192-compare.phpt16 $a = $c->compare('h', 'H');
H A Dresourcebundle_null_mandatory_args.phpt25 string(12) "H:mm:ss zzzz"
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestinput2540 /[\H]/BZSI
H A DtestinputEBC34 /-- Test \H --/
84 /-- Test \H+ --/
/PHP-5.6/Zend/tests/multibyte/
H A Dmultibyte_encoding_003.phpt17 �p�r�i�n�t� �"�H�e�l�l�o� �W�o�r�l�d�\�n�"�;�
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_fetch_all.phpt225 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 Dphp_pdo_sqlite_int.h65 pdo_sqlite_db_handle *H; member
/PHP-5.6/ext/phar/tests/
H A D015b.phpt15 $files['a'] = array('cont'=>'Hello World', 'comp'=>pack('H*', '425a6834314159265359065c89da00000097…
/PHP-5.6/ext/mbstring/tests/
H A Dbug52981.phpt16 test("\xF0\x90\x90\xB8");// U+10438 DESERET SMALL LETTER H (added in 3.1.0, March 2001)
H A Dmb_send_mail02.phpt42 $B%F%9%H(B
/PHP-5.6/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h94 pdo_firebird_db_handle *H; member
/PHP-5.6/ext/standard/tests/strings/
H A Dbug53021.phpt5 var_dump(unpack("H*",html_entity_decode("é", ENT_QUOTES, "ISO-8859-1")));
H A Dhtmlentities17.phpt19 var_dump(htmlentities(pack('H*', $test[2]), ENT_QUOTES, 'UTF-8'));

Completed in 44 milliseconds

12345678910>>...13