3v4l.org

run code in 300+ PHP versions simultaneously
<?php $in = array("alma", "korte", "szilva barack"); $f = fopen('php://stdout',w); fpucsv($f, $in,';');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/DbDeS
function name:  (null)
number of ops:  13
compiled vars:  !0 = $in, !1 = $f
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        INIT_FCALL                                               'fopen'
          2        SEND_VAL                                                 'php%3A%2F%2Fstdout'
          3        FETCH_CONSTANT                                   ~3      'w'
          4        SEND_VAL                                                 ~3
          5        DO_ICALL                                         $4      
          6        ASSIGN                                                   !1, $4
    4     7        INIT_FCALL_BY_NAME                                       'fpucsv'
          8        SEND_VAR_EX                                              !1
          9        SEND_VAR_EX                                              !0
         10        SEND_VAL_EX                                              '%3B'
         11        DO_FCALL                                      0          
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.03 ms | 1394 KiB | 15 Q