xref: /php-src/ext/opcache/tests/opt/sccp_034.phpt (revision 230de772)
1--TEST--
2SCCP 034: memory leak
3--INI--
4opcache.enable=1
5opcache.enable_cli=1
6opcache.optimization_level=-1
7--FILE--
8<?php
9is_array(["$y $y"]);
10?>
11DONE
12--EXPECTF--
13Warning: Undefined variable $y in %ssccp_034.php on line 2
14
15Warning: Undefined variable $y in %ssccp_034.php on line 2
16DONE
17