Home
last modified time | relevance | path

Searched refs:date (Results 726 – 750 of 796) sorted by relevance

1...<<21222324252627282930>>...32

/PHP-7.2/ext/date/tests/
H A Dtimezone_name_from_abbr_variation1.phpt7 * Source code: ext/date/php_date.c
H A Ddate_time_immutable.phpt4 date.timezone=Europe/London
H A DDateTimeZone_construct_variation1.phpt7 * Source code: ext/date/php_date.c
H A Ddate_default_timezone_set_variation1.phpt6 * Description: Sets the default timezone used by all date/time functions in a script.
H A Dtimezone_name_from_abbr_variation2.phpt7 * Source code: ext/date/php_date.c
H A Dtimezone_name_from_abbr_variation3.phpt7 * Source code: ext/date/php_date.c
H A Ddate_sunrise_variation2.phpt9 * Source code: ext/date/php_date.c
H A Ddate_sunset_variation2.phpt9 * Source code: ext/date/php_date.c
H A Dtimezone_offset_get_variation1.phpt7 * Source code: ext/date/php_date.c
H A Dtimezone_offset_get_variation2.phpt7 * Source code: ext/date/php_date.c
H A Dtimezone_open_variation1.phpt7 * Source code: ext/date/php_date.c
/PHP-7.2/ext/spl/examples/
H A Ddualiterator.inc7 * @date 2003 - 2006
/PHP-7.2/ext/imap/
H A Dphp_imap.c86 void rfc822_date(char *date);
123 ZEND_ARG_INFO(0, date)
2013 char date[100]; in PHP_FUNCTION() local
2028 rfc822_date(date); in PHP_FUNCTION()
2030 add_property_string(return_value, "Date", date); in PHP_FUNCTION()
2622 char date[100]; in PHP_FUNCTION() local
2654 rfc822_date(date); in PHP_FUNCTION()
2655 add_property_string(return_value, "Date", date); in PHP_FUNCTION()
3502 if (env->date) { in PHP_FUNCTION()
4508 if (en->date) add_property_string(myzvalue, "date", (char*)en->date); in _php_make_header_object()
[all …]
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_pam_sha256_public_key_ini.phpt50 /* date changes may give false positive */
/PHP-7.2/ext/standard/html_tables/
H A Dhtml_table_gen.php125 echo sprintf($t, date("Y"));
/PHP-7.2/ext/spl/internal/
H A Drecursiveiteratoriterator.inc7 * @date 2003 - 2009
H A Dmultipleiterator.inc7 * @date 2008 - 2009
/PHP-7.2/
H A DMakefile.global123 …rm -f ext/date/lib/timelib_config.h ext/mbstring/oniguruma/config.h ext/mbstring/libmbfl/config.h …
H A D.gitignore99 ext/date/lib/timelib_config.h
H A Dserver-tests.php858 $this->writemsg("TIME START " . date('Y-m-d H:i:s', $this->start_time) . "\n".$this->ddash."\n");
909 "TIME END " . date('Y-m-d H:i:s', $this->end_time) . "\n".
1021 $output_file = 'php_test_results_' . date('Ymd_Hi') . ( $compression ? '.txt.gz' : '.txt' );
H A Drun-tests.php490 $output_file = $CUR_DIR . '/php_test_results_' . date('Ymd_Hi') . '.txt';
2652 fwrite($html_file, "<h2>Time Start: " . date('Y-m-d H:i:s', $start_time) . "</h2>\n");
2656 …echo "TIME START " . date('Y-m-d H:i:s', $start_time) . "\n=======================================…
2665 fwrite($html_file, "<h2>Time End: " . date('Y-m-d H:i:s', $end_time) . "</h2>\n");
2668 …echo "=====================================================================\nTIME END " . date('Y-…
H A Dphp.ini-development933 ; http://php.net/date.timezone
934 ;date.timezone =
936 ; http://php.net/date.default-latitude
937 ;date.default_latitude = 31.7667
939 ; http://php.net/date.default-longitude
940 ;date.default_longitude = 35.2333
942 ; http://php.net/date.sunrise-zenith
943 ;date.sunrise_zenith = 90.583333
945 ; http://php.net/date.sunset-zenith
946 ;date.sunset_zenith = 90.583333
[all …]
H A Dphp.ini-production935 ; http://php.net/date.timezone
936 ;date.timezone =
938 ; http://php.net/date.default-latitude
939 ;date.default_latitude = 31.7667
941 ; http://php.net/date.default-longitude
942 ;date.default_longitude = 35.2333
944 ; http://php.net/date.sunrise-zenith
945 ;date.sunrise_zenith = 90.583333
947 ; http://php.net/date.sunset-zenith
948 ;date.sunset_zenith = 90.583333
[all …]
/PHP-7.2/ext/date/lib/
H A Dparse_date.re97 …{ if (s->time->have_date) { add_error(s, TIMELIB_ERR_DOUBLE_DATE, "Double date specification"); ti…
1372 DEBUG_OUTPUT("pointed date YYYY");
1385 DEBUG_OUTPUT("pointed date YY");
1859 /* do funky checking whether the parsed date was valid date */
1861 add_warning(&in, TIMELIB_WARN_INVALID_DATE, "The parsed date was invalid");
2228 /* do funky checking whether the parsed date was valid date */
2232 add_pbf_warning(s, TIMELIB_WARN_INVALID_DATE, "The parsed date was invalid", string, ptr);
/PHP-7.2/win32/build/
H A Dmkdist.php283 $now = date("r");

Completed in 62 milliseconds

1...<<21222324252627282930>>...32