isostr 4331 ext/date/php_date.c char *isostr = NULL; isostr 4339 ext/date/php_date.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "s|l", &isostr, &isostr_len, &options) == FAILURE) { isostr 4350 ext/date/php_date.c if (isostr) { isostr 4351 ext/date/php_date.c date_period_initialize(&(dpobj->start), &(dpobj->end), &(dpobj->interval), &recurrences, isostr, isostr_len); isostr 4353 ext/date/php_date.c php_error_docref(NULL, E_WARNING, "The ISO interval '%s' did not contain a start date.", isostr); isostr 4356 ext/date/php_date.c php_error_docref(NULL, E_WARNING, "The ISO interval '%s' did not contain an interval.", isostr); isostr 4359 ext/date/php_date.c php_error_docref(NULL, E_WARNING, "The ISO interval '%s' did not contain an end date or a recurrence count.", isostr);