3v4l.org

run code in 300+ PHP versions simultaneously
<?php //echo json_encode('foo\bar'); //echo json_decode('"name:*br\\\\:\u00d6*"'); var_dump(json_decode('{ "query": { "bool": { "must": [ { "query_string": { "query": "name:*br\\\\Ö*", "default_operator": "AND", "analyze_wildcard": "true" } } ], "should": [ { "match": { "name": { "query": "br\\\\:Ö", "type": "phrase_prefix" } } } ] } } }'));
Output for git.master, git.master_jit, rfc.property-hooks
object(stdClass)#8 (1) { ["query"]=> object(stdClass)#7 (1) { ["bool"]=> object(stdClass)#3 (2) { ["must"]=> array(1) { [0]=> object(stdClass)#2 (1) { ["query_string"]=> object(stdClass)#1 (3) { ["query"]=> string(12) "name:*br\Ö*" ["default_operator"]=> string(3) "AND" ["analyze_wildcard"]=> string(4) "true" } } } ["should"]=> array(1) { [0]=> object(stdClass)#6 (1) { ["match"]=> object(stdClass)#5 (1) { ["name"]=> object(stdClass)#4 (2) { ["query"]=> string(6) "br\:Ö" ["type"]=> string(13) "phrase_prefix" } } } } } } }

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:
47.4 ms | 403 KiB | 8 Q