Home
last modified time | relevance | path

Searched refs:H (Results 226 – 250 of 363) sorted by relevance

12345678910>>...15

/php-src/ext/date/tests/
H A Dbug73460-001.phpt8 echo $date->format('Y/m/d H:i e T'), "\n";
H A Ddate_modify_basic1.phpt17 echo "After modification 2: " . date_format($datetime, "D, d M Y H:i:s") . "\n";
H A Ddate_period.phpt23 echo $dt->format( "l Y-m-d H:i:s\n" );
H A DDateTime_modify_basic1.phpt17 echo "After modification 2: " . $datetime->format("D, d M Y H:i:s") . "\n";
H A Didate_variation5.phpt15 '24 hour format' => 'H',
H A Dbug20382-2.phpt40 print "ts = ". date("l Y-m-d H:i:s T", $timestamp). "\n";
42 print "result = ".date("l Y-m-d H:i:s T", $strtotime_tstamp)."\n";
/php-src/ext/standard/tests/strings/
H A Dbug53021.phpt5 var_dump(unpack("H*",html_entity_decode("é", ENT_QUOTES, "ISO-8859-1")));
H A Dstripcslashes_basic.phpt7 var_dump(stripcslashes('\H\e\l\l\o \W\or\l\d'));
H A Dhtmlentities17.phpt19 var_dump(htmlentities(pack('H*', $test[2]), ENT_QUOTES, 'UTF-8'));
/php-src/ext/dom/tests/modern/html/encoding/
H A DHTMLDocument_createFromFile_override_encoding.phpt28 Héllo, world!
H A DHTMLDocument_createFromString_override_encoding.phpt28 Héllo, world!
/php-src/ext/mbstring/tests/
H A Dmb_str_split_jp.phpt50 echo " " . unpack("H*", $split[$i])[1];
69 last array element: %s expected: %s\n", unpack("H*", end($array))[1],unpack("H*", $enc)[1]);
H A Dmb_send_mail02.phpt47 $B%F%9%H(B
H A Dgh10648.phpt19 'JIS C 6220-1969 ESC ( H' => '1b284a1b2848', // an escape sequence transitioning to ASCII
137 JIS C 6220-1969 ESC ( H
H A Dmb_decode_mimeheader_variation2.phpt19 "=?ISO-2022-JP?Q?=1B=24BF=7CK=5C=38l=25F=25-=25=39=25H=24G=24=39=1B=28B?=
/php-src/ext/openssl/tests/
H A Dbug55646.phpt9 $unpacked = unpack("H*", $string);
/php-src/ext/spl/tests/SplFileObject/
H A Dfileobject_getfileinfo_basic.phpt4 H�vard Eide <nucleuz at gmail.com>
/php-src/Zend/tests/enum/
H A Dbacked-implements-multiple.phpt18 case Hearts = 'H';
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_types.phpt183 func_mysqli_stmt_get_result($link, $engine, "s", "DATETIME", @date('Y-m-d H:i:s'), 900);
184 … func_mysqli_stmt_get_result($link, $engine, "s", "DATETIME NOT NULL", @date('Y-m-d H:i:s'), 920);
187 func_mysqli_stmt_get_result($link, $engine, "s", "TIMESTAMP", @date('Y-m-d H:i:s'), 960);
189 func_mysqli_stmt_get_result($link, $engine, "s", "TIME", @date('H:i:s'), 980);
190 func_mysqli_stmt_get_result($link, $engine, "s", "TIME NOT NULL", @date('H:i:s'), 1000);
H A Dmysqli_stmt_bind_result.phpt223 func_mysqli_stmt_bind_result($link, $engine, "s", "DATETIME", @date('Y-m-d H:i:s'), 900);
224 … func_mysqli_stmt_bind_result($link, $engine, "s", "DATETIME NOT NULL", @date('Y-m-d H:i:s'), 920);
227 func_mysqli_stmt_bind_result($link, $engine, "s", "TIMESTAMP", @date('Y-m-d H:i:s'), 960);
229 func_mysqli_stmt_bind_result($link, $engine, "s", "TIME", @date('H:i:s'), 980);
230 func_mysqli_stmt_bind_result($link, $engine, "s", "TIME NOT NULL", @date('H:i:s'), 1000);
/php-src/ext/curl/tests/
H A Dcurl_setopt_ssl_serverkey.pem41 6ZzuX/H/rC0wjhq2H0ZrfybP/fS6jrPT029wbDFWd6d8ErR/7yxXXvy6N6WCFPCD
/php-src/ext/opcache/tests/
H A Dpreload_variance.inc42 class H extends G {
/php-src/ext/pdo_odbc/
H A Dphp_pdo_odbc_int.h142 pdo_odbc_db_handle *H; member
/php-src/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h99 pdo_firebird_db_handle *H; member
/php-src/ext/mbstring/tests/data/
H A D8859-3.txt109 0x48 0x0048 # LATIN CAPITAL LETTER H
141 0x68 0x0068 # LATIN SMALL LETTER H
198 0xA1 0x0126 # LATIN CAPITAL LETTER H WITH STROKE
202 0xA6 0x0124 # LATIN CAPITAL LETTER H WITH CIRCUMFLEX
212 0xB1 0x0127 # LATIN SMALL LETTER H WITH STROKE
217 0xB6 0x0125 # LATIN SMALL LETTER H WITH CIRCUMFLEX

Completed in 30 milliseconds

12345678910>>...15