--TEST-- Bug #81225: Wrong result with pow operator with JIT enabled --EXTENSIONS-- opcache --INI-- opcache.enable=1 opcache.enable_cli=1 opcache.jit_buffer_size=1M opcache.jit=function --SKIPIF-- --FILE-- --EXPECT-- int(3) int(102) int(2147483649) int(2147483650) int(78187493396) int(1) int(-98) int(-2147483646) int(-2147483647) int(-261458978401738) int(1) int(-98) int(-2147483645) int(-2147483646) int(-2147483647) int(-78187493392) int(3) int(102) int(2147483649) int(2147483650) int(2147483651) int(261458978401742)