Home
last modified time | relevance | path

Searched refs:escapeshellcmd (Results 1 – 10 of 10) sorted by relevance

/PHP-5.6/ext/standard/tests/general_functions/
H A Descapeshellcmd_bug71039.phpt2 Test escapeshellcmd() string with \0 bytes
5 escapeshellcmd("hello\0world");
10 Fatal error: escapeshellcmd(): Input string contains NULL bytes in %s on line %d
H A Descapeshellcmd-win32.phpt2 Test escapeshellcmd() functionality on Windows
11 echo "*** Testing escapeshellcmd() basic operations ***\n";
27 var_dump(escapeshellcmd($value));
33 *** Testing escapeshellcmd() basic operations ***
H A Descapeshellcmd_bug71270.phpt2 Test escapeshellcmd() allowed argument length
7 escapeshellcmd($var_2);
12 Fatal error: escapeshellcmd(): Command exceeds the allowed length of %d bytes in %s on line %d
/PHP-5.6/sapi/cli/tests/
H A Dbug44564.phpt12 var_dump(escapeshellcmd('f{o}<€>'));
14 var_dump(escapeshellcmd('?€®đæ?'));
/PHP-5.6/ext/standard/
H A Dexec.h26 PHP_FUNCTION(escapeshellcmd);
H A Dexec.c479 PHP_FUNCTION(escapeshellcmd) in PHP_FUNCTION() argument
H A Dbasic_functions.c2818 PHP_FE(escapeshellcmd, arginfo_escapeshellcmd)
/PHP-5.6/sapi/cgi/tests/
H A D011.phpt17 $cmd = escapeshellcmd($GLOBALS['php']);
/PHP-5.6/
H A D.gitattributes51 /ext/standard/tests/general_functions/escapeshellcmd-win32.phpt -crlf
H A DNEWS8486 - Properly address incomplete multibyte chars inside escapeshellcmd() (Ilia, Stefan Esser)

Completed in 54 milliseconds