Home
last modified time | relevance | path

Searched refs:H (Results 76 – 100 of 314) sorted by relevance

12345678910>>...13

/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dwrite2.phar1 <?php
2 $phar = new Phar(__FILE__);
3 var_dump($phar->getMetadata());
4 mkdir("phar://" . __FILE__ . "/test");
5 var_dump(is_dir("phar://" . __FILE__ . "/test"));
6 $phar2 = new Phar(__FILE__);
7 var_dump($phar2->getMetadata());
8 var_dump(isset($phar["test"]));
9 var_dump(isset($phar2["test"]));
10 echo "ok\n";
[all …]
/PHP-5.5/ext/date/tests/
H A Dbug46874.phpt8 echo $date->format("Y-m-d H:i:s\n");
15 echo $date->format("Y-m-d H:i:s\n");
H A Dbug26320.phpt11 echo date("Y-m-d H:i:s\n", strtotime("2003-11-19T12:30:42"));
12 echo date("Y-m-d H:i:s\n", strtotime("2003-11-19T12:30:42Z"));
H A Dbug52454.phpt10 echo $endOfWeek->format('Y-m-d H:i:s')."\n";
16 echo $endOfWeek->format('Y-m-d H:i:s')."\n";
H A Dbug20382-1.phpt8 echo "tStamp=". date("l Y-m-d H:i:s T", $tStamp). "\n";
11 echo "result=". date("l Y-m-d H:i:s T", $strtotime_timestamp). "\n";
H A DDateTime_clone_basic1.phpt20 echo "Original: " . $orig->format("H:i:s") . "\n";
21 echo "Clone: " . $clone->format("H:i:s") . "\n";
H A Dbug52062-64bit.phpt12 var_dump($d->format('Y-m-d H:i:s U'));
16 var_dump($d->format('Y-m-d H:i:s U'));
H A Dbug62561.phpt11 echo 'ts: '.$ts->format('Y-m-d H:i:s')."\n";
12 echo 'day from ts: '.$dayFromTs->format('Y-m-d H:i:s')."\n";
H A Dbug52062.phpt12 var_dump($d->format('Y-m-d H:i:s U'));
17 var_dump($d->format('Y-m-d H:i:s U'));
H A D002.phpt37 echo date ("Y-m-d H:i:s\n", strtotime ($date));
48 echo date ("Y-m-d H:i:s\n", strtotime ($date));
H A DDateInterval_format.phpt23 echo $interval->format('H=%H') . "\n";
55 H=04
H A Dexamine_diff.inc41 $start_date = $start->format('Y-m-d H:i:s T');
48 $end_date = $end->format('Y-m-d H:i:s T');
69 $result_end_date = $start->format('Y-m-d H:i:s T');
75 $result_start_date = $end->format('Y-m-d H:i:s T');
H A Dbug29585.phpt6 echo gmdate("Y-m-d H:i:s", strtotime("2004W30"));
H A Dbug21399.phpt7 echo gmdate("Y-m-d H:i:s", strtotime("20050620091407 GMT"));
H A Dbug29150.phpt7 echo gmdate("Y-m-d H:i:s", strtotime("20 VI. 2005"));
H A Dbug28599.phpt6 print gmdate("d-m-Y H:i:s", strtotime("+30 minutes", 1100535573));
H A DDateTime_format_basic1.phpt24 var_dump( $date->format( 'H:m:s \m \i\s\ \m\o\n\t\h') );
25 var_dump( $date->format( "H:i:s") );
H A Ddate_basic1.phpt24 var_dump( date('H:m:s \m \i\s\ \m\o\n\t\h', $timestamp) );
25 var_dump( date("H:i:s", $timestamp) );
H A Ddate_format_basic1.phpt24 var_dump( date_format($date, 'H:m:s \m \i\s\ \m\o\n\t\h') );
25 var_dump( date_format($date, "H:i:s") );
H A Doo_001.phpt16 var_dump($d->format("Y-m-d H:i:s"));
19 var_dump($d->format("Y-m-d H:i:s"));
/PHP-5.5/ext/intl/tests/
H A Dspoofchecker_004.phpt12 var_dump($x->areConfusable("HELLO", "H\xD0\x95LLO"));
19 var_dump($x->areConfusable("HELLO", "H\xD0\x95LLO"));
/PHP-5.5/ext/pdo_oci/
H A Doci_statement.c146 STMT_CALL(OCIStmtExecute, (S->H->svc, S->stmt, S->err, in oci_stmt_execute()
399 OCILobWrite(S->H->svc, S->err, (OCILobLocator*)P->thing, in oci_stmt_param_hook()
408 OCILobClose(S->H->svc, S->err, (OCILobLocator*)P->thing); in oci_stmt_param_hook()
409 OCILobFlushBuffer(S->H->svc, S->err, (OCILobLocator*)P->thing, 0); in oci_stmt_param_hook()
418 OCILobWrite(S->H->svc, S->err, (OCILobLocator*)P->thing, in oci_stmt_param_hook()
425 OCILobClose(S->H->svc, S->err, (OCILobLocator*)P->thing); in oci_stmt_param_hook()
621 r = OCILobWrite(self->S->H->svc, self->S->err, self->lob, in oci_blob_write()
641 r = OCILobRead(self->S->H->svc, self->S->err, self->lob, in oci_blob_read()
662 OCILobClose(self->S->H->svc, self->S->err, self->lob); in oci_blob_close()
673 OCILobFlushBuffer(self->S->H->svc, self->S->err, self->lob, 0); in oci_blob_flush()
[all …]
/PHP-5.5/ext/standard/tests/network/
H A Dsetcookie.phpt26 'Set-Cookie: name=value; expires='.date('D, d-M-Y H:i:s', $tsp).' GMT; Max-Age=5',
27 'Set-Cookie: name=value; expires='.date('D, d-M-Y H:i:s', $tsn).' GMT; Max-Age=-6',
28 'Set-Cookie: name=value; expires='.date('D, d-M-Y H:i:s', $tsc).' GMT; Max-Age=0',
/PHP-5.5/ext/mbstring/tests/
H A Dbug54494.phpt25 $t = unpack("H*",mb_substr($string, $i, 1, $mode));
41 $t = unpack("H*",mb_substr($string, $i, 1, $mode));
/PHP-5.5/ext/standard/tests/serialize/
H A Dprecision.phpt27 $num = unpack("d", pack("H*", $ns)); $num = reset($num);
30 $repr = unpack("H*", pack("d", $num2)); $repr = reset($repr);

Completed in 71 milliseconds

12345678910>>...13