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" } } } ] } } }'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/0PrFP
function name:  (null)
number of ops:  7
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   INIT_FCALL                                               'var_dump'
          1        INIT_FCALL                                               'json_decode'
          2        SEND_VAL                                                 '%7B%0A++%22query%22%3A+%7B%0A++++%22bool%22%3A+%7B%0A++++++%22must%22%3A+%5B%0A++++++++%7B%0A++++++++++%22query_string%22%3A+%7B%0A++++++++++++%22query%22%3A+%22name%3A%2Abr%5C%5C%C3%96%2A%22%2C%0A++++++++++++%22default_operator%22%3A+%22AND%22%2C%0A++++++++++++%22analyze_wildcard%22%3A+%22true%22%0A++++++++++%7D%0A++++++++%7D%0A++++++%5D%2C%0A++++++%22should%22%3A+%5B%0A++++++++%7B%0A++++++++++%22match%22%3A+%7B%0A++++++++++++%22name%22%3A+%7B%0A++++++++++++++%22query%22%3A+%22br%5C%5C%3A%C3%96%22%2C%0A++++++++++++++%22type%22%3A+%22phrase_prefix%22%0A++++++++++++%7D%0A++++++++++%7D%0A++++++++%7D%0A++++++%5D%0A++++%7D%0A++%7D%0A%7D'
          3        DO_ICALL                                         $0      
          4        SEND_VAR                                                 $0
          5        DO_ICALL                                                 
   29     6      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.71 ms | 1394 KiB | 17 Q