3v4l.org

run code in 300+ PHP versions simultaneously
<?php $input_args = [ [ "required" => "", "html_label_text" => "", "required_validation_error_message" => "", "html_name" => "ee_reg_qstn[356][17]", "html_id" => "**ee-reg-qstn", "default" => "** **Male**" ], [ "required" => "", "html_label_text" => "", "required_validation_error_message" => "", "html_name" => "ee_reg_qstn[356][12]", "html_id" => "**ee-reg-qstn", "default" => "** **Blue**" ], [ "required" => "", "html_label_text" => "", "required_validation_error_message" => "", "html_name" => "ee_reg_qstn[356][18]", "html_id" => "**ee-reg-qstn", "default" => "** **144**" ] ]; print_r(array_column($input_args, "default", "html_name"));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ZfYMp
function name:  (null)
number of ops:  10
compiled vars:  !0 = $input_args
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   30     1        INIT_FCALL                                               'print_r'
          2        INIT_FCALL                                               'array_column'
          3        SEND_VAR                                                 !0
          4        SEND_VAL                                                 'default'
          5        SEND_VAL                                                 'html_name'
          6        DO_ICALL                                         $2      
          7        SEND_VAR                                                 $2
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
140.05 ms | 1404 KiB | 17 Q