timestamp_begin   340 ext/date/php_date.c 	ZEND_ARG_INFO(0, timestamp_begin)
timestamp_begin   345 ext/date/php_date.c 	ZEND_ARG_INFO(0, timestamp_begin)
timestamp_begin  3908 ext/date/php_date.c 	long                 timestamp_begin = LONG_MIN, timestamp_end = LONG_MAX;
timestamp_begin  3910 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O|ll", &object, date_ce_timezone, &timestamp_begin, &timestamp_end) == FAILURE) {
timestamp_begin  3922 ext/date/php_date.c 		add_assoc_long(element, "ts",     timestamp_begin); \
timestamp_begin  3923 ext/date/php_date.c 		add_assoc_string(element, "time", php_format_date(DATE_FORMAT_ISO8601, 13, timestamp_begin, 0 TSRMLS_CC), 0); \
timestamp_begin  3939 ext/date/php_date.c #define add_last() add(tzobj->tzi.tz->bit32.timecnt - 1, timestamp_begin)
timestamp_begin  3943 ext/date/php_date.c 	if (timestamp_begin == LONG_MIN) {
timestamp_begin  3952 ext/date/php_date.c 				if (tzobj->tzi.tz->trans[begin] > timestamp_begin) {
timestamp_begin  3954 ext/date/php_date.c 						add(begin - 1, timestamp_begin);