Home
last modified time | relevance | path

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

12345678910>>...30

/PHP-7.2/Zend/tests/
H A Dconcat_003.phpt8 $time = microtime(TRUE);
24 $time = microtime(TRUE);
31 $t = microtime(TRUE) - $time;
/PHP-7.2/ext/date/tests/
H A Dgetdate_variation4.phpt2 …nction : usage variation - Verifyig by supplying year-wise sample time stamps since Unix epoch time
6 * Description: Get date/time information
13 //Set the default time zone
19 //Year wise time stamps
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) );
/PHP-7.2/ext/standard/tests/dir/
H A Dopendir_variation3.phpt19 echo "\n-- Open directory first time: --\n";
22 echo "\n-- Open directory second time: --\n";
43 -- Open directory first time: --
46 -- Open directory second time: --
H A Dopendir_variation3-win32-mb.phpt25 echo "\n-- Open directory first time: --\n";
28 echo "\n-- Open directory second time: --\n";
49 -- Open directory first time: --
52 -- Open directory second time: --
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-7.2/ext/intl/tests/
H A Dcalendar_createInstance_basic.phpt24 $time = time();
26 var_dump(abs($timeMillis - $time * 1000) < 2000);
/PHP-7.2/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_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')"));
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_28_clear_bindings.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')"));
/PHP-7.2/ext/dba/tests/
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"
H A Ddba_lmdb.phpt27 Failed to write "key number 6" 2nd time
28 Content 2 replaced 2nd time
34 string(27) "Content 2 replaced 2nd time"
/PHP-7.2/ext/standard/tests/misc/
H A Dtime_sleep_until_basic.phpt14 $time = microtime(true) + 2;
15 var_dump(time_sleep_until( (int)$time ));
28 $now = $tmp >= (int)$time ? $tmp : $tmp + .05;
30 var_dump($now >= (int)$time);
/PHP-7.2/ext/intl/common/
H A Dcommon_date.cpp47 ? ((php_date_obj*)object)->time->tz_info->name
53 ? ((php_date_obj*)object)->time->z / 60
75 ? ((php_date_obj*)object)->time->tz_abbr
137 *millis = U_MILLIS_PER_SECOND * (double)Z_LVAL(retval) + (datetime->time->us / 1000);
144 if (!datetime->time) {
152 if (!datetime->time->is_localtime) {
155 *tz = timezone_convert_datetimezone(datetime->time->zone_type,
/PHP-7.2/ext/xsl/tests/
H A Dxslt010.phpt41 time :
59 time :
77 time :
95 time :
113 time :
131 time :
149 time :
167 time :
185 time :
203 time :
H A Dxslt010_gt10129.phpt40 time :
58 time :
76 time :
94 time :
112 time :
130 time :
148 time :
166 time :
184 time :
202 time :

Completed in 33 milliseconds

12345678910>>...30