Home
last modified time | relevance | path

Searched refs:rc2 (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/ext/reflection/tests/
H A DReflectionClass_getInterfaceNames_basic.phpt19 $rc2 = new ReflectionClass("Qux");
20 var_dump($rc2->getInterfaceNames());
H A DReflectionClass_CannotClone_basic.phpt9 $rc2 = clone($rc);
/PHP-8.0/ext/oci8/tests/
H A Dbug40415.phpt75 $rc2 = oci_fetch_all($cv, $res2);
/PHP-8.0/ext/pcre/
H A Dphp_pcre.c559 int rc1, rc2; in make_subpats_table() local
562 rc2 = pcre2_pattern_info(pce->re, PCRE2_INFO_NAMEENTRYSIZE, &name_size); in make_subpats_table()
563 if (rc1 < 0 || rc2 < 0) { in make_subpats_table()
564 php_error_docref(NULL, E_WARNING, "Internal pcre2_pattern_info() error %d", rc1 < 0 ? rc1 : rc2); in make_subpats_table()

Completed in 22 milliseconds