Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dversioning.c86 int found1 = -1, found2 = -1; in compare_special_version_forms() local
110 found2 = pp->order; in compare_special_version_forms()
114 return ZEND_NORMALIZE_BOOL(found1 - found2); in compare_special_version_forms()
/PHP-8.2/tests/strings/
H A D001.phpt28 $found2 = strstr($test, "a ");
31 } elseif ($found2 != "a test") {
40 $found2 = strrchr($test, chr(102));
43 } elseif ($found2 != "fola blakken") {

Completed in 19 milliseconds