Home
last modified time | relevance | path

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

/PHP-7.0/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.0/ext/reflection/tests/
H A DReflectionFunction_isDisabled_basic.phpt11 disable_functions=is_file
/PHP-7.0/ext/opcache/tests/
H A Dbug68104.phpt8 disable_functions=dl
/PHP-7.0/tests/basic/
H A Dbug31875.phpt6 disable_functions=dl
/PHP-7.0/main/
H A Dphp_globals.h147 char *disable_functions; member
H A Dmain.c194 e = PG(disable_functions) = strdup(INI_STR("disable_functions")); in php_disable_functions()
1940 if (core_globals->disable_functions) { in core_globals_dtor()
1941 free(core_globals->disable_functions); in core_globals_dtor()
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_php.c99 PG(disable_functions) = v; in fpm_php_apply_defines_ex()
/PHP-7.0/Zend/
H A Dzend_builtin_functions.c1883 char *disable_functions = INI_STR("disable_functions"); in copy_function_name() local
1885 if ((*exclude_disabled == 1) && (disable_functions != NULL)) { in copy_function_name()
1886 if (strstr(disable_functions, func->common.function_name->val) == NULL) { in copy_function_name()
/PHP-7.0/sapi/fpm/
H A Dwww.conf.in406 ; extension_dir. Defining 'disable_functions' or 'disable_classes' will not
/PHP-7.0/
H A Dphp.ini-development299 disable_functions =
H A Dphp.ini-production299 disable_functions =

Completed in 48 milliseconds