Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dversioning.c86 int found1 = -1, found2 = -1; in compare_special_version_forms() local
104 found1 = pp->order; in compare_special_version_forms()
114 return ZEND_NORMALIZE_BOOL(found1 - found2); in compare_special_version_forms()
/php-src/tests/strings/
H A D001.phpt27 $found1 = strstr($test, chr(32));
29 if ($found1 != " is a test") {
39 $found1 = strrchr($test, "b");
41 if ($found1 != "blakken") {

Completed in 12 milliseconds