Home
last modified time | relevance | path

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

12345678910>>...23

/php-src/ext/pgsql/tests/
H A D80_bug42783.phpt20 pg_query($dbh, "CREATE TABLE {$table_name} (id SERIAL PRIMARY KEY, time TIMESTAMP NOT NULL DEFAULT …
40 ["time"]=>
/php-src/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…
/php-src/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-src/ext/date/tests/
H A Dbug27780.phpt2 Bug #27780 (strtotime(+1 xxx) returns a wrong date/time)
31 $time = strtotime($timestring);
33 echo $time, date(" [Y-m-d H:i:s T]", $time), " [$timestring]\n";
H A DDateTimeZone_getTransitions_basic1.phpt7 //Set the default time zone
34 ["time"]=>
H A DDateTime_clone_basic4.phpt5 //Set the default time zone
8 //Set the default time zone
H A DDateTime_construct-dst-overlap.phpt19 // PHP defaults to normal time. Ensure consistency in future.
24 // PHP defaults to normal time. Ensure consistency in future.
H A Dtimezone_transitions_get_basic1.phpt7 //Set the default time zone
37 ["time"]=>
H A Dbug67118.phpt9 public function __construct($time = 'now', $tz = NULL, $format = NULL)
15 @parent::__construct($time, $tz);
H A Ddate_parse_error.phpt5 //Set the default time zone
58 string(25) "Double time specification"
H A Dstrftime_variation15.phpt2 Test strftime() function : usage variation - Checking time related formats which was not supported …
16 'Current time %H:%M:%S format' => "%T",
47 --Current time %H:%M:%S format--
H A Dgmstrftime_variation15.phpt2 Test gmstrftime() function : usage variation - Checking time related formats which was not supporte…
16 'Current time %H:%M:%S format' => "%T",
47 --Current time %H:%M:%S format--
H A Dstrftime_variation16.phpt2 Test strftime() function : usage variation - Checking time related formats which are supported othe…
22 'Current time %H:%M:%S format' => "%T",
53 --Current time %H:%M:%S format--
H A Dgmstrftime_variation16.phpt2 Test gmstrftime() function : usage variation - Checking time related formats which are supported ot…
22 'Current time %H:%M:%S format' => "%T",
53 --Current time %H:%M:%S format--
H A Dstrtotime3-64bit.phpt8 $time = 1150494719; // 16/June/2006
38 $t = strtotime($str, $time);
/php-src/ext/intl/tests/
H A Dcalendar_fromDateTime_error.phpt33 Warning: IntlCalendar::fromDateTime(): intlcal_from_date_time: object has an time zone offset that'…
36 Warning: IntlCalendar::fromDateTime(): intlcal_from_date_time: time zone id 'WEST' extracted from e…
/php-src/ext/mysqli/tests/
H A Dbug51605.phpt36 echo "closed for third time\n";
43 closed for third time
/php-src/ext/zip/examples/
H A Dcomment.php5 $z->setCommentName('foo', 'Too Comment ' . time());
/php-src/ext/zlib/tests/
H A Dgzopen_variation4.phpt117 Warning: gzopen(): Cannot open a zlib stream for reading and writing at the same time! in %s on lin…
119 Warning: gzopen(): Cannot open a zlib stream for reading and writing at the same time! in %s on lin…
121 Warning: gzopen(): Cannot open a zlib stream for reading and writing at the same time! in %s on lin…
123 Warning: gzopen(): Cannot open a zlib stream for reading and writing at the same time! in %s on lin…
125 Warning: gzopen(): Cannot open a zlib stream for reading and writing at the same time! in %s on lin…
H A Dgzopen_variation9.phpt28 Warning: gzopen(): Cannot open a zlib stream for reading and writing at the same time! in %s on lin…
36 Warning: gzopen(): Cannot open a zlib stream for reading and writing at the same time! in %s on lin…
/php-src/ext/standard/tests/filters/
H A Dbug22538.phpt14 $path1 = sprintf("%s/%s%da", __DIR__, uniqid(), time());
15 $path2 = sprintf("%s/%s%db", __DIR__, uniqid(), time());
/php-src/ext/zend_test/tests/
H A Dobserver_exception_01.phpt16 throw new RuntimeException('Third time is a charm');
52 Fatal error: Uncaught RuntimeException: Third time is a charm in %s%eobserver_exception_%d.php:%d
/php-src/Zend/tests/stack_limit/
H A Dstack_limit_013.inc7 $time = '';
H A Dstack_limit_014.inc7 $time = '';
/php-src/Zend/tests/attributes/
H A D033_attribute_flags_type_is_not_validated_at_comp_time.phpt2 Attribute flags type is not validated at compile time.

Completed in 32 milliseconds

12345678910>>...23