3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Test { public $toto; public $tata; } $toto = "test"; echo $toto . ' : ' . $toto->toto;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/N5bdt
function name:  (null)
number of ops:  6
compiled vars:  !0 = $toto
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    8     0  E >   ASSIGN                                                   !0, 'test'
   10     1        CONCAT                                           ~2      !0, '+%3A+'
          2        FETCH_OBJ_R                                      ~3      !0, 'toto'
          3        CONCAT                                           ~4      ~2, ~3
          4        ECHO                                                     ~4
          5      > RETURN                                                   1

Class Test: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.24 ms | 1396 KiB | 13 Q