3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.65 ms | 1400 KiB | 23 Q