Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
--TEST-- IntlTimeZone::getRegion(): basic test --EXTENSIONS-- intl --FILE-- <?php ini_set(..
Decoded Output download
--TEST--
IntlTimeZone::getRegion(): basic test
--EXTENSIONS--
intl
--FILE--
<?php
ini_set("intl.error_level", E_WARNING);
print_R(IntlTimeZone::getRegion('Europe/Amsterdam'));
echo "
";
print_R(intltz_get_region('Europe/Amsterdam'));
echo "
";
?>
--EXPECT--
NL
NL
Did this file decode correctly?
Original Code
--TEST--
IntlTimeZone::getRegion(): basic test
--EXTENSIONS--
intl
--FILE--
<?php
ini_set("intl.error_level", E_WARNING);
print_R(IntlTimeZone::getRegion('Europe/Amsterdam'));
echo "\n";
print_R(intltz_get_region('Europe/Amsterdam'));
echo "\n";
?>
--EXPECT--
NL
NL
Function Calls
None |
Stats
MD5 | 13fb9375ce9d0c3bbe4737dab6d6655b |
Eval Count | 0 |
Decode Time | 92 ms |