Home
last modified time | relevance | path

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

12345678910>>...23

/PHP-7.4/ext/standard/tests/dir/
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-win32-mb.phpt29 echo "\n-- Close directory handle first time: --\n";
34 echo "\n-- Close directory handle second time: --\n";
48 -- Close directory handle first time: --
52 -- Close directory handle 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.4/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 Dsqlite3_38_extended_error.phpt12 echo "Inserting first time which should succeed" . PHP_EOL;
16 echo "Inserting second time which should fail" . PHP_EOL;
26 Inserting first time which should succeed
28 Inserting second time which should fail
H A Dsqlite3_bound_value_at_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_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.4/ext/dba/tests/
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"
H A Ddba_qdbm.phpt27 Failed to write "key number 6" 2nd time
28 Content 2 replaced 2nd time
34 string(27) "Content 2 replaced 2nd time"
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"
/PHP-7.4/ext/intl/tests/
H A Dmsgfmt_format_error5.phpt2 MessageFormatter::format() invalid date/time argument
20 Warning: MessageFormatter::format(): msgfmt_format: invalid object type for date/time (only IntlCal…
22 Warning: MessageFormatter::format(): The argument for key 'foo' cannot be used as a date or time in…
/PHP-7.4/ext/zip/examples/
H A Dcreate.php17 $zip->addFromString("testfilephp.txt" . time(), "#1 This is a test string added as testfilephp.txt.…
18 $zip->addFromString("testfilephp2.txt" . time(), "#2 This is a test string added as testfilephp2.tx…
/PHP-7.4/ext/date/tests/
H A Dgmstrftime_variation15.phpt2 Test gmstrftime() function : usage variation - Checking time related formats which was not supporte…
6 * Description: Format a GMT/UCT time/date according to locale settings
22 'Current time %H:%M:%S format' => "%T",
46 --Current time %H:%M:%S format--
H A Dstrftime_variation15.phpt2 Test strftime() function : usage variation - Checking time related formats which was not supported …
6 * Description: Format a local time/date according to locale settings
22 'Current time %H:%M:%S format' => "%T",
46 --Current time %H:%M:%S format--
/PHP-7.4/ext/intl/common/
H A Dcommon_date.cpp50 ? ((php_date_obj*)object)->time->tz_info->name in timezone_convert_datetimezone()
56 ? ((php_date_obj*)object)->time->z / 60 in timezone_convert_datetimezone()
78 ? ((php_date_obj*)object)->time->tz_abbr in timezone_convert_datetimezone()
133 *millis = U_MILLIS_PER_SECOND * (double)Z_LVAL(retval) + (datetime->time->us / 1000); in intl_datetime_decompose()
140 if (!datetime->time) { in intl_datetime_decompose()
148 if (!datetime->time->is_localtime) { in intl_datetime_decompose()
151 *tz = timezone_convert_datetimezone(datetime->time->zone_type, in intl_datetime_decompose()
/PHP-7.4/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 35 milliseconds

12345678910>>...23