3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dados_linha = array(); $handle = fopen("/in/N5Hr7/teste", "a+"); fputcsv($handle, $dados_linha, ";", "'"); fclose($handle);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/v23qS
function name:  (null)
number of ops:  16
compiled vars:  !0 = $dados_linha, !1 = $handle
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    4     1        INIT_FCALL                                               'fopen'
          2        SEND_VAL                                                 '%2Fin%2FN5Hr7%2Fteste'
          3        SEND_VAL                                                 'a%2B'
          4        DO_ICALL                                         $3      
          5        ASSIGN                                                   !1, $3
    6     6        INIT_FCALL                                               'fputcsv'
          7        SEND_VAR                                                 !1
          8        SEND_VAR                                                 !0
          9        SEND_VAL                                                 '%3B'
         10        SEND_VAL                                                 '%27'
         11        DO_ICALL                                                 
    7    12        INIT_FCALL                                               'fclose'
         13        SEND_VAR                                                 !1
         14        DO_ICALL                                                 
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.72 ms | 1394 KiB | 19 Q