Searched refs:detect_unicode (Results 1 – 12 of 12) sorted by relevance
/PHP-5.4/Zend/tests/multibyte/ |
H A D | multibyte_encoding_002.phpt | 5 if (!in_array("zend.detect_unicode", array_keys(ini_get_all()))) {
|
H A D | multibyte_encoding_004.phpt | 5 if (!in_array("zend.detect_unicode", array_keys(ini_get_all()))) {
|
H A D | multibyte_encoding_005.phpt | 5 if (!in_array("zend.detect_unicode", array_keys(ini_get_all()))) {
|
H A D | multibyte_encoding_001.phpt | 5 if (!in_array("zend.detect_unicode", array_keys(ini_get_all()))) {
|
H A D | multibyte_encoding_003.phpt | 5 if (!in_array("zend.detect_unicode", array_keys(ini_get_all()))) {
|
H A D | multibyte_encoding_006.phpt | 5 if (!in_array("zend.detect_unicode", array_keys(ini_get_all()))) {
|
/PHP-5.4/ext/phar/tests/zip/ |
H A D | notphar.phpt | 7 detect_unicode=0
|
/PHP-5.4/ext/soap/tests/interop/Round4/GroupI/ |
H A D | r4_groupI_xsd_006w.phpt | 6 detect_unicode=0
|
/PHP-5.4/Zend/ |
H A D | zend_globals.h | 154 zend_bool detect_unicode; member
|
H A D | zend.c | 106 …STD_ZEND_INI_BOOLEAN("zend.detect_unicode", "1", ZEND_INI_ALL, OnUpdateBool, detect_unicode, ze…
|
H A D | zend_language_scanner.l | 411 if (CG(detect_unicode)) { in zend_multibyte_find_script_encoding()
|
H A D | zend_language_scanner.c | 413 if (CG(detect_unicode)) { in zend_multibyte_find_script_encoding()
|
Completed in 27 milliseconds