Searched refs:ic (Results 1 – 8 of 8) sorted by relevance
/PHP-5.4/ext/xmlrpc/libxmlrpc/ |
H A D | encodings.c | 67 iconv_t ic; in convert() local 73 ic = iconv_open(to_enc, from_enc); in convert() 74 if(ic != (iconv_t)-1) { in convert() 81 st = iconv(ic, (char**)&src, &inlenleft, &out_ptr, &outlenleft); in convert() 101 iconv_close(ic); in convert()
|
/PHP-5.4/sapi/cli/ |
H A D | php_cli.c | 554 zend_constant ic, oc, ec; in cli_register_file_handles() local 586 ic.value = *zin; in cli_register_file_handles() 587 ic.flags = CONST_CS; in cli_register_file_handles() 588 ic.name = zend_strndup(ZEND_STRL("STDIN")); in cli_register_file_handles() 589 ic.name_len = sizeof("STDIN"); in cli_register_file_handles() 590 ic.module_number = 0; in cli_register_file_handles() 591 zend_register_constant(&ic TSRMLS_CC); in cli_register_file_handles()
|
/PHP-5.4/ext/standard/tests/strings/ |
H A D | get_html_translation_table_basic5.phpt | 866 [] => ⁣
|
H A D | html_entity_decode_html5.phpt | 1123 "⁣", 3257 ⁣ => e281a3
|
H A D | htmlentities_html5.phpt | 573 ⁣ U+02063
|
/PHP-5.4/ext/mbstring/oniguruma/ |
H A D | regexec.c | 2467 OnigOptionType ic; in match_at() local 2470 GET_OPTION_INC(ic, p); in match_at() 2475 if (backref_match_at_nested_level(reg, stk, stk_base, ic, ambig_flag in match_at()
|
/PHP-5.4/ext/standard/html_tables/ |
H A D | ents_html5.txt | 1118 ic 02063
|
/PHP-5.4/ext/fileinfo/tests/ |
H A D | magic | 15742 # http://www.ch.ic.ac.uk/chemime/
|
Completed in 106 milliseconds