1 2 3 4 5 6 7 8 9 10
--TEST-- Bug #70487: pack('x') produces an error --FILE-- <?php var_dump(pack('x') === "\0"); ?> --EXPECT-- bool(true)