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-- IntlBreakIterator::__construct() should not be callable --EXTENSIONS-- intl --FIL..
Decoded Output download
--TEST--
IntlBreakIterator::__construct() should not be callable
--EXTENSIONS--
intl
--FILE--
<?php
ini_set("intl.error_level", E_WARNING);
new IntlBreakIterator();
?>
--EXPECTF--
Fatal error: Uncaught Error: Call to private IntlBreakIterator::__construct() from global scope in %s:%d
Stack trace:
#0 {main}
thrown in %s on line %d
Did this file decode correctly?
Original Code
--TEST--
IntlBreakIterator::__construct() should not be callable
--EXTENSIONS--
intl
--FILE--
<?php
ini_set("intl.error_level", E_WARNING);
new IntlBreakIterator();
?>
--EXPECTF--
Fatal error: Uncaught Error: Call to private IntlBreakIterator::__construct() from global scope in %s:%d
Stack trace:
#0 {main}
thrown in %s on line %d
Function Calls
None |
Stats
MD5 | 67af16fad774766a0ab7c1b89a5d4b0c |
Eval Count | 0 |
Decode Time | 99 ms |