Home
last modified time | relevance | path

Searched refs:isostr (Results 1 – 1 of 1) sorted by relevance

/PHP-7.3/ext/date/
H A Dphp_date.c4611 char *isostr = NULL; in PHP_METHOD() local
4619 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "s|l", &isostr, &isostr_len… in PHP_METHOD()
4630 if (isostr) { in PHP_METHOD()
4631 …date_period_initialize(&(dpobj->start), &(dpobj->end), &(dpobj->interval), &recurrences, isostr, i… in PHP_METHOD()
4633 php_error_docref(NULL, E_WARNING, "The ISO interval '%s' did not contain a start date.", isostr); in PHP_METHOD()
4636 php_error_docref(NULL, E_WARNING, "The ISO interval '%s' did not contain an interval.", isostr); in PHP_METHOD()
4639 …LL, E_WARNING, "The ISO interval '%s' did not contain an end date or a recurrence count.", isostr); in PHP_METHOD()

Completed in 17 milliseconds