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.protect_memory=1 8opcache.jit=tracing 9--EXTENSIONS-- 10opcache 11--FILE-- 12<?php 13($a =& $b) + ($a = 1); 14?> 15DONE 16--EXPECT-- 17DONE 18