3v4l.org

run code in 300+ PHP versions simultaneously
<?php $json = <<<'HERE' { "psr-4": { "AppBundle\\": "src/AppBundle", "Application\\": "src/Application" } } HERE; var_dump(json_decode($json, true),json_last_error_msg());
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/fa47g
function name:  (null)
number of ops:  12
compiled vars:  !0 = $json
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%7B%0A++++++++%22psr-4%22%3A+%7B%0A++++++++++++%22AppBundle%5C%5C%22%3A+%22src%2FAppBundle%22%2C%0A++++++++++++%22Application%5C%5C%22%3A+%22src%2FApplication%22%0A++++++++%7D%0A%7D'
   11     1        INIT_FCALL                                               'var_dump'
          2        INIT_FCALL                                               'json_decode'
          3        SEND_VAR                                                 !0
          4        SEND_VAL                                                 <true>
          5        DO_ICALL                                         $2      
          6        SEND_VAR                                                 $2
          7        INIT_FCALL                                               'json_last_error_msg'
          8        DO_ICALL                                         $3      
          9        SEND_VAR                                                 $3
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.1 ms | 1394 KiB | 19 Q