1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 12:13:02 +02:00
Files
archived-php-src/ext/opcache/tests/bug73668.phpt
2019-10-02 10:34:08 +02:00

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