Home
last modified time | relevance | path

Searched refs:H (Results 51 – 75 of 323) sorted by relevance

12345678910>>...13

/PHP-5.6/ext/standard/tests/strings/
H A Dbug36148.phpt2 Bug #36148 (unpack("H*hex", $data) is adding an extra character to the end of the string)
7 $a = pack("H*", $value);
8 $b = unpack("H*", $a);
H A Dstrrev_basic.phpt20 var_dump( strrev("H") );
21 var_dump( strrev('H') );
39 string(1) "H"
40 string(1) "H"
H A Dbug35817.phpt13 $a = pack("H","1");
14 $b = unpack("H", $a);
/PHP-5.6/ext/date/tests/
H A Dbug26317.phpt11 echo date("Y-m-d H:i:s\n", strtotime("2003-11-19 16:20:42 Z"));
12 echo date("Y-m-d H:i:s\n", strtotime("2003-11-19 09:20:42 T"));
13 echo date("Y-m-d H:i:s\n", strtotime("2003-11-19 19:20:42 C"));
H A Dbug39782.phpt8 echo $dttTest->format('D M j Y - H:i:s') . "\n";
11 echo $dttTest->format('D M j Y - H:i:s') . "\n";
14 echo $dttTest->format('D M j Y - H:i:s') . "\n";
H A Dbug52342.phpt10 echo $from->format('d.m.Y H:i'), "\n"; //A
12 echo date('d.m.Y H:i', $from->getTimestamp()), "\n"; //C
16 echo date('d.m.Y H:i', $from->getTimestamp()), "\n"; //C
H A DDateTime_verify.phpt163 string(16) "l, d-M-Y H:i:s T"
167 string(16) "D, d M y H:i:s O"
169 string(16) "l, d-M-y H:i:s T"
171 string(16) "D, d M y H:i:s O"
173 string(16) "D, d M Y H:i:s O"
175 string(16) "D, d M Y H:i:s O"
179 string(16) "D, d M Y H:i:s O"
H A Dbug33415-1.phpt10 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
12 print "result=".date("l Y-m-d H:i:s T I", $strtotime_tstamp)."\n";
18 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
20 print "result=".date("l Y-m-d H:i:s T I", $strtotime_tstamp)."\n";
H A Ddate-set-timestamp.phpt7 echo $d->format( "Y-m-d H:i e\n" );
11 echo $d->format( "Y-m-d H:i e\n" );
H A Dbug50475.phpt11 var_dump($date->format('Y-m-d H:i:s'));
14 var_dump($date->format('Y-m-d H:i:s'));
H A Dbug33563.phpt6 $strCurrDate = date('Y-m-d H:i:s',strtotime('2005-06-30 21:04:23'));
7 $strMonAfter = date('Y-m-d H:i:s',strtotime('+1 month',strtotime($strCurrDate)));
H A Dbug26090.phpt8 echo date('Y-m-d H:i:s T', strtotime($t)) . "\n";
11 echo date('Y-m-d H:i:s T', strtotime($t)) . "\n";
/PHP-5.6/ext/phar/tests/cache_list/files/
H A Dfrontcontroller19.phar11 ����������������������start/index.php9���!�H9���HٗN����������start/another.php>���!�H>���|
12 �������� ���another.php���!�H���b����������<?php
H A Dwrite11.phar9 6���������������������test.txt������H������E�������<?php __HALT_COMPILER();�j?��c�x H���*�}�…
H A Dwrite20.phar8 ?���������������������test.txt���K��H������E��� ���s:2:"hi";<?php __HALT_COMPILER();3��+�%Ls…
9 H��u���GBMB
H A Dwrite.phar1 <?php
2 $phar = new Phar(__FILE__);
3 echo $phar["test.txt"]->getContent();
4 $phar["test.txt"] = "changed
5 ";
6 echo $phar["test.txt"]->getContent();
7 echo "ok\n";
8 __HALT_COMPILER(); ?>
9 H�������������� ���s:2:"hi";���test.txt���a��H���zzo��� ���s:2:"hi";hi
H A Dwrite16.phar8 [���������������������test.txt������H������E������� ���test2.txt������H������E�������<?ph…
H A Dfrontcontroller17.phar10 7������������������ ���index.php����hH���JVԋ�������<?php
12 ��oa��H��� Z�"[x�����GBMB
/PHP-5.6/ext/phar/tests/files/
H A Dfrontcontroller19.phar11 ����������������������start/index.php9���!�H9���HٗN����������start/another.php>���!�H>���|
12 �������� ���another.php���!�H���b����������<?php
H A Dfrontcontroller17.phar10 7������������������ ���index.php����hH���JVԋ�������<?php
12 ��oa��H��� Z�"[x�����GBMB
/PHP-5.6/ext/pdo_pgsql/
H A Dpgsql_statement.c58 pdo_pgsql_db_handle *H = S->H; in pgsql_stmt_dtor() local
64 res = PQexec(H->server, q); in pgsql_stmt_dtor()
95 pdo_pgsql_db_handle *H = S->H; in pgsql_stmt_dtor() local
100 res = PQexec(H->server, q); in pgsql_stmt_dtor()
119 pdo_pgsql_db_handle *H = S->H; in pgsql_stmt_execute() local
135 S->result = PQexec(H->server, q); in pgsql_stmt_execute()
140 S->result = PQexec(H->server, q); in pgsql_stmt_execute()
155 S->result = PQexec(H->server, q); in pgsql_stmt_execute()
187 res = PQexec(H->server, buf); in pgsql_stmt_execute()
234 H->pgoid = PQoidValue(S->result); in pgsql_stmt_execute()
[all …]
/PHP-5.6/ext/ftp/tests/
H A Dftp_mdtm_basic.phpt23 echo date("F d Y H:i:s u",$time), PHP_EOL;
26 echo date("F d Y H:i:s u",$time), PHP_EOL;
29 echo date("F d Y H:i:s u",$time), PHP_EOL;
35 echo date("F d Y H:i:s u",$time), PHP_EOL;
/PHP-5.6/ext/standard/
H A Dmd5.c148 #define H(x, y, z) ((x) ^ (y) ^ (z)) macro
243 STEP(H, a, b, c, d, GET(5), 0xfffa3942, 4) in body()
244 STEP(H, d, a, b, c, GET(8), 0x8771f681, 11) in body()
247 STEP(H, a, b, c, d, GET(1), 0xa4beea44, 4) in body()
248 STEP(H, d, a, b, c, GET(4), 0x4bdecfa9, 11) in body()
249 STEP(H, c, d, a, b, GET(7), 0xf6bb4b60, 16) in body()
251 STEP(H, a, b, c, d, GET(13), 0x289b7ec6, 4) in body()
252 STEP(H, d, a, b, c, GET(0), 0xeaa127fa, 11) in body()
253 STEP(H, c, d, a, b, GET(3), 0xd4ef3085, 16) in body()
254 STEP(H, b, c, d, a, GET(6), 0x04881d05, 23) in body()
[all …]
/PHP-5.6/ext/standard/tests/network/
H A Dsetcookie.phpt23 'Set-Cookie: name=deleted; expires='.date('D, d-M-Y H:i:s', 1).' GMT; Max-Age=0',
24 'Set-Cookie: name=deleted; expires='.date('D, d-M-Y H:i:s', 1).' GMT; Max-Age=0',
28 'Set-Cookie: name=value; expires='.date('D, d-M-Y H:i:s', $tsp).' GMT; Max-Age=5',
29 'Set-Cookie: name=value; expires='.date('D, d-M-Y H:i:s', $tsn).' GMT; Max-Age=-6',
30 'Set-Cookie: name=value; expires='.date('D, d-M-Y H:i:s', $tsc).' GMT; Max-Age=0',
/PHP-5.6/ext/pcre/tests/
H A Dbug75207.phpt5 …'R'<((?'RR'(?'R'\){97)?J)?J)(?'R'(?'R'\){99|(:(?|(?'R')(\k'R')|((?'R')))H'R'R)(H'R))))))/", "*b\dc…

Completed in 53 milliseconds

12345678910>>...13