3v4l.org

run code in 500+ PHP versions simultaneously
<?php $to = "my-email@gmail.com, $email"; $email = 'test'; echo $to;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/QIIJu
function name:  (null)
number of ops:  6
compiled vars:  !0 = $to, !1 = $email
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   NOP                                                          
          1        FAST_CONCAT                                          ~2      'my-email%40gmail.com%2C+', !1
          2        ASSIGN                                                       !0, ~2
    3     3        ASSIGN                                                       !1, 'test'
    4     4        ECHO                                                         !0
          5      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
157.31 ms | 2228 KiB | 13 Q