Searched refs:found1 (Results 1 – 2 of 2) sorted by relevance
88 int found1 = -1, found2 = -1; in compare_special_version_forms() local106 found1 = pp->order; in compare_special_version_forms()116 return ZEND_NORMALIZE_BOOL(found1 - found2); in compare_special_version_forms()
29 $found1 = strstr($test, 32);31 if ($found1 != " is a test") {41 $found1 = strrchr($test, "b");43 if ($found1 != "blakken") {
Completed in 12 milliseconds