Home
last modified time | relevance | path

Searched refs:enc (Results 51 – 75 of 95) sorted by relevance

1234

/PHP-7.4/ext/soap/tests/soap12/
H A DT52.phpt24 …001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://www.w3.org/…
H A DT53.phpt24 …001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://www.w3.org/…
H A DT54.phpt24 …001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://www.w3.org/…
H A DT55.phpt24 …001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://www.w3.org/…
H A DT76_1.phpt24 …001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://www.w3.org/…
H A DT77_1.phpt24 …001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://www.w3.org/…
H A DT77_2.phpt23 …001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://www.w3.org/…
H A DT77_3.phpt26 …001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://www.w3.org/…
H A DT73.phpt25 …001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://www.w3.org/…
H A DT43.phpt29 …001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://www.w3.org/…
H A DT41.phpt29 …2001/XMLSchema-instance" xmlns:ns2="http://example.org/ts-tests/xsd" xmlns:enc="http://www.w3.org/…
H A DT44.phpt26 …2001/XMLSchema-instance" xmlns:ns2="http://example.org/ts-tests/xsd" xmlns:enc="http://www.w3.org/…
H A DT45.phpt34 …2001/XMLSchema-instance" xmlns:ns2="http://example.org/ts-tests/xsd" xmlns:enc="http://www.w3.org/…
/PHP-7.4/ext/mbstring/
H A Dphp_mbregex.h73 int php_mb_regex_set_mbctype(const char *enc);
/PHP-7.4/ext/xml/tests/
H A Dbug32001b.phpt20 function testcase($enc, $chunk_size = 0, $bom = 0, $omit_prologue = 0) {
21 $this->encoding = $enc;
/PHP-7.4/ext/soap/tests/
H A Dtypemap010.phpt13 xmlns:enc=\"http://schemas.xmlsoap.org/soap/encoding/\"
H A Dbug79536.phpt13 xmlns:enc=\"http://schemas.xmlsoap.org/soap/encoding/\"
H A Dtypemap009.phpt13 xmlns:enc=\"http://schemas.xmlsoap.org/soap/encoding/\"
H A Dclassmap001.phpt13 xmlns:enc=\"http://schemas.xmlsoap.org/soap/encoding/\"
H A Dtypemap001.phpt14 xmlns:enc=\"http://schemas.xmlsoap.org/soap/encoding/\"
H A Dtypemap002.phpt13 xmlns:enc=\"http://schemas.xmlsoap.org/soap/encoding/\"
/PHP-7.4/ext/soap/
H A Dphp_packet_soap.c396 encodePtr enc = NULL; in parse_packet_soap() local
410 enc = hdr->encode; in parse_packet_soap()
414 master_to_zval(&val, enc, trav); in parse_packet_soap()
H A Dphp_schema.c51 encodePtr enc, enc_ptr; in create_encoder() local
62 enc = enc_ptr; in create_encoder()
63 if (enc->details.ns) { in create_encoder()
64 efree(enc->details.ns); in create_encoder()
66 if (enc->details.type_str) { in create_encoder()
67 efree(enc->details.type_str); in create_encoder()
71 enc = emalloc(sizeof(encode)); in create_encoder()
73 memset(enc, 0, sizeof(encode)); in create_encoder()
85 return enc; in create_encoder()
91 if (enc == NULL) { in get_create_encoder()
[all …]
/PHP-7.4/ext/standard/tests/url/
H A Dbase64_encode_basic_001.phpt19 $enc = base64_encode($str);
20 printf("0x%X: %s\n", $i, $enc);
/PHP-7.4/ext/mbstring/tests/
H A Dmb_internal_encoding_variation2.phpt82 foreach($encoding as $enc) {
85 var_dump(mb_internal_encoding($enc));

Completed in 46 milliseconds

1234