Home
last modified time | relevance | path

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

/PHP-5.4/ext/standard/
H A Dexec.h29 PHP_FUNCTION(shell_exec);
H A Dexec.c450 PHP_FUNCTION(shell_exec) argument
H A Dbasic_functions.c2834 PHP_FE(shell_exec, arginfo_shell_exec)
/PHP-5.4/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-5.4/ext/standard/tests/general_functions/
H A Dproc_nice_basic.phpt16 $res = shell_exec('ps -p ' . $id .' -o "pid,nice"');
/PHP-5.4/ext/spl/tests/
H A DSplFileInfo_getInode_basic.phpt21 $result = shell_exec('ls -i SplFileInfo_getInode_basic.txt');
/PHP-5.4/
H A Dserver-tests.php1000 $automake = shell_exec('automake --version');
1001 $autoconf = shell_exec('autoconf --version');
1003 $libtool = shell_exec('./libtool --version');
1010 $compiler = shell_exec($this->env['CC']." $flag 2>&1");
1020 $failed_tests_data .= "Bison:\n". @shell_exec('bison --version'). "\n";
1028 $failed_tests_data .= shell_exec($this->conf['TEST_PHP_EXECUTABLE'].' -dhtml_errors=0 -i');
H A Drun-tests.php383 $autoconf = shell_exec(getenv('PHP_AUTOCONF') . ' --version');
385 $autoconf = shell_exec('autoconf --version');
389 $libtool = shell_exec($CUR_DIR . '/libtool --version');
392 $sys_libtool_path = shell_exec(__DIR__ . '/build/shtool path glibtool libtool');
395 $sys_libtool = shell_exec(str_replace("\n", "", $sys_libtool_path) . ' --version');
405 $compiler = shell_exec(getenv('CC') . " $flag 2>&1");
410 $ldd = shell_exec("ldd $php 2>/dev/null");
417 $failed_tests_data .= "Bison:\n". shell_exec('bison --version 2>/dev/null') . "\n";
426 …$failed_tests_data .= shell_exec($php . ' -ddisplay_errors=stderr -dhtml_errors=0 -i 2> /dev/null'…

Completed in 33 milliseconds