3v4l.org

run code in 300+ PHP versions simultaneously
<?php $myvar->text1=' there'; $myvar->text2=' and here'; echo "And now, the result is [", print_r($myvar, true), "] ***";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/fUB7k
function name:  (null)
number of ops:  12
compiled vars:  !0 = $myvar
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN_OBJ                                               !0, 'text1'
          1        OP_DATA                                                  '+there'
    3     2        ASSIGN_OBJ                                               !0, 'text2'
          3        OP_DATA                                                  '+and+here'
    4     4        ECHO                                                     'And+now%2C+the+result+is+%5B'
          5        INIT_FCALL                                               'print_r'
          6        SEND_VAR                                                 !0
          7        SEND_VAL                                                 <true>
          8        DO_ICALL                                         $3      
          9        ECHO                                                     $3
         10        ECHO                                                     '%5D+%2A%2A%2A'
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.95 ms | 1394 KiB | 15 Q