xref: /PHP-7.2/Zend/tests/67468.phpt (revision 53158f2c)
1--TEST--
2Bug #67468 (Segfault in highlight_file()/highlight_string())
3--SKIPIF--
4<?php if(!function_exists("leak")) print "skip only for debug builds"; ?>
5--FILE--
6<?php
7highlight_string("<?php __CLASS__;", true);
8echo "done";
9?>
10--EXPECT--
11done
12