Searched refs:pcntl (Results 1 – 25 of 114) sorted by relevance
12345
/PHP-8.1/ext/pcntl/ |
H A D | php_pcntl.h | 30 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 D | config.m4 | 1 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 D | CREDITS | 1 pcntl
|
H A D | pcntl.c | 62 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 D | 003.phpt | 2 pcntl: SIG_BLOCK, SIG_UNBLOCK, SIG_SETMASK 4 pcntl
|
H A D | pcntl_get_last_error.phpt | 4 pcntl
|
H A D | bug47566.phpt | 4 pcntl
|
H A D | pcntl_exec.phpt | 4 pcntl
|
H A D | pcntl_exec_3.phpt | 4 pcntl
|
H A D | pcntl_signal_dispatch.phpt | 4 pcntl
|
H A D | 001.phpt | 2 Test pcntl wait functionality 4 pcntl
|
H A D | bug72154.phpt | 4 pcntl
|
H A D | pcntl_getpriority_basic.phpt | 7 pcntl
|
H A D | signal_closure_handler.phpt | 4 pcntl
|
H A D | async_signals.phpt | 4 pcntl
|
H A D | pcntl_alarm.phpt | 4 pcntl
|
H A D | pcntl_rfork.phpt | 4 pcntl
|
H A D | bug81577_2.phpt | 4 pcntl
|
H A D | async_signals_2.phpt | 4 pcntl
|
/PHP-8.1/sapi/fpm/tests/ |
H A D | reload-uses-sigkill-as-last-measure.phpt | 4 pcntl 38 $tester->start(extensions: ['pcntl']);
|
H A D | bug77023-pm-dynamic-blocking-sigquit.phpt | 4 pcntl 39 $tester->start(extensions: ['pcntl']);
|
/PHP-8.1/ext/ftp/tests/ |
H A D | ftp_constructor.phpt | 5 pcntl
|
H A D | bug27809.phpt | 5 pcntl
|
H A D | bug7216.phpt | 5 pcntl
|
H A D | ftp_pasv.phpt | 7 pcntl
|
Completed in 25 milliseconds
12345