php-src/Zend/tests/67468.phpt
2018-08-05 05:05:11 -03:00

10 lines
161 B
PHP

--TEST--
Bug #67468 (Segfault in highlight_file()/highlight_string())
--FILE--
<?php
highlight_string("<?php __CLASS__;", true);
echo "done";
?>
--EXPECT--
done