3v4l.org

run code in 300+ PHP versions simultaneously
<?php $verify_option = true ? ['verify_peer' => true, 'verify_peer_name' => true] : []; // verify オプションを有効にするか否か(初期値: PHP5.4=false, PHP5.6=true) $context = stream_context_create([ 'https' => [ 'timeout' => 2, 'ignore_errors' => true ] + $verify_option ]); var_dump(stream_context_get_options($context));
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 1, Position 2 = 3
Branch analysis from position: 1
1 jumps found. (Code = 42) Position 1 = 4
Branch analysis from position: 4
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/uC4qd
function name:  (null)
number of ops:  18
compiled vars:  !0 = $verify_option, !1 = $context
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E > > JMPZ                                                     <true>, ->3
          1    >   QM_ASSIGN                                        ~2      <array>
          2      > JMP                                                      ->4
          3    >   QM_ASSIGN                                        ~2      <array>
          4    >   ASSIGN                                                   !0, ~2
    5     5        INIT_FCALL                                               'stream_context_create'
    9     6        ADD                                              ~4      <array>, !0
          7        INIT_ARRAY                                       ~5      ~4, 'https'
          8        SEND_VAL                                                 ~5
          9        DO_ICALL                                         $6      
    5    10        ASSIGN                                                   !1, $6
   13    11        INIT_FCALL                                               'var_dump'
         12        INIT_FCALL                                               'stream_context_get_options'
         13        SEND_VAR                                                 !1
         14        DO_ICALL                                         $8      
         15        SEND_VAR                                                 $8
         16        DO_ICALL                                                 
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
172.18 ms | 1395 KiB | 19 Q