3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump( //sha224 hash('sha224', 'Ward van der '), hash('sha224', 'Willem vp'), //sha256 hash('sha256', 'Ward van der '), hash('sha256', 'Willem vp'), //sha384 hash('sha384', 'Ward van der '), hash('sha384', 'Willem vp'), // sha512 hash('sha512', 'Ward van der '), hash('sha512', 'Willem vp') );
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.24 - 5.5.35, 5.6.8 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.27, 8.2.0 - 8.2.17, 8.3.0 - 8.3.4
string(56) "9a27ae59098f480a7e143dbb2a7f66d01ab688cf6ee37832752fec12" string(56) "1d6b2b131ee7197e9d3a520ba91c129857f69f8a701c360e6dbcc441" string(64) "c5c08beae19a271ebe9e28a3ed72dcf0b6621ebb1ffe786d515a9bb52d284b81" string(64) "45637140a95d5bc432897b9a17fab4848f9ffc4fedda748c882f8cc204269dff" string(96) "1db64d7cc38534f6df5dd73d4990d602c3ad8962de94f823192a3d23433bf28780d83ef3cc0b4458e2e10be76cf8303b" string(96) "309ff25f0f7537f559ee66ff6e707e46978bdb9ec688a47e1467114b8e761e0960091b6cb9931cdedf473d4fecf53b91" string(128) "34a91d8a42b8e692c7ed781830fda431d332f9fd3c6957c3a41aed6aef9d0dca625fb3d0033d9ba4c0b53b64cf40799a70827e05011169c10facd896ca51c20e" string(128) "7f37bf1891b7eb9c2ff65aad9f49fac19ce5e0f9ef9e7d0acb407016bc4074e03c887f49ce78a73e549b9a5cd0553efb1a05e1ef991596d8ae51a4f8d5a2846e"
Output for 5.1.2 - 5.1.6, 5.2.0 - 5.2.17
Warning: hash(): Unknown hashing algorithm: sha224 in /in/HEXS0 on line 5 Warning: hash(): Unknown hashing algorithm: sha224 in /in/HEXS0 on line 6 bool(false) bool(false) string(64) "c5c08beae19a271ebe9e28a3ed72dcf0b6621ebb1ffe786d515a9bb52d284b81" string(64) "45637140a95d5bc432897b9a17fab4848f9ffc4fedda748c882f8cc204269dff" string(96) "1db64d7cc38534f6df5dd73d4990d602c3ad8962de94f823192a3d23433bf28780d83ef3cc0b4458e2e10be76cf8303b" string(96) "309ff25f0f7537f559ee66ff6e707e46978bdb9ec688a47e1467114b8e761e0960091b6cb9931cdedf473d4fecf53b91" string(128) "34a91d8a42b8e692c7ed781830fda431d332f9fd3c6957c3a41aed6aef9d0dca625fb3d0033d9ba4c0b53b64cf40799a70827e05011169c10facd896ca51c20e" string(128) "7f37bf1891b7eb9c2ff65aad9f49fac19ce5e0f9ef9e7d0acb407016bc4074e03c887f49ce78a73e549b9a5cd0553efb1a05e1ef991596d8ae51a4f8d5a2846e"
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.1
Fatal error: Call to undefined function hash() in /in/HEXS0 on line 5
Process exited with code 255.
Output for 4.4.5 - 4.4.9
Fatal error: Call to undefined function: hash() in /in/HEXS0 on line 5
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.4
Fatal error: Call to undefined function: hash() in /in/HEXS0 on line 5
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Call to undefined function: hash() in /in/HEXS0 on line 5

preferences:
231.13 ms | 401 KiB | 339 Q