3v4l.org

run code in 300+ PHP versions simultaneously
<?php $name="Wanda"; print "W"+"anda"; print $name === "W"+"anda"; print $name == "W"+"anda";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/R81sK
function name:  (null)
number of ops:  10
compiled vars:  !0 = $name
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'Wanda'
    3     1        ADD                                              ~2      'W', 'anda'
          2        ECHO                                                     ~2
    4     3        ADD                                              ~3      'W', 'anda'
          4        IS_IDENTICAL                                     ~4      !0, ~3
          5        ECHO                                                     ~4
    5     6        ADD                                              ~5      'W', 'anda'
          7        IS_EQUAL                                         ~6      !0, ~5
          8        ECHO                                                     ~6
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.85 ms | 1392 KiB | 13 Q