Home
last modified time | relevance | path

Searched refs:encoding (Results 1 – 25 of 906) sorted by last modified time

12345678910>>...37

/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1040 # A list of file extensions followed by the corresponding MIME encoding.
/PHP-5.5/
H A Dphp.ini-development238 ; encoding will be transparently converted to the specified encoding.
670 ; By default, PHP will output a character encoding using
1700 ; internal/script encoding.
1701 ; Some encoding cannot work as internal encoding.
1703 ; http://php.net/mbstring.internal-encoding
1706 ; http input encoding.
1710 ; http output encoding. mb_output_handler must be
1715 ; enable automatic encoding translation according to
1720 ; http://php.net/mbstring.encoding-translation
1723 ; automatic encoding detection order.
[all …]
H A Dphp.ini-production238 ; encoding will be transparently converted to the specified encoding.
670 ; By default, PHP will output a character encoding using
1700 ; internal/script encoding.
1701 ; Some encoding cannot work as internal encoding.
1703 ; http://php.net/mbstring.internal-encoding
1706 ; http input encoding.
1710 ; http output encoding. mb_output_handler must be
1715 ; enable automatic encoding translation according to
1720 ; http://php.net/mbstring.encoding-translation
1723 ; automatic encoding detection order.
[all …]
/PHP-5.5/main/
H A Drfc1867.c45 static char *php_ap_getword(const zend_encoding *encoding, char **line, char stop TSRMLS_DC);
46 static char *php_ap_getword_conf(const zend_encoding *encoding, char *str TSRMLS_DC);
479 static char *php_ap_getword(const zend_encoding *encoding, char **line, char stop TSRMLS_DC) in php_ap_getword() argument
533 static char *php_ap_getword_conf(const zend_encoding *encoding, char *str TSRMLS_DC) in php_ap_getword_conf() argument
558 static char *php_ap_basename(const zend_encoding *encoding, char *path TSRMLS_DC) in php_ap_basename() argument
H A Drfc1867.h72 typedef void (*php_rfc1867_set_input_encoding_t)(const zend_encoding *encoding TSRMLS_DC);
73 typedef char* (*php_rfc1867_getword_t)(const zend_encoding *encoding, char **line, char stop TSRMLS…
74 typedef char* (*php_rfc1867_getword_conf_t)(const zend_encoding *encoding, char *str TSRMLS_DC);
75 typedef char* (*php_rfc1867_basename_t)(const zend_encoding *encoding, char *str TSRMLS_DC);
/PHP-5.5/ext/zlib/
H A Dzlib.c417 status = inflateInit2(&Z, encoding); in php_zlib_decode()
429 if (PHP_ZLIB_ENCODING_ANY == encoding) { in php_zlib_decode()
431 encoding = PHP_ZLIB_ENCODING_RAW; in php_zlib_decode()
466 int encoding, rv; in PHP_FUNCTION() local
485 switch (encoding) { in PHP_FUNCTION()
650 long encoding = default_encoding; \
664 switch (encoding) { \
771 ZEND_ARG_INFO(0, encoding)
783 ZEND_ARG_INFO(0, encoding)
789 ZEND_ARG_INFO(0, encoding)
[all …]
/PHP-5.5/ext/zlib/tests/
H A Dgzcompress_basic1.phpt11 /* Prototype : string gzcompress(string data [, int level, [int encoding]])
H A Dgzcompress_error1.phpt11 /* Prototype : string gzcompress(string data [, int level, [int encoding]])
31 $encoding = ZLIB_ENCODING_RAW;
33 var_dump( gzcompress($data, $level, $encoding, $extra_arg) );
39 echo "\n-- Testing with invalid encoding --\n";
41 $encoding = 99;
42 var_dump(gzcompress($data, $level, $encoding));
75 -- Testing with invalid encoding --
77 Warning: gzcompress(): encoding mode must be either ZLIB_ENCODING_RAW, ZLIB_ENCODING_GZIP or ZLIB_E…
H A Dgzcompress_variation1.phpt11 /* Prototype : string gzcompress(string data [, int level, [int encoding]])
H A Dgzdeflate_basic1.phpt11 /* Prototype : string gzdeflate(string data [, int level, [int encoding]])
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…
H A Dgzencode_error1.phpt79 Warning: gzencode(): encoding mode must be either ZLIB_ENCODING_RAW, ZLIB_ENCODING_GZIP or ZLIB_ENC…
90 Warning: gzencode(): encoding mode must be either ZLIB_ENCODING_RAW, ZLIB_ENCODING_GZIP or ZLIB_ENC…
H A Dgzencode_variation2-win32.phpt2 Test gzencode() function : variation - verify header contents with all encoding modes
H A Dgzencode_variation2.phpt2 Test gzencode() function : variation - verify header contents with all encoding modes
H A D007.phpt42 Warning: gzencode(): encoding mode must be either ZLIB_ENCODING_RAW, ZLIB_ENCODING_GZIP or ZLIB_ENC…
47 Warning: gzencode(): encoding mode must be either ZLIB_ENCODING_RAW, ZLIB_ENCODING_GZIP or ZLIB_ENC…
/PHP-5.5/ext/xsl/tests/
H A Dxsltprocessor_transformToXML_wrongparam_001.phpt20 <?xml version="1.0" encoding="UTF-8"?>
24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
H A Dxsltprocessor_transformToXML_wrongparam_002.phpt20 <?xml version="1.0" encoding="UTF-8"?>
24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
H A Dxsltprocessor_transformToXML_wrongparam_003.phpt20 <?xml version="1.0" encoding="UTF-8"?>
24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
H A Dxsltprocessor_transformToXML_wrongparam_004.phpt20 <?xml version="1.0" encoding="UTF-8"?>
24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
H A Dxslt001.phpt17 <?xml version="1.0" encoding="iso-8859-1"?>
H A Dxslt003.phpt18 <?xml version="1.0" encoding="iso-8859-1"?>
H A Dxslt004.phpt10 $res = $xp->query("/xsl:stylesheet/xsl:output/@encoding");
12 print "No or more than one xsl:output/@encoding found";
24 <?xml version="1.0" encoding="utf-8"?>
H A Dxslt005.phpt24 <?xml version="1.0" encoding="iso-8859-1"?>
H A Dxslt006.phpt18 <?xml version="1.0" encoding="iso-8859-1"?>
H A Dxslt007.phpt19 <?xml version="1.0" encoding="iso-8859-1"?>

Completed in 54 milliseconds

12345678910>>...37