3v4l.org

run code in 300+ PHP versions simultaneously
<?php class uiae { public function getDbFields($form, $table, $hiddenField=null, $text, $label_arr, $data=false, $input_type=null){ var_dump($input_type); } } $cTpro = new uiae; $category = array('select' => array('1'=>"Direkteinstieg",'2'=>"Studium",'3'=>"Ausbildung" ) ); $employment = array('select' => array('1'=>"Vollzeit",'2'=>"Teilzeit") ); $cTpro->getDbFields($form, $cfg['tab']['xst_cTpro_jobs'], array("id_jobs"=>'',"linked_to"=>'',"lang_id"=>''), "Neues Stelleninserat anlegen", $label_arr, NULL, array( 'description' => 'textarea', 'requirements' => 'textarea', 'category' => $category, 'employment' => $employment ) );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/1KG59
function name:  (null)
number of ops:  22
compiled vars:  !0 = $cTpro, !1 = $category, !2 = $employment, !3 = $form, !4 = $cfg, !5 = $label_arr
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    8     0  E >   NEW                                              $6      'uiae'
          1        DO_FCALL                                      0          
          2        ASSIGN                                                   !0, $6
    9     3        ASSIGN                                                   !1, <array>
   10     4        ASSIGN                                                   !2, <array>
   12     5        INIT_METHOD_CALL                                         !0, 'getDbFields'
          6        SEND_VAR_EX                                              !3
          7        CHECK_FUNC_ARG                                           
   13     8        FETCH_DIM_FUNC_ARG                               $11     !4, 'tab'
          9        FETCH_DIM_FUNC_ARG                               $12     $11, 'xst_cTpro_jobs'
         10        SEND_FUNC_ARG                                            $12
   14    11        SEND_VAL_EX                                              <array>
   15    12        SEND_VAL_EX                                              'Neues+Stelleninserat+anlegen'
   12    13        SEND_VAR_EX                                              !5
   17    14        SEND_VAL_EX                                              null
   18    15        INIT_ARRAY                                       ~13     'textarea', 'description'
   19    16        ADD_ARRAY_ELEMENT                                ~13     'textarea', 'requirements'
   20    17        ADD_ARRAY_ELEMENT                                ~13     !1, 'category'
   21    18        ADD_ARRAY_ELEMENT                                ~13     !2, 'employment'
         19        SEND_VAL_EX                                              ~13
         20        DO_FCALL                                      0          
   23    21      > RETURN                                                   1

Class uiae:
Function getdbfields:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/1KG59
function name:  getDbFields
number of ops:  11
compiled vars:  !0 = $form, !1 = $table, !2 = $hiddenField, !3 = $text, !4 = $label_arr, !5 = $data, !6 = $input_type
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   RECV                                             !0      
          1        RECV                                             !1      
          2        RECV_INIT                                        !2      null
          3        RECV                                             !3      
          4        RECV                                             !4      
          5        RECV_INIT                                        !5      <false>
          6        RECV_INIT                                        !6      null
    4     7        INIT_FCALL                                               'var_dump'
          8        SEND_VAR                                                 !6
          9        DO_ICALL                                                 
    5    10      > RETURN                                                   null

End of function getdbfields

End of class uiae.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
183.51 ms | 1401 KiB | 15 Q