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-- Bug #73730 (textdomain(null) throws in strict mode) --EXTENSIONS-- gettext --FILE..
Decoded Output download
--TEST--
Bug #73730 (textdomain(null) throws in strict mode)
--EXTENSIONS--
gettext
--FILE--
<?php
declare(strict_types=1);
var_dump(textdomain(null));
?>
--EXPECT--
string(8) "messages"
Did this file decode correctly?
Original Code
--TEST--
Bug #73730 (textdomain(null) throws in strict mode)
--EXTENSIONS--
gettext
--FILE--
<?php
declare(strict_types=1);
var_dump(textdomain(null));
?>
--EXPECT--
string(8) "messages"
Function Calls
None |
Stats
MD5 | 5d85188e35fb27e944c1f0462086de9b |
Eval Count | 0 |
Decode Time | 104 ms |