3v4l.org

run code in 300+ PHP versions simultaneously
<?php $json = '{ "bookindId":"30779265", "timestamp":"1428447744", "plate":"D-GO9872", "cityId":"RLD", "zoneId":"759", "highDemandZones":[ "402", "429", "714", "715", "721", "728", "732", "734", "742", "756", "758", "763" ], "accountId":"151426", "date":"20150408", "formattedDate":"08.04.2015, 01:02 Uhr" }'; print_r(json_decode($json), false); echo 'Error: '.json_last_error();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/drJN9
function name:  (null)
number of ops:  13
compiled vars:  !0 = $json
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%7B%0A++++++++%22bookindId%22%3A%2230779265%22%2C%0A++++++++%22timestamp%22%3A%221428447744%22%2C%0A++++++++%22plate%22%3A%22D-GO9872%22%2C%0A++++++++%22cityId%22%3A%22RLD%22%2C%0A++++++++%22zoneId%22%3A%22759%22%2C%0A++++++++%22highDemandZones%22%3A%5B%0A++++++++++++%22402%22%2C%0A++++++++++++%22429%22%2C%0A++++++++++++%22714%22%2C%0A++++++++++++%22715%22%2C%0A++++++++++++%22721%22%2C%0A++++++++++++%22728%22%2C%0A++++++++++++%22732%22%2C%0A++++++++++++%22734%22%2C%0A++++++++++++%22742%22%2C%0A++++++++++++%22756%22%2C%0A++++++++++++%22758%22%2C%0A++++++++++++%22763%22%0A++++++++%5D%2C%0A++++++++%22accountId%22%3A%22151426%22%2C%0A++++++++%22date%22%3A%2220150408%22%2C%0A++++++++%22formattedDate%22%3A%2208.04.2015%2C+01%3A02+Uhr%22%0A++++%7D'
   27     1        INIT_FCALL                                               'print_r'
          2        INIT_FCALL                                               'json_decode'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $2      
          5        SEND_VAR                                                 $2
          6        SEND_VAL                                                 <false>
          7        DO_ICALL                                                 
   28     8        INIT_FCALL                                               'json_last_error'
          9        DO_ICALL                                         $4      
         10        CONCAT                                           ~5      'Error%3A+', $4
         11        ECHO                                                     ~5
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.23 ms | 1395 KiB | 19 Q