3v4l.org

run code in 300+ PHP versions simultaneously
<?php $output = fopen('php://output', 'w'); ob_start(); fputcsv($output, 'a:3:{s:4:""type"";i:3;s:8:""platform"";s:10:""flirchi.ru"";s:13:""channel_login"";s:10:""flirchi.ru"";}'); fclose($output); var_dump($output);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/WvH1R
function name:  (null)
number of ops:  18
compiled vars:  !0 = $output
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'fopen'
          1        SEND_VAL                                                 'php%3A%2F%2Foutput'
          2        SEND_VAL                                                 'w'
          3        DO_ICALL                                         $1      
          4        ASSIGN                                                   !0, $1
    3     5        INIT_FCALL                                               'ob_start'
          6        DO_ICALL                                                 
    4     7        INIT_FCALL                                               'fputcsv'
          8        SEND_VAR                                                 !0
          9        SEND_VAL                                                 'a%3A3%3A%7Bs%3A4%3A%22%22type%22%22%3Bi%3A3%3Bs%3A8%3A%22%22platform%22%22%3Bs%3A10%3A%22%22flirchi.ru%22%22%3Bs%3A13%3A%22%22channel_login%22%22%3Bs%3A10%3A%22%22flirchi.ru%22%22%3B%7D'
         10        DO_ICALL                                                 
    5    11        INIT_FCALL                                               'fclose'
         12        SEND_VAR                                                 !0
         13        DO_ICALL                                                 
    6    14        INIT_FCALL                                               'var_dump'
         15        SEND_VAR                                                 !0
         16        DO_ICALL                                                 
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.05 ms | 1399 KiB | 23 Q