php-8.0.30-src/ext/opcache/tests/bug73668.phpt

11 lines
218 B
PHP

--TEST--
Bug #73668: "SIGFPE Arithmetic exception" in opcache when divide by minus 1
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
<?php
$a/-1;
?>
--EXPECTF--
Warning: Undefined variable $a in %s on line %d