Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dversioning.c88 int found1 = -1, found2 = -1; in compare_special_version_forms() local
112 found2 = pp->order; in compare_special_version_forms()
116 return ZEND_NORMALIZE_BOOL(found1 - found2); in compare_special_version_forms()
/PHP-7.4/tests/strings/
H A D001.phpt30 $found2 = strstr($test, "a ");
33 } elseif ($found2 != "a test") {
42 $found2 = strrchr($test, 102);
45 } elseif ($found2 != "fola blakken") {

Completed in 5 milliseconds