Home
last modified time | relevance | path

Searched refs:rc1 (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/standard/tests/versioning/
H A Dversion_compare.phpt92 1.0rc1 = 1.0rc1
558 1.0rc1 lt 1.0rc1 : false
559 1.0rc1 < 1.0rc1 : false
560 1.0rc1 le 1.0rc1 : true
561 1.0rc1 <= 1.0rc1 : true
562 1.0rc1 gt 1.0rc1 : false
564 1.0rc1 ge 1.0rc1 : true
565 1.0rc1 >= 1.0rc1 : true
566 1.0rc1 eq 1.0rc1 : true
567 1.0rc1 = 1.0rc1 : true
[all …]
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_getParentClass.phpt13 $rc1 = new ReflectionClass("Bar");
14 var_dump($rc1->getParentClass());
H A DReflectionClass_getInterfaceNames_basic.phpt14 $rc1 = new ReflectionClass("Baz");
15 var_dump($rc1->getInterfaceNames());
/PHP-5.5/ext/oci8/tests/
H A Dbug40415.phpt66 $rc1 = oci_fetch_all($stmt, $res);
68 echo "Rows returned $rc1\n";
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c201 int rc1, rc2; in make_subpats_table() local
203 rc1 = pcre_fullinfo(pce->re, extra, PCRE_INFO_NAMETABLE, &name_table); in make_subpats_table()
205 rc = rc2 ? rc2 : rc1; in make_subpats_table()

Completed in 40 milliseconds