summaryrefslogtreecommitdiff
path: root/Zend/tests/67468.phpt
blob: 691acd90db51fb5b5b2313bcae56d4ff90ff95f3 (plain)
1
2
3
4
5
6
7
8
9
--TEST--
Bug #67468 (Segfault in highlight_file()/highlight_string())
--FILE--
<?php
highlight_string("<?php __CLASS__;", true);
echo "done";
?>
--EXPECT--
done