Searched refs:date (Results 1 - 25 of 73) sorted by relevance
123
| /PHP_TRUNK/ext/date/tests/ |
| H A D | examine_diff.inc | 19 * Provides a consistent interface for executing date diff/add/sub tests 21 * @param string|DateTime $end_date the end date in YYYY-MM-DD format 23 * @param string|DateTime $start_date the start date in YYYY-MM-DD format
|
| /PHP_TRUNK/ext/phar/phar/ |
| H A D | directorygraphiterator.inc | 7 * @date 2003 - 2008
|
| H A D | directorytreeiterator.inc | 7 * @date 2003 - 2008
|
| H A D | invertedregexiterator.inc | 7 * @date 2007 - 2008
|
| H A D | phar.inc | 8 * @date 2007 - 2008
|
| /PHP_TRUNK/ext/spl/examples/ |
| H A D | autoload.inc | 7 * @date 2003 - 2005
|
| H A D | cachingrecursiveiterator.inc | 7 * @date 2003 - 2005
|
| H A D | directoryfilterdots.inc | 7 * @date 2003 - 2006
|
| H A D | directorygraphiterator.inc | 7 * @date 2003 - 2005
|
| H A D | directorytree.inc | 7 * @date 2003 - 2005
|
| H A D | directorytreeiterator.inc | 7 * @date 2003 - 2005
|
| H A D | regexfindfile.inc | 7 * @date 2003 - 2005
|
| H A D | searchiterator.inc | 7 * @date 2003 - 2005
|
| /PHP_TRUNK/ext/spl/internal/ |
| H A D | emptyiterator.inc | 7 * @date 2003 - 2009
|
| H A D | infiniteiterator.inc | 7 * @date 2003 - 2009
|
| H A D | norewinditerator.inc | 7 * @date 2003 - 2009
|
| H A D | outeriterator.inc | 7 * @date 2003 - 2009
|
| H A D | parentiterator.inc | 7 * @date 2003 - 2009
|
| H A D | recursiveiterator.inc | 7 * @date 2003 - 2009
|
| H A D | splqueue.inc | 7 * @date 2008 - 2009
|
| H A D | splstack.inc | 7 * @date 2008 - 2009
|
| /PHP_TRUNK/sapi/milter/ |
| H A D | milter.php | 28 fwrite($GLOBALS['log'], date("[H:i:s d.m.Y]") . "\t{$msg}\n");
|
| /PHP_TRUNK/ext/intl/dateformat/ |
| H A D | dateformat_format_object.cpp | 32 #include <ext/date/php_date.h> 68 UDate date; local 102 "datefmt_format_object: bad format; the date format (first " 120 "datefmt_format_object: the date/time format type is invalid", 148 date = obj_cal->getTime(status); 158 if (intl_datetime_decompose(object, &date, &timeZone, NULL, 212 df->format(date, result);
|
| /PHP_TRUNK/ext/calendar/ |
| H A D | calendar.c | 249 /* constants for Jewish date formatting */ 347 php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid date."); 394 char date[16]; local 411 snprintf(date, sizeof(date), "%i/%i/%i", month, day, year); 412 add_assoc_string(return_value, "date", date, 1); 436 Converts a julian day count to a gregorian calendar date */ 441 char date[16]; local 448 snprintf(date, sizeo 474 char date[16]; local 603 char date[16], hebdate[32]; local 655 char date[16]; local [all...] |
| /PHP_TRUNK/ext/date/ |
| H A D | php_date.h | 30 PHP_FUNCTION(date); variable 118 PHP_RINIT_FUNCTION(date); variable 119 PHP_RSHUTDOWN_FUNCTION(date); variable 120 PHP_MINIT_FUNCTION(date); variable 121 PHP_MSHUTDOWN_FUNCTION(date); variable 122 PHP_MINFO_FUNCTION(date); variable 171 ZEND_BEGIN_MODULE_GLOBALS(date) 177 ZEND_END_MODULE_GLOBALS(date) 199 /* Grabbing CE's so that other exts can use the date objects too */
|
Completed in 38 milliseconds
123