Home
last modified time | relevance | path

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

/PHP-7.3/win32/
H A Dphp7dllts.rc73 "#include ""php7dllts.rc2""\r\n"
117 #include "php7dllts.rc2"
H A Dphp7ts.rc73 "#include ""php7ts.rc2""\r\n"
117 #include "php7ts.rc2"
H A Dphp7ts_cli.rc73 "#include ""php7ts_cli.rc2""\r\n"
117 #include "php7ts_cli.rc2"
/PHP-7.3/ext/reflection/tests/
H A DReflectionClass_CannotClone_basic.phpt9 $rc2 = clone($rc);
/PHP-7.3/ext/oci8/tests/
H A Dbug40415.phpt75 $rc2 = oci_fetch_all($cv, $res2);
/PHP-7.3/ext/pcre/
H A Dphp_pcre.c487 int rc1, rc2; in make_subpats_table() local
490 rc2 = pcre2_pattern_info(pce->re, PCRE2_INFO_NAMEENTRYSIZE, &name_size); 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()
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c52528 if( rc2==SQLITE_FULL || rc2==SQLITE_IOERR ){
57264 int rc2;
67372 if( rc2!=SQLITE_OK ) rc = rc2;
67377 int rc2;
93596 int rc2;
173865 int rc2;
176082 if( rc2!=SQLITE_OK ) rc = rc2;
183816 int rc2;
191231 int rc2;
191577 if( rc2!=SQLITE_INTERNAL ) p->rc = rc2;
[all …]

Completed in 567 milliseconds