Home
last modified time | relevance | path

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

/php-src/ext/standard/tests/general_functions/
H A Descapeshellcmd_bug71039.phpt2 Test escapeshellcmd() string with \0 bytes
5 escapeshellcmd("hello\0world");
10 Fatal error: Uncaught ValueError: escapeshellcmd(): Argument #1 ($command) must not contain any nul…
12 #0 %s(%d): escapeshellcmd('hello\x00world')
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-src/sapi/cli/tests/
H A Dbug44564.phpt12 var_dump(escapeshellcmd('f{o}<€>'));
14 var_dump(escapeshellcmd('?€®đæ?'));
/php-src/sapi/cgi/tests/
H A D011.phpt17 $cmd = escapeshellcmd($GLOBALS['php']);
/php-src/ext/standard/
H A Dexec.c472 PHP_FUNCTION(escapeshellcmd) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php2730 function escapeshellcmd(string $command): string {}
H A Dbasic_functions_arginfo.h2630 ZEND_FUNCTION(escapeshellcmd);
3266 ZEND_FE(escapeshellcmd, arginfo_escapeshellcmd)

Completed in 36 milliseconds