Searched refs:escapeshellcmd (Results 1 – 8 of 8) sorted by relevance
2 Test escapeshellcmd() string with \0 bytes5 escapeshellcmd("hello\0world");10 Fatal error: Uncaught ValueError: escapeshellcmd(): Argument #1 ($command) must not contain any nul…12 #0 %s(%d): escapeshellcmd('hello\x00world')
2 Test escapeshellcmd() allowed argument length7 escapeshellcmd($var_2);12 Fatal error: escapeshellcmd(): Command exceeds the allowed length of %d bytes in %s on line %d
2 Test escapeshellcmd() functionality on Windows11 echo "*** Testing escapeshellcmd() basic operations ***\n";27 var_dump(escapeshellcmd($value));33 *** Testing escapeshellcmd() basic operations ***
12 var_dump(escapeshellcmd('f{o}<€>'));14 var_dump(escapeshellcmd('?€®đæ?'));
17 $cmd = escapeshellcmd($GLOBALS['php']);
472 PHP_FUNCTION(escapeshellcmd) in PHP_FUNCTION() argument
741 function escapeshellcmd(string $command): string {} function
2533 ZEND_FUNCTION(escapeshellcmd);3170 ZEND_FE(escapeshellcmd, arginfo_escapeshellcmd)
Completed in 25 milliseconds