fork download
  1. <?php
  2.  
  3. // your code goes here
  4. $password = 'demo';
  5. $hash = md5($password);
  6. var_dump($hash);
Success #stdin #stdout 0.03s 25860KB
stdin
Standard input is empty
stdout
string(32) "fe01ce2a7fbac8fafaed7c982a04e229"