Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.4/ext/openssl/tests/
H A Dbug74720_0.phpt52 H+HNLWwp+lAia2Erky0IWstsow62yWvLDyTCM+QhqlHwnh3TJVvNI1GBAoGAUl+y
H A Dcipher_tests.inc174 $test[$field_name] = pack("H*", $field_value);
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result.phpt228 func_mysqli_stmt_bind_result($link, $engine, "s", "DATETIME", @date('Y-m-d H:i:s'), 900);
229 … func_mysqli_stmt_bind_result($link, $engine, "s", "DATETIME NOT NULL", @date('Y-m-d H:i:s'), 920);
232 func_mysqli_stmt_bind_result($link, $engine, "s", "TIMESTAMP", @date('Y-m-d H:i:s'), 960);
234 func_mysqli_stmt_bind_result($link, $engine, "s", "TIME", @date('H:i:s'), 980);
235 func_mysqli_stmt_bind_result($link, $engine, "s", "TIME NOT NULL", @date('H:i:s'), 1000);
H A Dmysqli_stmt_bind_param.phpt247 func_mysqli_stmt_bind_datatype($link, $engine, "s", "DATETIME", @date('Y-m-d H:i:s'), 450);
248 …func_mysqli_stmt_bind_datatype($link, $engine, "s", "DATETIME NOT NULL", @date('Y-m-d H:i:s'), 460…
251 func_mysqli_stmt_bind_datatype($link, $engine, "s", "TIMESTAMP", @date('Y-m-d H:i:s'), 480);
253 func_mysqli_stmt_bind_datatype($link, $engine, "s", "TIME", @date('H:i:s'), 490);
254 func_mysqli_stmt_bind_datatype($link, $engine, "s", "TIME NOT NULL", @date('H:i:s'), 500);
H A Dmysqli_fetch_array_oo.phpt201 $date = @date('Y-m-d H:i:s');
206 $date = @date('H:i:s');
H A Dmysqli_fetch_all_oo.phpt225 $datetime = @date('Y-m-d H:i:s');
232 $time = @date('H:i:s');
/PHP-7.4/ext/standard/tests/strings/
H A Dhtml_entity_decode_win1252.phpt63 $d = unpack("H*", $res);
69 $res = unpack("H*", $res)[1];
/PHP-7.4/ext/ldap/tests/
H A DREADME.md33 olcRootPW: ${SLAPPASS}" | ldapmodify -Y EXTERNAL -H ldapi:///
43 ou: extldap" | ldapadd -c -x -H ldap://localhost:389 -D "dc=admin,dc=nodomain" -w password
/PHP-7.4/ext/pcre/tests/
H A Dpreg_replace_basic.phpt13 var_dump(preg_replace('<\b[hH]\w{2,4}>', 'Bonjour', $string)); //finds h or H at the beginning of a…
H A Dpreg_replace_edit_basic.phpt24 …'Bonjour', $string)); //finds h or H at the beginning of a word followed by 2-4 characters an…
/PHP-7.4/ext/date/tests/
H A Drfc-datetime_and_daylight_saving_time-type3-fd.phpt9 $date_format = 'Y-m-d H:i:s T e';
H A Drfc-datetime_and_daylight_saving_time-type3-fs.phpt11 $date_format = 'Y-m-d H:i:s T e';
H A Dbug27780.phpt38 echo $time, strftime(" [%Y-%m-%d %H:%M:%S %Z]", $time), " [$timestring]\n";
H A Drfc-datetime_and_daylight_saving_time-type3-ba.phpt9 $date_format = 'Y-m-d H:i:s T e';
H A Drfc-datetime_and_daylight_saving_time-type3-bs.phpt10 $date_format = 'Y-m-d H:i:s T e';
/PHP-7.4/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h125 pdo_mysql_db_handle *H; member
/PHP-7.4/ext/mbstring/tests/
H A Dmb_encode_mimeheader_basic3.phpt58 string(209) "=?ISO-2022-JP?Q?=1B=24BF=7CK=5C=38l=25F=25-=25=39=25H=24G=24=39=1B=28B?=
/PHP-7.4/ext/standard/tests/file/
H A D005_variation-win32.phpt35 print( @date( 'Y:M:D:H:i:s', fileatime($filename) ) )."\n";
38 print( @date( 'Y:M:D:H:i:s', filemtime($filename) ) )."\n";
41 print( @date( 'Y:M:D:H:i:s', filectime($filename) ) )."\n";
/PHP-7.4/ext/filter/tests/
H A D043.phpt86 string(1) "H"
/PHP-7.4/ext/gd/tests/
H A Dbug53504.phpt26 …['fontSize' => 100, 'angle' => 0, 'x' => 350, 'y' => 110, 'text' => 'H-Shift', 'exp' => [8,2, 386,…
/PHP-7.4/ext/standard/
H A Dsha1.c120 #define H(x, y, z) (((x) & (y)) | ((z) & ((x) | (y)))) macro
145 (e) += H ((b), (c), (d)) + (w) + (uint32_t)(0x8F1BBCDC); \
/PHP-7.4/ext/pdo_sqlite/
H A Dsqlite_statement.c101 stmt->row_count = sqlite3_changes(S->H->db); in pdo_sqlite_stmt_execute()
/PHP-7.4/ext/date/lib/
H A Dparse_iso_intervals.re194 period = "P" (number "Y")? (number "M")? (number "W")? (number "D")? ("T" (number "H")? (number "…
263 case 'H': s->period->h = nr; break;
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in308 ; %d/%b/%Y:%H:%M:%S %z (default)
310 ; e.g. for a ISO8601 formatted timestring, use: %{%Y-%m-%dT%H:%M:%S%z}t
313 ; %d/%b/%Y:%H:%M:%S %z (default)
315 ; e.g. for a ISO8601 formatted timestring, use: %{%Y-%m-%dT%H:%M:%S%z}t
/PHP-7.4/ext/standard/html_tables/mappings/
H A DCP1251.TXT91 0x48 0x0048 #LATIN CAPITAL LETTER H
123 0x68 0x0068 #LATIN SMALL LETTER H

Completed in 35 milliseconds

12345678910>>...12