3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Source: https://bugs.php.net/bug.php?id=61225 var_dump(0b0+1); $a = 0b0; $a += 1; print 0b0+1; print '\n'; print $a;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/famhA
function name:  (null)
number of ops:  9
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'var_dump'
          1        SEND_VAL                                                 1
          2        DO_ICALL                                                 
    4     3        ASSIGN                                                   !0, 0
    5     4        ASSIGN_OP                                     1          !0, 1
    6     5        ECHO                                                     1
    7     6        ECHO                                                     '%5Cn'
    8     7        ECHO                                                     !0
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.04 ms | 1394 KiB | 15 Q