Home
last modified time | relevance | path

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

12345678910>>...28

/PHP-5.6/ext/intl/tests/
H A Dcalendar_add_basic.phpt14 $time = strtotime('2012-02-29 00:00:00 +0000');
18 $intlcal->setTime($time * 1000);
/PHP-5.6/ext/gd/libgd/
H A Dgd2time.c36 t0 = time (0); in main()
56 t0 = time (0) - t0; in main()
/PHP-5.6/ext/sockets/tests/
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-5.6/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-5.6/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
/PHP-5.6/ext/date/tests/
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 Dbug27780.phpt2 Bug #27780 (strtotime(+1 xxx) returns a wrong date/time)
36 $time = strtotime($timestring);
38 echo $time, strftime(" [%Y-%m-%d %H:%M:%S %Z]", $time), " [$timestring]\n";
H A DDateTime_clone_basic4.phpt5 //Set the default time zone
8 //Set the default time zone
H A DDateTime_getOffset_error.phpt7 * Description: Returns the daylight saving time offset
12 //Set the default time zone
H A Dgetdate_error.phpt6 * Description: Get date/time information
13 //Set the default time zone
H A Dgmdate_variation9.phpt6 * Description: Format a GMT date/time
21 'Swatch Internet time' => 'B',
50 --Swatch Internet time--
H A Ddate_create_basic.phpt5 /* Prototype : DateTime date_create ([ string $time [, DateTimeZone $timezone ]] )
11 //Set the default time zone
/PHP-5.6/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)'));
H A Dsqlite3_32_last_insert_rowid_param.phpt14 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
17 var_dump($db->exec('INSERT INTO test (time, id) VALUES(2, 1)'));
/PHP-5.6/ext/standard/tests/file/
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.
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 Dtouch_basic.phpt14 /* Prototype : proto bool touch(string filename [, int time [, int atime]])
15 * Description: Set modification time of file
62 $time = 10000;
67 var_dump( touch($filename, $time, $atime) );
/PHP-5.6/ext/phar/tests/cache_list/files/
H A Dphar_test.inc18 $time = isset($ftime) ? $ftime : @mktime(12, 0, 0, 3, 1, 2006);
26 foreach(array('comp','crc32','clen','ulen','time','flags','perm','meta','cont') as $what)
44 …$manifest .= pack('VVVVVV', $ulen, $time, $clen, $crc32, $flags|$perm, strlen($meta)) . (binary)$m…
/PHP-5.6/ext/phar/tests/files/
H A Dphar_test.inc18 $time = isset($ftime) ? $ftime : @mktime(12, 0, 0, 3, 1, 2006);
26 foreach(array('comp','crc32','clen','ulen','time','flags','perm','meta','cont') as $what)
44 …$manifest .= pack('VVVVVV', $ulen, $time, $clen, $crc32, $flags|$perm, strlen($meta)) . (binary)$m…

Completed in 131 milliseconds

12345678910>>...28