Home
last modified time | relevance | path

Searched refs:detect_order (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/mbstring/tests/
H A Dmb_get_info_errors.phpt9 var_dump(mb_get_info("detect_order"));
H A Dmb_get_info.phpt12 mbstring.detect_order=UTF-8,ISO-8859-15,ISO-8859-1,ASCII
52 ["detect_order"]=>
H A Dini_mbstring_invalid.phpt8 mbstring.detect_order=UTF-8,DETECT_ORDER,ASCII
H A Dmb_strlen.phpt12 // restore detect_order to 'auto'
/php-src/main/
H A Drfc1867.c200 const zend_encoding **detect_order; member
273 php_rfc1867_get_detect_order(&self->detect_order, &self->detect_order_size); in multipart_buffer_new()
275 self->detect_order = NULL; in multipart_buffer_new()
391 …e_encoding_detector((const unsigned char *) line, strlen(line), self->detect_order, self->detect_o… in multipart_buffer_headers()
/php-src/
H A Dphp.ini-development1529 ; This affects mb_send_mail() and mbstring.detect_order.
1569 ;mbstring.detect_order = auto
H A Dphp.ini-production1531 ; This affects mb_send_mail() and mbstring.detect_order.
1571 ;mbstring.detect_order = auto

Completed in 18 milliseconds