3v4l.org

run code in 300+ PHP versions simultaneously
<?php $config['CURLOPT_URL'] = "https://weburl/index.action"; $config['CURLOPT_VERBOSE'] = 0; $config['CURLOPT_SSLVERSION'] = 3; $config['CURLOPT_SSL_VERIFYPEER'] = FALSE; $config['CURLOPT_SSL_VERIFYHOST'] = 2; $config['CURLOPT_FOLLOWLOCATION'] = 0; $tuCurl = curl_init(); foreach($this->config as $key => $val) { curl_setopt($tuCurl, $key, $val); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 18, Position 2 = 26
Branch analysis from position: 18
2 jumps found. (Code = 78) Position 1 = 19, Position 2 = 26
Branch analysis from position: 19
1 jumps found. (Code = 42) Position 1 = 18
Branch analysis from position: 18
Branch analysis from position: 26
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 26
filename:       /in/lIgCJ
function name:  (null)
number of ops:  28
compiled vars:  !0 = $config, !1 = $tuCurl, !2 = $val, !3 = $key
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN_DIM                                               !0, 'CURLOPT_URL'
          1        OP_DATA                                                  'https%3A%2F%2Fweburl%2Findex.action'
    4     2        ASSIGN_DIM                                               !0, 'CURLOPT_VERBOSE'
          3        OP_DATA                                                  0
    5     4        ASSIGN_DIM                                               !0, 'CURLOPT_SSLVERSION'
          5        OP_DATA                                                  3
    6     6        ASSIGN_DIM                                               !0, 'CURLOPT_SSL_VERIFYPEER'
          7        OP_DATA                                                  <false>
    7     8        ASSIGN_DIM                                               !0, 'CURLOPT_SSL_VERIFYHOST'
          9        OP_DATA                                                  2
    8    10        ASSIGN_DIM                                               !0, 'CURLOPT_FOLLOWLOCATION'
         11        OP_DATA                                                  0
   10    12        INIT_FCALL_BY_NAME                                       'curl_init'
         13        DO_FCALL                                      0  $10     
         14        ASSIGN                                                   !1, $10
   11    15        FETCH_THIS                                       $12     
         16        FETCH_OBJ_R                                      ~13     $12, 'config'
         17      > FE_RESET_R                                       $14     ~13, ->26
         18    > > FE_FETCH_R                                       ~15     $14, !2, ->26
         19    >   ASSIGN                                                   !3, ~15
   13    20        INIT_FCALL_BY_NAME                                       'curl_setopt'
         21        SEND_VAR_EX                                              !1
         22        SEND_VAR_EX                                              !3
         23        SEND_VAR_EX                                              !2
         24        DO_FCALL                                      0          
   11    25      > JMP                                                      ->18
         26    >   FE_FREE                                                  $14
   14    27      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.66 ms | 1395 KiB | 13 Q