1--TEST--
2Scripts with flex-incompatible encoding without suitable conversion strategy
3--SKIPIF--
4<?php
5if (extension_loaded("mbstring")) {
6  die("skip The mbstring extension cannot be present for this test");
7}
8?>
9--INI--
10zend.multibyte=1
11--FILE--
12����<���?���p���h���p���
13���e���c���h���o��� ���"���h���e���l���l���o��� ���w���o���r���l���d���"���;���
14���
15--EXPECT--
16Fatal error: Could not convert the script from the detected encoding "UTF-32LE" to a compatible encoding in Unknown on line 0
17