Home
last modified time | relevance | path

Searched refs:commandline (Results 1 – 4 of 4) sorted by relevance

/PHP-7.0/TSRM/
H A Dtsrm_nw.c53 TSRM_API FILE* popen(const char *commandline, const char *type) argument
73 if (!commandline || !type)
127 ptr = tsrm_strtok_r((char*)commandline, WHITESPACE, NULL);
/PHP-7.0/ext/dba/
H A DREADME48 from commandline:
/PHP-7.0/
H A Dserver-tests.php175 $commandline = "$command $args";
176 $proc = proc_open($commandline, array(
H A Drun-tests.php1110 function system_with_timeout($commandline, $env = null, $stdin = null) argument
1121 $proc = proc_open($commandline, array(

Completed in 25 milliseconds