3v4l.org

run code in 300+ PHP versions simultaneously
<? $site_url="https://itautrade.itau.com.br/itautradenet/Finder/Finder.aspx?Papel=petrl6"; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $site_url); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 10); ob_start(); curl_exec($ch); curl_close($ch); $file_contents = ob_get_contents(); ob_end_clean(); echo $file_contents; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8kptL
function name:  (null)
number of ops:  31
compiled vars:  !0 = $site_url, !1 = $ch, !2 = $file_contents
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'https%3A%2F%2Fitautrade.itau.com.br%2Fitautradenet%2FFinder%2FFinder.aspx%3FPapel%3Dpetrl6'
    4     1        INIT_FCALL_BY_NAME                                       'curl_init'
          2        DO_FCALL                                      0  $4      
          3        ASSIGN                                                   !1, $4
    5     4        INIT_FCALL_BY_NAME                                       'curl_setopt'
          5        SEND_VAR_EX                                              !1
          6        FETCH_CONSTANT                                   ~6      'CURLOPT_URL'
          7        SEND_VAL_EX                                              ~6
          8        SEND_VAR_EX                                              !0
          9        DO_FCALL                                      0          
    6    10        INIT_FCALL_BY_NAME                                       'curl_setopt'
         11        SEND_VAR_EX                                              !1
         12        FETCH_CONSTANT                                   ~8      'CURLOPT_CONNECTTIMEOUT'
         13        SEND_VAL_EX                                              ~8
         14        SEND_VAL_EX                                              10
         15        DO_FCALL                                      0          
    7    16        INIT_FCALL                                               'ob_start'
         17        DO_ICALL                                                 
    8    18        INIT_FCALL_BY_NAME                                       'curl_exec'
         19        SEND_VAR_EX                                              !1
         20        DO_FCALL                                      0          
    9    21        INIT_FCALL_BY_NAME                                       'curl_close'
         22        SEND_VAR_EX                                              !1
         23        DO_FCALL                                      0          
   10    24        INIT_FCALL                                               'ob_get_contents'
         25        DO_ICALL                                         $13     
         26        ASSIGN                                                   !2, $13
   11    27        INIT_FCALL                                               'ob_end_clean'
         28        DO_ICALL                                                 
   13    29        ECHO                                                     !2
   15    30      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
140.94 ms | 1396 KiB | 19 Q