3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = 'https://www.google.hu/maps/@46.6203091,19.2838767,3a,75y,217.05h,87.68t/data=!3m6!1e1!3m4!1sFZH5sOcdDLpyFvgrsTlY2g!2e0!7i13312!8i6656?hl=hu'; preg_match('/@([0-9\.]+),([0-9\.]+),(.*),(.*),([0-9\.]+)h,([0-9\.]+)t/', $url, $results); array_shift($results); print_r($results);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8L4QE
function name:  (null)
number of ops:  13
compiled vars:  !0 = $url, !1 = $results
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'https%3A%2F%2Fwww.google.hu%2Fmaps%2F%4046.6203091%2C19.2838767%2C3a%2C75y%2C217.05h%2C87.68t%2Fdata%3D%213m6%211e1%213m4%211sFZH5sOcdDLpyFvgrsTlY2g%212e0%217i13312%218i6656%3Fhl%3Dhu'
    5     1        INIT_FCALL                                               'preg_match'
          2        SEND_VAL                                                 '%2F%40%28%5B0-9%5C.%5D%2B%29%2C%28%5B0-9%5C.%5D%2B%29%2C%28.%2A%29%2C%28.%2A%29%2C%28%5B0-9%5C.%5D%2B%29h%2C%28%5B0-9%5C.%5D%2B%29t%2F'
          3        SEND_VAR                                                 !0
          4        SEND_REF                                                 !1
          5        DO_ICALL                                                 
    6     6        INIT_FCALL                                               'array_shift'
          7        SEND_REF                                                 !1
          8        DO_ICALL                                                 
    7     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:
166.54 ms | 1394 KiB | 19 Q