3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = "D1F21aILKJ989++J0lkh908-88#022l2l1mnbb2324"; preg_match_all('/\pL|\d+/', $string, $result); $result=$result[0]; print_r($result);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/mH1K3
function name:  (null)
number of ops:  12
compiled vars:  !0 = $string, !1 = $result
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'D1F21aILKJ989%2B%2BJ0lkh908-88%23022l2l1mnbb2324'
    3     1        INIT_FCALL                                               'preg_match_all'
          2        SEND_VAL                                                 '%2F%5CpL%7C%5Cd%2B%2F'
          3        SEND_VAR                                                 !0
          4        SEND_REF                                                 !1
          5        DO_ICALL                                                 
    4     6        FETCH_DIM_R                                      ~4      !1, 0
          7        ASSIGN                                                   !1, ~4
    6     8        INIT_FCALL                                               'print_r'
          9        SEND_VAR                                                 !1
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.09 ms | 1394 KiB | 17 Q