Home
last modified time | relevance | path

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

/PHP-7.1/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.1/ext/reflection/tests/
H A DReflectionClass_CannotClone_basic.phpt13 $rc2 = clone($rc);
/PHP-7.1/ext/oci8/tests/
H A Dbug40415.phpt75 $rc2 = oci_fetch_all($cv, $res2);
/PHP-7.1/ext/pcre/
H A Dphp_pcre.c273 int rc1, rc2; in make_subpats_table() local
276 rc2 = pcre_fullinfo(pce->re, extra, PCRE_INFO_NAMEENTRYSIZE, &name_size); in make_subpats_table()
277 rc = rc2 ? rc2 : rc1; in make_subpats_table()
/PHP-7.1/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 583 milliseconds