Searched refs:found2 (Results 1 – 2 of 2) sorted by relevance
86 int found1 = -1, found2 = -1; in compare_special_version_forms() local110 found2 = pp->order; in compare_special_version_forms()114 return ZEND_NORMALIZE_BOOL(found1 - found2); in compare_special_version_forms()
28 $found2 = strstr($test, "a ");31 } elseif ($found2 != "a test") {40 $found2 = strrchr($test, chr(102));43 } elseif ($found2 != "fola blakken") {
Completed in 11 milliseconds