3v4l.org

run code in 500+ PHP versions simultaneously
<?php $id = '***LANGUAGE_language_content***'; $current_values = [0 => 0]; var_dump(in_array($id, $current_values)); var_dump(in_array($id, $current_values, TRUE));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/D3n5g
function name:  (null)
number of ops:  12
compiled vars:  !0 = $id, !1 = $current_values
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                       !0, '%2A%2A%2ALANGUAGE_language_content%2A%2A%2A'
    3     1        ASSIGN                                                       !1, <array>
    4     2        INIT_FCALL                                                   'var_dump'
          3        FRAMELESS_ICALL_2                in_array            ~4      !0, !1
          4        SEND_VAL                                                     ~4
          5        DO_ICALL                                                     
    5     6        INIT_FCALL                                                   'var_dump'
          7        FRAMELESS_ICALL_3                in_array            ~6      !0, !1
          8        OP_DATA                                                      <true>
          9        SEND_VAL                                                     ~6
         10        DO_ICALL                                                     
         11      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
159.21 ms | 2132 KiB | 14 Q