3v4l.org

run code in 500+ PHP versions simultaneously
<?php $a = 0b11011_11111; printf('%b', $a); print PHP_EOL; print decbin($a); print PHP_EOL;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/DURXJ
function name:  (null)
number of ops:  12
compiled vars:  !0 = $a
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, 895
    5     1        INIT_FCALL                                                   'printf'
          2        SEND_VAL                                                     '%25b'
          3        SEND_VAR                                                     !0
          4        DO_ICALL                                                     
    6     5        ECHO                                                         '%0A'
    7     6        INIT_FCALL                                                   'decbin'
          7        SEND_VAR                                                     !0
          8        DO_ICALL                                             $3      
          9        ECHO                                                         $3
    8    10        ECHO                                                         '%0A'
    9    11      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
160.21 ms | 1408 KiB | 15 Q