Home
last modified time | relevance | path

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

/PHP-5.6/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.6/ext/openssl/tests/
H A Dopenssl_pkey_get_details_basic.phpt21 [ec] => Array
/PHP-5.6/ext/fileinfo/libmagic/
H A Dreadcdf.c230 char *c, *ec; local
237 (ec = strchr(c, '\n')) != NULL)
238 *ec = '\0';
/PHP-5.6/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.6/sapi/cli/
H A Dphp_cli.c563 zend_constant ic, oc, ec; in cli_register_file_handles() local
609 ec.value = *zerr; in cli_register_file_handles()
610 ec.flags = CONST_CS; in cli_register_file_handles()
611 ec.name = zend_strndup(ZEND_STRL("STDERR")); in cli_register_file_handles()
612 ec.name_len = sizeof("STDERR"); in cli_register_file_handles()
613 ec.module_number = 0; in cli_register_file_handles()
614 zend_register_constant(&ec TSRMLS_CC); in cli_register_file_handles()
/PHP-5.6/ext/mysqli/tests/
H A Dcacert.pem23 f5:de:fe:d5:5e:a0:54:26:dd:ec:58:07:6e:b9:e5:
47 be:3c:a7:88:03:e4:b7:ef:f4:b0:00:34:ec:8f:d1:c3:23:2b:
H A Dclient-cert.pem21 0a:bb:ec:3c:a3:03:90:97:99:92:49:ae:b3:57:96:
52 41:f0:6c:60:aa:ec:d3:4c:ff:c1:3b:d5:bb:0d:42:7d:37:5e:
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg.c589 zend_constant ic, oc, ec; local
633 ec.value = *zerr;
634 ec.flags = CONST_CS;
635 ec.name = zend_strndup(ZEND_STRL("STDERR"));
636 ec.name_len = sizeof("STDERR");
637 ec.module_number = 0;
638 zend_register_constant(&ec TSRMLS_CC);
/PHP-5.6/ext/openssl/
H A Dopenssl.c3519 assert(pkey->pkey.ec != NULL); in php_openssl_is_private_key()
3521 if ( NULL == EC_KEY_get0_private_key(pkey->pkey.ec)) { in php_openssl_is_private_key()
3992 if (pkey->pkey.ec != NULL) { in PHP_FUNCTION()
3993 zval *ec; in PHP_FUNCTION() local
4008 ALLOC_INIT_ZVAL(ec); in PHP_FUNCTION()
4009 array_init(ec); in PHP_FUNCTION()
4014 add_assoc_string(ec, "curve_name", crv_sn, 1); in PHP_FUNCTION()
4020 add_assoc_stringl(ec, "curve_oid", (char*)oir_buf, oir_len, 1); in PHP_FUNCTION()
4024 add_assoc_zval(return_value, "ec", ec); in PHP_FUNCTION()
/PHP-5.6/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()
7897 escape = check_escape(&ptr, &ec, errorcodeptr, cd->bracount, options, FALSE); in compile_branch()
7901 c = ec; in compile_branch()
/PHP-5.6/ext/fileinfo/
H A Dlibmagic.patch2893 char *c, *ec;
2902 (ec = strchr(c, '\n')) != NULL)
2903 *ec = '\0';
/PHP-5.6/build/
H A Dlibtool.m43150 ec++*)
4836 ec++*)
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic19094 # 00000 03 00 00 00 00 00 00 00 ec 02 00 00 10 01 00 00 ................

Completed in 118 milliseconds