Home
last modified time | relevance | path

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

/PHP-7.3/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-7.3/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-7.3/ext/oci8/tests/
H A Dbug40415.phpt66 $rc1 = oci_fetch_all($stmt, $res);
68 echo "Rows returned $rc1\n";
/PHP-7.3/ext/pcre/
H A Dphp_pcre.c487 int rc1, rc2; in make_subpats_table() local
489 rc1 = pcre2_pattern_info(pce->re, PCRE2_INFO_NAMETABLE, &name_table); in make_subpats_table()
491 if (rc1 < 0 || rc2 < 0) { in make_subpats_table()
492 php_error_docref(NULL, E_WARNING, "Internal pcre_fullinfo() error %d", rc1 < 0 ? rc1 : rc2); in make_subpats_table()

Completed in 20 milliseconds