ru_php/Zend/tests/oss_fuzz_447521098.phpt

14 lines
175 B
PHP

--TEST--
OSS-Fuzz #447521098: Fatal error during sccp shift eval
--FILE--
<?php
function test() {
$x = 0;
$y = -1;
$x >> $y;
}
?>
===DONE===
--EXPECT--
===DONE===