3v4l.org

run code in 500+ PHP versions simultaneously
<?php error_reporting(-1); $x = 1 + 'a'; $y = 1 + '1a'; $z = 1 + '1';
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/WgjiY
function name:  (null)
number of ops:  9
compiled vars:  !0 = $x, !1 = $y, !2 = $z
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                                   'error_reporting'
          1        SEND_VAL                                                     -1
          2        DO_ICALL                                                     
    3     3        ADD                                                  ~4      1, 'a'
          4        ASSIGN                                                       !0, ~4
    4     5        ADD                                                  ~6      1, '1a'
          6        ASSIGN                                                       !1, ~6
    5     7        ASSIGN                                                       !2, 2
          8      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
206.62 ms | 2809 KiB | 14 Q