Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_match.c1155 (othercase = UCD_OTHERCASE(fc)) != fc) in match()
1236 Lc = fc; in match()
2243 switch(fc) in match()
2426 fc == CHAR_GRAVE_ACCENT || (fc >= 0xa0 && fc <= 0xd7ff) || in match()
2726 fc == CHAR_GRAVE_ACCENT || (fc >= 0xa0 && fc <= 0xd7ff) || in match()
3484 fc == CHAR_GRAVE_ACCENT || (fc >= 0xa0 && fc <= 0xd7ff) || in match()
3997 fc == CHAR_GRAVE_ACCENT || (fc >= 0xa0 && fc <= 0xd7ff) || in match()
4177 (fc != CHAR_VT && fc != CHAR_FF && fc != CHAR_NEL in match()
4179 && fc != 0x2028 && fc != 0x2029 in match()
4401 (fc != CHAR_VT && fc != CHAR_FF && fc != CHAR_NEL in match()
[all …]
/PHP-7.3/ext/pdo_sqlite/
H A Dsqlite_driver.c328 fc->fci.size = sizeof(fc->fci); in do_callback()
330 fc->fci.object = NULL; in do_callback()
331 fc->fci.retval = &retval; in do_callback()
332 fc->fci.param_count = fake_argc; in do_callback()
378 fc->fci.params = zargs; in do_callback()
380 if ((ret = zend_call_function(&fc->fci, &fc->fcc)) == FAILURE) { in do_callback()
477 collation->fc.fci.size = sizeof(collation->fc.fci); in php_sqlite3_collation_callback()
479 collation->fc.fci.object = NULL; in php_sqlite3_collation_callback()
485 collation->fc.fci.param_count = 2; in php_sqlite3_collation_callback()
486 collation->fc.fci.params = zargs; in php_sqlite3_collation_callback()
[all …]
H A Dphp_pdo_sqlite_int.h52 struct pdo_sqlite_fci fc; member
/PHP-7.3/win32/build/
H A Dbuildconf.js54 var fc = new Enumerator(f.SubFolders);
59 for (; !fc.atEnd(); fc.moveNext())
64 n = FSO.GetFileName(fc.item());
75 c = FSO.BuildPath(fc.item(), "config.w32");
H A Dphpize.js.in84 var fc = new Enumerator(f.SubFolders);
100 for (; !fc.atEnd(); fc.moveNext()) {
103 n = FSO.GetFileName(fc.item());
108 c = FSO.BuildPath(fc.item(), "config.w32");
H A Dconfutils.js1528 var fc = new Enumerator(ext_dir.Files);
1531 for (; !fc.atEnd(); fc.moveNext()) {
1532 s = fc.item() + "";
2799 var fc = null;
2804 fc = new Enumerator(folder.SubFolders);
2805 for (; !fc.atEnd(); fc.moveNext()) {
2806 item_name = FSO.GetFileName(fc.item());
2812 items[items.length] = fc.item();
2828 fc = new Enumerator(folder.Files);
2829 for (; !fc.atEnd(); fc.moveNext()) {
[all …]
/PHP-7.3/ext/mbstring/tests/
H A Dbug45239.phpt14 mb_parse_str("a=%fc", $dummy);
/PHP-7.3/ext/mysqli/tests/
H A Dcacert.pem19 ba:35:ce:9a:a9:58:0a:fc:11:6e:1d:cb:a8:f1:92:
20 79:ee:aa:fc:e3:32:5e:aa:0d:0b:23:34:95:e9:d3:
44 0c:c2:78:57:1f:f6:55:9c:74:fc:bd:31:58:05:18:bc:6d:b5:
H A Dclient-cert.pem26 a0:ba:b7:99:69:9d:46:fc:21:b6:45:81:9d:b2:3d:
45 3e:3c:1f:6c:5b:83:d1:71:15:f5:45:52:fc:7f:67:bc:af:c5:
49 a1:f1:09:43:fc:bf:83:89:3a:b1:18:40:f3:cf:6d:12:ef:6e:
/PHP-7.3/ext/standard/tests/strings/
H A Dstrtolower-win32.phpt283 dc => fc
315 fc => fc
H A Dconvert_cyr_string_basic.phpt130 221: 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.phpt315 fc => dc
H A Dhtml_entity_decode_iso8859-15.phpt393 LATIN SMALL LETTER U WITH DIAERESIS: &#xFC; => fc
394 &#xFC; => fc
H A Dhtml_entity_decode_macroman.phpt325 &#xB8; => fc
528 CEDILLA: &#xB8; => fc
H A Dhtml_entity_decode_win1251.phpt525 CYRILLIC SMALL LETTER SOFT SIGN: &#x44C; => fc
H A Dhtml_entity_decode_cp866.phpt521 NUMERO SIGN: &#x2116; => fc
H A Dhtml_entity_decode_koi8-r.phpt521 CYRILLIC CAPITAL LETTER E: &#x42D; => fc
/PHP-7.3/ext/sqlite3/
H A Dsqlite3.c700 static int sqlite3_do_callback(struct php_sqlite3_fci *fc, zval *cb, int argc, sqlite3_value **argv… in sqlite3_do_callback() argument
715 fc->fci.size = sizeof(fc->fci); in sqlite3_do_callback()
716 ZVAL_COPY_VALUE(&fc->fci.function_name, cb); in sqlite3_do_callback()
717 fc->fci.object = NULL; in sqlite3_do_callback()
718 fc->fci.retval = &retval; in sqlite3_do_callback()
719 fc->fci.param_count = fake_argc; in sqlite3_do_callback()
764 fc->fci.params = zargs; in sqlite3_do_callback()
766 if ((ret = zend_call_function(&fc->fci, &fc->fcc)) == FAILURE) { in sqlite3_do_callback()
/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c127 #define FC(fc) (freg_map[fc] << 6) argument
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic17049 # From: Al Stone <ahs3@fc.hp.com>
23676 # normally only /etc/sendmail.fc or /var/adm/sendmail/sendmail.fc
23677 !:ext fc
23682 !:ext fc
H A Dmagic私はガラスを食べられます17049 # From: Al Stone <ahs3@fc.hp.com>
23676 # normally only /etc/sendmail.fc or /var/adm/sendmail/sendmail.fc
23677 !:ext fc
23682 !:ext fc

Completed in 345 milliseconds