3v4l.org

run code in 300+ PHP versions simultaneously
<?php $approve = "approved"; var_dump($approve == 0)."\n"; var_dump($approve != 0);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/tOEfa
function name:  (null)
number of ops:  12
compiled vars:  !0 = $approve
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'approved'
    3     1        INIT_FCALL                                               'var_dump'
          2        IS_EQUAL                                         ~2      !0, 0
          3        SEND_VAL                                                 ~2
          4        DO_ICALL                                         $3      
          5        CONCAT                                           ~4      $3, '%0A'
          6        FREE                                                     ~4
    4     7        INIT_FCALL                                               'var_dump'
          8        IS_NOT_EQUAL                                     ~5      !0, 0
          9        SEND_VAL                                                 ~5
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.69 ms | 941 KiB | 17 Q