3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(bindec('992a62b0968fcc154292b86b7eb76373')); var_dump(bindec(base_convert(md5('992a62b0968fcc154292b86b7eb76373'), 16, 10))); var_dump(bindec(base_convert('992a62b0968fcc154292b86b7eb76374', 16, 10)));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/lEafF
function name:  (null)
number of ops:  32
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'var_dump'
          1        INIT_FCALL                                               'bindec'
          2        SEND_VAL                                                 '992a62b0968fcc154292b86b7eb76373'
          3        DO_ICALL                                         $0      
          4        SEND_VAR                                                 $0
          5        DO_ICALL                                                 
    5     6        INIT_FCALL                                               'var_dump'
          7        INIT_FCALL                                               'bindec'
          8        INIT_FCALL                                               'base_convert'
          9        INIT_FCALL                                               'md5'
         10        SEND_VAL                                                 '992a62b0968fcc154292b86b7eb76373'
         11        DO_ICALL                                         $2      
         12        SEND_VAR                                                 $2
         13        SEND_VAL                                                 16
         14        SEND_VAL                                                 10
         15        DO_ICALL                                         $3      
         16        SEND_VAR                                                 $3
         17        DO_ICALL                                         $4      
         18        SEND_VAR                                                 $4
         19        DO_ICALL                                                 
    6    20        INIT_FCALL                                               'var_dump'
         21        INIT_FCALL                                               'bindec'
         22        INIT_FCALL                                               'base_convert'
         23        SEND_VAL                                                 '992a62b0968fcc154292b86b7eb76374'
         24        SEND_VAL                                                 16
         25        SEND_VAL                                                 10
         26        DO_ICALL                                         $6      
         27        SEND_VAR                                                 $6
         28        DO_ICALL                                         $7      
         29        SEND_VAR                                                 $7
         30        DO_ICALL                                                 
         31      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.28 ms | 1387 KiB | 21 Q