Home
last modified time | relevance | path

Searched refs:encoding (Results 1 – 25 of 906) sorted by path

12345678910>>...37

/PHP-5.5/
H A DNEWS1274 encoding) (Stas)
1519 encoding). (Felipe)
3416 . Added MacJapanese (Shift_JIS) and gb18030 encoding support. (Rui)
4003 encoding with spaces after chunk size). (Dmitry)
6028 transfer-encoding. HTTP streams use this filter automatically in case
6032 - Added support for CP850 encoding in mbstring extension.
6643 - Fixed simplexml asXML() not to lose encoding when dumping entire
7665 encoding). (Tony)
7800 . Fixed possible double encoding problem with sanitizing filters
8921 - Fixed bug #35730 (ext/mssql + freetds: Use correct character encoding
[all …]
H A Dacinclude.m41515 /* Implementations may consider this as an encoding error */
/PHP-5.5/Zend/tests/
H A Ddeclare_001.phpt14 declare(encoding = 1);
15 declare(encoding = 112313123213131232100);
16 declare(encoding = NULL);
17 declare(encoding = 'utf-8');
18 declare(encoding = M_PI);
24 Warning: Unsupported encoding [1] in %sdeclare_001.php on line %d
26 Warning: Unsupported encoding [1.1231312321313E+20] in %sdeclare_001.php on line %d
28 Warning: Unsupported encoding [] in %sdeclare_001.php on line %d
30 Fatal error: Cannot use constants as encoding in %sdeclare_001.php on line %d
H A Ddeclare_002.phpt15 declare(encoding = 1);
16 declare(encoding = 1123131232131312321);
17 declare(encoding = NULL);
18 declare(encoding = 'utf-8');
19 declare(encoding = M_PI);
25 Warning: Unsupported encoding [%d] in %sdeclare_002.php on line 3
27 Warning: Unsupported encoding [%f] in %sdeclare_002.php on line 4
29 Warning: Unsupported encoding [] in %sdeclare_002.php on line 5
31 Fatal error: Cannot use constants as encoding in %sdeclare_002.php on line 7
H A Ddeclare_003.phpt9 declare(encoding = 1);
10 declare(encoding = 11111111111111);
11 declare(encoding = NULL);
12 declare(encoding = M_PI);
18 Warning: Unsupported encoding [1] in %sdeclare_003.php on line %d
20 Warning: Unsupported encoding [11111111111111] in %sdeclare_003.php on line %d
22 Warning: Unsupported encoding [] in %sdeclare_003.php on line %d
24 Fatal error: Cannot use constants as encoding in %sdeclare_003.php on line %d
H A Ddeclare_004.phpt12 declare(encoding = 1);
13 declare(encoding = 1123131232131312321);
14 declare(encoding = NULL);
15 declare(encoding = M_PI);
21 Warning: Unsupported encoding [%d] in %sdeclare_004.php on line 3
23 Warning: Unsupported encoding [%f] in %sdeclare_004.php on line 4
25 Warning: Unsupported encoding [] in %sdeclare_004.php on line 5
27 Fatal error: Cannot use constants as encoding in %sdeclare_004.php on line 6
H A Dns_086.phpt2 086: bracketed namespace with encoding
13 declare(encoding='utf-8');
/PHP-5.5/Zend/tests/multibyte/
H A Dmultibyte_encoding_001.phpt17 declare(encoding='Shift_JIS');
H A Dmultibyte_encoding_004.phpt2 test for mbstring script_encoding for flex unsafe encoding (Shift_JIS)
H A Dmultibyte_encoding_005.phpt2 encoding conversion from script encoding into internal encoding
H A Dmultibyte_encoding_006.phpt2 Scripts with flex-incompatible encoding without suitable conversion strategy
20 …error: Could not convert the script from the detected encoding "UTF-32LE" to a compatible encoding
/PHP-5.5/Zend/
H A Dzend_multibyte.c33 static const char *dummy_encoding_name_getter(const zend_encoding *encoding) in dummy_encoding_name_getter() argument
35 return (const char*)encoding; in dummy_encoding_name_getter()
38 static int dummy_encoding_lexer_compatibility_checker(const zend_encoding *encoding) in dummy_encoding_lexer_compatibility_checker() argument
65 static int dummy_internal_encoding_setter(const zend_encoding *encoding TSRMLS_DC) in dummy_internal_encoding_setter()
133 ZEND_API const char *zend_multibyte_get_encoding_name(const zend_encoding *encoding) in zend_multibyte_get_encoding_name() argument
135 return multibyte_functions.encoding_name_getter(encoding); in zend_multibyte_get_encoding_name()
138 ZEND_API int zend_multibyte_check_lexer_compatibility(const zend_encoding *encoding) in zend_multibyte_check_lexer_compatibility() argument
140 return multibyte_functions.lexer_compatibility_checker(encoding); in zend_multibyte_check_lexer_compatibility()
178 ZEND_API int zend_multibyte_set_internal_encoding(const zend_encoding *encoding TSRMLS_DC) in zend_multibyte_set_internal_encoding()
180 return multibyte_functions.internal_encoding_setter(encoding TSRMLS_CC); in zend_multibyte_set_internal_encoding()
H A Dzend_multibyte.h30 typedef const char* (*zend_encoding_name_getter)(const zend_encoding *encoding);
31 typedef int (*zend_encoding_lexer_compatibility_checker)(const zend_encoding *encoding);
36 typedef int (*zend_encoding_internal_encoding_setter)(const zend_encoding *encoding TSRMLS_DC);
66 ZEND_API const char *zend_multibyte_get_encoding_name(const zend_encoding *encoding);
67 ZEND_API int zend_multibyte_check_lexer_compatibility(const zend_encoding *encoding);
75 ZEND_API int zend_multibyte_set_internal_encoding(const zend_encoding *encoding TSRMLS_DC);
/PHP-5.5/ext/dom/
H A DTODO3 2) look at auto encoding support for in/output
H A Ddocument.c140 ZEND_ARG_INFO(0, encoding)
330 char *encoding; in dom_document_encoding_read() local
339 encoding = (char *) docp->encoding; in dom_document_encoding_read()
342 if (encoding != NULL) { in dom_document_encoding_read()
343 ZVAL_STRING(*retval, encoding, 1); in dom_document_encoding_read()
377 if (docp->encoding != NULL) { in dom_document_encoding_write()
378 xmlFree((xmlChar *)docp->encoding); in dom_document_encoding_write()
1457 char *encoding, *version = NULL; in PHP_METHOD() local
1476 docp->encoding = (const xmlChar*)xmlStrdup(encoding); in PHP_METHOD()
2291 const char *encoding; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/dom/tests/
H A DDOMComment_construct_basic_001.phpt18 <?xml version="1.0" encoding="UTF-8"?>
H A DDOMDocumentType_basic_001.phpt11 $xml = '<?xml version="1.0" encoding="UTF-8" ?>';
24 $xml = '<?xml version="1.0" encoding="UTF-8" ?>';
H A DDOMDocumentType_publicId_basic_001.phpt10 $xml = '<?xml version="1.0" encoding="UTF-8" ?>';
H A DDOMDocumentType_systemId_basic_001.phpt10 $xml = '<?xml version="1.0" encoding="UTF-8" ?>';
H A DDOMDocument_documentURI_basic.phpt12 $xml = '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
H A DDOMDocument_encoding_basic.phpt24 $ret = $dom->encoding = 'NYPHP DOMinatrix';
25 echo "Adding invalid encoding: $ret\n";
27 $ret = $dom->encoding = 'ISO-8859-1';
28 echo "Adding ISO-8859-1 encoding: $ret\n";
31 $ret = $dom->encoding = 'UTF-8';
32 echo "Adding UTF-8 encoding: $ret\n";
35 $ret = $dom->encoding = 'UTF-16';
36 echo "Adding UTF-16 encoding: $ret\n";
46 Adding ISO-8859-1 encoding: ISO-8859-1
48 Adding UTF-8 encoding: UTF-8
[all …]
H A DDOMDocument_loadXML_variation4.phpt23 <?xml version="1.0" encoding="UTF-8"?>
H A DDOMDocument_load_variation4.phpt23 <?xml version="1.0" encoding="UTF-8"?>
H A DDOMDocument_relaxNGValidateSource_basic.phpt12 <?xml version="1.0" encoding="UTF-8"?>
H A DDOMDocument_relaxNGValidateSource_error1.phpt12 <?xml version="1.0" encoding="UTF-8"?>

Completed in 76 milliseconds

12345678910>>...37