Home
last modified time | relevance | path

Searched refs:is_root (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_unix.c323 int is_root = !geteuid(); in fpm_unix_conf_wp() local
325 if (is_root) { in fpm_unix_conf_wp()
397 int is_root = !geteuid(); in fpm_unix_init_child() local
420 if (is_root && wp->config->chroot && *wp->config->chroot) { in fpm_unix_init_child()
439 if (is_root) { in fpm_unix_init_child()
540 int is_root = !geteuid(); in fpm_unix_init_main() local
655 if (is_root) { in fpm_unix_init_main()
/PHP-8.2/ext/standard/
H A Dvar.c658 …ntern(smart_str *buf, zval *struc, php_serialize_data_t var_hash, bool in_rcn_array, bool is_root);
997 …rt_str *buf, zval *struc, php_serialize_data_t var_hash, bool in_rcn_array, bool is_root) /* {{{ */ in php_var_serialize_intern() argument
1261 !is_root && (in_rcn_array || GC_REFCOUNT(myht) > 1)); in php_var_serialize_intern()
/PHP-8.2/Zend/Optimizer/
H A Dzend_inference.c85 is_root = 0; \
180 int is_root = 1;
199 if (is_root) {

Completed in 32 milliseconds