3v4l.org

run code in 300+ PHP versions simultaneously
<?php $input = "$example = 'Appel @ Ratte'"; $output = preg_split( "/ (@) /", $input ); echo $output;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/nuLdO
function name:  (null)
number of ops:  10
compiled vars:  !0 = $input, !1 = $example, !2 = $output
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   NOP                                                      
          1        FAST_CONCAT                                      ~3      !1, '+%3D+%27Appel+%40+Ratte%27'
          2        ASSIGN                                                   !0, ~3
    5     3        INIT_FCALL                                               'preg_split'
          4        SEND_VAL                                                 '%2F+%28%40%29+%2F'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                         $5      
          7        ASSIGN                                                   !2, $5
    7     8        ECHO                                                     !2
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.2 ms | 1398 KiB | 15 Q