3v4l.org

run code in 300+ PHP versions simultaneously
<?php ini_set('precision', 20); var_dump(0b1111111111111111111111111111111111111111111111111111111111111111); var_dump(bindec('0b1111111111111111111111111111111111111111111111111111111111111111'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/4aA7s
function name:  (null)
number of ops:  14
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   INIT_FCALL                                               'ini_set'
          1        SEND_VAL                                                 'precision'
          2        SEND_VAL                                                 20
          3        DO_ICALL                                                 
    2     4        INIT_FCALL                                               'var_dump'
          5        SEND_VAL                                                 1.84467e+19
          6        DO_ICALL                                                 
    3     7        INIT_FCALL                                               'var_dump'
          8        INIT_FCALL                                               'bindec'
          9        SEND_VAL                                                 '0b1111111111111111111111111111111111111111111111111111111111111111'
         10        DO_ICALL                                         $2      
         11        SEND_VAR                                                 $2
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
142.61 ms | 1001 KiB | 16 Q