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-- Test ResourceBundle implements Countable --EXTENSIONS-- intl --FILE-- <?php i..

Decoded Output download

--TEST--
Test ResourceBundle implements Countable
--EXTENSIONS--
intl
--FILE--
<?php
    include "resourcebundle.inc";

    $r = new ResourceBundle( 'es', BUNDLE );

    var_dump($r instanceof Countable);
?>
--EXPECT--
bool(true)

Did this file decode correctly?

Original Code

--TEST--
Test ResourceBundle implements Countable
--EXTENSIONS--
intl
--FILE--
<?php
    include "resourcebundle.inc";

    $r = new ResourceBundle( 'es', BUNDLE );

    var_dump($r instanceof Countable);
?>
--EXPECT--
bool(true)

Function Calls

None

Variables

None

Stats

MD5 c1ee302d4ad2fe47c4b6269e6a07f879
Eval Count 0
Decode Time 83 ms