Searched refs:zend_alter_ini_entry_chars (Results 1 – 9 of 9) sorted by relevance
/PHP-7.0/sapi/apache2handler/ |
H A D | apache_config.c | 180 …if (zend_alter_ini_entry_chars(str, data->value, data->value_len, data->status, data->htaccess?PHP… in apply_config()
|
/PHP-7.0/Zend/ |
H A D | zend_ini.h | 79 ZEND_API int zend_alter_ini_entry_chars(zend_string *name, const char *value, size_t value_length, …
|
H A D | zend_ini.c | 306 ZEND_API int zend_alter_ini_entry_chars(zend_string *name, const char *value, size_t value_length, … in zend_alter_ini_entry_chars() function
|
H A D | zend_builtin_functions.c | 430 zend_alter_ini_entry_chars(key, "1", sizeof("1")-1, ZEND_INI_USER, ZEND_INI_STAGE_RUNTIME); in ZEND_FUNCTION() 440 zend_alter_ini_entry_chars(key, "0", sizeof("0")-1, ZEND_INI_USER, ZEND_INI_STAGE_RUNTIME); in ZEND_FUNCTION()
|
/PHP-7.0/main/ |
H A D | SAPI.c | 783 zend_alter_ini_entry_chars(key, "0", sizeof("0") - 1, PHP_INI_USER, PHP_INI_STAGE_RUNTIME); in sapi_header_op() 811 zend_alter_ini_entry_chars(key, in sapi_header_op()
|
/PHP-7.0/sapi/litespeed/ |
H A D | lsapi_main.c | 557 zend_alter_ini_entry_chars(psKey, in alter_ini() 1014 zend_alter_ini_entry_chars(psKey, in cli_main()
|
/PHP-7.0/ext/session/ |
H A D | session.c | 1774 zend_alter_ini_entry_chars(ini_name, secure ? "1" : "0", 1, PHP_INI_USER, PHP_INI_STAGE_RUNTIME); 1779 …zend_alter_ini_entry_chars(ini_name, httponly ? "1" : "0", 1, PHP_INI_USER, PHP_INI_STAGE_RUNTIME);
|
/PHP-7.0/ext/opcache/ |
H A D | ZendAccelerator.c | 2114 zend_alter_ini_entry_chars(key, "0", 1, ZEND_INI_SYSTEM, ZEND_INI_STAGE_RUNTIME); in accel_activate()
|
/PHP-7.0/ext/standard/ |
H A D | basic_functions.c | 5528 zend_alter_ini_entry_chars(key, arg ? "1" : "0", 1, PHP_INI_USER, PHP_INI_STAGE_RUNTIME);
|
Completed in 55 milliseconds