Home
last modified time | relevance | path

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

/PHP-7.4/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-7.4/sapi/cli/tests/
H A Dbug44564.phpt12 var_dump(escapeshellcmd('f{o}<€>'));
14 var_dump(escapeshellcmd('?€®đæ?'));
/PHP-7.4/ext/standard/
H A Dexec.h24 PHP_FUNCTION(escapeshellcmd);
H A Dexec.c484 PHP_FUNCTION(escapeshellcmd) in PHP_FUNCTION() argument
H A Dbasic_functions.c2873 PHP_FE(escapeshellcmd, arginfo_escapeshellcmd)
/PHP-7.4/sapi/cgi/tests/
H A D011.phpt17 $cmd = escapeshellcmd($GLOBALS['php']);

Completed in 42 milliseconds