Home
last modified time | relevance | path

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

/PHP-5.3/ext/date/lib/
H A Dparse_date.re707 int first_found = 0;
717 if (!first_found) {
718 first_found = 1;
729 if (first_found) {
735 if (!first_found) {
736 first_found = 1;
747 if (first_found) {
H A Dparse_date.c709 int first_found = 0; in zone_search() local
719 if (!first_found) { in zone_search()
720 first_found = 1; in zone_search()
731 if (first_found) { in zone_search()
737 if (!first_found) { in zone_search()
738 first_found = 1; in zone_search()
749 if (first_found) { in zone_search()

Completed in 45 milliseconds