Home
last modified time | relevance | path

Searched refs:ic (Results 1 – 12 of 12) sorted by relevance

/PHP-7.2/ext/xmlrpc/libxmlrpc/
H A Dencodings.c59 iconv_t ic; in convert() local
65 ic = iconv_open(to_enc, from_enc); in convert()
66 if(ic != (iconv_t)-1) { in convert()
73 st = iconv(ic, (char**)&src, &inlenleft, &out_ptr, &outlenleft); in convert()
93 iconv_close(ic); in convert()
/PHP-7.2/sapi/cli/
H A Dphp_cli.c570 zend_constant ic, oc, ec; in cli_register_file_handles() local
591 php_stream_to_zval(s_in, &ic.value); in cli_register_file_handles()
595 ic.flags = CONST_CS; in cli_register_file_handles()
596 ic.name = zend_string_init("STDIN", sizeof("STDIN")-1, 1); in cli_register_file_handles()
597 ic.module_number = 0; in cli_register_file_handles()
598 zend_register_constant(&ic); in cli_register_file_handles()
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg.c998 zend_constant ic, oc, ec; in phpdbg_register_file_handles() local
1021 ic.value = zin; in phpdbg_register_file_handles()
1022 ic.flags = CONST_CS; in phpdbg_register_file_handles()
1023 ic.name = zend_string_init(ZEND_STRL("STDIN"), 0); in phpdbg_register_file_handles()
1024 ic.module_number = 0; in phpdbg_register_file_handles()
1025 zend_hash_del(EG(zend_constants), ic.name); in phpdbg_register_file_handles()
1026 zend_register_constant(&ic); in phpdbg_register_file_handles()
/PHP-7.2/ext/fileinfo/libmagic/
H A Dsoftmagic.c100 uint16_t nc, ic; in file_softmagic() local
107 ic = 0; in file_softmagic()
108 indir_count = ⁣ in file_softmagic()
/PHP-7.2/ext/standard/tests/strings/
H A Dget_html_translation_table_basic5.phpt866 [⁣] => ⁣
H A Dhtml_entity_decode_html5.phpt1123 "⁣",
3257 ⁣ => ⁣ e281a3
H A Dhtmlentities_html5.phpt573 ⁣ U+02063
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregexec.c2327 OnigOptionType ic; in match_at() local
2330 GET_OPTION_INC(ic, p); in match_at()
2335 if (backref_match_at_nested_level(reg, stk, stk_base, ic in match_at()
/PHP-7.2/ext/standard/html_tables/
H A Dents_html5.txt1118 ic 02063
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c203452 int ip; int ic; int io;
203455 if( ic==pIter->iCol ){
203724 int ic = 0;
203734 rc = pApi->xInst(pFts, i, &ip, &ic, &iOff);
203735 if( rc==SQLITE_OK && ic==iCol && iOff>=iPos && iOff<iEnd ){
203832 int ip, ic, io;
203837 rc = pApi->xInst(pFts, ii, &ip, &ic, &io);
203838 if( ic!=i ) continue;
204052 int ip; int ic; int io;
204053 rc = pApi->xInst(pFts, i, &ip, &ic, &io);
[all …]
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic21759 # http://www.ch.ic.ac.uk/chemime/
H A Dmagic私はガラスを食べられます21759 # http://www.ch.ic.ac.uk/chemime/

Completed in 551 milliseconds