3v4l.org

run code in 300+ PHP versions simultaneously
<?php $validation = array ( 'Api\\LisaServiceClient\\LisaServiceRequest' => array ( 'JsonValidator' => NULL, 'ArrayKeysNotExistsValidator' => array ( 0 => 'errorMessage', ), 'ArrayKeysValidator' => array ( 0 => 'job', 1 => 'job[\'JobType\']', 2 => 'job[\'JobState\']', 3 => 'job[\'JobReference\']', 4 => 'job[\'Arguments\']' ))); var_dump($validation);
Output for git.master, git.master_jit, rfc.property-hooks
array(1) { ["Api\LisaServiceClient\LisaServiceRequest"]=> array(3) { ["JsonValidator"]=> NULL ["ArrayKeysNotExistsValidator"]=> array(1) { [0]=> string(12) "errorMessage" } ["ArrayKeysValidator"]=> array(5) { [0]=> string(3) "job" [1]=> string(14) "job['JobType']" [2]=> string(15) "job['JobState']" [3]=> string(19) "job['JobReference']" [4]=> string(16) "job['Arguments']" } } }

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:
42.3 ms | 402 KiB | 8 Q