Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dversioning.c92 int found1 = -1, found2 = -1; in compare_special_version_forms() local
116 found2 = 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.phpt30 $found2 = strstr($test, "a ");
33 } elseif ($found2 != "a test") {
42 $found2 = strrchr($test, 102);
45 } elseif ($found2 != "fola blakken") {
/PHP-5.5/Zend/
H A Dzend_compile.c3197 int found, found2; in zend_do_perform_implementation_check() local
3200 found2 = zend_lookup_class(proto_class_name, proto_class_name_len, &proto_ce TSRMLS_CC); in zend_do_perform_implementation_check()
3203 if (found != SUCCESS || found2 != SUCCESS || in zend_do_perform_implementation_check()

Completed in 44 milliseconds