Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/pcntl/
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 Dphp_pcntl.h32 PHP_MINIT_FUNCTION(pcntl);
33 PHP_MSHUTDOWN_FUNCTION(pcntl);
34 PHP_RINIT_FUNCTION(pcntl);
35 PHP_RSHUTDOWN_FUNCTION(pcntl);
36 PHP_MINFO_FUNCTION(pcntl);
85 ZEND_BEGIN_MODULE_GLOBALS(pcntl)
92 ZEND_END_MODULE_GLOBALS(pcntl)
98 ZEND_EXTERN_MODULE_GLOBALS(pcntl)
99 #define PCNTL_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(pcntl, v)
H A DCREDITS1 pcntl
H A Dpcntl.c227 PHP_MINIT(pcntl),
228 PHP_MSHUTDOWN(pcntl),
229 PHP_RINIT(pcntl),
230 PHP_RSHUTDOWN(pcntl),
231 PHP_MINFO(pcntl),
233 PHP_MODULE_GLOBALS(pcntl),
234 PHP_GINIT(pcntl),
244 ZEND_GET_MODULE(pcntl)
588 PHP_RINIT_FUNCTION(pcntl) in PHP_RINIT_FUNCTION() argument
597 PHP_MINIT_FUNCTION(pcntl) in PHP_MINIT_FUNCTION() argument
[all …]
/PHP-7.4/ext/pcntl/tests/
H A D003.phpt2 pcntl: SIG_BLOCK, SIG_UNBLOCK, SIG_SETMASK
5 if (!extension_loaded('pcntl')) die('skip pcntl extension not available');
H A Dpcntl_getpriority_basic.phpt8 if (!extension_loaded('pcntl')) {
9 die('skip - ext/pcntl not loaded');
H A Dpcntl_setpriority_basic.phpt8 if (!extension_loaded('pcntl')) {
9 die('skip ext/pcntl not loaded');
H A Dbug73783.phpt5 if (!extension_loaded('pcntl')) die('skip pcntl extension not available');
H A Dpcntl_fork_basic.phpt9 if (!extension_loaded('pcntl')) die('skip pcntl extension not available');
H A Dpcntl_get_last_error.phpt5 if (!extension_loaded("pcntl")) print "skip";
H A Dpcntl_fork_variation.phpt9 if (!extension_loaded('pcntl')) die('skip pcntl extension not available');
H A Dpcntl_exec.phpt5 if (!extension_loaded("pcntl")) print "skip";
H A Dbug47566.phpt4 <?php if (!extension_loaded("pcntl")) print "skip"; ?>
H A D001.phpt2 Test pcntl wait functionality
5 if (!extension_loaded("pcntl")) print "skip";
H A Dbug72154.phpt4 <?php if (!extension_loaded("pcntl")) print "skip"; ?>
H A D002.phpt2 pcntl: pcntl_sigprocmask(), pcntl_sigwaitinfo(), pcntl_sigtimedwait()
5 if (!extension_loaded('pcntl')) die('skip pcntl extension not available');
H A Dpcntl_exec_3.phpt4 <?php if (!extension_loaded("pcntl")) print "skip"; ?>
H A Dpcntl_exec_2.phpt6 if (!extension_loaded("pcntl")) print "skip";
H A Dpcntl_signal_get_handler.phpt4 <?php if (!extension_loaded("pcntl")) print "skip"; ?>
H A Dpcntl_unshare_01.phpt5 if (!extension_loaded("pcntl")) die("skip");
H A Dasync_signals.phpt5 if (!extension_loaded("pcntl")) print "skip";
H A Dsignal_closure_handler.phpt5 if (!extension_loaded("pcntl")) print "skip";
H A Dpcntl_realtime_signal.phpt5 <?php if (!extension_loaded("pcntl")) print "skip"; ?>
/PHP-7.4/ext/pcre/tests/
H A Dbug78272.phpt5 if (!extension_loaded('pcntl')) die("skip pcntl extension required");
/PHP-7.4/ext/posix/tests/
H A Dposix_errno_variation2.phpt10 if(!extension_loaded("pcntl")) print "skip pcntl extension not loaded";

Completed in 22 milliseconds

12