3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = parse_url('http://pdl.vimeocdn.com/18325/235/286738602.mp4?token2=1410918962_54fefc92ea1867b1fbfa1a2f2b4a8c20&aksessionid=7fce8f586eab08ab'); var_dump(pathinfo($url['path'], PATHINFO_EXTENSION));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ts1OP
function name:  (null)
number of ops:  13
compiled vars:  !0 = $url
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'parse_url'
          1        SEND_VAL                                                 'http%3A%2F%2Fpdl.vimeocdn.com%2F18325%2F235%2F286738602.mp4%3Ftoken2%3D1410918962_54fefc92ea1867b1fbfa1a2f2b4a8c20%26aksessionid%3D7fce8f586eab08ab'
          2        DO_ICALL                                         $1      
          3        ASSIGN                                                   !0, $1
    4     4        INIT_FCALL                                               'var_dump'
          5        INIT_FCALL                                               'pathinfo'
          6        FETCH_DIM_R                                      ~3      !0, 'path'
          7        SEND_VAL                                                 ~3
          8        SEND_VAL                                                 4
          9        DO_ICALL                                         $4      
         10        SEND_VAR                                                 $4
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.85 ms | 1398 KiB | 19 Q