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