Home
last modified time | relevance | path

Searched refs:charset (Results 226 – 245 of 245) sorted by relevance

12345678910

/PHP-5.5/ext/oci8/tests/
H A Dedition_2.phpt52 // With a oci_pconnect with a different charset.
/PHP-5.5/ext/filter/
H A Dlogical_filters.c453 php_filter_url(value, flags, option_array, charset TSRMLS_CC); in php_filter_validate_url()
/PHP-5.5/ext/bcmath/libbcmath/
H A Dconfigure1257 typedef int charset[2]; const charset x;
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_structs.h416 …qlnd_conn_data__set_charset)(MYSQLND_CONN_DATA * const conn, const char * const charset TSRMLS_DC);
883 const MYSQLND_CHARSET *charset; member
/PHP-5.5/ext/interbase/
H A Dinterbase.c60 ZEND_ARG_INFO(0, charset)
70 ZEND_ARG_INFO(0, charset)
/PHP-5.5/ext/mbstring/tests/
H A Dmb_encode_mimeheader_indent.phpt12 …* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]…
13 …* Description: Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded…
27 $charset = 'utf-8';
32 var_dump( mb_encode_mimeheader($str, $charset, "B", $linefeed, $i));
33 var_dump( mb_encode_mimeheader($str, $charset, "Q", $linefeed, $i));
/PHP-5.5/ext/oci8/
H A Doci8_lob.c90 descriptor->charset_id = connection->charset; in php_oci_lob_create()
/PHP-5.5/ext/filter/docs/
H A Dfilter.txt66 the 'filter' type, the 'flags', the 'otptions' or the 'charset'
/PHP-5.5/
H A Dphp.ini-development671 ; the Content-type: header. To disable sending of the charset, simply
679 ; http://php.net/default-charset
1083 ; Default charset for ibase_connect().
1644 ; If empty or not set the client charset from freetds.conf is used
1646 ;mssql.charset = "ISO-8859-1"
H A Dphp.ini-production671 ; the Content-type: header. To disable sending of the charset, simply
679 ; http://php.net/default-charset
1083 ; Default charset for ibase_connect().
1644 ; If empty or not set the client charset from freetds.conf is used
1646 ;mssql.charset = "ISO-8859-1"
H A DNEWS2921 . Fixed bug #61713 (Logic error in charset detection for htmlentities).
3574 . Fixed bug #61713 (Logic error in charset detection for htmlentities).
4575 . Added a 3rd parameter to get_html_translation_table. It now takes a charset
5170 - Fixed bug #48983 (DomDocument : saveHTMLFile wrong charset). (Rob)
6774 - Fixed bug #45486 (mb_send_mail(); header 'Content-Type: text/plain; charset='
9718 - Fixed bug #29983 (PHP does not explicitly set mime type & charset). (Ilia)
/PHP-5.5/ext/mysqli/
H A Dmysqli_nonapi.c1022 cs = mysql->mysql->data->charset;
H A Dmysqli_api.c652 old_charset = mysql->mysql->charset; in PHP_FUNCTION()
/PHP-5.5/ext/standard/
H A Dbasic_functions.c1492 ZEND_ARG_INFO(0, charset)
1504 ZEND_ARG_INFO(0, charset)
1510 ZEND_ARG_INFO(0, charset)
H A Dhtml_tables.h42 enum entity_charset charset; member
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_class_mysqli_reflection.phpt1010 Inspecting parameter 'charset' of method 'set_charset'
/PHP-5.5/ext/soap/
H A Dsoap.c3873 doc->charset = XML_CHAR_ENCODING_UTF8;
4239 doc->charset = XML_CHAR_ENCODING_UTF8;
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY1047 "Content-Type content="text/html; charset=iso-8859-1">')
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c21399 etByte charset; /* Offset into aDigits[] of the digits string */
21762 const char *cset = &aDigits[infop->charset];
21910 *(bufpt++) = aDigits[infop->charset];
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic4786 #!:mime application/x-dbf; charset=unknown-8bit ??

Completed in 545 milliseconds

12345678910