3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = '00000005'; var_dump(['5', 'aaaa'] === [$a, 'aaaa'], $a + 0, [] + 0);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ZhtIb
function name:  (null)
number of ops:  12
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '00000005'
    3     1        INIT_FCALL                                               'var_dump'
          2        INIT_ARRAY                                       ~2      !0
          3        ADD_ARRAY_ELEMENT                                ~2      'aaaa'
          4        IS_IDENTICAL                                     ~3      ~2, <array>
          5        SEND_VAL                                                 ~3
          6        ADD                                              ~4      !0, 0
          7        SEND_VAL                                                 ~4
          8        ADD                                              ~5      <array>, 0
          9        SEND_VAL                                                 ~5
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.58 ms | 1394 KiB | 15 Q