Home
last modified time | relevance | path

Searched refs:disable_functions (Results 1 – 12 of 12) sorted by relevance

/PHP-7.1/Zend/tests/
H A Dbug69315.phpt2 Bug #69315 (disable_functions behaviors inconsistently)
4 disable_functions=strlen,defined,call_user_func,constant,is_string
H A Derrmsg_020.phpt4 disable_functions=phpinfo
/PHP-7.1/ext/reflection/tests/
H A DReflectionFunction_isDisabled_basic.phpt11 disable_functions=is_file
/PHP-7.1/ext/opcache/tests/
H A Dbug68104.phpt8 disable_functions=dl
/PHP-7.1/tests/basic/
H A Dbug31875.phpt6 disable_functions=dl
/PHP-7.1/main/
H A Dphp_globals.h152 char *disable_functions; member
H A Dmain.c211 e = PG(disable_functions) = strdup(INI_STR("disable_functions")); in php_disable_functions()
1988 if (core_globals->disable_functions) { in core_globals_dtor()
1989 free(core_globals->disable_functions); in core_globals_dtor()
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_php.c98 PG(disable_functions) = v; in fpm_php_apply_defines_ex()
/PHP-7.1/Zend/
H A Dzend_builtin_functions.c1963 char *disable_functions = INI_STR("disable_functions"); in copy_function_name() local
1965 if ((*exclude_disabled == 1) && (disable_functions != NULL)) { in copy_function_name()
1966 if (strstr(disable_functions, func->common.function_name->val) == NULL) { in copy_function_name()
/PHP-7.1/sapi/fpm/
H A Dwww.conf.in406 ; extension_dir. Defining 'disable_functions' or 'disable_classes' will not
/PHP-7.1/
H A Dphp.ini-development314 disable_functions =
H A Dphp.ini-production314 disable_functions =

Completed in 49 milliseconds