3v4l.org

run code in 300+ PHP versions simultaneously
<?php $options = array( 'ssl' => array( 'ciphers' => 'RC4-SHA', 'verify_peer' => false, 'verify_peer_name' => false ), 'http' => array( 'header' => 'Authorization: Basic ' . base64_encode($username.':'.$password) ) ); var_dump($options);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/1peVM
function name:  (null)
number of ops:  14
compiled vars:  !0 = $options, !1 = $username, !2 = $password
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_ARRAY                                       ~3      <array>, 'ssl'
    9     1        INIT_FCALL                                               'base64_encode'
          2        CONCAT                                           ~4      !1, '%3A'
          3        CONCAT                                           ~5      ~4, !2
          4        SEND_VAL                                                 ~5
          5        DO_ICALL                                         $6      
          6        CONCAT                                           ~7      'Authorization%3A+Basic+', $6
          7        INIT_ARRAY                                       ~8      ~7, 'header'
          8        ADD_ARRAY_ELEMENT                                ~3      ~8, 'http'
    2     9        ASSIGN                                                   !0, ~3
   13    10        INIT_FCALL                                               'var_dump'
         11        SEND_VAR                                                 !0
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.99 ms | 1385 KiB | 17 Q