1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 10:16:41 +02:00
Files
archived-php-src/ext/standard/tests/password/password_default.phpt
T
Máté Kocsis 7aacc705d0 Add many missing closing PHP tags to tests
Closes GH-5958
2020-08-09 22:03:36 +02:00

11 lines
167 B
PHP

--TEST--
Test that the value of PASSWORD_DEFAULT matches PASSWORD_BCRYPT
--FILE--
<?php
echo PASSWORD_DEFAULT . "\n";
echo PASSWORD_BCRYPT . "\n";
?>
--EXPECT--
2y
2y