Home
last modified time | relevance | path

Searched refs:exec (Results 226 – 250 of 264) sorted by path

1234567891011

/PHP-5.5/ext/standard/
H A Dbasic_functions.c2843 PHP_FE(exec, arginfo_exec)
3677 BASIC_MINIT_SUBMODULE(exec) in PHP_MINIT_FUNCTION()
H A Dconfig.m4597 cyr_convert.c datetime.c dir.c dl.c dns.c exec.c file.c filestat.c \
H A Dconfig.w3214 cyr_convert.c datetime.c dir.c dl.c dns.c dns_win32.c exec.c \
H A Dexec.c70 PHP_MINIT_FUNCTION(exec) in PHP_MINIT_FUNCTION() argument
257 PHP_FUNCTION(exec) in PHP_FUNCTION() argument
H A Dexec.h25 PHP_FUNCTION(exec);
36 PHP_MINIT_FUNCTION(exec);
/PHP-5.5/ext/standard/tests/file/
H A Dbug22414.phpt26 exec($cmd);
H A Dbug26615.phpt2 Bug #26615 (exec crash on long input lines)
10exec($_ENV['TEST_PHP_EXECUTABLE'].' -n -r \'for($i=1;$i<=5000;$i++) print "$i\n";\' | tr \'\n\' \'…
12exec($_ENV['TEST_PHP_EXECUTABLE'].' -n -r "for($i=1;$i<=5000;$i++) echo $i,\' \';"', $out, $status…
H A Dbug26938.phpt2 Bug #26938 (exec does not read consecutive long lines correctly)
9 exec($php . ' -n -r \''
16 exec($php . ' -n -r "'
H A Dbug41874.phpt2 bug #41874 (Separate STDOUT and STDERR in exec functions)
9 $result = exec('cd 1:\non_existent; dir nonexistent');
H A Dbug41874_1.phpt2 bug #41874 (Separate STDOUT and STDERR in exec functions)
H A Dbug41874_2.phpt2 bug #41874 (Separate STDOUT and STDERR in exec functions)
13 $result = exec('cd 1:\\non_existent; dir nonexistent');
H A Dbug41874_3.phpt2 bug #41874 (Separate STDOUT and STDERR in exec functions)
H A Dbug47767.phpt14 $ret = exec('mklink rename_variation13tmp.lnk ' . __FILE__ .' 2>&1', $out);
38 exec("mklink /J $junctionname " . __DIR__);
H A Dlstat_stat_variation6.phpt11 exec("mount", $mount_output);
H A Dpopen_pclose_basic-win32.phpt43 $sysroot = exec('echo %SYSTEMROOT%');
H A Drename_variation6-win32.phpt7 $ret = exec('mklink rename_variation13tmp.lnk ' . __FILE__ .' 2>&1', $out);
/PHP-5.5/ext/standard/tests/file/windows_acls/
H A Dcommon.inc29 $user = exec('echo %USERNAME%');
44 $sysroot = exec('echo %SYSTEMROOT%');
72 exec($cmd);
81 exec($cmd);
83 exec($cmd);
96 exec($cmd);
104 exec($cmd);
106 exec($cmd);
121 exec($cmd);
123 exec($cmd);
[all …]
/PHP-5.5/ext/standard/tests/file/windows_links/
H A Dbug48746.phpt14 $ret = @exec($cmd, $output, $return_val);
29 $ret = exec($mountvol . " " . $drive . " /L", $output, $ret_val);
30 exec("mklink /j mounted_volume " . $ret, $output, $ret_val);
32 exec("mklink /j mklink_junction directory", $output, $ret_val);
H A Dbug48746_1.phpt14 $ret = @exec($cmd, $output, $return_val);
25 exec("mkdir " . $dirname, $output, $ret_val);
29 $ret = exec($mountvol . " " . $drive . " /L", $output, $ret_val);
30 exec("mklink /j mounted_volume " . $ret, $output, $ret_val);
32 exec("mklink /j mklink_junction directory", $output, $ret_val);
H A Dbug48746_2.phpt13 $ret = exec('mklink bug48746_tmp.lnk ' . __FILE__ .' 2>&1', $out);
25 exec("mkdir " . $dirname, $output, $ret_val);
29 $ret = exec($mountvol . " " . $drive . " /L", $output, $ret_val);
30 exec("mklink /j mounted_volume " . $ret, $output, $ret_val);
32 exec("mklink /j mklink_junction directory", $output, $ret_val);
H A Dbug48746_3.phpt13 $ret = exec(get_junction().' /? 2>&1', $out);
24 exec("mkdir " . $dirname, $output, $ret_val);
26 exec(get_junction()." junction directory", $output, $ret_val);
H A Dcommon.inc5 return exec('echo %SYSTEMROOT%');
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug49847.phpt2 Bug #49847 (exec() fails on lines larger then 4095 bytes)
12 exec('type ' . $f, $output);
14 exec("printf %4098d 1", $output);
H A Dbug50732.phpt2 Bug #50732 (exec() adds single byte twice to $output array)
5 exec("echo x", $output);
H A Descapeshellarg_basic-win32.phpt12 * Source code: ext/standard/exec.c

Completed in 41 milliseconds

1234567891011