3v4l.org

run code in 300+ PHP versions simultaneously
<?php $var = 'status=200&username=14109FE1EDB7,BCF5ACBBA80F,F04F7C24B714'; $arr = explode(',', preg_filter('/status=200&username=/', '', $var)); print_r($arr);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/kKpVN
function name:  (null)
number of ops:  15
compiled vars:  !0 = $var, !1 = $arr
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'status%3D200%26username%3D14109FE1EDB7%2CBCF5ACBBA80F%2CF04F7C24B714'
    4     1        INIT_FCALL                                               'explode'
          2        SEND_VAL                                                 '%2C'
          3        INIT_FCALL                                               'preg_filter'
          4        SEND_VAL                                                 '%2Fstatus%3D200%26username%3D%2F'
          5        SEND_VAL                                                 ''
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                         $3      
          8        SEND_VAR                                                 $3
          9        DO_ICALL                                         $4      
         10        ASSIGN                                                   !1, $4
    6    11        INIT_FCALL                                               'print_r'
         12        SEND_VAR                                                 !1
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.18 ms | 1394 KiB | 19 Q