3v4l.org

run code in 300+ PHP versions simultaneously
<?php $strings = [ '10a99b5c', '55', '2a3b1', 'g', ]; var_export( array_map( fn($string) => preg_split('/\d+\K/', $string, 0, PREG_SPLIT_NO_EMPTY), $strings ) );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/N0hCs
function name:  (null)
number of ops:  10
compiled vars:  !0 = $strings
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   10     1        INIT_FCALL                                               'var_export'
   11     2        INIT_FCALL                                               'array_map'
   12     3        DECLARE_LAMBDA_FUNCTION                          ~2      [0]
          4        SEND_VAL                                                 ~2
   13     5        SEND_VAR                                                 !0
   11     6        DO_ICALL                                         $3      
   13     7        SEND_VAR                                                 $3
   10     8        DO_ICALL                                                 
   15     9      > RETURN                                                   1


Dynamic Functions:
Dynamic Function 0
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/N0hCs
function name:  {closure}
number of ops:  9
compiled vars:  !0 = $string
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   12     0  E >   RECV                                             !0      
          1        INIT_FCALL                                               'preg_split'
          2        SEND_VAL                                                 '%2F%5Cd%2B%5CK%2F'
          3        SEND_VAR                                                 !0
          4        SEND_VAL                                                 0
          5        SEND_VAL                                                 1
          6        DO_ICALL                                         $1      
          7      > RETURN                                                   $1
          8*     > RETURN                                                   null

End of Dynamic Function 0

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.01 ms | 1012 KiB | 16 Q