3v4l.org

run code in 300+ PHP versions simultaneously
<?php // disabling when flag was enabled before var_dump(decbin(bindec('111') ^ bindec('100'))); // disabling when flag was not enabled before var_dump(decbin(bindec('11') ^ bindec('100'))); // disabling when flag was enabled before var_dump(decbin(bindec('111') & ~bindec('100'))); // disabling when flag was not enabled before var_dump(decbin(bindec('11') & ~bindec('100')));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/DArv9
function name:  (null)
number of ops:  55
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'var_dump'
          1        INIT_FCALL                                               'decbin'
          2        INIT_FCALL                                               'bindec'
          3        SEND_VAL                                                 '111'
          4        DO_ICALL                                         $0      
          5        INIT_FCALL                                               'bindec'
          6        SEND_VAL                                                 '100'
          7        DO_ICALL                                         $1      
          8        BW_XOR                                           ~2      $0, $1
          9        SEND_VAL                                                 ~2
         10        DO_ICALL                                         $3      
         11        SEND_VAR                                                 $3
         12        DO_ICALL                                                 
    7    13        INIT_FCALL                                               'var_dump'
         14        INIT_FCALL                                               'decbin'
         15        INIT_FCALL                                               'bindec'
         16        SEND_VAL                                                 '11'
         17        DO_ICALL                                         $5      
         18        INIT_FCALL                                               'bindec'
         19        SEND_VAL                                                 '100'
         20        DO_ICALL                                         $6      
         21        BW_XOR                                           ~7      $5, $6
         22        SEND_VAL                                                 ~7
         23        DO_ICALL                                         $8      
         24        SEND_VAR                                                 $8
         25        DO_ICALL                                                 
   10    26        INIT_FCALL                                               'var_dump'
         27        INIT_FCALL                                               'decbin'
         28        INIT_FCALL                                               'bindec'
         29        SEND_VAL                                                 '111'
         30        DO_ICALL                                         $10     
         31        INIT_FCALL                                               'bindec'
         32        SEND_VAL                                                 '100'
         33        DO_ICALL                                         $11     
         34        BW_NOT                                           ~12     $11
         35        BW_AND                                           ~13     $10, ~12
         36        SEND_VAL                                                 ~13
         37        DO_ICALL                                         $14     
         38        SEND_VAR                                                 $14
         39        DO_ICALL                                                 
   13    40        INIT_FCALL                                               'var_dump'
         41        INIT_FCALL                                               'decbin'
         42        INIT_FCALL                                               'bindec'
         43        SEND_VAL                                                 '11'
         44        DO_ICALL                                         $16     
         45        INIT_FCALL                                               'bindec'
         46        SEND_VAL                                                 '100'
         47        DO_ICALL                                         $17     
         48        BW_NOT                                           ~18     $17
         49        BW_AND                                           ~19     $16, ~18
         50        SEND_VAL                                                 ~19
         51        DO_ICALL                                         $20     
         52        SEND_VAR                                                 $20
         53        DO_ICALL                                                 
         54      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
178.02 ms | 992 KiB | 16 Q