Home
last modified time | relevance | path

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

/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_unix.c266 int is_root = !geteuid(); in fpm_unix_conf_wp() local
268 if (is_root) { in fpm_unix_conf_wp()
337 int is_root = !geteuid(); in fpm_unix_init_child() local
360 if (is_root && wp->config->chroot && *wp->config->chroot) { in fpm_unix_init_child()
379 if (is_root) { in fpm_unix_init_child()
458 int is_root = !geteuid(); in fpm_unix_init_main() local
573 if (is_root) { in fpm_unix_init_main()
/PHP-8.1/ext/standard/
H A Dvar.c655 …ntern(smart_str *buf, zval *struc, php_serialize_data_t var_hash, bool in_rcn_array, bool is_root);
994 …rt_str *buf, zval *struc, php_serialize_data_t var_hash, bool in_rcn_array, bool is_root) /* {{{ */ in php_var_serialize_intern() argument
1258 !is_root && (in_rcn_array || GC_REFCOUNT(myht) > 1)); in php_var_serialize_intern()
/PHP-8.1/Zend/Optimizer/
H A Dzend_inference.c85 is_root = 0; \
180 int is_root = 1;
199 if (is_root) {

Completed in 37 milliseconds