Home
last modified time | relevance | path

Searched refs:found1 (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
106 found1 = 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.phpt29 $found1 = strstr($test, 32);
31 if ($found1 != " is a test") {
41 $found1 = strrchr($test, "b");
43 if ($found1 != "blakken") {

Completed in 8 milliseconds