mirror of
https://github.com/php/php-src.git
synced 2024-12-14 20:33:36 +08:00
10 lines
161 B
PHP
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
|