Home
last modified time | relevance | path

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

/PHP-7.4/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-7.4/ext/openssl/tests/
H A Decc.phpt26 var_dump($d1["ec"]["curve_name"]);
58 var_dump(isset($pubkey1["ec"]["priv_key"]));
59 unset($d1["ec"]["priv_key"]);
60 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.phpt21 [ec] => Array
/PHP-7.4/ext/standard/tests/strings/
H A Dstrtolower-win32.phpt267 cc => ec
299 ec => ec
H A Dchr_variation1.phpt83 string(2) "ec"
H A Dconvert_cyr_string_basic.phpt116 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-7.4/sapi/cli/
H A Dphp_cli.c549 zend_constant ic, oc, ec; in cli_register_file_handles() local
572 php_stream_to_zval(s_err, &ec.value); in cli_register_file_handles()
582 ZEND_CONSTANT_SET_FLAGS(&ec, CONST_CS, 0); in cli_register_file_handles()
583 ec.name = zend_string_init_interned("STDERR", sizeof("STDERR")-1, 0); in cli_register_file_handles()
584 zend_register_constant(&ec); in cli_register_file_handles()
/PHP-7.4/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-7.4/sapi/phpdbg/
H A Dphpdbg.c995 zend_constant ic, oc, ec; in phpdbg_register_file_handles() local
1030 ec.value = zerr; in phpdbg_register_file_handles()
1031 ZEND_CONSTANT_SET_FLAGS(&ec, CONST_CS, 0); in phpdbg_register_file_handles()
1032 ec.name = zend_string_init(ZEND_STRL("STDERR"), 0); in phpdbg_register_file_handles()
1033 zend_hash_del(EG(zend_constants), ec.name); in phpdbg_register_file_handles()
1034 zend_register_constant(&ec); in phpdbg_register_file_handles()
/PHP-7.4/ext/openssl/
H A Dopenssl.c586 #define EVP_PKEY_get0_EC_KEY(_pkey) _pkey->pkey.ec in ZEND_GET_MODULE()
4189 EC_KEY *ec = EVP_PKEY_get0_EC_KEY(pkey); in php_openssl_is_private_key() local
4190 if (ec != NULL && NULL == EC_KEY_get0_private_key(ec)) { in php_openssl_is_private_key()
4927 zval ec; in PHP_FUNCTION() local
4947 array_init(&ec); in PHP_FUNCTION()
4952 add_assoc_string(&ec, "curve_name", crv_sn); in PHP_FUNCTION()
4958 add_assoc_stringl(&ec, "curve_oid", (char*) oir_buf, oir_len); in PHP_FUNCTION()
4965 OPENSSL_GET_BN(ec, x, x); in PHP_FUNCTION()
4966 OPENSSL_GET_BN(ec, y, y); in PHP_FUNCTION()
4972 OPENSSL_GET_BN(ec, d, d); in PHP_FUNCTION()
[all …]
/PHP-7.4/build/
H A Dlibtool.m43146 ec++*)
4832 ec++*)
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます28399 # 00000 03 00 00 00 00 00 00 00 ec 02 00 00 10 01 00 00 ................
H A Dmagic28399 # 00000 03 00 00 00 00 00 00 00 ec 02 00 00 10 01 00 00 ................

Completed in 170 milliseconds