import zend standard tests
[hiphop-php.git] / hphp / test / zend / bad / ext-standard-strings / crypt_chars.php
blob3a6c40e7f7dfddbfd03943c332b924a20360250c
1 <?php
2 var_dump(crypt("À1234abcd", "99"));
3 var_dump(crypt("À9234abcd", "99"));
4 var_dump(crypt("À1234abcd", "_01234567"));
5 var_dump(crypt("À9234abcd", "_01234567"));