Home
last modified time | relevance | path

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

/PHP-8.1/ext/openssl/tests/
H A Decc.phpt33 var_dump($d1["ec"]["curve_name"]);
45 unset($d1_priv["ec"]["x"]);
46 unset($d1_priv["ec"]["y"]);
75 var_dump(isset($pubkey1["ec"]["priv_key"]));
76 unset($d1["ec"]["priv_key"]);
77 var_dump(array_diff($d1["ec"], $pubkey1["ec"]));
H A Dopenssl_pkey_export_basic.phpt35 var_dump(array_diff_assoc($details['ec'], $detailsPKey['ec']));
H A Dopenssl_pkey_get_details_basic.phpt22 [ec] => Array
/PHP-8.1/ext/intl/msgformat/
H A Dmsgformat_data.c81 int msgformat_fix_quotes(UChar **spattern, uint32_t *spattern_len, UErrorCode *ec) in msgformat_fix_quotes() argument
86 …attern_len = umsg_autoQuoteApostrophe(*spattern, *spattern_len, npattern, 2*(*spattern_len)+1, ec); in msgformat_fix_quotes()
88 if( U_FAILURE(*ec) ) in msgformat_fix_quotes()
H A Dmsgformat_data.h41 int msgformat_fix_quotes(UChar **spattern, uint32_t *spattern_len, UErrorCode *ec);
/PHP-8.1/ext/standard/tests/strings/
H A Dstrtolower-win32.phpt257 cc => ec
289 ec => ec
H A Dchr_variation1.phpt67 string(2) "ec"
H A Dstrtoupper1-win32.phpt290 ec => cc
H A Dhtml_entity_decode_iso8859-15.phpt346 LATIN SMALL LETTER I WITH GRAVE: ì => ec
347 ì => ec
H A Dhtml_entity_decode_macroman.phpt395 Ï => ec
481 LATIN CAPITAL LETTER I WITH DIAERESIS: Ï => ec
H A Dhtml_entity_decode_iso8859-5.phpt346 CYRILLIC SMALL LETTER SOFT SIGN: ь => ec
H A Dhtml_entity_decode_win1251.phpt478 CYRILLIC SMALL LETTER EM: м => ec
H A Dhtml_entity_decode_cp866.phpt474 CYRILLIC SMALL LETTER SOFT SIGN: ь => ec
H A Dhtml_entity_decode_koi8-r.phpt474 CYRILLIC CAPITAL LETTER EL: Л => ec
/PHP-8.1/sapi/cli/
H A Dphp_cli.c535 zend_constant ic, oc, ec; in cli_register_file_handles() local
558 php_stream_to_zval(s_err, &ec.value); in cli_register_file_handles()
568 ZEND_CONSTANT_SET_FLAGS(&ec, CONST_CS, 0); in cli_register_file_handles()
569 ec.name = zend_string_init_interned("STDERR", sizeof("STDERR")-1, 0); in cli_register_file_handles()
570 zend_register_constant(&ec); in cli_register_file_handles()
/PHP-8.1/ext/fileinfo/libmagic/
H A Dreadcdf.c228 char *c, *ec; in cdf_file_property_info() local
232 (ec = strchr(c, '\n')) != NULL) in cdf_file_property_info()
233 *ec = '\0'; in cdf_file_property_info()
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg.c885 zend_constant ic, oc, ec; in phpdbg_register_file_handles() local
920 ec.value = zerr; in phpdbg_register_file_handles()
921 ZEND_CONSTANT_SET_FLAGS(&ec, CONST_CS, 0); in phpdbg_register_file_handles()
922 ec.name = zend_string_init(ZEND_STRL("STDERR"), 0); in phpdbg_register_file_handles()
923 zend_hash_del(EG(zend_constants), ec.name); in phpdbg_register_file_handles()
924 zend_register_constant(&ec); in phpdbg_register_file_handles()
/PHP-8.1/ext/openssl/
H A Dopenssl.c285 #define EVP_PKEY_get0_EC_KEY(_pkey) _pkey->pkey.ec in ZEND_GET_MODULE()
4547 EC_KEY *ec = EC_KEY_new(); in php_openssl_pkey_init_ec()
4548 if (!ec) { in php_openssl_pkey_init_ec()
4554 || !EVP_PKEY_assign_EC_KEY(pkey, ec)) { in php_openssl_pkey_init_ec()
4557 EC_KEY_free(ec); in php_openssl_pkey_init_ec()
5025 zval ec; in PHP_FUNCTION() local
5045 array_init(&ec); in PHP_FUNCTION()
5063 php_openssl_add_bn_to_array(&ec, x, "x"); in PHP_FUNCTION()
5064 php_openssl_add_bn_to_array(&ec, y, "y"); in PHP_FUNCTION()
5070 php_openssl_add_bn_to_array(&ec, d, "d"); in PHP_FUNCTION()
[all …]
/PHP-8.1/ext/opcache/jit/dynasm/
H A Dminilua.c7138 static int matchbracketclass(int c,const char*p,const char*ec){
7144 while(++p<ec){
7150 else if((*(p+1)=='-')&&(p+2<ec)){
/PHP-8.1/
H A DNEWS873 . Fixed bug GH-9064 (PHP fails to build if openssl was built with --no-ec).
/PHP-8.1/build/
H A Dlibtool.m43155 ec++*)
4841 ec++*)
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic33274 # 00000 03 00 00 00 00 00 00 00 ec 02 00 00 10 01 00 00 ................
H A Dmagic私はガラスを食べられます33274 # 00000 03 00 00 00 00 00 00 00 ec 02 00 00 10 01 00 00 ................

Completed in 286 milliseconds