Searched refs:foreground (Results 1 – 3 of 3) sorted by relevance
/PHP-5.6/ext/gd/libgd/ |
H A D | gdtest.c | 31 int foreground; in main() local 304 foreground = gdImageColorClosest (im, 0, 0, 0); in main() 305 fprintf (stderr, "Foreground index is %d\n", foreground); in main() 306 if (foreground == -1) in main() 318 gdImageWBMP (im, foreground, out); in main()
|
/PHP-5.6/ext/gd/ |
H A D | gd.c | 365 ZEND_ARG_INFO(0, foreground) 398 ZEND_ARG_INFO(0, foreground) 771 ZEND_ARG_INFO(0, foreground)
|
/PHP-5.6/sapi/fpm/ |
H A D | php-fpm.conf.in | 87 ; Send FPM to background. Set to 'no' to keep FPM in foreground for debugging.
|
Completed in 34 milliseconds