Home
last modified time | relevance | path

Searched refs:zend_alter_ini_entry_ex (Results 1 – 11 of 11) sorted by relevance

/PHP-5.3/ext/standard/
H A Dassert.c257zend_alter_ini_entry_ex("assert.active", sizeof("assert.active"), Z_STRVAL_PP(value), Z_STRLEN_PP(… in PHP_FUNCTION()
266zend_alter_ini_entry_ex("assert.bail", sizeof("assert.bail"), Z_STRVAL_PP(value), Z_STRLEN_PP(valu… in PHP_FUNCTION()
275zend_alter_ini_entry_ex("assert.quiet_eval", sizeof("assert.quiet_eval"), Z_STRVAL_PP(value), Z_ST… in PHP_FUNCTION()
284zend_alter_ini_entry_ex("assert.warning", sizeof("assert.warning"), Z_STRVAL_PP(value), Z_STRLEN_P… in PHP_FUNCTION()
H A Dbasic_functions.c5472 …if (zend_alter_ini_entry_ex(varname, varname_len + 1, new_value, new_value_len, PHP_INI_USER, PHP_…
5519 …if (zend_alter_ini_entry_ex("include_path", sizeof("include_path"), new_value, new_value_len, PHP_…
5614zend_alter_ini_entry_ex("ignore_user_abort", sizeof("ignore_user_abort"), arg, arg_len, PHP_INI_US…
/PHP-5.3/main/
H A Dphp_variables.c454zend_alter_ini_entry_ex("magic_quotes_gpc", sizeof("magic_quotes_gpc"), "0", 1, ZEND_INI_SYSTEM, Z… in _php_import_environment_variables()
476zend_alter_ini_entry_ex("magic_quotes_gpc", sizeof("magic_quotes_gpc"), "1", 1, ZEND_INI_SYSTEM, Z… in _php_import_environment_variables()
602zend_alter_ini_entry_ex("magic_quotes_gpc", sizeof("magic_quotes_gpc"), "0", 1, ZEND_INI_SYSTEM, Z… in php_register_server_variables()
629zend_alter_ini_entry_ex("magic_quotes_gpc", sizeof("magic_quotes_gpc"), "1", 1, ZEND_INI_SYSTEM, Z… in php_register_server_variables()
H A Dphp_ini.c805zend_alter_ini_entry_ex(str, str_len, Z_STRVAL_P(data), Z_STRLEN_P(data), modify_type, stage, 0 TS… in php_ini_activate_config()
H A Dmain.c1174 …if (zend_alter_ini_entry_ex("max_execution_time", sizeof("max_execution_time"), new_timeout_str, n… in PHP_FUNCTION()
/PHP-5.3/Zend/
H A Dzend_ini.c249 …return zend_alter_ini_entry_ex(name, name_length, new_value, new_value_length, modify_type, stage,… in zend_alter_ini_entry()
253 ZEND_API int zend_alter_ini_entry_ex(char *name, uint name_length, char *new_value, uint new_value_… in zend_alter_ini_entry_ex() function
H A Dzend_ini.h100 ZEND_API int zend_alter_ini_entry_ex(char *name, uint name_length, char *new_value, uint new_value_…
H A Dzend_vm_def.h4119zend_alter_ini_entry_ex("error_reporting", sizeof("error_reporting"), "0", 1, ZEND_INI_USER, ZEND_…
4139zend_alter_ini_entry_ex("error_reporting", sizeof("error_reporting"), Z_STRVAL(restored_error_repo…
4374zend_alter_ini_entry_ex("error_reporting", sizeof("error_reporting"), Z_STRVAL(restored_error_repo…
H A Dzend_vm_execute.h525zend_alter_ini_entry_ex("error_reporting", sizeof("error_reporting"), "0", 1, ZEND_INI_USER, ZEND_… in ZEND_BEGIN_SILENCE_SPEC_HANDLER()
682zend_alter_ini_entry_ex("error_reporting", sizeof("error_reporting"), Z_STRVAL(restored_error_repo… in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
5667zend_alter_ini_entry_ex("error_reporting", sizeof("error_reporting"), Z_STRVAL(restored_error_repo… in ZEND_END_SILENCE_SPEC_TMP_HANDLER()
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_main.c602zend_alter_ini_entry_ex("magic_quotes_gpc", sizeof("magic_quotes_gpc"), "0", 1, ZEND_INI_SYSTEM, Z… in cgi_php_import_environment_variables()
616zend_alter_ini_entry_ex("magic_quotes_gpc", sizeof("magic_quotes_gpc"), "1", 1, ZEND_INI_SYSTEM, Z… in cgi_php_import_environment_variables()
/PHP-5.3/sapi/cgi/
H A Dcgi_main.c629zend_alter_ini_entry_ex("magic_quotes_gpc", sizeof("magic_quotes_gpc"), "0", 1, ZEND_INI_SYSTEM, Z… in cgi_php_import_environment_variables()
643zend_alter_ini_entry_ex("magic_quotes_gpc", sizeof("magic_quotes_gpc"), "1", 1, ZEND_INI_SYSTEM, Z… in cgi_php_import_environment_variables()

Completed in 144 milliseconds