3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144.07 ms | 1392 KiB | 13 Q