3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(0/0); // When Warning is ignored the type juggling changed var_dump(number_format(120 / 0 * 100, 2));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/QiX8C
function name:  (null)
number of ops:  14
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'var_dump'
          1        DIV                                              ~0      0, 0
          2        SEND_VAL                                                 ~0
          3        DO_ICALL                                                 
    5     4        INIT_FCALL                                               'var_dump'
          5        INIT_FCALL                                               'number_format'
          6        DIV                                              ~2      120, 0
          7        MUL                                              ~3      ~2, 100
          8        SEND_VAL                                                 ~3
          9        SEND_VAL                                                 2
         10        DO_ICALL                                         $4      
         11        SEND_VAR                                                 $4
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.64 ms | 1394 KiB | 17 Q