Home
last modified time | relevance | path

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

/PHP-7.4/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.4/ext/pcntl/
H A Dphp_pcntl.h65 PHP_FUNCTION(pcntl_exec);
H A Dpcntl.c193 PHP_FE(pcntl_exec, arginfo_pcntl_exec)
949 PHP_FUNCTION(pcntl_exec) in PHP_FUNCTION() argument
/PHP-7.4/
H A DNEWS379 . Fixed bug #79812 (Potential integer overflow in pcntl_exec()). (cmb)

Completed in 16 milliseconds