Home
last modified time | relevance | path

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

12345

/PHP-8.1/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])…
27 …PHP_NEW_EXTENSION(pcntl, pcntl.c php_signal.c, $ext_shared, cli, $PCNTL_CFLAGS -DZEND_ENABLE_STATI…
H A DCREDITS1 pcntl
H A Dpcntl.c62 PHP_MINIT(pcntl),
63 PHP_MSHUTDOWN(pcntl),
64 PHP_RINIT(pcntl),
65 PHP_RSHUTDOWN(pcntl),
66 PHP_MINFO(pcntl),
68 PHP_MODULE_GLOBALS(pcntl),
69 PHP_GINIT(pcntl),
79 ZEND_GET_MODULE(pcntl)
454 PHP_RINIT_FUNCTION(pcntl) in PHP_RINIT_FUNCTION() argument
472 PHP_MINIT_FUNCTION(pcntl) in PHP_MINIT_FUNCTION() argument
[all …]
/PHP-8.1/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_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 Dsignal_closure_handler.phpt4 pcntl
H A Dasync_signals.phpt4 pcntl
H A Dpcntl_alarm.phpt4 pcntl
H A Dpcntl_rfork.phpt4 pcntl
H A Dbug81577_2.phpt4 pcntl
H A Dasync_signals_2.phpt4 pcntl
/PHP-8.1/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-8.1/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 30 milliseconds

12345