3v4l.org

run code in 300+ PHP versions simultaneously
<?php preg_match("%{$rx}%u", self::$url, $result); print_r($result);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/GroQd
function name:  (null)
number of ops:  13
compiled vars:  !0 = $rx, !1 = $result
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'preg_match'
          1        ROPE_INIT                                     3  ~3      '%25'
          2        ROPE_ADD                                      1  ~3      ~3, !0
          3        ROPE_END                                      2  ~2      ~3, '%25u'
          4        SEND_VAL                                                 ~2
          5        FETCH_STATIC_PROP_R          global lock         ~5      'url'
          6        SEND_VAL                                                 ~5
          7        SEND_REF                                                 !1
          8        DO_ICALL                                                 
    5     9        INIT_FCALL                                               'print_r'
         10        SEND_VAR                                                 !1
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.61 ms | 1394 KiB | 17 Q