3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = 'http://download.geofabrik.de/openstreetmap/europe/andorra.osm.pbf'; $file = substr($url, strchr($url,'/'), 1); echo $file;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7Gpjl
function name:  (null)
number of ops:  13
compiled vars:  !0 = $url, !1 = $file
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'http%3A%2F%2Fdownload.geofabrik.de%2Fopenstreetmap%2Feurope%2Fandorra.osm.pbf'
    3     1        INIT_FCALL                                               'substr'
          2        SEND_VAR                                                 !0
          3        INIT_FCALL                                               'strchr'
          4        SEND_VAR                                                 !0
          5        SEND_VAL                                                 '%2F'
          6        DO_ICALL                                         $3      
          7        SEND_VAR                                                 $3
          8        SEND_VAL                                                 1
          9        DO_ICALL                                         $4      
         10        ASSIGN                                                   !1, $4
    4    11        ECHO                                                     !1
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.34 ms | 1385 KiB | 17 Q