Home
last modified time | relevance | path

Searched refs:fc (Results 1 – 19 of 19) sorted by relevance

/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_match.c1224 (othercase = UCD_OTHERCASE(fc)) != fc) in match()
1305 Lc = fc; in match()
2316 switch(fc) in match()
2499 fc == CHAR_GRAVE_ACCENT || (fc >= 0xa0 && fc <= 0xd7ff) || in match()
2799 fc == CHAR_GRAVE_ACCENT || (fc >= 0xa0 && fc <= 0xd7ff) || in match()
3557 fc == CHAR_GRAVE_ACCENT || (fc >= 0xa0 && fc <= 0xd7ff) || in match()
4070 fc == CHAR_GRAVE_ACCENT || (fc >= 0xa0 && fc <= 0xd7ff) || in match()
4250 (fc != CHAR_VT && fc != CHAR_FF && fc != CHAR_NEL in match()
4252 && fc != 0x2028 && fc != 0x2029 in match()
4474 (fc != CHAR_VT && fc != CHAR_FF && fc != CHAR_NEL in match()
[all …]
/PHP-8.0/ext/pdo_sqlite/
H A Dsqlite_driver.c338 fc->fci.size = sizeof(fc->fci); in do_callback()
340 fc->fci.object = NULL; in do_callback()
341 fc->fci.retval = &retval; in do_callback()
342 fc->fci.param_count = fake_argc; in do_callback()
386 fc->fci.params = zargs; in do_callback()
388 if ((ret = zend_call_function(&fc->fci, &fc->fcc)) == FAILURE) { in do_callback()
488 collation->fc.fci.size = sizeof(collation->fc.fci); in php_sqlite3_collation_callback()
490 collation->fc.fci.object = NULL; in php_sqlite3_collation_callback()
496 collation->fc.fci.param_count = 2; in php_sqlite3_collation_callback()
497 collation->fc.fci.params = zargs; in php_sqlite3_collation_callback()
[all …]
H A Dphp_pdo_sqlite_int.h50 struct pdo_sqlite_fci fc; member
/PHP-8.0/win32/build/
H A Dbuildconf.js52 var fc = new Enumerator(f.SubFolders);
57 for (; !fc.atEnd(); fc.moveNext())
62 n = FSO.GetFileName(fc.item());
73 c = FSO.BuildPath(fc.item(), "config.w32");
H A Dphpize.js.in82 var fc = new Enumerator(f.SubFolders);
98 for (; !fc.atEnd(); fc.moveNext()) {
101 n = FSO.GetFileName(fc.item());
106 c = FSO.BuildPath(fc.item(), "config.w32");
H A Dconfutils.js1525 var fc = new Enumerator(ext_dir.Files);
1528 for (; !fc.atEnd(); fc.moveNext()) {
1529 s = fc.item() + "";
2795 var fc = null;
2800 fc = new Enumerator(folder.SubFolders);
2801 for (; !fc.atEnd(); fc.moveNext()) {
2802 item_name = FSO.GetFileName(fc.item());
2808 items[items.length] = fc.item();
2824 fc = new Enumerator(folder.Files);
2825 for (; !fc.atEnd(); fc.moveNext()) {
[all …]
/PHP-8.0/ext/mbstring/tests/
H A Dbug45239.phpt14 mb_parse_str("a=%fc", $dummy);
/PHP-8.0/ext/standard/tests/strings/
H A Dstrtolower-win32.phpt274 dc => fc
306 fc => fc
H A Dbug49785.phpt261 string(4) "81fc"
271 string(4) "82fc"
281 string(4) "83fc"
291 string(4) "84fc"
301 string(4) "85fc"
311 string(4) "86fc"
321 string(4) "87fc"
331 string(4) "88fc"
341 string(4) "89fc"
411 string(4) "90fc"
[all …]
H A Dstrtoupper1-win32.phpt307 fc => dc
H A Dhtml_entity_decode_iso8859-15.phpt394 LATIN SMALL LETTER U WITH DIAERESIS: &#xFC; => fc
395 &#xFC; => fc
H A Dhtml_entity_decode_macroman.phpt326 &#xB8; => fc
529 CEDILLA: &#xB8; => fc
H A Dhtml_entity_decode_win1251.phpt526 CYRILLIC SMALL LETTER SOFT SIGN: &#x44C; => fc
H A Dhtml_entity_decode_cp866.phpt522 NUMERO SIGN: &#x2116; => fc
H A Dhtml_entity_decode_koi8-r.phpt522 CYRILLIC CAPITAL LETTER E: &#x42D; => fc
/PHP-8.0/ext/sqlite3/
H A Dsqlite3.c729 static int sqlite3_do_callback(struct php_sqlite3_fci *fc, zval *cb, int argc, sqlite3_value **argv… in sqlite3_do_callback() argument
744 fc->fci.size = sizeof(fc->fci); in sqlite3_do_callback()
745 ZVAL_COPY_VALUE(&fc->fci.function_name, cb); in sqlite3_do_callback()
746 fc->fci.object = NULL; in sqlite3_do_callback()
747 fc->fci.retval = &retval; in sqlite3_do_callback()
748 fc->fci.param_count = fake_argc; in sqlite3_do_callback()
793 fc->fci.params = zargs; in sqlite3_do_callback()
795 if ((ret = zend_call_function(&fc->fci, &fc->fcc)) == FAILURE) { in sqlite3_do_callback()
/PHP-8.0/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c127 #define FC(fc) (freg_map[fc] << 6) argument
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます19954 # From: Al Stone <ahs3@fc.hp.com>
28192 # normally only /etc/sendmail.fc or /var/adm/sendmail/sendmail.fc
28193 !:ext fc
28198 !:ext fc
H A Dmagic19954 # From: Al Stone <ahs3@fc.hp.com>
28192 # normally only /etc/sendmail.fc or /var/adm/sendmail/sendmail.fc
28193 !:ext fc
28198 !:ext fc

Completed in 195 milliseconds