3v4l.org

run code in 500+ PHP versions simultaneously
<?php $a = [ "true", true, 1, "1", "false", false, 0, "0", "a string", "a string ", "a \x00\x00\x00string", "Array ( [0] => a [1] => b [2] => c )", "a string [13] => Array ( [0] => yeah, this is in fact still the same string as [12] )" ]; header("Content-type: text/plain"); print_r($a); var_dump($a);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ThSLb
function name:  (null)
number of ops:  11
compiled vars:  !0 = $a
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, <array>
   28     1        INIT_FCALL                                                   'header'
          2        SEND_VAL                                                     'Content-type%3A+text%2Fplain'
          3        DO_ICALL                                                     
   29     4        INIT_FCALL                                                   'print_r'
          5        SEND_VAR                                                     !0
          6        DO_ICALL                                                     
   30     7        INIT_FCALL                                                   'var_dump'
          8        SEND_VAR                                                     !0
          9        DO_ICALL                                                     
         10      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
156.79 ms | 2461 KiB | 16 Q