Home
last modified time | relevance | path

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

1234

/php-src/ext/libxml/
H A Dlibxml.c486 php_libxml_input_buffer_create_filename(const char *URI, xmlCharEncoding enc) in php_libxml_input_buffer_create_filename() argument
505 if (enc == XML_CHAR_ENCODING_NONE) { in php_libxml_input_buffer_create_filename()
509 enc = xmlParseCharEncoding(ZSTR_VAL(charset)); in php_libxml_input_buffer_create_filename()
510 if (enc <= XML_CHAR_ENCODING_NONE) { in php_libxml_input_buffer_create_filename()
511 enc = XML_CHAR_ENCODING_NONE; in php_libxml_input_buffer_create_filename()
518 ret = xmlAllocParserInputBuffer(enc); in php_libxml_input_buffer_create_filename()
751 xmlCharEncoding enc = XML_CHAR_ENCODING_NONE; in _php_libxml_external_entity_loader() local
752 xmlParserInputBufferPtr pib = xmlAllocParserInputBuffer(enc); in _php_libxml_external_entity_loader()
763 ret = xmlNewIOInputStream(context, pib, enc); in _php_libxml_external_entity_loader()
/php-src/ext/soap/tests/soap12/
H A DT77_2.phpt23 …001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://www.w3.org/…
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-src/ext/xml/tests/
H A Dbug32001b.phpt25 function testcase($enc, $chunk_size = 0, $bom = 0, $omit_prologue = 0) {
26 $this->encoding = $enc;
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_encoding.h261 static inline zend_string* mb_convert_buf_result(mb_convert_buf *buf, const mbfl_encoding *enc) in mb_convert_buf_result() argument
264 if (enc == &mbfl_encoding_utf8 && buf->error_mode != MBFL_OUTPUTFILTER_ILLEGAL_MODE_BADUTF8) { in mb_convert_buf_result()
/php-src/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()
/php-src/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 Dtypemap001.phpt14 xmlns:enc=\"http://schemas.xmlsoap.org/soap/encoding/\"
H A Dtypemap002.phpt13 xmlns:enc=\"http://schemas.xmlsoap.org/soap/encoding/\"
/php-src/ext/mbstring/tests/
H A Dmb_internal_encoding_variation2.phpt69 foreach($encoding as $enc) {
72 var_dump(mb_internal_encoding($enc));
/php-src/ext/intl/converter/
H A Dconverter.c367 const char *enc, size_t enc_len) { in php_converter_set_encoding() argument
369 UConverter *cnv = ucnv_open(enc, &error); in php_converter_set_encoding()
403 char *enc; in php_converter_do_set_encoding() local
406 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &enc, &enc_len) == FAILURE) { in php_converter_do_set_encoding()
411 RETURN_BOOL(php_converter_set_encoding(objval, pcnv, enc, enc_len)); in php_converter_do_set_encoding()

Completed in 42 milliseconds

1234