Home
last modified time | relevance | path

Searched refs:escapeshellarg (Results 1 – 16 of 16) sorted by relevance

/PHP-5.3/ext/standard/tests/general_functions/
H A Descapeshellarg_error.phpt2 Test escapeshellarg() function : error conditions - wrong numbers of parameters
6 /* Prototype : string escapeshellarg ( string $arg )
15 echo "*** Testing escapeshellarg() : error conditions ***\n";
18 echo "\n-- Testing escapeshellarg() function with no arguments --\n";
19 var_dump( escapeshellarg() );
24 var_dump( escapeshellarg($arg, $extra_arg) );
33 var_dump( escapeshellarg($arg));
37 var_dump( escapeshellarg($fp));
42 var_dump( escapeshellarg($arg));
47 *** Testing escapeshellarg() : error conditions ***
[all …]
H A Descapeshellarg_basic-win32.phpt2 Test escapeshellarg() function: basic test
10 /* Prototype : string escapeshellarg ( string $arg )
16 echo "Simple testcase for escapeshellarg() function\n";
18 var_dump(escapeshellarg("Mr O'Neil"));
19 var_dump(escapeshellarg("Mr O\'Neil"));
20 var_dump(escapeshellarg("%FILENAME"));
21 var_dump(escapeshellarg(""));
26 Simple testcase for escapeshellarg() function
H A Descapeshellarg_basic.phpt2 Test escapeshellarg() function: basic test
10 /* Prototype : string escapeshellarg ( string $arg )
16 echo "Simple testcase for escapeshellarg() function\n";
18 var_dump(escapeshellarg("Mr O'Neil"));
19 var_dump(escapeshellarg("Mr O\'Neil"));
20 var_dump(escapeshellarg("%FILENAME"));
21 var_dump(escapeshellarg(""));
26 Simple testcase for escapeshellarg() function
H A Descapeshellarg_variation1-win32.phpt2 Test escapeshellarg() function : usage variations - different data types as $arg arg
11 /* Prototype : string escapeshellarg ( string $arg )
16 echo "*** Testing escapeshellarg() : usage variations ***\n";
69 // loop through each element of $inputs to check the behaviour of escapeshellarg()
73 var_dump(escapeshellarg($input));
79 *** Testing escapeshellarg() : usage variations ***
H A Descapeshellarg_variation1.phpt2 Test escapeshellarg() function : usage variations - different data types as $y arg
11 /* Prototype : string escapeshellarg ( string $arg )
16 echo "*** Testing escapeshellarg() : usage variations ***\n";
69 // loop through each element of $inputs to check the behaviour of escapeshellarg()
73 var_dump(escapeshellarg($input));
79 *** Testing escapeshellarg() : usage variations ***
/PHP-5.3/sapi/cli/tests/
H A Dbug44564.phpt2 Bug #44564 (escapeshellarg removes UTF-8 multi-byte characters)
13 var_dump(escapeshellarg('f~|;*Þ?'));
15 var_dump(escapeshellarg('aŊł€'));
H A D022.phpt27 $proc = proc_open("$php -n " . escapeshellarg($test_file), $desc, $pipes);
H A D017.phpt53 $code = escapeshellarg($code);
H A D016.phpt56 $code = escapeshellarg($code);
/PHP-5.3/ext/standard/
H A Dexec.h27 PHP_FUNCTION(escapeshellarg);
H A Dexec.c455 PHP_FUNCTION(escapeshellarg) in PHP_FUNCTION() argument
H A Dbasic_functions.c2822 PHP_FE(escapeshellarg, arginfo_escapeshellarg)
/PHP-5.3/ext/standard/tests/file/
H A Dclearstatcache_001.phpt23 passthru("rm -f " . escapeshellarg(__FILE__ . "_link1"));
/PHP-5.3/sapi/cgi/tests/
H A D011.phpt18 $cmd .= ' -n -dreport_zend_debug=0 -dhtml_errors=0 ' . escapeshellarg($GLOBALS['f']);
/PHP-5.3/
H A Drun-tests.php760 $pass_options .= " -c " . escapeshellarg($conf_passed);
H A DNEWS3937 - Fixed bug #43533 (escapeshellarg('') returns null). (Ilia)

Completed in 110 milliseconds