3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = 'http://steamcommunity.com/market/listings/570/Recipe%3A%20Augment%20Rare%20Items?filter=5+x'; $curl = curl_init($url); curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1); $result = curl_exec($curl); curl_close($curl); var_dump($result);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/HRd5u
function name:  (null)
number of ops:  22
compiled vars:  !0 = $url, !1 = $curl, !2 = $result
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'http%3A%2F%2Fsteamcommunity.com%2Fmarket%2Flistings%2F570%2FRecipe%253A%2520Augment%2520Rare%2520Items%3Ffilter%3D5%2Bx'
    3     1        INIT_FCALL_BY_NAME                                       'curl_init'
          2        SEND_VAR_EX                                              !0
          3        DO_FCALL                                      0  $4      
          4        ASSIGN                                                   !1, $4
    4     5        INIT_FCALL_BY_NAME                                       'curl_setopt'
          6        SEND_VAR_EX                                              !1
          7        FETCH_CONSTANT                                   ~6      'CURLOPT_RETURNTRANSFER'
          8        SEND_VAL_EX                                              ~6
          9        SEND_VAL_EX                                              1
         10        DO_FCALL                                      0          
    5    11        INIT_FCALL_BY_NAME                                       'curl_exec'
         12        SEND_VAR_EX                                              !1
         13        DO_FCALL                                      0  $8      
         14        ASSIGN                                                   !2, $8
    6    15        INIT_FCALL_BY_NAME                                       'curl_close'
         16        SEND_VAR_EX                                              !1
         17        DO_FCALL                                      0          
    7    18        INIT_FCALL                                               'var_dump'
         19        SEND_VAR                                                 !2
         20        DO_ICALL                                                 
         21      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.38 ms | 1395 KiB | 15 Q