3v4l.org

run code in 300+ PHP versions simultaneously
<?php $zahl = 0b010; $zahl = ~$zahl; echo "{$zahl}: " . decbin($zahl) . PHP_EOL;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/enf3V
function name:  (null)
number of ops:  12
compiled vars:  !0 = $zahl
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 2
    4     1        BW_NOT                                           ~2      !0
          2        ASSIGN                                                   !0, ~2
    6     3        NOP                                                      
          4        FAST_CONCAT                                      ~4      !0, '%3A+'
          5        INIT_FCALL                                               'decbin'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                         $5      
          8        CONCAT                                           ~6      ~4, $5
          9        CONCAT                                           ~7      ~6, '%0A'
         10        ECHO                                                     ~7
    7    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
138.6 ms | 996 KiB | 14 Q