Home
last modified time | relevance | path

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

/PHP-8.2/ext/date/lib/
H A Dparse_date.re475 static timelib_sll timelib_get_nr_ex(const char **ptr, int max_length, int *scanned_length)
495 if (scanned_length) {
496 *scanned_length = end - begin;
H A Dparse_date.c477 static timelib_sll timelib_get_nr_ex(const char **ptr, int max_length, int *scanned_length) in timelib_get_nr_ex() argument
497 if (scanned_length) { in timelib_get_nr_ex()
498 *scanned_length = end - begin; in timelib_get_nr_ex()

Completed in 40 milliseconds