3v4l.org

run code in 300+ PHP versions simultaneously
<?php $city = "Pune"; $pin= 413112; echo "I live in city $city $pin."; $str1 = $city. ",".$pin; $str2 .= $str3;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/OgSfX
function name:  (null)
number of ops:  13
compiled vars:  !0 = $city, !1 = $pin, !2 = $str1, !3 = $str2, !4 = $str3
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'Pune'
    3     1        ASSIGN                                                   !1, 413112
    4     2        ROPE_INIT                                     5  ~8      'I+live+in+city+'
          3        ROPE_ADD                                      1  ~8      ~8, !0
          4        ROPE_ADD                                      2  ~8      ~8, '+'
          5        ROPE_ADD                                      3  ~8      ~8, !1
          6        ROPE_END                                      4  ~7      ~8, '.'
          7        ECHO                                                     ~7
    5     8        CONCAT                                           ~11     !0, '%2C'
          9        CONCAT                                           ~12     ~11, !1
         10        ASSIGN                                                   !2, ~12
    6    11        ASSIGN_OP                                     8          !3, !4
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
139.38 ms | 1392 KiB | 13 Q