3v4l.org

run code in 300+ PHP versions simultaneously
<?php class X { public $x = 'a'; } echo "abc/{$x->a}/def";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/j5t9s
function name:  (null)
number of ops:  6
compiled vars:  !0 = $x
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E >   ROPE_INIT                                     3  ~3      'abc%2F'
          1        FETCH_OBJ_R                                      ~1      !0, 'a'
          2        ROPE_ADD                                      1  ~3      ~3, ~1
          3        ROPE_END                                      2  ~2      ~3, '%2Fdef'
          4        ECHO                                                     ~2
          5      > RETURN                                                   1

Class X: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
172.62 ms | 1392 KiB | 13 Q