3v4l.org

run code in 300+ PHP versions simultaneously
<?php $item = '"61926182767182" "DAS GEILE GAME" "HTTP://google.com/123129182691239" "HTTP://google.com/123129182691239" "32.59"'; $h = fopen('php://memory', 'r+'); fputcsv($h, str_getcsv($item, ' '), ';', '"'); rewind($h); echo stream_get_contents($h);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/UIcMp
function name:  (null)
number of ops:  24
compiled vars:  !0 = $item, !1 = $h
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%2261926182767182%22+%22DAS+GEILE+GAME%22+%22HTTP%3A%2F%2Fgoogle.com%2F123129182691239%22+%22HTTP%3A%2F%2Fgoogle.com%2F123129182691239%22+%2232.59%22'
    5     1        INIT_FCALL                                               'fopen'
          2        SEND_VAL                                                 'php%3A%2F%2Fmemory'
          3        SEND_VAL                                                 'r%2B'
          4        DO_ICALL                                         $3      
          5        ASSIGN                                                   !1, $3
    6     6        INIT_FCALL                                               'fputcsv'
          7        SEND_VAR                                                 !1
          8        INIT_FCALL                                               'str_getcsv'
          9        SEND_VAR                                                 !0
         10        SEND_VAL                                                 '+'
         11        DO_ICALL                                         $5      
         12        SEND_VAR                                                 $5
         13        SEND_VAL                                                 '%3B'
         14        SEND_VAL                                                 '%22'
         15        DO_ICALL                                                 
    7    16        INIT_FCALL                                               'rewind'
         17        SEND_VAR                                                 !1
         18        DO_ICALL                                                 
    8    19        INIT_FCALL                                               'stream_get_contents'
         20        SEND_VAR                                                 !1
         21        DO_ICALL                                         $8      
         22        ECHO                                                     $8
         23      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144.97 ms | 1009 KiB | 18 Q