Searched refs:pcntl (Results 1 – 25 of 30) sorted by relevance
12
/PHP-7.2/ext/pcntl/ |
H A D | config.m4 | 5 PHP_ARG_ENABLE(pcntl, whether to enable pcntl support, 6 [ --enable-pcntl Enable pcntl support (CLI/CGI only)]) 9 …AC_CHECK_FUNCS(fork, [ AC_DEFINE(HAVE_FORK,1,[ ]) ], [ AC_MSG_ERROR(pcntl: fork() not supported by… 10 …AC_CHECK_FUNCS(waitpid, [ AC_DEFINE(HAVE_WAITPID,1,[ ]) ], [ AC_MSG_ERROR(pcntl: waitpid() not sup… 11 …AC_CHECK_FUNCS(sigaction, [ AC_DEFINE(HAVE_SIGACTION,1,[ ]) ], [ AC_MSG_ERROR(pcntl: sigaction() n… 29 PHP_NEW_EXTENSION(pcntl, pcntl.c php_signal.c, $ext_shared, cli, $PCNTL_CFLAGS)
|
H A D | php_pcntl.h | 34 PHP_MINIT_FUNCTION(pcntl); 35 PHP_MSHUTDOWN_FUNCTION(pcntl); 36 PHP_RINIT_FUNCTION(pcntl); 37 PHP_RSHUTDOWN_FUNCTION(pcntl); 38 PHP_MINFO_FUNCTION(pcntl); 84 ZEND_BEGIN_MODULE_GLOBALS(pcntl) 91 ZEND_END_MODULE_GLOBALS(pcntl)
|
H A D | CREDITS | 1 pcntl
|
H A D | pcntl.c | 217 PHP_MINIT(pcntl), 218 PHP_MSHUTDOWN(pcntl), 219 PHP_RINIT(pcntl), 220 PHP_RSHUTDOWN(pcntl), 221 PHP_MINFO(pcntl), 223 PHP_MODULE_GLOBALS(pcntl), 224 PHP_GINIT(pcntl), 231 ZEND_GET_MODULE(pcntl) 543 PHP_RINIT_FUNCTION(pcntl) in PHP_RINIT_FUNCTION() argument 551 PHP_MINIT_FUNCTION(pcntl) in PHP_MINIT_FUNCTION() argument [all …]
|
H A D | README | 1 Process Control Module for PHP (pcntl)
|
/PHP-7.2/ext/pcntl/tests/ |
H A D | 003.phpt | 2 pcntl: SIG_BLOCK, SIG_UNBLOCK, SIG_SETMASK 5 if (!extension_loaded('pcntl')) die('skip pcntl extension not available');
|
H A D | bug73783.phpt | 5 if (!extension_loaded('pcntl')) die('skip pcntl extension not available');
|
H A D | pcntl_fork_basic.phpt | 9 if (!extension_loaded('pcntl')) die('skip pcntl extension not available');
|
H A D | pcntl_fork_variation.phpt | 9 if (!extension_loaded('pcntl')) die('skip pcntl extension not available');
|
H A D | pcntl_get_last_error.phpt | 5 if (!extension_loaded("pcntl")) print "skip";
|
H A D | 002.phpt | 2 pcntl: pcntl_sigprocmask(), pcntl_sigwaitinfo(), pcntl_sigtimedwait() 5 if (!extension_loaded('pcntl')) die('skip pcntl extension not available');
|
H A D | pcntl_exec.phpt | 5 if (!extension_loaded("pcntl")) print "skip";
|
H A D | 001.phpt | 2 Test pcntl wait functionality 5 if (!extension_loaded("pcntl")) print "skip";
|
H A D | bug47566.phpt | 4 <?php if (!extension_loaded("pcntl")) print "skip"; ?>
|
H A D | bug72154.phpt | 4 <?php if (!extension_loaded("pcntl")) print "skip"; ?>
|
H A D | pcntl_exec_3.phpt | 4 <?php if (!extension_loaded("pcntl")) print "skip"; ?>
|
H A D | pcntl_exec_2.phpt | 6 if (!extension_loaded("pcntl")) print "skip";
|
H A D | pcntl_signal_get_handler.phpt | 4 <?php if (!extension_loaded("pcntl")) print "skip"; ?>
|
H A D | async_signals.phpt | 5 if (!extension_loaded("pcntl")) print "skip";
|
H A D | signal_closure_handler.phpt | 5 if (!extension_loaded("pcntl")) print "skip";
|
H A D | pcntl_realtime_signal.phpt | 5 <?php if (!extension_loaded("pcntl")) print "skip"; ?>
|
H A D | pcntl_signal_dispatch.phpt | 5 if (!extension_loaded("pcntl")) print "skip";
|
H A D | pcntl_wait_rusage1.phpt | 4 <?php if (!extension_loaded("pcntl")) print "skip"; ?>
|
H A D | pcntl_waitpid_rusage1.phpt | 4 <?php if (!extension_loaded("pcntl")) print "skip"; ?>
|
/PHP-7.2/ext/posix/tests/ |
H A D | posix_errno_variation2.phpt | 10 if(!extension_loaded("pcntl")) print "skip pcntl extension not loaded";
|
Completed in 20 milliseconds
12