3v4l.org

run code in 300+ PHP versions simultaneously
<?php $input = Array( Array ( 'd1' => 'P', 'd2' => '', 'd3' => '' ), Array ( 'd1' => '', 'd2' => 'A', 'd3' => 'P' ) ); $result = call_user_func_array("array_filter", $input); var_export($result);
Output for git.master_jit, git.master, rfc.property-hooks
Fatal error: Uncaught TypeError: array_filter(): Argument #2 ($callback) must be a valid callback or null, array callback must have exactly two members in /in/FInFp:17 Stack trace: #0 /in/FInFp(17): array_filter(Array, Array) #1 {main} thrown in /in/FInFp on line 17
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:
51.87 ms | 401 KiB | 8 Q