Home
last modified time | relevance | path

Searched refs:time (Results 76 – 100 of 698) sorted by relevance

12345678910>>...28

/PHP-5.6/ext/date/tests/
H A Dbug67118_2.phpt8 public function __construct($time = null) {
12 parent::__construct($time, $tz);
16 parent::__construct($time.'C', $tz);
H A Ddate_create_error.phpt5 /* Prototype : DateTime date_create ([ string $time [, DateTimeZone $timezone ]] )
14 $time = "GMT";
17 var_dump( date_create($time, $timezone, $extra_arg) );
H A Dgmstrftime_variation15.phpt2 Test gmstrftime() function : usage variation - Checking time related formats which are not supporte…
12 * Description: Format a GMT/UCT time/date according to locale settings
28 'Current time %H:%M:%S format' => "%T",
52 --Current time %H:%M:%S format--
H A Dgmstrftime_variation16.phpt2 Test gmstrftime() function : usage variation - Checking time related formats which are supported ot…
12 * Description: Format a GMT/UCT time/date according to locale settings
28 'Current time %H:%M:%S format' => "%T",
52 --Current time %H:%M:%S format--
H A Dgmstrftime_variation6.phpt2 Test gmstrftime() function : usage variation - Passing time related format strings to format argume…
6 * Description: Format a GMT/UCT time/date according to locale settings
23 'AM/PM format for a time' => "%p",
52 --AM/PM format for a time--
H A Dstrftime_variation15.phpt2 Test strftime() function : usage variation - Checking time related formats which are not supported …
12 * Description: Format a local time/date according to locale settings
28 'Current time %H:%M:%S format' => "%T",
52 --Current time %H:%M:%S format--
H A Dstrftime_variation16.phpt2 Test strftime() function : usage variation - Checking time related formats which are supported othe…
12 * Description: Format a local time/date according to locale settings
28 'Current time %H:%M:%S format' => "%T",
52 --Current time %H:%M:%S format--
H A Dstrftime_variation6.phpt2 Test strftime() function : usage variation - Passing time related format strings to format argument.
6 * Description: Format a local time/date according to locale settings
24 'AM/PM format for a time' => "%p",
53 --AM/PM format for a time--
/PHP-5.6/ext/intl/tests/
H A Dcalendar_createInstance_basic.phpt24 $time = time();
26 var_dump(abs($timeMillis - $time * 1000) < 2000);
H A Dmsgfmt_format_error5.phpt2 MessageFormatter::format() invalid date/time argument
23 Warning: MessageFormatter::format(): msgfmt_format: invalid object type for date/time (only IntlCal…
25 Warning: MessageFormatter::format(): The argument for key 'foo' cannot be used as a date or time in…
/PHP-5.6/ext/sqlite3/tests/
H A Dsqlite3_06_prepared_stmt.phpt9 define('TIMENOW', time());
12 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
15 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'a')"));
16 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'b')"));
H A Dsqlite3_07_prepared_stmt.phpt9 define('TIMENOW', time());
12 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
15 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'a')"));
16 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'b')"));
H A Dsqlite3_08_udf.phpt14 define('TIMENOW', time());
17 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
20 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'a')"));
21 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'b')"));
H A Dsqlite3_11_numrows.phpt16 define('TIMENOW', time());
19 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
22 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'a')"));
23 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'b')"));
H A Dsqlite3result_numcolumns_error.phpt12 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
15 var_dump($db->exec('INSERT INTO test (time, id) VALUES(2, 1)'));
19 var_dump($result->numColumns('time'));
H A Dsqlite3_12_unfinalized_stmt_cleanup.phpt9 define('TIMENOW', time());
12 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
15 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'a')"));
16 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'b')"));
H A Dsqlite3_26_reset_prepared_stmt.phpt9 define('TIMENOW', time());
12 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
15 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'a')"));
16 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'b')"));
H A Dsqlite3_27_reset_prepared_stmt_result.phpt9 define('TIMENOW', time());
12 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
15 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'a')"));
16 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'b')"));
H A Dsqlite3_35_stmt_readonly.phpt14 define('TIMENOW', time());
17 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
20 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'a')"));
21 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'b')"));
H A Dsqlite3_10_bound_value_name.phpt9 define('TIMENOW', time());
12 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
15 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'a')"));
16 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'b')"));
/PHP-5.6/ext/pgsql/tests/
H A D80_bug14383.phpt28 Content 2 replaced 2nd time
34 string(27) "Content 2 replaced 2nd time"
43 Content 2 replaced 2nd time
49 string(27) "Content 2 replaced 2nd time"
/PHP-5.6/ext/standard/tests/dir/
H A Dclosedir_variation2.phpt23 echo "\n-- Close directory handle first time: --\n";
28 echo "\n-- Close directory handle second time: --\n";
42 -- Close directory handle first time: --
46 -- Close directory handle second time: --
/PHP-5.6/ext/xsl/tests/
H A Dxslt010.phpt40 time :
58 time :
76 time :
94 time :
112 time :
130 time :
148 time :
166 time :
184 time :
202 time :
/PHP-5.6/ext/dba/tests/
H A Ddba_gdbm.phpt25 Failed to write "key number 6" 2nd time
26 Content 2 replaced 2nd time
32 string(27) "Content 2 replaced 2nd time"
H A Ddba_qdbm.phpt23 Failed to write "key number 6" 2nd time
24 Content 2 replaced 2nd time
30 string(27) "Content 2 replaced 2nd time"

Completed in 23 milliseconds

12345678910>>...28