3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = $criteria['url'] ?? null; $parsed = parse_url($url);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/4O1rg
function name:  (null)
number of ops:  9
compiled vars:  !0 = $url, !1 = $criteria, !2 = $parsed
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   FETCH_DIM_IS                                     ~3      !1, 'url'
          1        COALESCE                                         ~4      ~3
          2        QM_ASSIGN                                        ~4      null
          3        ASSIGN                                                   !0, ~4
    4     4        INIT_FCALL                                               'parse_url'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                         $6      
          7        ASSIGN                                                   !2, $6
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.85 ms | 1394 KiB | 15 Q