--TEST-- JIT ASSIGN_OP: 002 --INI-- opcache.enable=1 opcache.enable_cli=1 opcache.file_update_protection=0 opcache.jit_buffer_size=1M --FILE-- prop; var_dump($ref &= 1); } test(); ?> --EXPECT-- string(1) "0"