3v4l.org

run code in 500+ PHP versions simultaneously
<?php $keyw=" some, string,,, separaed by many ... different ; ; ;separators"; $searchArr = preg_split( "/[;,\.]+/", $keyw , -1, PREG_SPLIT_NO_EMPTY ); print_r($searchArr);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/5jAkV
function name:  (null)
number of ops:  12
compiled vars:  !0 = $keyw, !1 = $searchArr
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, '+some%2C+string%2C%2C%2C+separaed+by+many+...+different+%3B+%3B+%3Bseparators'
    4     1        INIT_FCALL                                                   'preg_split'
          2        SEND_VAL                                                     '%2F%5B%3B%2C%5C.%5D%2B%2F'
          3        SEND_VAR                                                     !0
          4        SEND_VAL                                                     -1
          5        SEND_VAL                                                     1
          6        DO_ICALL                                             $3      
          7        ASSIGN                                                       !1, $3
    5     8        INIT_FCALL                                                   'print_r'
          9        SEND_VAR                                                     !1
         10        DO_ICALL                                                     
         11      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
227.15 ms | 2191 KiB | 10 Q