3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.65 ms | 1395 KiB | 15 Q