Searched refs:escapeshellcmd (Results 1 – 9 of 9) sorted by relevance
2 Test escapeshellcmd() string with \0 bytes5 escapeshellcmd("hello\0world");10 Fatal error: escapeshellcmd(): Input string contains NULL 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 ***
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
12 var_dump(escapeshellcmd('f{o}<€>'));14 var_dump(escapeshellcmd('?€®đæ?'));
26 PHP_FUNCTION(escapeshellcmd);
471 PHP_FUNCTION(escapeshellcmd) in PHP_FUNCTION() argument
2842 PHP_FE(escapeshellcmd, arginfo_escapeshellcmd)
17 $cmd = escapeshellcmd($GLOBALS['php']);
47 /ext/standard/tests/general_functions/escapeshellcmd-win32.phpt -crlf
Completed in 23 milliseconds