3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = 'https://www.khanacademy.org/math/algebra/solving-linear-equations-and-inequalities'; $ch = curl_init($url); curl_setopt($ch, CURLOPT_HEADER, false); $response = curl_exec($ch); curl_close($ch); echo $response;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/aVpHt
function name:  (null)
number of ops:  20
compiled vars:  !0 = $url, !1 = $ch, !2 = $response
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'https%3A%2F%2Fwww.khanacademy.org%2Fmath%2Falgebra%2Fsolving-linear-equations-and-inequalities'
    4     1        INIT_FCALL_BY_NAME                                       'curl_init'
          2        SEND_VAR_EX                                              !0
          3        DO_FCALL                                      0  $4      
          4        ASSIGN                                                   !1, $4
    5     5        INIT_FCALL_BY_NAME                                       'curl_setopt'
          6        SEND_VAR_EX                                              !1
          7        FETCH_CONSTANT                                   ~6      'CURLOPT_HEADER'
          8        SEND_VAL_EX                                              ~6
          9        SEND_VAL_EX                                              <false>
         10        DO_FCALL                                      0          
    6    11        INIT_FCALL_BY_NAME                                       'curl_exec'
         12        SEND_VAR_EX                                              !1
         13        DO_FCALL                                      0  $8      
         14        ASSIGN                                                   !2, $8
    7    15        INIT_FCALL_BY_NAME                                       'curl_close'
         16        SEND_VAR_EX                                              !1
         17        DO_FCALL                                      0          
    8    18        ECHO                                                     !2
         19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.67 ms | 1394 KiB | 13 Q