Home
last modified time | relevance | path

Searched refs:escapeshellarg (Results 51 – 57 of 57) sorted by relevance

123

/php-src/sapi/cli/tests/
H A D016.phpt58 $code = escapeshellarg($code);
H A D014.phpt30 $filename_escaped = escapeshellarg($filename);
/php-src/sapi/cgi/tests/
H A D011.phpt18 $cmd .= ' -n -dreport_zend_debug=0 -dhtml_errors=0 ' . escapeshellarg($GLOBALS['f']);
/php-src/ext/standard/tests/file/windows_acls/
H A Dcommon.inc60 …exec(get_icacls() . ' ' . __DIR__ . ' /setowner ' . escapeshellarg($user) . ' /T /L /Q /C > nul 2>…
/php-src/ext/standard/
H A Dexec.c494 PHP_FUNCTION(escapeshellarg) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php2733 function escapeshellarg(string $arg): string {}
H A Dbasic_functions_arginfo.h2631 ZEND_FUNCTION(escapeshellarg);
3267 ZEND_FE(escapeshellarg, arginfo_escapeshellarg)

Completed in 57 milliseconds

123