3v4l.org

run code in 500+ PHP versions simultaneously
<?php $who = "World"; $str = sprintf("Hello, %s!", $who); echo $str, "\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/IETTL
function name:  (null)
number of ops:  8
compiled vars:  !0 = $who, !1 = $str
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                       !0, 'World'
    3     1        ROPE_INIT                                         3  ~4      'Hello%2C+'
          2        ROPE_ADD                                          1  ~4      ~4, !0
          3        ROPE_END                                          2  ~3      ~4, '%21'
          4        ASSIGN                                                       !1, ~3
    4     5        ECHO                                                         !1
          6        ECHO                                                         '%0A'
          7      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
241.72 ms | 1847 KiB | 15 Q