Home
last modified time | relevance | path

Searched refs:first_found (Results 1 – 2 of 2) sorted by last modified time

/PHP-5.4/ext/date/lib/
H A Dparse_date.re708 int first_found = 0;
718 if (!first_found) {
719 first_found = 1;
730 if (first_found) {
736 if (!first_found) {
737 first_found = 1;
748 if (first_found) {
H A Dparse_date.c710 int first_found = 0; in zone_search() local
720 if (!first_found) { in zone_search()
721 first_found = 1; in zone_search()
732 if (first_found) { in zone_search()
738 if (!first_found) { in zone_search()
739 first_found = 1; in zone_search()
750 if (first_found) { in zone_search()

Completed in 40 milliseconds