Home
last modified time | relevance | path

Searched refs:pcntl (Results 1 – 25 of 132) sorted by relevance

123456

/php-src/ext/pcntl/
H A Dphp_pcntl.h30 PHP_MINIT_FUNCTION(pcntl);
31 PHP_MSHUTDOWN_FUNCTION(pcntl);
32 PHP_RINIT_FUNCTION(pcntl);
33 PHP_RSHUTDOWN_FUNCTION(pcntl);
34 PHP_MINFO_FUNCTION(pcntl);
44 ZEND_BEGIN_MODULE_GLOBALS(pcntl)
52 ZEND_END_MODULE_GLOBALS(pcntl)
58 ZEND_EXTERN_MODULE_GLOBALS(pcntl)
59 #define PCNTL_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(pcntl, v)
H A Dconfig.m41 PHP_ARG_ENABLE([pcntl],
2 [whether to enable pcntl support],
3 [AS_HELP_STRING([--enable-pcntl],
4 [Enable pcntl support (CLI/CGI only)])])
7 AC_CHECK_FUNCS([fork], [], [AC_MSG_ERROR([pcntl: fork() not supported by this platform])])
8 AC_CHECK_FUNCS([waitpid], [], [AC_MSG_ERROR([pcntl: waitpid() not supported by this platform])])
9 …AC_CHECK_FUNCS([sigaction], [], [AC_MSG_ERROR([pcntl: sigaction() not supported by this platform])…
33 …PHP_NEW_EXTENSION(pcntl, pcntl.c php_signal.c, $ext_shared, cli, $PCNTL_CFLAGS -DZEND_ENABLE_STATI…
H A DCREDITS1 pcntl
H A Dpcntl.c112 PHP_MINIT(pcntl),
113 PHP_MSHUTDOWN(pcntl),
114 PHP_RINIT(pcntl),
115 PHP_RSHUTDOWN(pcntl),
116 PHP_MINFO(pcntl),
118 PHP_MODULE_GLOBALS(pcntl),
119 PHP_GINIT(pcntl),
129 ZEND_GET_MODULE(pcntl)
152 PHP_RINIT_FUNCTION(pcntl) in PHP_RINIT_FUNCTION() argument
170 PHP_MINIT_FUNCTION(pcntl) in PHP_MINIT_FUNCTION() argument
[all …]
/php-src/ext/pcntl/tests/
H A D003.phpt2 pcntl: SIG_BLOCK, SIG_UNBLOCK, SIG_SETMASK
4 pcntl
H A Dpcntl_get_last_error.phpt4 pcntl
H A Dbug47566.phpt4 pcntl
H A Dpcntl_exec.phpt4 pcntl
H A Dpcntl_exec_3.phpt4 pcntl
H A Dpcntl_signal_001.phpt4 pcntl
H A Dpcntl_signal_dispatch.phpt4 pcntl
H A D001.phpt2 Test pcntl wait functionality
4 pcntl
H A Dbug72154.phpt4 pcntl
H A Dpcntl_getpriority_basic.phpt7 pcntl
H A Dasync_signals.phpt4 pcntl
H A Dsignal_closure_handler.phpt4 pcntl
H A Dbug81577_2.phpt4 pcntl
H A Dpcntl_rfork.phpt4 pcntl
H A Dbug73783.phpt4 pcntl
/php-src/sapi/fpm/tests/
H A Dreload-uses-sigkill-as-last-measure.phpt4 pcntl
38 $tester->start(extensions: ['pcntl']);
H A Dbug77023-pm-dynamic-blocking-sigquit.phpt4 pcntl
39 $tester->start(extensions: ['pcntl']);
/php-src/ext/ftp/tests/
H A Dftp_constructor.phpt5 pcntl
H A Dbug27809.phpt5 pcntl
H A Dbug7216.phpt5 pcntl
H A Dftp_pasv.phpt7 pcntl

Completed in 37 milliseconds

123456