Home
last modified time | relevance | path

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

/PHP-8.1/ext/date/
H A Dphp_date.c4293 char *isostr = NULL; in PHP_METHOD() local
4299 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "s|l", &isostr, &isostr_len… in PHP_METHOD()
4309 if (isostr) { in PHP_METHOD()
4310 …initialize(&(dpobj->start), &(dpobj->end), &(dpobj->interval), &recurrences, isostr, isostr_len)) { in PHP_METHOD()
4316 …_ex(NULL, 0, "%s(): ISO interval must contain a start date, \"%s\" given", ZSTR_VAL(func), isostr); in PHP_METHOD()
4322 …n_ex(NULL, 0, "%s(): ISO interval must contain an interval, \"%s\" given", ZSTR_VAL(func), isostr); in PHP_METHOD()
4328 …SO interval must contain an end date or a recurrence count, \"%s\" given", ZSTR_VAL(func), isostr); in PHP_METHOD()

Completed in 22 milliseconds