Searched refs:zend_alter_ini_entry_chars (Results 1 – 9 of 9) sorted by relevance
/PHP-7.4/sapi/apache2handler/ |
H A D | apache_config.c | 196 …if (zend_alter_ini_entry_chars(str, data->value, data->value_len, data->status, data->htaccess?PHP… in apply_config()
|
/PHP-7.4/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 | 296 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 | 402 zend_alter_ini_entry_chars(key, "1", sizeof("1")-1, ZEND_INI_USER, ZEND_INI_STAGE_RUNTIME); in ZEND_FUNCTION() 418 zend_alter_ini_entry_chars(key, "0", sizeof("0")-1, ZEND_INI_USER, ZEND_INI_STAGE_RUNTIME); in ZEND_FUNCTION()
|
/PHP-7.4/main/ |
H A D | SAPI.c | 776 zend_alter_ini_entry_chars(key, "0", sizeof("0") - 1, PHP_INI_USER, PHP_INI_STAGE_RUNTIME); in sapi_header_op() 804 zend_alter_ini_entry_chars(key, in sapi_header_op()
|
/PHP-7.4/sapi/litespeed/ |
H A D | lsapi_main.c | 831 zend_alter_ini_entry_chars(psKey, in alter_ini() 1264 zend_alter_ini_entry_chars(psKey, in cli_main()
|
/PHP-7.4/ext/session/ |
H A D | session.c | 1791 …result = zend_alter_ini_entry_chars(ini_name, secure ? "1" : "0", 1, PHP_INI_USER, PHP_INI_STAGE_R… in PHP_FUNCTION() 1800 …result = zend_alter_ini_entry_chars(ini_name, httponly ? "1" : "0", 1, PHP_INI_USER, PHP_INI_STAGE… in PHP_FUNCTION()
|
/PHP-7.4/ext/opcache/ |
H A D | ZendAccelerator.c | 2398 zend_alter_ini_entry_chars(key, "0", 1, ZEND_INI_SYSTEM, ZEND_INI_STAGE_RUNTIME); in accel_activate()
|
/PHP-7.4/ext/standard/ |
H A D | basic_functions.c | 5699 zend_alter_ini_entry_chars(key, arg ? "1" : "0", 1, PHP_INI_USER, PHP_INI_STAGE_RUNTIME);
|
Completed in 56 milliseconds