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-- Should return an empty array in case if all characters are whitespace --SKIPIF-- ..
Decoded Output download
--TEST--
Should return an empty array in case if all characters are whitespace
--SKIPIF--
<?php include(__DIR__ . '/../skipif.inc'); ?>
--FILE--
<?php var_dump(zephir_parse_file("
", '(eval code)')); ?>
--EXPECT--
array(0) {
}
Did this file decode correctly?
Original Code
--TEST--
Should return an empty array in case if all characters are whitespace
--SKIPIF--
<?php include(__DIR__ . '/../skipif.inc'); ?>
--FILE--
<?php var_dump(zephir_parse_file("\n\n\t \n\n\t \r\n\t", '(eval code)')); ?>
--EXPECT--
array(0) {
}
Function Calls
None |
Stats
MD5 | e4325c74eeab09dedd099f145bd5bc5a |
Eval Count | 0 |
Decode Time | 103 ms |