Home
last modified time | relevance | path

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

12345678910>>...23

/PHP-7.4/ext/phar/tests/tar/
H A Dlinks2.phpt18 'mtime' => time(),
/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"]=>
H A Dbug72028.phpt13 $table = "bug72028_" . md5(uniqid(time()));
/PHP-7.4/ext/opcache/tests/
H A Dbug66251.phpt2 Bug #66251 (Constants get statically bound at compile time when Optimized)
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_debug.c40 timestamp = time(NULL); in zend_accel_error()
/PHP-7.4/ext/oci8/tests/
H A Dpecl_bug16035.phpt9 $ov = preg_match('/Compile-time ORACLE_HOME/', $phpinfo);
H A Dconnect_without_oracle_home_11.phpt9 $ov = preg_match('/Compile-time ORACLE_HOME/', $phpinfo);
H A Dconnect_without_oracle_home_old_11.phpt9 $ov = preg_match('/Compile-time ORACLE_HOME/', $phpinfo);
H A Dconnect_without_oracle_home.phpt9 $ov = preg_match('/Compile-time ORACLE_HOME/', $phpinfo);
H A Dconnect_without_oracle_home_old.phpt9 $ov = preg_match('/Compile-time ORACLE_HOME/', $phpinfo);
H A Derror3.phpt7 // Assume runtime client version is >= compile time client version
H A Dbug47281.phpt8 // Assume runtime client version is >= compile time client version
/PHP-7.4/ext/oci8/
H A Doci8.c1790 timestamp = time(NULL); in php_oci_do_connect_ex()
2298 time_t timestamp = time(NULL); in php_oci_connection_release()
2724 timestamp = time(NULL); in php_oci_persistent_helper()
3205 time_t timestamp = time(NULL); in php_oci_create_session()
3435 time_t timestamp = time(NULL); in php_oci_ping_init()
/PHP-7.4/ext/intl/tests/
H A Dmsgfmt_format_intlcalendar_variant2.phpt15 $msgf = new MessageFormatter('pt_PT', '{0,date,full} {0,time,h:m:s a V}');
20 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
22 echo "msgf2: ", $msgf->format(array($time, 'date')), " ",
23 $msgf->format(array($time, 'time')), "\n";
H A Dmsgfmt_format_intlcalendar_variant3.phpt16 $msgf = new MessageFormatter('pt_PT', '{0,date,full} {0,time,h:m:s a V}');
21 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
23 echo "msgf2: ", $msgf->format(array($time, 'date')), " ",
24 $msgf->format(array($time, 'time')), "\n";
H A Dmsgfmt_format_intlcalendar_variant4.phpt15 $msgf = new MessageFormatter('pt_PT', '{0,date,full} {0,time,h:m:s a V}');
20 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
22 echo "msgf2: ", $msgf->format(array($time, 'date')), " ",
23 $msgf->format(array($time, 'time')), "\n";
H A Dtimezone_createTimeZone_error.phpt31 Warning: IntlTimeZone::createTimeZone(): intltz_create_time_zone: could not convert time zone id to…
H A Dtimezone_fromDateTimeZone_error.phpt42 Warning: IntlTimeZone::fromDateTimeZone(): intltz_from_date_time_zone: time zone id 'WEST' extracte…
H A Dtimezone_getCanonicalID_error.phpt25 Warning: IntlTimeZone::getCanonicalID(): intltz_get_canonical_id: could not convert time zone id to…
H A Dtimezone_getCanonicalID_variant1_2.phpt13 /* A valid custom time zone ID has the following syntax: GMT[+|-]hh[[:]mm] */
H A Dtimezone_getEquivalentID_error.phpt31 Warning: IntlTimeZone::getEquivalentID(): intltz_get_equivalent_id: could not convert time zone id …
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);
H A Dmsgfmt_format_intlcalendar.phpt15 $msgf = new MessageFormatter('pt_PT', '{0,date,full} {0,time,h:m:s a V}');
20 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
22 echo "msgf2: ", $msgf->format(array($time, 'date')), " ",
23 $msgf->format(array($time, 'time')), "\n";
H A Dmsgfmt_format_simple_types_numeric_strings.phpt21 time {g,time}
51 time %d:%d:05 PM
H A Dmsgfmt_millisecond_dates.phpt14 "On {0,time,yyyy-MM-dd G 'at' HH:mm:ss.SSS zzz} something odd happened");

Completed in 67 milliseconds

12345678910>>...23