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 posix_strerror() function : error conditions --EXTENSIONS-- posix --FILE-- <..
Decoded Output download
*** Testing posix_strerror() : error conditions ***
-- Testing posix_strerror() function with invalid error number --
Did this file decode correctly?
Original Code
--TEST--
Test posix_strerror() function : error conditions
--EXTENSIONS--
posix
--FILE--
<?php
echo "*** Testing posix_strerror() : error conditions ***\n";
echo "\n-- Testing posix_strerror() function with invalid error number --\n";
$errno = -999;
echo gettype( posix_strerror($errno) )."\n";
echo "Done";
?>
--EXPECT--
*** Testing posix_strerror() : error conditions ***
-- Testing posix_strerror() function with invalid error number --
string
Done
Function Calls
posix_strerror | 1 |
Stats
MD5 | 0f3b6a42835d19cbca80fa44b6d8053e |
Eval Count | 0 |
Decode Time | 88 ms |