xref: /PHP-8.1/ext/opcache/tests/jit/add_008.phpt (revision c77c79a0)
1--TEST--
2JIT ADD: 008 Addition with reference IS_VAR
3--INI--
4opcache.enable=1
5opcache.enable_cli=1
6opcache.file_update_protection=0
7opcache.jit_buffer_size=1M
8opcache.protect_memory=1
9opcache.jit=tracing
10--EXTENSIONS--
11opcache
12--FILE--
13<?php
14($a =& $b) + ($a = 1);
15?>
16DONE
17--EXPECT--
18DONE
19