Home
last modified time | relevance | path

Searched refs:shell_exec (Results 1 – 13 of 13) sorted by relevance

/PHP-7.0/sapi/cli/tests/
H A Dcli_process_title_windows.phpt7 if (shell_exec('PowerShell -Help') === NULL)
14 // command "get-process" is executed using shell_exec, it overwrites the ConsoleTitle with
19 // back to the original once shell_exec is done.
39 …$loaded_title = shell_exec("PowerShell -NoProfile \"get-process cmd*,powershell* | Select-Object m…
H A Dcli_process_title_unix.phpt23 $ps_output = shell_exec("ps -p $pid -o $ps_process_title_field | tail -n 1");
/PHP-7.0/ext/standard/
H A Dexec.h29 PHP_FUNCTION(shell_exec);
H A Dexec.c515 PHP_FUNCTION(shell_exec) argument
H A Dbasic_functions.c2830 PHP_FE(shell_exec, arginfo_shell_exec)
/PHP-7.0/Zend/tests/
H A Dbug64677.phpt10 $cat->show_output('Files: ', trim(`cd .`)); // this gives invalid args to shell_exec
/PHP-7.0/tests/basic/
H A Dbug71273.phpt14 $out = shell_exec($cmd);
/PHP-7.0/ext/posix/tests/
H A Dposix_errno_variation2.phpt21 $result = shell_exec("ps -p " . $pid);
H A Dposix_kill_basic.phpt19 $result = shell_exec("ps -p " . $pid);
/PHP-7.0/ext/standard/tests/general_functions/
H A Dproc_nice_basic.phpt16 $res = shell_exec('ps -p ' . $id .' -o "pid,nice"');
/PHP-7.0/ext/spl/tests/
H A DSplFileInfo_getInode_basic.phpt21 $result = shell_exec('ls -i SplFileInfo_getInode_basic.txt');
/PHP-7.0/
H A Drun-tests.php425 $autoconf = shell_exec(getenv('PHP_AUTOCONF') . ' --version');
427 $autoconf = shell_exec('autoconf --version');
431 $libtool = shell_exec($CUR_DIR . '/libtool --version');
434 $sys_libtool_path = shell_exec(__DIR__ . '/build/shtool path glibtool libtool');
437 $sys_libtool = shell_exec(str_replace("\n", "", $sys_libtool_path) . ' --version');
447 $compiler = shell_exec(getenv('CC') . " $flag 2>&1");
452 $ldd = shell_exec("ldd $php 2>/dev/null");
459 $failed_tests_data .= "Bison:\n". shell_exec('bison --version 2>/dev/null') . "\n";
468 …$failed_tests_data .= shell_exec($php . ' -ddisplay_errors=stderr -dhtml_errors=0 -i 2> /dev/null'…
H A Dserver-tests.php999 $automake = shell_exec('automake --version');
1000 $autoconf = shell_exec('autoconf --version');
1002 $libtool = shell_exec('./libtool --version');
1009 $compiler = shell_exec($this->env['CC']." $flag 2>&1");
1019 $failed_tests_data .= "Bison:\n". @shell_exec('bison --version'). "\n";
1027 $failed_tests_data .= shell_exec($this->conf['TEST_PHP_EXECUTABLE'].' -dhtml_errors=0 -i');

Completed in 49 milliseconds