--TEST-- JIT ASSIGN_DIM_OP: Undefined variable and index with exception --INI-- opcache.enable=1 opcache.enable_cli=1 opcache.file_update_protection=0 opcache.jit_buffer_size=1M --FILE-- getMessage(), "\n"; } try { test2(); } catch (Exception $e) { echo $e->getMessage(), "\n"; } ?> --EXPECT-- Undefined variable $undef Undefined variable $a