3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = array( "mac_address"=>"989096e255a1", "status" =>"Known", "attributes" => array( "Owner"=>"rogue@wpi.edu", "IPAM-Hostname"=>"dresden.wpi.edu", "IPAM-AdminState"=>"OK", "IPAM-NAS-IP-Address"=>"", "IPAM-NAS-Port-ID"=>"", "IPAM-RADIUS-VLAN"=>"", "IPAM-TimeStamp"=>"2017-07-11 11:18:33 EDT", "Guest Role ID"=>"", "MAC-Auth Expiry"=>"", "Username"=>"" ), "Username"=>"" ); $trimmedArray = array_map('array_filter', $arr); $filtered = array_filter($trimmedArray, function($var){return !empty($var);} ); print_r($trimmedArray); print_r($filtered);
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught TypeError: array_filter(): Argument #1 ($array) must be of type array, string given in /in/v8aAC:21 Stack trace: #0 [internal function]: array_filter('989096e255a1') #1 /in/v8aAC(21): array_map('array_filter', Array) #2 {main} thrown in /in/v8aAC on line 21
Process exited with code 255.

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:
35.81 ms | 401 KiB | 8 Q