xref: /PHP-7.4/ext/opcache/tests/bug71843.phpt (revision 1b565f13)
1--TEST--
2Bug #71843 (null ptr deref ZEND_RETURN_SPEC_CONST_HANDLER (zend_vm_execute.h:3479))
3--INI--
4opcache.enable=1
5opcache.enable_cli=1
6opcache.optimization_level=0xFFFFBFFF
7--SKIPIF--
8<?php if (!extension_loaded('Zend OPcache')) die("skip"); ?>
9--FILE--
10<?php
110 & ~E & ~R;
126 && ~See
13?>
14okey
15--EXPECTF--
16Warning: Use of undefined constant E - assumed 'E' (this will throw an Error in a future version of PHP) in %sbug71843.php on line %d
17
18Warning: A non-numeric value encountered in %s on line %d
19
20Warning: Use of undefined constant R - assumed 'R' (this will throw an Error in a future version of PHP) in %sbug71843.php on line %d
21
22Warning: A non-numeric value encountered in %s on line %d
23
24Warning: Use of undefined constant See - assumed 'See' (this will throw an Error in a future version of PHP) in %sbug71843.php on line %d
25okey
26