3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
188.5 ms | 1394 KiB | 15 Q