3v4l.org

run code in 300+ PHP versions simultaneously
<?php $s = array ( '$and' => array ( 0 => array ( 'external_identity' => array ( '$elemMatch' => array ( 'type' => 'bpo', 'value' => array ( '$in' => array ( 0 => '34', 1 => '17753', 2 => '7828', 3 => '35060', 4 => '21', ), ), ), ), ), ), ); var_dump(json_encode($s));
Output for git.master, git.master_jit, rfc.property-hooks
string(113) "{"$and":[{"external_identity":{"$elemMatch":{"type":"bpo","value":{"$in":["34","17753","7828","35060","21"]}}}}]}"

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