Home
last modified time | relevance | path

Searched refs:pcntl_exec (Results 1 – 5 of 5) sorted by relevance

/PHP-7.0/ext/pcntl/tests/
H A Dpcntl_exec_3.phpt2 pcntl_exec() 3
7 var_dump(pcntl_exec());
9 var_dump(pcntl_exec($file, array("foo","bar"), array("foo" => "bar")));
13 Warning: pcntl_exec() expects at least 1 parameter, 0 given %s
16 Warning: pcntl_exec(): Error has occurred: (errno %d) %s
H A Dpcntl_exec.phpt2 pcntl_exec()
11 pcntl_exec(getenv("TEST_PHP_EXECUTABLE"), ['-n']);
H A Dpcntl_exec_2.phpt2 pcntl_exec() 2
17 pcntl_exec(getenv("TEST_PHP_EXECUTABLE"), array('-n', __FILE__), array(
/PHP-7.0/ext/pcntl/
H A Dphp_pcntl.h64 PHP_FUNCTION(pcntl_exec);
H A Dpcntl.c165 PHP_FE(pcntl_exec, arginfo_pcntl_exec)
854 PHP_FUNCTION(pcntl_exec) in PHP_FUNCTION() argument

Completed in 24 milliseconds