Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/pcntl/
H A Dphp_pcntl.h54 PHP_FUNCTION(pcntl_exec);
H A Dpcntl.c157 PHP_FE(pcntl_exec, arginfo_pcntl_exec)
741 PHP_FUNCTION(pcntl_exec) in PHP_FUNCTION() argument
/PHP-5.5/
H A DNEWS433 . Fixed bug #68598 (pcntl_exec() should not allow null char). (CVE-2015-4026)

Completed in 35 milliseconds