3v4l.org

run code in 300+ PHP versions simultaneously
<?php $accessible = array('title', 'description', 'category_ids'); $attributes = array('id', 'title' => 'Pippo', 'description' => 'Lollo', 'permalink', 'author_id', 'category_ids' => array('ciao', 'come', 'va'), 'pippo'); print_r(array_intersect($accessible, $attributes)); print_r(array_diff($attributes, $accessible));
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Array to string conversion in /in/c7SMb on line 5 Warning: Array to string conversion in /in/c7SMb on line 5 Warning: Array to string conversion in /in/c7SMb on line 5 Warning: Array to string conversion in /in/c7SMb on line 5 Warning: Array to string conversion in /in/c7SMb on line 5 Warning: Array to string conversion in /in/c7SMb on line 5 Array ( ) Warning: Array to string conversion in /in/c7SMb on line 6 Array ( [0] => id [title] => Pippo [description] => Lollo [1] => permalink [2] => author_id [category_ids] => Array ( [0] => ciao [1] => come [2] => va ) [3] => pippo )

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