3v4l.org

run code in 300+ PHP versions simultaneously
<?php $bla = @unserialize('abc') === false ? false : true; var_dump($bla);
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 7, Position 2 = 9
Branch analysis from position: 7
1 jumps found. (Code = 42) Position 1 = 10
Branch analysis from position: 10
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 9
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Hm4EK
function name:  (null)
number of ops:  15
compiled vars:  !0 = $bla
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   BEGIN_SILENCE                                    ~1      
          1        INIT_FCALL                                               'unserialize'
          2        SEND_VAL                                                 'abc'
          3        DO_ICALL                                         $2      
          4        END_SILENCE                                              ~1
          5        TYPE_CHECK                                    4          $2
          6      > JMPZ                                                     ~3, ->9
          7    >   QM_ASSIGN                                        ~4      <false>
          8      > JMP                                                      ->10
          9    >   QM_ASSIGN                                        ~4      <true>
         10    >   ASSIGN                                                   !0, ~4
    5    11        INIT_FCALL                                               'var_dump'
         12        SEND_VAR                                                 !0
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.95 ms | 1394 KiB | 17 Q