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-- time_nanosleep Delay for a number of seconds and nanoseconds --SKIPIF-- <?php if..

Decoded Output download

--TEST--
time_nanosleep  Delay for a number of seconds and nanoseconds
--SKIPIF--
<?php
if (!function_exists('time_nanosleep')) die("skip");
?>
--CREDITS--
lex Corretg - [email protected]
--FILE--
<?php

time_nanosleep(-2, 1000);

?>
--EXPECTF--
Fatal error: Uncaught ValueError: time_nanosleep(): Argument #1 ($seconds) must be greater than or equal to 0 in %s:%d
Stack trace:
#0 %s(%d): time_nanosleep(-2, 1000)
#1 {main}
  thrown in %s on line %d

Did this file decode correctly?

Original Code

--TEST--
time_nanosleep  Delay for a number of seconds and nanoseconds
--SKIPIF--
<?php
if (!function_exists('time_nanosleep')) die("skip");
?>
--CREDITS--
lex Corretg - [email protected]
--FILE--
<?php

time_nanosleep(-2, 1000);

?>
--EXPECTF--
Fatal error: Uncaught ValueError: time_nanosleep(): Argument #1 ($seconds) must be greater than or equal to 0 in %s:%d
Stack trace:
#0 %s(%d): time_nanosleep(-2, 1000)
#1 {main}
  thrown in %s on line %d

Function Calls

time_nanosleep 1
function_exists 1

Variables

None

Stats

MD5 d05278668eef232476db669a52ecb597
Eval Count 0
Decode Time 100 ms