3v4l.org

run code in 300+ PHP versions simultaneously
<?php function callURL($eUrl) { $url = "http://www.123.de/".$eUrl; echo $url; } callURL("123.png"); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/tSGSH
function name:  (null)
number of ops:  4
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   INIT_FCALL                                               'callurl'
          1        SEND_VAL                                                 '123.png'
          2        DO_FCALL                                      0          
   10     3      > RETURN                                                   1

Function callurl:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/tSGSH
function name:  callURL
number of ops:  5
compiled vars:  !0 = $eUrl, !1 = $url
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   RECV                                             !0      
    3     1        CONCAT                                           ~2      'http%3A%2F%2Fwww.123.de%2F', !0
          2        ASSIGN                                                   !1, ~2
    4     3        ECHO                                                     !1
    6     4      > RETURN                                                   null

End of function callurl

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.79 ms | 1396 KiB | 14 Q