Home
last modified time | relevance | path

Searched refs:time (Results 126 – 150 of 568) sorted by relevance

12345678910>>...23

/PHP-7.4/ext/date/tests/
H A DDateTime_setTime_basic1.phpt6 * Description: Resets the current time of the DateTime object to a different time.
11 //Set the default time zone
H A Ddate_time_set_basic1.phpt6 * Description: Resets the current time of the DateTime object to a different time.
11 //Set the default time zone
H A Ddate_offset_get_basic1.phpt6 * Description: Returns the daylight saving time offset
11 //Set the default time zone
H A DDateTime_getOffset_basic1.phpt6 * Description: Returns the daylight saving time offset
11 //Set the default time zone
H A Dbug67118.phpt9 public function __construct($time = 'now', $tz = NULL, $format = NULL)
15 @parent::__construct($time, $tz);
H A DDateTime_setTimezone_basic1.phpt6 * Description: Sets the time zone for the DateTime object
13 //Set the default time zone
H A Ddate_timezone_set_basic1.phpt6 * Description: Sets the time zone for the DateTime object
13 //Set the default time zone
H A DDateTime_clone_basic4.phpt5 //Set the default time zone
8 //Set the default time zone
/PHP-7.4/ext/sockets/tests/
H A Dsocket_select-wrongparams-3.phpt22 $time = array();
23 var_dump(socket_select($sockets, $write, $except, $time));
H A Dsocket_select-wrongparams-1.phpt19 $time = -1;
20 var_dump(socket_select($sockets, $write, $except, $time));
H A Dsocket_select-wrongparams-2.phpt13 $time = 0;
14 var_dump(socket_select($sockets, $write, $except, $time));
/PHP-7.4/ext/intl/tests/
H A Dcalendar_add_basic.phpt14 $time = strtotime('2012-02-29 00:00:00 +0000');
18 $intlcal->setTime($time * 1000);
H A Dtimezone_getOffset_error.phpt19 var_dump($tz->getOffset(time()*1000, true, $a));
20 var_dump($tz->getOffset(time()*1000, true, $a, $a, $a));
22 intltz_get_offset(null, time()*1000, false, $a, $a);
/PHP-7.4/ext/gd/libgd/
H A Dgd2time.c36 t0 = time (0); in main()
56 t0 = time (0) - t0; in main()
/PHP-7.4/ext/pgsql/tests/
H A D80_bug42783.phpt17 pg_query("CREATE TABLE php_test (id SERIAL PRIMARY KEY, time TIMESTAMP NOT NULL DEFAULT now())");
31 ["time"]=>
/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_16_select_no_results.phpt9 define('TIMENOW', time());
12 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
H A Dsqlite3_02_create.phpt11 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
14 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
/PHP-7.4/Zend/tests/
H A Dclass_name_as_scalar.phpt8 // compile time constants
14 var_dump(self::class); // self compile time lookup
17 var_dump(Baz::class); // default compile time lookup
21 // compile time static lookups
H A Dbug65322.phpt2 Bug #65322: compile time errors won't trigger auto loading
16 /* This is just a particular example of a non-fatal compile-time error
/PHP-7.4/ext/mysqli/tests/
H A Dbug76386.phpt2 Prepared Statement formatter truncates fractional seconds from date/time column (bug #76386)
57 't time default "11:00:00", t2 time(2) default "11:00:00.22", t4 ' .
58 'time(4) default "11:00:00.4444", t6 time(6) default "11:00:00.006054") ' .
/PHP-7.4/ext/standard/tests/file/
H A Dtouch_basic-win32-mb.phpt13 /* Prototype : proto bool touch(string filename [, int time [, int atime]])
14 * Description: Set modification time of file
61 $time = 10000;
66 var_dump( touch($filename, $time, $atime) );
H A Dtouch_basic-win32.phpt13 /* Prototype : proto bool touch(string filename [, int time [, int atime]])
14 * Description: Set modification time of file
61 $time = 10000;
66 var_dump( touch($filename, $time, $atime) );
H A D005_error.phpt7 Description: Returns the time the file was last accessed, or FALSE
8 in case of an error. The time is returned as a Unix timestamp.
11 Description: Returns the time the file was last modified, or FALSE
15 Description: Returns the time the file was last changed, or FALSE
16 in case of an error. The time is returned as a Unix timestamp.
18 Prototype: bool touch ( string $filename [, int $time [, int $atime]] );
20 named in the filename parameter to the value given in time.
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dphar_test.inc16 $time = isset($ftime) ? $ftime : @mktime(12, 0, 0, 3, 1, 2006);
24 foreach(array('comp','crc32','clen','ulen','time','flags','perm','meta','cont') as $what)
42 …$manifest .= pack('VVVVVV', $ulen, $time, $clen, $crc32, $flags|$perm, strlen($meta)) . (binary)$m…
/PHP-7.4/ext/phar/tests/files/
H A Dphar_test.inc16 $time = isset($ftime) ? $ftime : @mktime(12, 0, 0, 3, 1, 2006);
24 foreach(array('comp','crc32','clen','ulen','time','flags','perm','meta','cont') as $what)
42 …$manifest .= pack('VVVVVV', $ulen, $time, $clen, $crc32, $flags|$perm, strlen($meta)) . (binary)$m…

Completed in 26 milliseconds

12345678910>>...23