Searched refs:found1 (Results 1 – 2 of 2) sorted by relevance
86 int found1 = -1, found2 = -1; in compare_special_version_forms() local104 found1 = pp->order; in compare_special_version_forms()114 return ZEND_NORMALIZE_BOOL(found1 - found2); in compare_special_version_forms()
27 $found1 = strstr($test, chr(32));29 if ($found1 != " is a test") {39 $found1 = strrchr($test, "b");41 if ($found1 != "blakken") {
Completed in 10 milliseconds