3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump((string) 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/4jFfB
function name:  (null)
number of ops:  26
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        CAST                                          6  ~2      $1
          9        INIT_FCALL                                               'pow'
         10        SEND_VAL                                                 10
         11        SEND_VAL                                                 27
         12        DO_ICALL                                         $3      
         13        MUL                                              ~4      $3, -1
         14        INIT_FCALL                                               'abs'
         15        INIT_FCALL                                               'pow'
         16        SEND_VAL                                                 10
         17        SEND_VAL                                                 27
         18        DO_ICALL                                         $5      
         19        SEND_VAR                                                 $5
         20        DO_ICALL                                         $6      
         21        DIV                                              ~7      ~4, $6
         22        SUB                                              ~8      ~2, ~7
         23        SEND_VAL                                                 ~8
         24        DO_ICALL                                                 
         25      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
174.44 ms | 1395 KiB | 21 Q