Home
last modified time | relevance | path

Searched refs:ec (Results 1 – 20 of 20) sorted by relevance

/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_data.c83 int msgformat_fix_quotes(UChar **spattern, uint32_t *spattern_len, UErrorCode *ec) in msgformat_fix_quotes() argument
88 …attern_len = umsg_autoQuoteApostrophe(*spattern, *spattern_len, npattern, 2*(*spattern_len)+1, ec); in msgformat_fix_quotes()
90 if( U_FAILURE(*ec) ) in msgformat_fix_quotes()
H A Dmsgformat_data.h43 int msgformat_fix_quotes(UChar **spattern, uint32_t *spattern_len, UErrorCode *ec);
/PHP-5.5/ext/fileinfo/libmagic/
H A Dreadcdf.c146 char *c, *ec; local
153 (ec = strchr(c, '\n')) != NULL)
154 *ec = '\0';
/PHP-5.5/ext/standard/tests/strings/
H A Dstrtolower-win32.phpt267 cc => ec
299 ec => ec
H A Dchr_variation1.phpt94 string(2) "ec"
H A Dconvert_cyr_string_basic.phpt112 203: ec
H A Dstrtoupper1-win32.phpt299 ec => cc
H A Dhtml_entity_decode_iso8859-15.phpt345 LATIN SMALL LETTER I WITH GRAVE: ì => ec
346 ì => ec
H A Dhtml_entity_decode_macroman.phpt394 Ï => ec
480 LATIN CAPITAL LETTER I WITH DIAERESIS: Ï => ec
H A Dhtml_entity_decode_iso8859-5.phpt345 CYRILLIC SMALL LETTER SOFT SIGN: ь => ec
H A Dhtml_entity_decode_win1251.phpt477 CYRILLIC SMALL LETTER EM: м => ec
H A Dhtml_entity_decode_cp866.phpt473 CYRILLIC SMALL LETTER SOFT SIGN: ь => ec
H A Dhtml_entity_decode_koi8-r.phpt473 CYRILLIC CAPITAL LETTER EL: Л => ec
/PHP-5.5/sapi/cli/
H A Dphp_cli.c559 zend_constant ic, oc, ec; in cli_register_file_handles() local
605 ec.value = *zerr; in cli_register_file_handles()
606 ec.flags = CONST_CS; in cli_register_file_handles()
607 ec.name = zend_strndup(ZEND_STRL("STDERR")); in cli_register_file_handles()
608 ec.name_len = sizeof("STDERR"); in cli_register_file_handles()
609 ec.module_number = 0; in cli_register_file_handles()
610 zend_register_constant(&ec TSRMLS_CC); in cli_register_file_handles()
/PHP-5.5/ext/mysqli/tests/
H A Dclient-cert.pem29 01:e1:26:99:b3:e3:f5:bd:ec:5f:a0:84:e4:38:da:75:78:7b:
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c4566 pcre_uint32 ec; in compile_branch() local
5133 escape = check_escape(&ptr, &ec, errorcodeptr, cd->bracount, options, in compile_branch()
5136 if (escape == 0) c = ec; in compile_branch()
7892 escape = check_escape(&ptr, &ec, errorcodeptr, cd->bracount, options, FALSE); in compile_branch()
7896 c = ec; in compile_branch()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch2854 char *c, *ec;
2857 - if ((ec = strchr(c, '\n')) != NULL)
2864 + (ec = strchr(c, '\n')) != NULL)
2865 *ec = '\0';
/PHP-5.5/ext/openssl/
H A Dopenssl.c3051 assert(pkey->pkey.ec != NULL); in php_openssl_is_private_key()
3053 if ( NULL == EC_KEY_get0_private_key(pkey->pkey.ec)) { in php_openssl_is_private_key()
/PHP-5.5/build/
H A Dlibtool.m43150 ec++*)
4836 ec++*)
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic17948 # 00000 03 00 00 00 00 00 00 00 ec 02 00 00 10 01 00 00 ................

Completed in 107 milliseconds