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-- posix_getcwd(): Basic tests --EXTENSIONS-- posix --SKIPIF-- <?php if (!function_e..

Decoded Output download

--TEST--
posix_getcwd(): Basic tests
--EXTENSIONS--
posix
--SKIPIF--
<?php
if (!function_exists('posix_getcwd')) die('skip posix_getcwd() not found');
?>
--FILE--
<?php

var_dump(posix_getcwd());

?>
--EXPECTF--
string(%d) "%s"

Did this file decode correctly?

Original Code

--TEST--
posix_getcwd(): Basic tests
--EXTENSIONS--
posix
--SKIPIF--
<?php
if (!function_exists('posix_getcwd')) die('skip posix_getcwd() not found');
?>
--FILE--
<?php

var_dump(posix_getcwd());

?>
--EXPECTF--
string(%d) "%s"

Function Calls

posix_getcwd 1
function_exists 1

Variables

None

Stats

MD5 fb09fba66a7ce9c338f40f4add46e38e
Eval Count 0
Decode Time 87 ms