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 ) );
Output for git.master, git.master_jit
Deprecated: Optional parameter $hiddenField declared before required parameter $label_arr is implicitly treated as a required parameter in /in/1KG59 on line 3 Warning: Undefined variable $form in /in/1KG59 on line 12 Warning: Undefined variable $cfg in /in/1KG59 on line 13 Warning: Trying to access array offset on value of type null in /in/1KG59 on line 13 Warning: Trying to access array offset on value of type null in /in/1KG59 on line 13 Warning: Undefined variable $label_arr in /in/1KG59 on line 12 array(4) { ["description"]=> string(8) "textarea" ["requirements"]=> string(8) "textarea" ["category"]=> array(1) { ["select"]=> array(3) { [1]=> string(14) "Direkteinstieg" [2]=> string(7) "Studium" [3]=> string(10) "Ausbildung" } } ["employment"]=> array(1) { ["select"]=> array(2) { [1]=> string(8) "Vollzeit" [2]=> string(8) "Teilzeit" } } }
Output for rfc.property-hooks
Deprecated: Optional parameter $hiddenField declared before required parameter $label_arr is implicitly treated as a required parameter in /in/1KG59 on line 3 Warning: Undefined variable $form in /in/1KG59 on line 12 Warning: Undefined variable $cfg in /in/1KG59 on line 13 Warning: Trying to access array offset on null in /in/1KG59 on line 13 Warning: Trying to access array offset on null in /in/1KG59 on line 13 Warning: Undefined variable $label_arr in /in/1KG59 on line 12 array(4) { ["description"]=> string(8) "textarea" ["requirements"]=> string(8) "textarea" ["category"]=> array(1) { ["select"]=> array(3) { [1]=> string(14) "Direkteinstieg" [2]=> string(7) "Studium" [3]=> string(10) "Ausbildung" } } ["employment"]=> array(1) { ["select"]=> array(2) { [1]=> string(8) "Vollzeit" [2]=> string(8) "Teilzeit" } } }

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
38.43 ms | 403 KiB | 8 Q