Home
last modified time | relevance | path

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

1234

/PHP-8.2/ext/soap/tests/soap12/
H A DT51.phpt26 …001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://www.w3.org/…
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_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 DT44.phpt26 …2001/XMLSchema-instance" xmlns:ns2="http://example.org/ts-tests/xsd" 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/…
/PHP-8.2/ext/xml/tests/
H A Dbug32001b.phpt25 function testcase($enc, $chunk_size = 0, $bom = 0, $omit_prologue = 0) {
26 $this->encoding = $enc;
/PHP-8.2/ext/soap/
H A Dphp_packet_soap.c394 encodePtr enc = NULL; in parse_packet_soap() local
408 enc = hdr->encode; in parse_packet_soap()
412 master_to_zval(&val, enc, trav); in parse_packet_soap()
H A Dphp_schema.c49 encodePtr enc, enc_ptr; in create_encoder() local
60 enc = enc_ptr; in create_encoder()
61 if (enc->details.ns) { in create_encoder()
62 efree(enc->details.ns); in create_encoder()
64 if (enc->details.type_str) { in create_encoder()
65 efree(enc->details.type_str); in create_encoder()
69 enc = emalloc(sizeof(encode)); in create_encoder()
71 memset(enc, 0, sizeof(encode)); in create_encoder()
83 return enc; in create_encoder()
89 if (enc == NULL) { in get_create_encoder()
[all …]
/PHP-8.2/ext/soap/tests/
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 Dtypemap010.phpt13 xmlns:enc=\"http://schemas.xmlsoap.org/soap/encoding/\"
H A Dclassmap001.phpt13 xmlns:enc=\"http://schemas.xmlsoap.org/soap/encoding/\"
H A Dtypemap005.phpt14 xmlns:enc=\"http://schemas.xmlsoap.org/soap/encoding/\"
H A Dtypemap001.phpt14 xmlns:enc=\"http://schemas.xmlsoap.org/soap/encoding/\"
/PHP-8.2/ext/mbstring/tests/
H A Dmb_internal_encoding_variation2.phpt69 foreach($encoding as $enc) {
72 var_dump(mb_internal_encoding($enc));
/PHP-8.2/ext/standard/tests/url/
H A Dbase64_encode_basic_001.phpt13 $enc = base64_encode($str);
14 printf("0x%X: %s\n", $i, $enc);
/PHP-8.2/ext/zip/
H A Dphp_zip.stub.php844 public static function isCompressionMethodSupported(int $method, bool $enc = true): bool {}
846 public static function isEncryptionMethodSupported(int $method, bool $enc = true): bool {}
/PHP-8.2/ext/intl/converter/
H A Dconverter.c368 const char *enc, size_t enc_len) { in php_converter_set_encoding() argument
370 UConverter *cnv = ucnv_open(enc, &error); in php_converter_set_encoding()
404 char *enc; in php_converter_do_set_encoding() local
407 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &enc, &enc_len) == FAILURE) { in php_converter_do_set_encoding()
412 RETURN_BOOL(php_converter_set_encoding(objval, pcnv, enc, enc_len)); in php_converter_do_set_encoding()

Completed in 33 milliseconds

1234