3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ch = curl_init("http://www.google.com/"); 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/e7Rvj
function name:  (null)
number of ops:  20
compiled vars:  !0 = $ch, !1 = $fp
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL_BY_NAME                                       'curl_init'
          1        SEND_VAL_EX                                              'http%3A%2F%2Fwww.google.com%2F'
          2        DO_FCALL                                      0  $2      
          3        ASSIGN                                                   !0, $2
    5     4        INIT_FCALL_BY_NAME                                       'curl_setopt'
          5        SEND_VAR_EX                                              !0
          6        FETCH_CONSTANT                                   ~4      'CURLOPT_HEADER'
          7        SEND_VAL_EX                                              ~4
          8        SEND_VAL_EX                                              0
          9        DO_FCALL                                      0          
    7    10        INIT_FCALL_BY_NAME                                       'curl_exec'
         11        SEND_VAR_EX                                              !0
         12        DO_FCALL                                      0          
    8    13        INIT_FCALL_BY_NAME                                       'curl_close'
         14        SEND_VAR_EX                                              !0
         15        DO_FCALL                                      0          
    9    16        INIT_FCALL                                               'fclose'
         17        SEND_VAR                                                 !1
         18        DO_ICALL                                                 
   10    19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.62 ms | 1395 KiB | 15 Q