Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-5.5/ext/interbase/tests/
H A Dinterbase.inc69 /* M/D/Y H:M:S */
H A D003.phpt34 ini_set('ibase.timestampformat',"%m/%d/%Y %H:%M:%S");
H A D007.phpt29 ini_set('ibase.timestampformat',"%m/%d/%Y %H:%M:%S");
/PHP-5.5/ext/mcrypt/tests/
H A Dblowfish.phpt10 return pack("H" . $len, $data);
/PHP-5.5/ext/date/tests/
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';
H A Dstrftime_variation2.phpt15 $format = '%b %d %Y %H:%M:%S';
H A Dgmstrftime_variation2.phpt22 $format = '%b %d %Y %H:%M:%S';
H A Dmktime_variation1.phpt5 /* Prototype : int mktime ([ int $hour= date("H") [, int $minute= date("i") [, int $second= dat…
H A Dmktime_variation2.phpt5 /* Prototype : int mktime ([ int $hour= date("H") [, int $minute= date("i") [, int $second= dat…
H A Dmktime_variation3.phpt5 /* Prototype : int mktime ([ int $hour= date("H") [, int $minute= date("i") [, int $second= dat…
/PHP-5.5/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";
H A D005_variation.phpt38 print( @date( 'Y:M:D:H:i:s', fileatime($filename) ) )."\n";
41 print( @date( 'Y:M:D:H:i:s', filemtime($filename) ) )."\n";
44 print( @date( 'Y:M:D:H:i:s', filectime($filename) ) )."\n";
/PHP-5.5/ext/mysqli/tests/
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);
/PHP-5.5/ext/filter/tests/
H A D043.phpt86 string(1) "H"
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput9601 /\H\h\V\v/8
607 /\H*\h+\V?\v{3,4}/8O
614 /\H\h\V\v/8
620 /\H*\h+\V?\v{3,4}/8O
H A Dtestoutput14365 9 = ? A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ^ _ ` a b c d e
393 /\H/SI
453 /[\H]/BZ
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dopenssl.phar1 <?php
2
3 $web = 'index.php';
4
5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
6 Phar::interceptFileFuncs();
7 set_include_path('phar://' . __FILE__ . PATH_SEPARATOR . get_include_path());
8 Phar::webPhar(null, $web);
9 include 'phar://' . __FILE__ . '/' . Extract_Phar::START;
10 return;
[all …]
/PHP-5.5/ext/phar/tests/files/
H A Dinclude_path2.phar293 ���r��H
294 �����¶���������test/file1.php���r��H���C��G�������file1.php
H A Dopenssl.phar1 <?php
2
3 $web = 'index.php';
4
5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
6 Phar::interceptFileFuncs();
7 set_include_path('phar://' . __FILE__ . PATH_SEPARATOR . get_include_path());
8 Phar::webPhar(null, $web);
9 include 'phar://' . __FILE__ . '/' . Extract_Phar::START;
10 return;
[all …]
/PHP-5.5/ext/standard/
H A Dsha1.c126 #define H(x, y, z) (((x) & (y)) | ((z) & ((x) | (y)))) macro
151 (e) += H ((b), (c), (d)) + (w) + (php_uint32)(0x8F1BBCDC); \
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DRE70 \H non hexadecimal digit char
365 + hexadecimal digit char type \h, \H
386 + add hexadecimal digit char type (\h, \H)
/PHP-5.5/ext/pdo_sqlite/
H A Dsqlite_statement.c63 stmt->row_count = sqlite3_changes(S->H->db); in pdo_sqlite_stmt_execute()
/PHP-5.5/ext/mysql/tests/
H A Dmysql_field_flags.phpt81 array('label1', sprintf("'%s'", @date("Y-m-d H:i:s"))),

Completed in 47 milliseconds

12345678910>>...13