fc               3231 ext/pcre/pcrelib/pcre_exec.c       GETCHARLEN(fc, ecode, length);
fc               3268 ext/pcre/pcrelib/pcre_exec.c       GETCHARLEN(fc, ecode, length);
fc               3275 ext/pcre/pcrelib/pcre_exec.c       if (fc < 128)
fc               3278 ext/pcre/pcrelib/pcre_exec.c         if (md->lcc[fc] != TABLE_GET(cc, md->lcc, cc)) RRETURN(MATCH_NOMATCH);
fc               3296 ext/pcre/pcrelib/pcre_exec.c         if (fc != dc)
fc               3299 ext/pcre/pcrelib/pcre_exec.c           if (dc != UCD_OTHERCASE(fc))
fc               3405 ext/pcre/pcrelib/pcre_exec.c       GETCHARLEN(fc, ecode, length);
fc               3416 ext/pcre/pcrelib/pcre_exec.c             (othercase = UCD_OTHERCASE(fc)) != fc)
fc               3505 ext/pcre/pcrelib/pcre_exec.c       fc = *ecode++;
fc               3516 ext/pcre/pcrelib/pcre_exec.c     DPRINTF(("matching %c{%d,%d} against subject %.*s\n", fc, min, max,
fc               3523 ext/pcre/pcrelib/pcre_exec.c       foc = md->fcc[fc];
fc               3527 ext/pcre/pcrelib/pcre_exec.c       if (utf && fc > 127)
fc               3528 ext/pcre/pcrelib/pcre_exec.c         foc = UCD_OTHERCASE(fc);
fc               3530 ext/pcre/pcrelib/pcre_exec.c       if (utf && fc > 127)
fc               3531 ext/pcre/pcrelib/pcre_exec.c         foc = fc;
fc               3535 ext/pcre/pcrelib/pcre_exec.c         foc = TABLE_GET(fc, md->fcc, fc);
fc               3547 ext/pcre/pcrelib/pcre_exec.c         if (fc != cc && foc != cc) RRETURN(MATCH_NOMATCH);
fc               3565 ext/pcre/pcrelib/pcre_exec.c           if (fc != cc && foc != cc) RRETURN(MATCH_NOMATCH);
fc               3582 ext/pcre/pcrelib/pcre_exec.c           if (fc != cc && foc != cc) break;
fc               3608 ext/pcre/pcrelib/pcre_exec.c         if (fc != UCHAR21INCTEST(eptr)) RRETURN(MATCH_NOMATCH);
fc               3625 ext/pcre/pcrelib/pcre_exec.c           if (fc != UCHAR21INCTEST(eptr)) RRETURN(MATCH_NOMATCH);
fc               3639 ext/pcre/pcrelib/pcre_exec.c           if (fc != UCHAR21TEST(eptr)) break;
fc               3779 ext/pcre/pcrelib/pcre_exec.c     GETCHARINCTEST(fc, ecode);
fc               3789 ext/pcre/pcrelib/pcre_exec.c     DPRINTF(("negative matching %c{%d,%d} against subject %.*s\n", fc, min, max,
fc               3796 ext/pcre/pcrelib/pcre_exec.c       if (utf && fc > 127)
fc               3797 ext/pcre/pcrelib/pcre_exec.c         foc = UCD_OTHERCASE(fc);
fc               3799 ext/pcre/pcrelib/pcre_exec.c       if (utf && fc > 127)
fc               3800 ext/pcre/pcrelib/pcre_exec.c         foc = fc;
fc               3804 ext/pcre/pcrelib/pcre_exec.c         foc = TABLE_GET(fc, md->fcc, fc);
fc               3818 ext/pcre/pcrelib/pcre_exec.c           if (fc == d || (unsigned int)foc == d) RRETURN(MATCH_NOMATCH);
fc               3832 ext/pcre/pcrelib/pcre_exec.c           if (fc == *eptr || foc == *eptr) RRETURN(MATCH_NOMATCH);
fc               3856 ext/pcre/pcrelib/pcre_exec.c             if (fc == d || (unsigned int)foc == d) RRETURN(MATCH_NOMATCH);
fc               3873 ext/pcre/pcrelib/pcre_exec.c             if (fc == *eptr || foc == *eptr) RRETURN(MATCH_NOMATCH);
fc               3899 ext/pcre/pcrelib/pcre_exec.c             if (fc == d || (unsigned int)foc == d) break;
fc               3923 ext/pcre/pcrelib/pcre_exec.c             if (fc == *eptr || foc == *eptr) break;
fc               3955 ext/pcre/pcrelib/pcre_exec.c           if (fc == d) RRETURN(MATCH_NOMATCH);
fc               3969 ext/pcre/pcrelib/pcre_exec.c           if (fc == *eptr++) RRETURN(MATCH_NOMATCH);
fc               3992 ext/pcre/pcrelib/pcre_exec.c             if (fc == d) RRETURN(MATCH_NOMATCH);
fc               4009 ext/pcre/pcrelib/pcre_exec.c             if (fc == *eptr++) RRETURN(MATCH_NOMATCH);
fc               4034 ext/pcre/pcrelib/pcre_exec.c             if (fc == d) break;
fc               4058 ext/pcre/pcrelib/pcre_exec.c             if (fc == *eptr) break;
fc                120 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c #define FC(fc)		((fc) << 6)
fc                 54 ext/pdo_sqlite/php_pdo_sqlite_int.h 	struct pdo_sqlite_fci fc;
fc                310 ext/pdo_sqlite/sqlite_driver.c static int do_callback(struct pdo_sqlite_fci *fc, zval *cb,
fc                327 ext/pdo_sqlite/sqlite_driver.c 	fc->fci.size = sizeof(fc->fci);
fc                328 ext/pdo_sqlite/sqlite_driver.c 	fc->fci.function_table = EG(function_table);
fc                329 ext/pdo_sqlite/sqlite_driver.c 	ZVAL_COPY_VALUE(&fc->fci.function_name, cb);
fc                330 ext/pdo_sqlite/sqlite_driver.c 	fc->fci.symbol_table = NULL;
fc                331 ext/pdo_sqlite/sqlite_driver.c 	fc->fci.object = NULL;
fc                332 ext/pdo_sqlite/sqlite_driver.c 	fc->fci.retval = &retval;
fc                333 ext/pdo_sqlite/sqlite_driver.c 	fc->fci.param_count = fake_argc;
fc                379 ext/pdo_sqlite/sqlite_driver.c 	fc->fci.params = zargs;
fc                381 ext/pdo_sqlite/sqlite_driver.c 	if ((ret = zend_call_function(&fc->fci, &fc->fcc)) == FAILURE) {
fc                478 ext/pdo_sqlite/sqlite_driver.c 	collation->fc.fci.size = sizeof(collation->fc.fci);
fc                479 ext/pdo_sqlite/sqlite_driver.c 	collation->fc.fci.function_table = EG(function_table);
fc                480 ext/pdo_sqlite/sqlite_driver.c 	ZVAL_COPY_VALUE(&collation->fc.fci.function_name, &collation->callback);
fc                481 ext/pdo_sqlite/sqlite_driver.c 	collation->fc.fci.symbol_table = NULL;
fc                482 ext/pdo_sqlite/sqlite_driver.c 	collation->fc.fci.object = NULL;
fc                483 ext/pdo_sqlite/sqlite_driver.c 	collation->fc.fci.retval = &retval;
fc                488 ext/pdo_sqlite/sqlite_driver.c 	collation->fc.fci.param_count = 2;
fc                489 ext/pdo_sqlite/sqlite_driver.c 	collation->fc.fci.params = zargs;
fc                491 ext/pdo_sqlite/sqlite_driver.c 	if ((ret = zend_call_function(&collation->fc.fci, &collation->fc.fcc)) == FAILURE) {
fc                682 ext/sqlite3/sqlite3.c static int sqlite3_do_callback(struct php_sqlite3_fci *fc, zval *cb, int argc, sqlite3_value **argv, sqlite3_context *context, int is_agg) /* {{{ */
fc                697 ext/sqlite3/sqlite3.c 	fc->fci.size = sizeof(fc->fci);
fc                698 ext/sqlite3/sqlite3.c 	fc->fci.function_table = EG(function_table);
fc                699 ext/sqlite3/sqlite3.c 	ZVAL_COPY_VALUE(&fc->fci.function_name, cb);
fc                700 ext/sqlite3/sqlite3.c 	fc->fci.symbol_table = NULL;
fc                701 ext/sqlite3/sqlite3.c 	fc->fci.object = NULL;
fc                702 ext/sqlite3/sqlite3.c 	fc->fci.retval = &retval;
fc                703 ext/sqlite3/sqlite3.c 	fc->fci.param_count = fake_argc;
fc                748 ext/sqlite3/sqlite3.c 	fc->fci.params = zargs;
fc                750 ext/sqlite3/sqlite3.c 	if ((ret = zend_call_function(&fc->fci, &fc->fcc)) == FAILURE) {