/PHP-7.1/ext/intl/msgformat/ |
H A D | msgformat_data.c | 83 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 D | msgformat_data.h | 43 int msgformat_fix_quotes(UChar **spattern, uint32_t *spattern_len, UErrorCode *ec);
|
/PHP-7.1/ext/openssl/tests/ |
H A D | ecc.phpt | 26 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 D | openssl_pkey_export_basic.phpt | 35 var_dump(array_diff_assoc($details['ec'], $detailsPKey['ec']));
|
H A D | openssl_pkey_get_details_basic.phpt | 21 [ec] => Array
|
/PHP-7.1/ext/standard/tests/strings/ |
H A D | strtolower-win32.phpt | 267 cc => ec 299 ec => ec
|
H A D | chr_variation1.phpt | 94 string(2) "ec"
|
H A D | convert_cyr_string_basic.phpt | 112 203: ec
|
H A D | strtoupper1-win32.phpt | 299 ec => cc
|
H A D | html_entity_decode_iso8859-15.phpt | 345 LATIN SMALL LETTER I WITH GRAVE: ì => ec 346 ì => ec
|
H A D | html_entity_decode_macroman.phpt | 394 Ï => ec 480 LATIN CAPITAL LETTER I WITH DIAERESIS: Ï => ec
|
H A D | html_entity_decode_iso8859-5.phpt | 345 CYRILLIC SMALL LETTER SOFT SIGN: ь => ec
|
H A D | html_entity_decode_win1251.phpt | 477 CYRILLIC SMALL LETTER EM: м => ec
|
H A D | html_entity_decode_cp866.phpt | 473 CYRILLIC SMALL LETTER SOFT SIGN: ь => ec
|
H A D | html_entity_decode_koi8-r.phpt | 473 CYRILLIC CAPITAL LETTER EL: Л => ec
|
/PHP-7.1/ext/mysqli/tests/ |
H A D | cacert.pem | 23 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 D | client-cert.pem | 21 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-7.1/sapi/cli/ |
H A D | php_cli.c | 566 zend_constant ic, oc, ec; in cli_register_file_handles() local 589 php_stream_to_zval(s_err, &ec.value); in cli_register_file_handles() 601 ec.flags = CONST_CS; in cli_register_file_handles() 602 ec.name = zend_string_init("STDERR", sizeof("STDERR")-1, 1); in cli_register_file_handles() 603 ec.module_number = 0; in cli_register_file_handles() 604 zend_register_constant(&ec); in cli_register_file_handles()
|
/PHP-7.1/ext/fileinfo/libmagic/ |
H A D | readcdf.c | 222 char *c, *ec; in cdf_file_property_info() local 229 (ec = strchr(c, '\n')) != NULL) in cdf_file_property_info() 230 *ec = '\0'; in cdf_file_property_info()
|
/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg.c | 1002 zend_constant ic, oc, ec; in phpdbg_register_file_handles() local 1039 ec.value = zerr; in phpdbg_register_file_handles() 1040 ec.flags = CONST_CS; in phpdbg_register_file_handles() 1041 ec.name = zend_string_init(ZEND_STRL("STDERR"), 0); in phpdbg_register_file_handles() 1042 ec.module_number = 0; in phpdbg_register_file_handles() 1043 zend_hash_del(EG(zend_constants), ec.name); in phpdbg_register_file_handles() 1044 zend_register_constant(&ec); in phpdbg_register_file_handles()
|
/PHP-7.1/ext/openssl/ |
H A D | openssl.c | 567 #define EVP_PKEY_get0_EC_KEY(_pkey) _pkey->pkey.ec in ZEND_GET_MODULE() 4063 EC_KEY *ec = EVP_PKEY_get0_EC_KEY(pkey); in php_openssl_is_private_key() local 4064 if (ec != NULL && NULL == EC_KEY_get0_private_key(ec)) { in php_openssl_is_private_key() 4792 zval ec; in PHP_FUNCTION() local 4812 array_init(&ec); in PHP_FUNCTION() 4817 add_assoc_string(&ec, "curve_name", crv_sn); in PHP_FUNCTION() 4823 add_assoc_stringl(&ec, "curve_oid", (char*) oir_buf, oir_len); in PHP_FUNCTION() 4830 OPENSSL_GET_BN(ec, x, x); in PHP_FUNCTION() 4831 OPENSSL_GET_BN(ec, y, y); in PHP_FUNCTION() 4837 OPENSSL_GET_BN(ec, d, d); in PHP_FUNCTION() [all …]
|
/PHP-7.1/ext/pcre/pcrelib/ |
H A D | pcre_compile.c | 4564 pcre_uint32 ec; in compile_branch() local 5131 escape = check_escape(&ptr, &ec, errorcodeptr, cd->bracount, options, in compile_branch() 5134 if (escape == 0) c = ec; in compile_branch() 7904 escape = check_escape(&ptr, &ec, errorcodeptr, cd->bracount, options, FALSE); in compile_branch() 7908 c = ec; in compile_branch()
|
/PHP-7.1/ext/fileinfo/ |
H A D | libmagic.patch | 3239 char *c, *ec; 3248 (ec = strchr(c, '\n')) != NULL) 3249 *ec = '\0';
|
/PHP-7.1/build/ |
H A D | libtool.m4 | 3150 ec++*) 4836 ec++*)
|
/PHP-7.1/ext/fileinfo/tests/ |
H A D | magic | 20726 # 00000 03 00 00 00 00 00 00 00 ec 02 00 00 10 01 00 00 ................
|