Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-5.5/ext/standard/tests/strings/
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.5/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";
H A Dbug26198.phpt6 echo gmdate("F Y (Y-m-d H:i:s T)\n", strtotime("Oct 2001"));
7 echo gmdate("M Y (Y-m-d H:i:s T)\n", strtotime("2001 Oct"));
H A Ddate_create-2.phpt9 echo $d->format('D, d M Y H:i:s T'), "\n";
12 echo $d->format('D, d M Y H:i:s T'), "\n";
H A Ddate_modify-2.phpt9 echo date_format($d, 'D, d M Y H:i:s T'), "\n";
11 echo date_format($d, 'D, d M Y H:i:s T'), "\n";
/PHP-5.5/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 Dfrontcontroller17.phar10 7������������������ ���index.php����hH���JVԋ�������<?php
12 ��oa��H��� Z�"[x�����GBMB
H A Dwrite16.phar8 [���������������������test.txt������H������E������� ���test2.txt������H������E�������<?ph…
/PHP-5.5/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.5/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.5/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.5/ext/pdo_pgsql/
H A Dpgsql_statement.c59 pdo_pgsql_db_handle *H = S->H; in pgsql_stmt_dtor() local
65 res = PQexec(H->server, q); in pgsql_stmt_dtor()
97 pdo_pgsql_db_handle *H = S->H; in pgsql_stmt_dtor() local
102 res = PQexec(H->server, q); in pgsql_stmt_dtor()
121 pdo_pgsql_db_handle *H = S->H; in pgsql_stmt_execute() local
137 S->result = PQexec(H->server, q); in pgsql_stmt_execute()
142 S->result = PQexec(H->server, q); in pgsql_stmt_execute()
157 S->result = PQexec(H->server, q); in pgsql_stmt_execute()
191 res = PQexec(H->server, buf); in pgsql_stmt_execute()
230 H->pgoid = PQoidValue(S->result); in pgsql_stmt_execute()
[all …]

Completed in 40 milliseconds

12345678910>>...13