Home
last modified time | relevance | path

Searched refs:is_debug (Results 1 – 4 of 4) sorted by last modified time

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_children.c368 …dren_make(struct fpm_worker_pool_s *wp, int in_event_loop, int nb_to_spawn, int is_debug) /* {{{ */ in fpm_children_make() argument
437 …zlog(is_debug ? ZLOG_DEBUG : ZLOG_NOTICE, "[pool %s] child %d started", wp->config->name, (int) pi… in fpm_children_make()
H A Dfpm_children.h17 … fpm_children_make(struct fpm_worker_pool_s *wp, int in_event_loop, int nb_to_spawn, int is_debug);
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c1122 static HashTable *sxe_get_prop_hash(zval *object, int is_debug) /* {{{ */ in sxe_get_prop_hash() argument
1140 if (is_debug) { in sxe_get_prop_hash()
1154 if (is_debug || sxe->iter.type != SXE_ITER_CHILD) { in sxe_get_prop_hash()
/PHP-7.4/win32/build/
H A Dmkdist.php13 $is_debug = preg_match("/^debug/i", $build_dir); variable
133 global $is_debug, $dist_dir;
145 if ($is_debug) {
235 if ($is_debug) {

Completed in 15 milliseconds