Searched refs:fc (Results 1 – 22 of 22) sorted by relevance
/PHP-7.0/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 327 fc->fci.size = sizeof(fc->fci); in do_callback() 330 fc->fci.symbol_table = NULL; in do_callback() 331 fc->fci.object = NULL; in do_callback() 332 fc->fci.retval = &retval; in do_callback() 333 fc->fci.param_count = fake_argc; in do_callback() 379 fc->fci.params = zargs; in do_callback() 381 if ((ret = zend_call_function(&fc->fci, &fc->fcc)) == FAILURE) { in do_callback() 478 collation->fc.fci.size = sizeof(collation->fc.fci); in php_sqlite3_collation_callback() 482 collation->fc.fci.object = NULL; in php_sqlite3_collation_callback() 489 collation->fc.fci.params = zargs; in php_sqlite3_collation_callback() [all …]
|
H A D | php_pdo_sqlite_int.h | 54 struct pdo_sqlite_fci fc; member
|
/PHP-7.0/win32/build/ |
H A D | buildconf.js | 55 var fc = new Enumerator(f.SubFolders); 60 for (; !fc.atEnd(); fc.moveNext()) 65 n = FSO.GetFileName(fc.item()); 76 c = FSO.BuildPath(fc.item(), "config.w32");
|
H A D | phpize.js.in | 85 var fc = new Enumerator(f.SubFolders); 101 for (; !fc.atEnd(); fc.moveNext()) { 104 n = FSO.GetFileName(fc.item()); 109 c = FSO.BuildPath(fc.item(), "config.w32");
|
H A D | confutils.js | 1458 var fc = new Enumerator(ext_dir.Files); 1461 for (; !fc.atEnd(); fc.moveNext()) { 1462 s = fc.item() + ""; 2466 var fc = null; 2471 fc = new Enumerator(folder.SubFolders); 2472 for (; !fc.atEnd(); fc.moveNext()) { 2473 item_name = FSO.GetFileName(fc.item()); 2479 items[items.length] = fc.item(); 2495 fc = new Enumerator(folder.Files); 2496 for (; !fc.atEnd(); fc.moveNext()) { [all …]
|
/PHP-7.0/ext/mbstring/tests/ |
H A D | bug45239.phpt | 14 mb_parse_str("a=%fc", $dummy);
|
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | pcre_exec.c | 610 #define fc c in match() 3275 if (fc < 128) in match() 3296 if (fc != dc) in match() 3416 (othercase = UCD_OTHERCASE(fc)) != fc) in match() 3505 fc = *ecode++; in match() 3523 foc = md->fcc[fc]; in match() 3531 foc = fc; in match() 3535 foc = TABLE_GET(fc, md->fcc, fc); in match() 3800 foc = fc; in match() 3804 foc = TABLE_GET(fc, md->fcc, fc); in match() [all …]
|
H A D | ChangeLog | 2830 U+030fc - U+030fe
|
/PHP-7.0/ext/mysqli/tests/ |
H A D | cacert.pem | 19 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 D | client-cert.pem | 26 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.0/ext/standard/tests/strings/ |
H A D | strtolower-win32.phpt | 283 dc => fc 315 fc => fc
|
H A D | bug49785.phpt | 261 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 D | convert_cyr_string_basic.phpt | 130 221: fc
|
H A D | strtoupper1-win32.phpt | 315 fc => dc
|
H A D | html_entity_decode_iso8859-15.phpt | 393 LATIN SMALL LETTER U WITH DIAERESIS: ü => fc 394 ü => fc
|
H A D | html_entity_decode_macroman.phpt | 325 ¸ => fc 528 CEDILLA: ¸ => fc
|
H A D | html_entity_decode_win1251.phpt | 525 CYRILLIC SMALL LETTER SOFT SIGN: ь => fc
|
H A D | html_entity_decode_cp866.phpt | 521 NUMERO SIGN: № => fc
|
H A D | html_entity_decode_koi8-r.phpt | 521 CYRILLIC CAPITAL LETTER E: Э => fc
|
/PHP-7.0/ext/sqlite3/ |
H A D | sqlite3.c | 699 static int sqlite3_do_callback(struct php_sqlite3_fci *fc, zval *cb, int argc, sqlite3_value **argv… argument 714 fc->fci.size = sizeof(fc->fci); 715 fc->fci.function_table = EG(function_table); 716 ZVAL_COPY_VALUE(&fc->fci.function_name, cb); 717 fc->fci.symbol_table = NULL; 718 fc->fci.object = NULL; 719 fc->fci.retval = &retval; 720 fc->fci.param_count = fake_argc; 765 fc->fci.params = zargs; 767 if ((ret = zend_call_function(&fc->fci, &fc->fcc)) == FAILURE) {
|
/PHP-7.0/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativePPC_common.c | 120 #define FC(fc) ((fc) << 6) argument
|
/PHP-7.0/ext/fileinfo/tests/ |
H A D | magic | 13012 # From: Al Stone <ahs3@fc.hp.com>
|
Completed in 105 milliseconds