Home
last modified time | relevance | path

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

/PHP-7.1/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.1/ext/dba/
H A DREADME48 from commandline:
/PHP-7.1/
H A Dserver-tests.php167 $commandline = "$command $args";
168 $proc = proc_open($commandline, array(
H A Drun-tests.php1082 function system_with_timeout($commandline, $env = null, $stdin = null) argument
1093 $proc = proc_open($commandline, array(

Completed in 13 milliseconds