3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump('992a62b0968fcc154292b86b7eb76373'); var_dump(bindec('992a62b0968fcc154292b86b7eb76373')); var_dump(hexdec('992a62b0968fcc154292b86b7eb76373')); var_dump(md5('992a62b0968fcc154292b86b7eb76373')); var_dump(bindec(base_convert(md5('992a62b0968fcc154292b86b7eb76373'), 16, 10))); var_dump(bindec(base_convert('992a62b0968fcc144292b86b7eb76373', 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/mDaa4
function name:  (null)
number of ops:  54
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                                               'hexdec'
         11        SEND_VAL                                                 '992a62b0968fcc154292b86b7eb76373'
         12        DO_ICALL                                         $3      
         13        SEND_VAR                                                 $3
         14        DO_ICALL                                                 
    6    15        INIT_FCALL                                               'var_dump'
         16        INIT_FCALL                                               'md5'
         17        SEND_VAL                                                 '992a62b0968fcc154292b86b7eb76373'
         18        DO_ICALL                                         $5      
         19        SEND_VAR                                                 $5
         20        DO_ICALL                                                 
    7    21        INIT_FCALL                                               'var_dump'
         22        INIT_FCALL                                               'bindec'
         23        INIT_FCALL                                               'base_convert'
         24        INIT_FCALL                                               'md5'
         25        SEND_VAL                                                 '992a62b0968fcc154292b86b7eb76373'
         26        DO_ICALL                                         $7      
         27        SEND_VAR                                                 $7
         28        SEND_VAL                                                 16
         29        SEND_VAL                                                 10
         30        DO_ICALL                                         $8      
         31        SEND_VAR                                                 $8
         32        DO_ICALL                                         $9      
         33        SEND_VAR                                                 $9
         34        DO_ICALL                                                 
    8    35        INIT_FCALL                                               'var_dump'
         36        INIT_FCALL                                               'bindec'
         37        INIT_FCALL                                               'base_convert'
         38        SEND_VAL                                                 '992a62b0968fcc144292b86b7eb76373'
         39        SEND_VAL                                                 16
         40        SEND_VAL                                                 10
         41        DO_ICALL                                         $11     
         42        SEND_VAR                                                 $11
         43        DO_ICALL                                         $12     
         44        SEND_VAR                                                 $12
         45        DO_ICALL                                                 
    9    46        INIT_FCALL                                               'var_dump'
         47        INIT_FCALL                                               'pack'
         48        SEND_VAL                                                 'I%2A'
         49        SEND_VAL                                                 '992a62b0968fcc154292b86b7eb76373'
         50        DO_ICALL                                         $14     
         51        SEND_VAR                                                 $14
         52        DO_ICALL                                                 
         53      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.33 ms | 1392 KiB | 25 Q