3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(ceil(pow(10, 27)) - (-(pow(10, 27))) / abs(pow(10, 27)));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/rSCr7
function name:  (null)
number of ops:  25
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'var_dump'
          1        INIT_FCALL                                               'ceil'
          2        INIT_FCALL                                               'pow'
          3        SEND_VAL                                                 10
          4        SEND_VAL                                                 27
          5        DO_ICALL                                         $0      
          6        SEND_VAR                                                 $0
          7        DO_ICALL                                         $1      
          8        INIT_FCALL                                               'pow'
          9        SEND_VAL                                                 10
         10        SEND_VAL                                                 27
         11        DO_ICALL                                         $2      
         12        MUL                                              ~3      $2, -1
         13        INIT_FCALL                                               'abs'
         14        INIT_FCALL                                               'pow'
         15        SEND_VAL                                                 10
         16        SEND_VAL                                                 27
         17        DO_ICALL                                         $4      
         18        SEND_VAR                                                 $4
         19        DO_ICALL                                         $5      
         20        DIV                                              ~6      ~3, $5
         21        SUB                                              ~7      $1, ~6
         22        SEND_VAL                                                 ~7
         23        DO_ICALL                                                 
         24      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.03 ms | 1395 KiB | 21 Q