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::createTimeZoneIDEnumeration(): errors --EXTENSIONS-- intl --FILE-- ..
Decoded Output download
--TEST--
IntlTimeZone::createTimeZoneIDEnumeration(): errors
--EXTENSIONS--
intl
--FILE--
<?php
ini_set("intl.error_level", E_WARNING);
var_dump(IntlTimeZone::createTimeZoneIDEnumeration(-1));
?>
--EXPECTF--
Warning: IntlTimeZone::createTimeZoneIDEnumeration(): intltz_create_time_zone_id_enumeration: bad zone type in %s on line %d
bool(false)
Did this file decode correctly?
Original Code
--TEST--
IntlTimeZone::createTimeZoneIDEnumeration(): errors
--EXTENSIONS--
intl
--FILE--
<?php
ini_set("intl.error_level", E_WARNING);
var_dump(IntlTimeZone::createTimeZoneIDEnumeration(-1));
?>
--EXPECTF--
Warning: IntlTimeZone::createTimeZoneIDEnumeration(): intltz_create_time_zone_id_enumeration: bad zone type in %s on line %d
bool(false)
Function Calls
None |
Stats
MD5 | e2ca79869eaa5ce649eef4ae51fb7090 |
Eval Count | 0 |
Decode Time | 101 ms |