3v4l.org

run code in 500+ PHP versions simultaneously
<?php "row-{$row->id}"; // <div n:snippet='"row-{$row->id}"'> 'row-' . $row->id; // <div n:snippet="'row-' . $row->id">
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/1tgAr
function name:  (null)
number of ops:  8
compiled vars:  !0 = $row
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   NOP                                                          
          1        FETCH_OBJ_R                                          ~1      !0, 'id'
          2        FAST_CONCAT                                          ~2      'row-', ~1
          3        FREE                                                         ~2
    5     4        FETCH_OBJ_R                                          ~3      !0, 'id'
          5        CONCAT                                               ~4      'row-', ~3
          6        FREE                                                         ~4
          7      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
155.3 ms | 1898 KiB | 13 Q