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 get_include_path() function --INI-- include_path=. --FILE-- <?php echo "**..

Decoded Output download

*** Testing get_include_path()

Did this file decode correctly?

Original Code

--TEST--
Test get_include_path() function
--INI--
include_path=.
--FILE--
<?php


echo "*** Testing get_include_path()\n";

var_dump(get_include_path());

if (ini_get("include_path") == get_include_path()) {
    echo "PASSED\n";
} else {
    echo "FAILED\n";
}

?>
--EXPECT--
*** Testing get_include_path()
string(1) "."
PASSED

Function Calls

get_include_path 1

Variables

None

Stats

MD5 8c20fac7bb3e9575ed12b766ff0dc865
Eval Count 0
Decode Time 100 ms