3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.49 ms | 1395 KiB | 17 Q