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 escapeshellarg() allowed argument length --FILE-- <?php ini_set('memory_limi..

Decoded Output download

--TEST--
Test escapeshellarg() allowed argument length
--FILE--
<?php
ini_set('memory_limit', -1);
$var_2  = str_repeat('A', 1024*1024*64);
escapeshellarg($var_2);

?>
===DONE===
--EXPECTF--
Fatal error: escapeshellarg(): Argument exceeds the allowed length of %d bytes in %s on line %d

Did this file decode correctly?

Original Code

--TEST--
Test escapeshellarg() allowed argument length
--FILE--
<?php
ini_set('memory_limit', -1);
$var_2  = str_repeat('A', 1024*1024*64);
escapeshellarg($var_2);

?>
===DONE===
--EXPECTF--
Fatal error: escapeshellarg(): Argument exceeds the allowed length of %d bytes in %s on line %d

Function Calls

ini_set 1
str_repeat 1

Variables

None

Stats

MD5 34c896c3ad738a055e166d7350374458
Eval Count 0
Decode Time 82 ms