Searched refs:is_debug (Results 1 – 4 of 4) sorted by relevance
/php-src/sapi/fpm/fpm/ |
H A D | fpm_children.h | 19 … fpm_children_make(struct fpm_worker_pool_s *wp, int in_event_loop, int nb_to_spawn, int is_debug);
|
H A D | fpm_children.c | 410 …dren_make(struct fpm_worker_pool_s *wp, int in_event_loop, int nb_to_spawn, int is_debug) /* {{{ */ in fpm_children_make() argument 479 …zlog(is_debug ? ZLOG_DEBUG : ZLOG_NOTICE, "[pool %s] child %d started", wp->config->name, (int) pi… in fpm_children_make()
|
/php-src/win32/build/ |
H A D | mkdist.php | 13 $is_debug = preg_match("/^debug/i", $build_dir); variable 133 global $is_debug, $dist_dir; 145 if ($is_debug) { 235 if ($is_debug) {
|
/php-src/ext/simplexml/ |
H A D | simplexml.c | 1056 static HashTable *sxe_get_prop_hash(zend_object *object, int is_debug) /* {{{ */ in sxe_get_prop_hash() argument 1071 if (is_debug) { in sxe_get_prop_hash() 1085 if (is_debug || sxe->iter.type != SXE_ITER_CHILD) { in sxe_get_prop_hash()
|
Completed in 27 milliseconds