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/a1r6Q
function name:  (null)
number of ops:  12
compiled vars:  !0 = $name
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'Wanda'
    3     1        FETCH_CONSTANT                                   ~2      '%E2%80%9CW%E2%80%9D'
          2        FETCH_CONSTANT                                   ~3      '%E2%80%9Danda%E2%80%9D'
          3        ADD                                              ~4      ~2, ~3
          4        ECHO                                                     ~4
    4     5        ADD                                              ~5      'W', 'anda'
          6        IS_IDENTICAL                                     ~6      !0, ~5
          7        ECHO                                                     ~6
    5     8        ADD                                              ~7      'W', 'anda'
          9        IS_EQUAL                                         ~8      !0, ~7
         10        ECHO                                                     ~8
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.44 ms | 1384 KiB | 13 Q