3v4l.org

run code in 300+ PHP versions simultaneously
<?php //var_dump(parse_url("http://www.realself.com/foo/bar?utm_source=wubba&utm_content=bubba#myhash")); $null = null; print_r(is_null(parse_url("http://example.com", PHP_URL_QUERY))); print_r(is_null(FALSE)); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/D1fEe
function name:  (null)
number of ops:  14
compiled vars:  !0 = $null
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, null
    5     1        INIT_FCALL                                               'print_r'
          2        INIT_FCALL                                               'parse_url'
          3        SEND_VAL                                                 'http%3A%2F%2Fexample.com'
          4        SEND_VAL                                                 6
          5        DO_ICALL                                         $2      
          6        TYPE_CHECK                                    2  ~3      $2
          7        SEND_VAL                                                 ~3
          8        DO_ICALL                                                 
    7     9        INIT_FCALL                                               'print_r'
         10        TYPE_CHECK                                    2  ~5      <false>
         11        SEND_VAL                                                 ~5
         12        DO_ICALL                                                 
    8    13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.27 ms | 1398 KiB | 17 Q