xref: /PHP-8.0/ext/opcache/tests/bug73668.phpt (revision 36935e42)
1--TEST--
2Bug #73668: "SIGFPE Arithmetic exception" in opcache when divide by minus 1
3--SKIPIF--
4<?php require_once('skipif.inc'); ?>
5--FILE--
6<?php
7$a/-1;
8?>
9--EXPECTF--
10Warning: Undefined variable $a in %s on line %d
11