Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dversioning.c92 int found1 = -1, found2 = -1; in compare_special_version_forms() local
110 found1 = pp->order; in compare_special_version_forms()
120 return sign(found1 - found2); in compare_special_version_forms()
/PHP-5.5/tests/strings/
H A D001.phpt29 $found1 = strstr($test, 32);
31 if ($found1 != " is a test") {
41 $found1 = strrchr($test, "b");
43 if ($found1 != "blakken") {

Completed in 8 milliseconds