3v4l.org

run code in 300+ PHP versions simultaneously
<?php $output = fopen('php://output', 'w'); $data = fputcsv($output, ['a:3:{s:4:"type";i:3;s:8:"platform";s:10:"flirchi.ru";s:13:"channel_login";s:10:"flirchi.ru";}', 'ab"c']); $s = str_getcsv('a:5:{s:4:""type"";s:1:""3"";s:5:""price"";d:12;s:6:""period"";s:2:""30"";s:8:""platform"";s:14:""id.flirchi.com"";s:13:""channel_login"";s:11:""flirchi.com"";}'); var_dump($output); var_dump($s);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/AEgda
function name:  (null)
number of ops:  21
compiled vars:  !0 = $output, !1 = $data, !2 = $s
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                                         $3      
          4        ASSIGN                                                   !0, $3
    4     5        INIT_FCALL                                               'fputcsv'
          6        SEND_VAR                                                 !0
          7        SEND_VAL                                                 <array>
          8        DO_ICALL                                         $5      
    3     9        ASSIGN                                                   !1, $5
    6    10        INIT_FCALL                                               'str_getcsv'
         11        SEND_VAL                                                 'a%3A5%3A%7Bs%3A4%3A%22%22type%22%22%3Bs%3A1%3A%22%223%22%22%3Bs%3A5%3A%22%22price%22%22%3Bd%3A12%3Bs%3A6%3A%22%22period%22%22%3Bs%3A2%3A%22%2230%22%22%3Bs%3A8%3A%22%22platform%22%22%3Bs%3A14%3A%22%22id.flirchi.com%22%22%3Bs%3A13%3A%22%22channel_login%22%22%3Bs%3A11%3A%22%22flirchi.com%22%22%3B%7D'
         12        DO_ICALL                                         $7      
         13        ASSIGN                                                   !2, $7
    8    14        INIT_FCALL                                               'var_dump'
         15        SEND_VAR                                                 !0
         16        DO_ICALL                                                 
    9    17        INIT_FCALL                                               'var_dump'
         18        SEND_VAR                                                 !2
         19        DO_ICALL                                                 
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.03 ms | 1395 KiB | 21 Q