Home
last modified time | relevance | path

Searched refs:shutdown_sleep_count (Results 1 – 8 of 8) sorted by relevance

/imagick/tests/
H A D284_ini_settings_set_truthy_number.phpt5 imagick.shutdown_sleep_count=20
18 $sleepCount = intval(ini_get('imagick.shutdown_sleep_count'));
22 …echo "imagick.shutdown_sleep_count is not set to 10 but instead " . var_export($sleepCount, true) …
H A D283_ini_settings_set_falsy_zero.phpt5 imagick.shutdown_sleep_count=0
18 $sleepCount = ini_get('imagick.shutdown_sleep_count');
22 …echo "imagick.shutdown_sleep_count is not set to 10 but instead " . var_export($sleepCount, true) …
H A D285_ini_settings_set_truthy_string.phpt5 imagick.shutdown_sleep_count=On
18 $sleepCount = intval(ini_get('imagick.shutdown_sleep_count'));
22 …echo "imagick.shutdown_sleep_count is not set to 1 but instead " . var_export($sleepCount, true) .…
H A D281_ini_settings_default.phpt14 $sleepCount = ini_get('imagick.shutdown_sleep_count');
18 …echo "imagick.shutdown_sleep_count is not set to 10 but instead " . var_export($sleepCount, true) …
H A D282_ini_settings_set_falsy_string.phpt5 imagick.shutdown_sleep_count=Off
24 //$sleepCount = ini_get('imagick.shutdown_sleep_count');
26 // echo "imagick.shutdown_sleep_count is not set to 0 but instead " . var_export($sleepCount, tr…
/imagick/
H A Dimagick.c3315 …"imagick.shutdown_sleep_count", "10", PHP_INI_ALL, OnUpdateLong, shutdown_sleep_count, zend_imagi…
3327 imagick_globals->shutdown_sleep_count = 10; in PHP_INI_END()
3995 for (i = 0; i < 100 && i < IMAGICK_G(shutdown_sleep_count); i += 1) {
H A Dphp_imagick_defs.h106 im_long shutdown_sleep_count; variable
H A DChangeLog7 …* Added the 'imagick.shutdown_sleep_count' (default 10) and 'imagick.set_single_thread' (default O…

Completed in 26 milliseconds