/PHP-8.2/ext/standard/tests/ |
H A D | bug64370_var1.phpt | 7 echo "time(): " . time() . "\n"; 16 time(): %d
|
/PHP-8.2/ext/date/tests/ |
H A D | bug67118_2.phpt | 8 public function __construct($time = null) { 12 parent::__construct($time, $tz); 16 parent::__construct($time.'C', $tz);
|
H A D | gmstrftime_variation21.phpt | 2 Test gmstrftime() function : usage variation - Checking Preferred date and time representation on W… 14 'Preferred date and time representation' => "%c", 16 'Preferred time representation' => "%X", 31 --Preferred date and time representation-- 47 --Preferred time representation--
|
H A D | strftime_variation21.phpt | 2 Test strftime() function : usage variation - Checking Preferred date and time representation on Win… 14 'Preferred date and time representation' => "%c", 16 'Preferred time representation' => "%X", 31 --Preferred date and time representation-- 47 --Preferred time representation--
|
H A D | DateTime_construct_error.phpt | 5 //Set the default time zone 11 $time = "GMT"; 15 var_dump( new DateTime($time, $timezone, $extra_arg) );
|
H A D | bug80963.phpt | 21 ["time"]=> 34 ["time"]=> 47 ["time"]=>
|
H A D | date_sunrise_variation7.phpt | 25 $time = mktime(8, 8, 8, 8, 11, 2008); 26 …var_dump( date_sunrise($time, SUNFUNCS_RET_STRING, $value["Latitude"], $value["Longitude"], 90, $v… 27 $time = mktime(8, 8, 8, 8, 12, 2008); 28 …var_dump( date_sunrise($time, SUNFUNCS_RET_STRING, $value["Latitude"], $value["Longitude"], 90, $v…
|
H A D | time_basic.phpt | 2 Test return type and value for expected input time() 9 var_dump(time());
|
/PHP-8.2/ext/standard/tests/dir/ |
H A D | closedir_variation2.phpt | 17 echo "\n-- Close directory handle first time: --\n"; 22 echo "\n-- Close directory handle second time: --\n"; 39 -- Close directory handle first time: -- 43 -- Close directory handle second time: --
|
H A D | closedir_variation2-win32-mb.phpt | 23 echo "\n-- Close directory handle first time: --\n"; 28 echo "\n-- Close directory handle second time: --\n"; 45 -- Close directory handle first time: -- 49 -- Close directory handle second time: --
|
/PHP-8.2/ext/sqlite3/tests/ |
H A D | sqlite3_07_prepared_stmt.phpt | 9 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 D | sqlite3_08_udf.phpt | 14 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 D | sqlite3_06_prepared_stmt.phpt | 9 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 D | sqlite3_11_numrows.phpt | 18 define('TIMENOW', time()); 21 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)')); 24 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'a')")); 25 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'b')"));
|
H A D | sqlite3_38_extended_error.phpt | 12 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 D | sqlite3_bound_value_at_name.phpt | 9 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 D | sqlite3_26_reset_prepared_stmt.phpt | 9 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 D | sqlite3_27_reset_prepared_stmt_result.phpt | 9 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 D | sqlite3_10_bound_value_name.phpt | 9 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 D | sqlite3_12_unfinalized_stmt_cleanup.phpt | 9 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 D | sqlite3_28_clear_bindings.phpt | 9 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-8.2/ext/ffi/tests/ |
H A D | bug77706.phpt | 26 time_t time(time_t*); 34 $ffi->time(); 40 $ffi->time(null, null); 58 FFI\Exception: Incorrect number of arguments for C function 'time', expecting exactly 1 parameter 59 FFI\Exception: Incorrect number of arguments for C function 'time', expecting exactly 1 parameter
|
/PHP-8.2/Zend/tests/ |
H A D | concat_003.phpt | 11 $time = microtime(TRUE); 27 $time = microtime(TRUE); 34 $t = microtime(TRUE) - $time;
|
/PHP-8.2/ext/intl/tests/ |
H A D | msgfmt_format_error5.phpt | 2 MessageFormatter::format() invalid date/time argument 19 Warning: MessageFormatter::format(): msgfmt_format: invalid object type for date/time (only IntlCal… 21 Warning: MessageFormatter::format(): The argument for key 'foo' cannot be used as a date or time in…
|
/PHP-8.2/ext/standard/tests/network/ |
H A D | bug76755.phpt | 2 Bug #76755 (setcookie does not accept "double" type for expire time) 5 var_dump(setcookie('name', 'value', (float)(time() + 1296000)));
|