timestamp_begin   338 ext/date/php_date.c 	ZEND_ARG_INFO(0, timestamp_begin)
timestamp_begin   343 ext/date/php_date.c 	ZEND_ARG_INFO(0, timestamp_begin)
timestamp_begin  3834 ext/date/php_date.c 	zend_long            timestamp_begin = ZEND_LONG_MIN, timestamp_end = ZEND_LONG_MAX;
timestamp_begin  3836 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O|ll", &object, date_ce_timezone, &timestamp_begin, &timestamp_end) == FAILURE) {
timestamp_begin  3847 ext/date/php_date.c 		add_assoc_long(&element, "ts",     timestamp_begin); \
timestamp_begin  3848 ext/date/php_date.c 		add_assoc_str(&element, "time", php_format_date(DATE_FORMAT_ISO8601, 13, timestamp_begin, 0)); \
timestamp_begin  3863 ext/date/php_date.c #define add_last() add(tzobj->tzi.tz->bit32.timecnt - 1, timestamp_begin)
timestamp_begin  3867 ext/date/php_date.c 	if (timestamp_begin == ZEND_LONG_MIN) {
timestamp_begin  3876 ext/date/php_date.c 				if (tzobj->tzi.tz->trans[begin] > timestamp_begin) {
timestamp_begin  3878 ext/date/php_date.c 						add(begin - 1, timestamp_begin);