3v4l.org

run code in 300+ PHP versions simultaneously
<?php //Enter your code here, enjoy! $opts = array( 'http'=>array( 'method'=>"GET", 'header'=>"HTTP_ACCEPT: text/csv" ) ); $context = stream_context_create($opts); // Open the file using the HTTP headers set above $file = file_get_contents('https://tassidicambio.bancaditalia.it/terzevalute-wf-web/rest/v1.0/dailyRates?referenceDate=2017-11-29&currencyIsoCode=EUR&lang=it', false, $context);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/j6vt1
function name:  (null)
number of ops:  12
compiled vars:  !0 = $opts, !1 = $context, !2 = $file
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   ASSIGN                                                   !0, <array>
   12     1        INIT_FCALL                                               'stream_context_create'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $4      
          4        ASSIGN                                                   !1, $4
   15     5        INIT_FCALL                                               'file_get_contents'
          6        SEND_VAL                                                 'https%3A%2F%2Ftassidicambio.bancaditalia.it%2Fterzevalute-wf-web%2Frest%2Fv1.0%2FdailyRates%3FreferenceDate%3D2017-11-29%26currencyIsoCode%3DEUR%26lang%3Dit'
          7        SEND_VAL                                                 <false>
          8        SEND_VAR                                                 !1
          9        DO_ICALL                                         $6      
         10        ASSIGN                                                   !2, $6
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
177.13 ms | 1394 KiB | 17 Q