Searched refs:fc (Results 1 – 23 of 23) sorted by relevance
/PHP-5.4/win32/build/ |
H A D | cvsclean.js | 41 for (; !fc.atEnd(); fc.moveNext()) { 42 find_ignore(fc.item()); 57 for (; !fc.atEnd(); fc.moveNext()) { 58 rm_r(fc.item()); 63 for (; !fc.atEnd(); fc.moveNext()) { 64 FSO.DeleteFile(fc.item(), true); 85 for (; !fc.atEnd(); fc.moveNext()) { 90 rm_r(fc.item()); 94 for (; !fc.atEnd(); fc.moveNext()) { 95 item = FSO.GetFileName(fc.item()); [all …]
|
H A D | svnclean.js | 41 for (; !fc.atEnd(); fc.moveNext()) { 42 find_ignore(fc.item()); 57 for (; !fc.atEnd(); fc.moveNext()) { 58 rm_r(fc.item()); 63 for (; !fc.atEnd(); fc.moveNext()) { 64 FSO.DeleteFile(fc.item(), true); 85 for (; !fc.atEnd(); fc.moveNext()) { 90 rm_r(fc.item()); 94 for (; !fc.atEnd(); fc.moveNext()) { 95 item = FSO.GetFileName(fc.item()); [all …]
|
H A D | buildconf.js | 56 var fc = new Enumerator(f.SubFolders); 61 for (; !fc.atEnd(); fc.moveNext()) 66 n = FSO.GetFileName(fc.item()); 77 c = FSO.BuildPath(fc.item(), "config.w32");
|
H A D | phpize.js.in | 86 var fc = new Enumerator(f.SubFolders); 102 for (; !fc.atEnd(); fc.moveNext()) { 105 n = FSO.GetFileName(fc.item()); 110 c = FSO.BuildPath(fc.item(), "config.w32");
|
H A D | confutils.js | 1330 var fc = new Enumerator(ext_dir.Files); 1333 for (; !fc.atEnd(); fc.moveNext()) { 1334 s = fc.item() + ""; 2150 var fc = null; 2155 fc = new Enumerator(folder.SubFolders); 2156 for (; !fc.atEnd(); fc.moveNext()) { 2157 item_name = FSO.GetFileName(fc.item()); 2163 items[items.length] = fc.item(); 2179 fc = new Enumerator(folder.Files); 2180 for (; !fc.atEnd(); fc.moveNext()) { [all …]
|
/PHP-5.4/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 328 fc->fci.size = sizeof(fc->fci); in do_callback() 330 fc->fci.function_name = cb; in do_callback() 331 fc->fci.symbol_table = NULL; in do_callback() 332 fc->fci.object_ptr = NULL; in do_callback() 333 fc->fci.retval_ptr_ptr = &retval; in do_callback() 334 fc->fci.param_count = fake_argc; in do_callback() 384 fc->fci.params = zargs; in do_callback() 387 if ((ret = zend_call_function(&fc->fci, &fc->fcc TSRMLS_CC)) == FAILURE) { in do_callback() 492 collation->fc.fci.size = sizeof(collation->fc.fci); in php_sqlite3_collation_callback() 507 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-5.4/ext/mbstring/tests/ |
H A D | bug45239.phpt | 14 mb_parse_str("a=%fc", $dummy);
|
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | pcre_exec.c | 612 #define fc c in match() 3277 if (fc < 128) in match() 3298 if (fc != dc) in match() 3418 (othercase = UCD_OTHERCASE(fc)) != fc) in match() 3507 fc = *ecode++; in match() 3525 foc = md->fcc[fc]; in match() 3533 foc = fc; in match() 3537 foc = TABLE_GET(fc, md->fcc, fc); in match() 3802 foc = fc; in match() 3806 foc = TABLE_GET(fc, md->fcc, fc); in match() [all …]
|
H A D | ChangeLog | 2654 U+030fc - U+030fe
|
/PHP-5.4/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-5.4/ext/sqlite3/ |
H A D | sqlite3.c | 683 static int sqlite3_do_callback(struct php_sqlite3_fci *fc, zval *cb, int argc, sqlite3_value **argv… argument 698 fc->fci.size = sizeof(fc->fci); 699 fc->fci.function_table = EG(function_table); 700 fc->fci.function_name = cb; 701 fc->fci.symbol_table = NULL; 702 fc->fci.object_ptr = NULL; 703 fc->fci.retval_ptr_ptr = &retval; 704 fc->fci.param_count = fake_argc; 756 fc->fci.params = zargs; 758 if ((ret = zend_call_function(&fc->fci, &fc->fcc TSRMLS_CC)) == FAILURE) {
|
/PHP-5.4/ext/mysqli/tests/ |
H A D | client-cert.pem | 23 fc:3d:78:9b:49:6e:86:83:77
|
/PHP-5.4/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativePPC_common.c | 120 #define FC(fc) ((fc) << 6) argument
|
/PHP-5.4/ext/fileinfo/tests/ |
H A D | magic | 11534 # From: Al Stone <ahs3@fc.hp.com>
|
Completed in 113 milliseconds