Home
last modified time | relevance | path

Searched refs:PHP_INI_STAGE_RUNTIME (Results 1 – 14 of 14) sorted by relevance

/PHP-5.5/ext/standard/
H A Dassert.c280 …t.active"), Z_STRVAL_PP(value), Z_STRLEN_PP(value), PHP_INI_USER, PHP_INI_STAGE_RUNTIME, 0 TSRMLS_… in PHP_FUNCTION()
289 …ert.bail"), Z_STRVAL_PP(value), Z_STRLEN_PP(value), PHP_INI_USER, PHP_INI_STAGE_RUNTIME, 0 TSRMLS_… in PHP_FUNCTION()
298 …iet_eval"), Z_STRVAL_PP(value), Z_STRLEN_PP(value), PHP_INI_USER, PHP_INI_STAGE_RUNTIME, 0 TSRMLS_… in PHP_FUNCTION()
307 ….warning"), Z_STRVAL_PP(value), Z_STRLEN_PP(value), PHP_INI_USER, PHP_INI_STAGE_RUNTIME, 0 TSRMLS_… in PHP_FUNCTION()
H A Dbasic_functions.c5472 …varname, varname_len + 1, new_value, new_value_len, PHP_INI_USER, PHP_INI_STAGE_RUNTIME, 0 TSRMLS_…
5490 zend_restore_ini_entry(varname, varname_len+1, PHP_INI_STAGE_RUNTIME);
5514 …, sizeof("include_path"), new_value, new_value_len, PHP_INI_USER, PHP_INI_STAGE_RUNTIME, 0 TSRMLS_…
5548 zend_restore_ini_entry("include_path", sizeof("include_path"), PHP_INI_STAGE_RUNTIME);
5609 …_abort", sizeof("ignore_user_abort"), arg, arg_len, PHP_INI_USER, PHP_INI_STAGE_RUNTIME, 0 TSRMLS_…
/PHP-5.5/main/
H A Dphp_ini.h78 #define PHP_INI_STAGE_RUNTIME ZEND_INI_STAGE_RUNTIME macro
H A DSAPI.c789 …on", sizeof("zlib.output_compression"), "0", sizeof("0") - 1, PHP_INI_USER, PHP_INI_STAGE_RUNTIME); in sapi_header_op()
816 "0", sizeof("0") - 1, PHP_INI_USER, PHP_INI_STAGE_RUNTIME); in sapi_header_op()
H A Dmain.c423 …if ((stage == PHP_INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS) && new_value && strcmp(new… in PHP_INI_MH()
438 if ((stage == PHP_INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS) && new_value) { in PHP_INI_MH()
1284 …cution_time"), new_timeout_str, new_timeout_strlen, PHP_INI_USER, PHP_INI_STAGE_RUNTIME, 0 TSRMLS_… in PHP_FUNCTION()
/PHP-5.5/ext/session/
H A Dsession.c645 if (stage == PHP_INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS) { in PHP_INI_MH()
1670 ….cookie_path", sizeof("session.cookie_path"), path, path_len, PHP_INI_USER, PHP_INI_STAGE_RUNTIME);
1673 …domain", sizeof("session.cookie_domain"), domain, domain_len, PHP_INI_USER, PHP_INI_STAGE_RUNTIME);
1677 …ure", sizeof("session.cookie_secure"), secure ? "1" : "0", 1, PHP_INI_USER, PHP_INI_STAGE_RUNTIME);
1680 …, sizeof("session.cookie_httponly"), httponly ? "1" : "0", 1, PHP_INI_USER, PHP_INI_STAGE_RUNTIME);
1717 …entry("session.name", sizeof("session.name"), name, name_len, PHP_INI_USER, PHP_INI_STAGE_RUNTIME);
1752 …ave_handler", sizeof("session.save_handler"), name, name_len, PHP_INI_USER, PHP_INI_STAGE_RUNTIME);
1853 …r", sizeof("session.save_handler"), "user", sizeof("user")-1, PHP_INI_USER, PHP_INI_STAGE_RUNTIME);
1882 …r", sizeof("session.save_handler"), "user", sizeof("user")-1, PHP_INI_USER, PHP_INI_STAGE_RUNTIME);
1917 …sion.save_path", sizeof("session.save_path"), name, name_len, PHP_INI_USER, PHP_INI_STAGE_RUNTIME);
[all …]
/PHP-5.5/ext/zlib/
H A Dzlib.c902 if (stage == PHP_INI_STAGE_RUNTIME) { in PHP_INI_MH()
913 if (stage == PHP_INI_STAGE_RUNTIME && int_value) { in PHP_INI_MH()
926 if (stage == PHP_INI_STAGE_RUNTIME && (php_output_get_status(TSRMLS_C) & PHP_OUTPUT_SENT)) { in PHP_INI_MH()
/PHP-5.5/ext/readline/
H A Dreadline_cli.c636 …ni_entry_ex(cmd, cmd_len + 1, param, strlen(param), PHP_INI_USER, PHP_INI_STAGE_RUNTIME, 0 TSRMLS_… in readline_shell_run()
/PHP-5.5/ext/iconv/
H A Diconv.c2455 …oding", sizeof("iconv.input_encoding"), charset, charset_len, PHP_INI_USER, PHP_INI_STAGE_RUNTIME); in PHP_FUNCTION()
2457 …ding", sizeof("iconv.output_encoding"), charset, charset_len, PHP_INI_USER, PHP_INI_STAGE_RUNTIME); in PHP_FUNCTION()
2459 …ng", sizeof("iconv.internal_encoding"), charset, charset_len, PHP_INI_USER, PHP_INI_STAGE_RUNTIME); in PHP_FUNCTION()
/PHP-5.5/ext/tidy/
H A Dtidy.c1127 if (stage == PHP_INI_STAGE_RUNTIME) { in PHP_INI_MH()
1142 if (stage == PHP_INI_STAGE_RUNTIME && value) { in PHP_INI_MH()
/PHP-5.5/ext/intl/locale/
H A Dlocale_methods.c243 …y(LOCALE_INI_NAME, sizeof(LOCALE_INI_NAME), locale_name, len, PHP_INI_USER, PHP_INI_STAGE_RUNTIME); in PHP_NAMED_FUNCTION()
/PHP-5.5/ext/mbstring/
H A Dmbstring.c1345 || stage == PHP_INI_STAGE_RUNTIME) { in PHP_INI_MH()
1726 name, name_len, PHP_INI_USER, PHP_INI_STAGE_RUNTIME)) { in PHP_FUNCTION()
/PHP-5.5/ext/date/
H A Dphp_date.c941 if (stage == PHP_INI_STAGE_RUNTIME) { in PHP_INI_MH()
/PHP-5.5/ext/soap/
H A Dsoap.c490 if (stage == PHP_INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS) { in PHP_INI_MH()

Completed in 89 milliseconds