3v4l.org

run code in 300+ PHP versions simultaneously
<?php $v = 1.1; var_dump( ~1, ~1.1, ~'Test', ~"1e1", ++$v );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/CSggC
function name:  (null)
number of ops:  10
compiled vars:  !0 = $v
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 1.1
    3     1        INIT_FCALL                                               'var_dump'
    4     2        SEND_VAL                                                 -2
    5     3        SEND_VAL                                                 -2
    6     4        SEND_VAL                                                 '%AB%9A%8C%8B'
    7     5        SEND_VAL                                                 '%CE%9A%CE'
    8     6        PRE_INC                                          ~2      !0
          7        SEND_VAL                                                 ~2
          8        DO_ICALL                                                 
    9     9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.24 ms | 1394 KiB | 15 Q