3v4l.org

run code in 300+ PHP versions simultaneously
<?php $fp = fopen("http://auctions.yahoo.co.jp/t", "w"); curl_setopt($ch, CURLOPT_FILE, $fp); curl_setopt($ch, CURLOPT_HEADER, 0); curl_exec($ch); curl_close($ch); fclose($fp); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8KTLO
function name:  (null)
number of ops:  27
compiled vars:  !0 = $fp, !1 = $ch
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'fopen'
          1        SEND_VAL                                                 'http%3A%2F%2Fauctions.yahoo.co.jp%2Ft'
          2        SEND_VAL                                                 'w'
          3        DO_ICALL                                         $2      
          4        ASSIGN                                                   !0, $2
    4     5        INIT_FCALL_BY_NAME                                       'curl_setopt'
          6        SEND_VAR_EX                                              !1
          7        FETCH_CONSTANT                                   ~4      'CURLOPT_FILE'
          8        SEND_VAL_EX                                              ~4
          9        SEND_VAR_EX                                              !0
         10        DO_FCALL                                      0          
    5    11        INIT_FCALL_BY_NAME                                       'curl_setopt'
         12        SEND_VAR_EX                                              !1
         13        FETCH_CONSTANT                                   ~6      'CURLOPT_HEADER'
         14        SEND_VAL_EX                                              ~6
         15        SEND_VAL_EX                                              0
         16        DO_FCALL                                      0          
    7    17        INIT_FCALL_BY_NAME                                       'curl_exec'
         18        SEND_VAR_EX                                              !1
         19        DO_FCALL                                      0          
    8    20        INIT_FCALL_BY_NAME                                       'curl_close'
         21        SEND_VAR_EX                                              !1
         22        DO_FCALL                                      0          
    9    23        INIT_FCALL                                               'fclose'
         24        SEND_VAR                                                 !0
         25        DO_ICALL                                                 
   10    26      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.01 ms | 1395 KiB | 17 Q