Home
last modified time | relevance | path

Searched refs:encoding (Results 226 – 250 of 966) sorted by relevance

12345678910>>...39

/PHP-7.4/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_013s.phpt22 <?xml version="1.0" encoding="UTF-8"?>
23encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns2="http://soapinterop.org…
24 <?xml version="1.0" encoding="UTF-8"?>
25encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns2="http://soapinterop.org…
H A Dr2_base_014s.phpt22 <?xml version="1.0" encoding="UTF-8"?>
23 …s.xmlsoap.org/soap/encoding/" xmlns:ns2="http://soapinterop.org/xsd" SOAP-ENV:encodingStyle="http:…
24 <?xml version="1.0" encoding="UTF-8"?>
25 …P-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.o…
/PHP-7.4/ext/zlib/tests/
H A Dgzdeflate_error1.phpt11 /* Prototype : string gzdeflate(string data [, int level, [int encoding]])
31 $encoding = ZLIB_ENCODING_RAW;
33 var_dump( gzdeflate($data, $level, $encoding, $extra_arg) );
39 echo "\n-- Testing with incorrect encoding --\n";
74 -- Testing with incorrect encoding --
76 Warning: gzdeflate(): encoding mode must be either ZLIB_ENCODING_RAW, ZLIB_ENCODING_GZIP or ZLIB_EN…
/PHP-7.4/ext/mbstring/tests/
H A Dbug79441.phpt2 Bug #79441 Segfault in mb_chr() if internal encoding is unsupported
13 Warning: mb_chr(): Unsupported encoding "UTF-7" in %s on line %d
H A Dzend_multibyte-12.phpt9 declare(encoding="ISO-8859-15");
11 declare(encoding="ISO-8859-1");
H A Dzend_multibyte-11.phpt9 declare(encoding="ISO-8859-15") {
10 declare(encoding="ISO-8859-1");
/PHP-7.4/ext/mbstring/libmbfl/
H A DREADME.md23 * Added JISX-0213:2004 based encoding : Shift_JIS-2004, EUC-JP-2004,
25 * Added gb18030 encoding (rui).
33 * Added check for invalid/obsolete utf-8 encoding (rui).
37 * Added encoding conversion between Shift_JIS and Unicode (6.0 or PUA) for
42 * Fixed encoding conversion of cp5022x for user defined area (rui).
43 * Added MacJapanese (SJIS-mac) for legacy encoding support (rui).
48 * Added cp5022x encoding (moriyoshi)
/PHP-7.4/ext/imap/tests/
H A Dbug80216.phpt12 imap_mail_compose([], [['encoding' => 8]]);
13 imap_mail_compose([], [['type' => TYPEMULTIPART], ['encoding' => 8]]);
/PHP-7.4/ext/soap/tests/schema/
H A Dschema063.phpt15 <?xml version="1.0" encoding="UTF-8"?>
16 …P-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.o…
H A Dschema001.phpt17 <?xml version="1.0" encoding="UTF-8"?>
18 …P-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.o…
H A Dschema004.phpt19 <?xml version="1.0" encoding="UTF-8"?>
20 …P-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.o…
H A Dschema005.phpt21 <?xml version="1.0" encoding="UTF-8"?>
22 …P-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.o…
H A Dschema009.phpt17 <?xml version="1.0" encoding="UTF-8"?>
18 …P-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.o…
H A Dschema010.phpt17 <?xml version="1.0" encoding="UTF-8"?>
18 …P-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.o…
H A Dschema011.phpt21 <?xml version="1.0" encoding="UTF-8"?>
22 …P-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.o…
H A Dschema012.phpt21 <?xml version="1.0" encoding="UTF-8"?>
22 …P-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.o…
H A Dschema013.phpt17 <?xml version="1.0" encoding="UTF-8"?>
18 …P-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.o…
H A Dschema014.phpt19 <?xml version="1.0" encoding="UTF-8"?>
20 …P-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.o…
/PHP-7.4/ext/soap/tests/
H A Dbug69668.phpt25 <?xml version="1.0" encoding="UTF-8"?>
26 …P-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.o…
H A Dbug68996.phpt21 <?xml version="1.0" encoding="UTF-8"?>
32 <?xml version="1.0" encoding="UTF-8"?>
42 <?xml version="1.0" encoding="UTF-8"?>
44 <?xml version="1.0" encoding="UTF-8"?>
H A Dserver024.phpt30 <?xml version="1.0" encoding="ISO-8859-1"?>
32 SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
47 <?xml version="1.0" encoding="UTF-8"?>
48 …P-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.o…
/PHP-7.4/ext/soap/tests/soap12/
H A DT56.phpt12 xmlns:enc="http://www.w3.org/2003/05/soap-encoding">
15 env:encodingStyle="http://www.w3.org/2003/05/soap-encoding">
23 env:encodingStyle="http://www.w3.org/2003/05/soap-encoding">
32 <?xml version="1.0" encoding="UTF-8"?>
/PHP-7.4/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_soapfault_004w.phpt18 <?xml version="1.0" encoding="UTF-8"?>
19 …P-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.o…
20 <?xml version="1.0" encoding="UTF-8"?>
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug50675.phpt11 <?xml version="1.0" encoding="UTF-8"?>
23 …<parameter xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">str…
49 <?xml version="1.0" encoding="UTF-8"?>
50encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns2="urn:service.EchoServic…
/PHP-7.4/ext/zlib/
H A Dzlib.c482 int encoding, rv; in PHP_FUNCTION() local
501 switch (encoding) { in PHP_FUNCTION()
677 switch (encoding) { \
856 switch (encoding) { in PHP_FUNCTION()
873 if (encoding < 0) { in PHP_FUNCTION()
874 encoding += 15 - window; in PHP_FUNCTION()
876 encoding -= 15 - window; in PHP_FUNCTION()
1123 switch (encoding) { in PHP_FUNCTION()
1138 if (encoding < 0) { in PHP_FUNCTION()
1139 encoding += 15 - window; in PHP_FUNCTION()
[all …]

Completed in 39 milliseconds

12345678910>>...39