Home
last modified time | relevance | path

Searched refs:stage (Results 1 – 25 of 36) sorted by relevance

12

/PHP-8.1/ext/opcache/tests/jit/
H A Dbug81512.phpt20 foreach ($pipeline as $stage) {
21 if (!is_array($stage)) {
25 $stage = (array) $stage;
26 reset($stage);
/PHP-8.1/Zend/
H A Dzend_ini.c45 static zend_result zend_restore_ini_entry_cb(zend_ini_entry *ini_entry, int stage) /* {{{ */ in zend_restore_ini_entry_cb() argument
58 if (stage == ZEND_INI_STAGE_RUNTIME && result == FAILURE) { in zend_restore_ini_entry_cb()
305 ZEND_API void zend_ini_refresh_caches(int stage) /* {{{ */ in zend_ini_refresh_caches() argument
311 p->on_modify(p, p->value, p->mh_arg1, p->mh_arg2, p->mh_arg3, stage); in zend_ini_refresh_caches()
321 return zend_alter_ini_entry_ex(name, new_value, modify_type, stage, 0); in zend_alter_ini_entry()
331 ret = zend_alter_ini_entry_ex(name, new_value, modify_type, stage, 0); in zend_alter_ini_entry_chars()
343 ret = zend_alter_ini_entry_ex(name, new_value, modify_type, stage, force_change); in zend_alter_ini_entry_chars_ex()
363 if (stage == ZEND_INI_STAGE_ACTIVATE && modify_type == ZEND_INI_SYSTEM) { in zend_alter_ini_entry_ex()
401 ZEND_API zend_result zend_restore_ini_entry(zend_string *name, int stage) /* {{{ */ in zend_restore_ini_entry() argument
406 (stage == ZEND_INI_STAGE_RUNTIME && (ini_entry->modifiable & ZEND_INI_USER) == 0)) { in zend_restore_ini_entry()
[all …]
H A Dzend_ini.h28 …d_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage)
78 ZEND_API void zend_ini_refresh_caches(int stage);
79 …result zend_alter_ini_entry(zend_string *name, zend_string *new_value, int modify_type, int stage);
80 …_entry_ex(zend_string *name, zend_string *new_value, int modify_type, int stage, bool force_change…
81 …entry_chars(zend_string *name, const char *value, size_t value_length, int modify_type, int stage);
82 …tring *name, const char *value, size_t value_length, int modify_type, int stage, int force_change);
83 ZEND_API zend_result zend_restore_ini_entry(zend_string *name, int stage);
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_request.h24 const char *fpm_request_get_stage_name(int stage);
H A Dfpm_php.c24 …(char *name, int name_length, char *new_value, int new_value_length, int mode, int stage) /* {{{ */ in fpm_php_zend_ini_alter_master() argument
37 ini_entry->mh_arg1, ini_entry->mh_arg2, ini_entry->mh_arg3, stage) == SUCCESS) { in fpm_php_zend_ini_alter_master()
H A Dfpm_request.c33 const char *fpm_request_get_stage_name(int stage) { in fpm_request_get_stage_name() argument
34 return requests_stages[stage]; in fpm_request_get_stage_name()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit.h148 ZEND_EXT_API int zend_jit_config(zend_string *jit_options, int stage);
149 ZEND_EXT_API int zend_jit_debug_config(zend_long old_val, zend_long new_val, int stage);
H A Dzend_jit.c4804 ZEND_EXT_API int zend_jit_config(zend_string *jit, int stage) in zend_jit_config() argument
4806 if (stage != ZEND_INI_STAGE_STARTUP && !JIT_G(enabled)) { in zend_jit_config()
4807 if (stage == ZEND_INI_STAGE_RUNTIME) { in zend_jit_config()
4860 ZEND_EXT_API int zend_jit_debug_config(zend_long old_val, zend_long new_val, int stage) in zend_jit_debug_config() argument
4862 if (stage != ZEND_INI_STAGE_STARTUP) { in zend_jit_debug_config()
4864 if (stage == ZEND_INI_STAGE_RUNTIME) { in zend_jit_debug_config()
/PHP-8.1/ext/pdo_pgsql/tests/
H A Dbug75402.phpt27 "stage" character varying(16) NOT NULL,
46 …2 (\"id\", \"group_id\", \"submitter\", \"operation\", \"description\", \"stage\", \"status\", \"p…
/PHP-8.1/main/
H A Dphp_ini.h33 PHPAPI void php_ini_activate_config(HashTable *source_hash, int modify_type, int stage);
H A Dmain.c275 if (stage != ZEND_INI_STAGE_DEACTIVATE) { in PHP_INI_MH()
398 if (stage==PHP_INI_STAGE_STARTUP) { in PHP_INI_MH()
405 if (stage != PHP_INI_STAGE_DEACTIVATE) { in PHP_INI_MH()
540 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
567 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
583 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
599 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
616 if ((stage == PHP_INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS) && in PHP_INI_MH()
622 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
631 if ((stage == PHP_INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS) && new_value) { in PHP_INI_MH()
[all …]
H A Dfopen_wrappers.c78 …if (stage == PHP_INI_STAGE_STARTUP || stage == PHP_INI_STAGE_SHUTDOWN || stage == PHP_INI_STAGE_AC… in ZEND_INI_MH()
H A Dphp_ini.c810 PHPAPI void php_ini_activate_config(HashTable *source_hash, int modify_type, int stage) in php_ini_activate_config() argument
818 zend_alter_ini_entry_ex(str, data_str, modify_type, stage, 0); in php_ini_activate_config()
/PHP-8.1/ext/opcache/
H A Dzend_accelerator_module.c126 if (stage == ZEND_INI_STAGE_STARTUP || in ZEND_INI_MH()
127 stage == ZEND_INI_STAGE_SHUTDOWN || in ZEND_INI_MH()
128 stage == ZEND_INI_STAGE_DEACTIVATE) { in ZEND_INI_MH()
129 return OnUpdateBool(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in ZEND_INI_MH()
165 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage);
172 if (zend_jit_config(new_value, stage) == SUCCESS) {
173 return OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage);
183 if (zend_jit_debug_config(*p, val, stage) == SUCCESS) {
/PHP-8.1/ext/session/
H A Dsession.c92 if (SG(headers_sent) && stage != ZEND_INI_STAGE_DEACTIVATE) { \
548 if (stage == ZEND_INI_STAGE_RUNTIME) { in PHP_INI_MH()
554 if (stage != ZEND_INI_STAGE_DEACTIVATE) { in PHP_INI_MH()
586 if (stage == ZEND_INI_STAGE_RUNTIME) { in PHP_INI_MH()
593 if (stage != ZEND_INI_STAGE_DEACTIVATE) { in PHP_INI_MH()
626 if (stage == PHP_INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS) { in PHP_INI_MH()
663 …if (stage == ZEND_INI_STAGE_RUNTIME || stage == ZEND_INI_STAGE_ACTIVATE || stage == ZEND_INI_STAGE… in PHP_INI_MH()
670 if (stage != ZEND_INI_STAGE_DEACTIVATE) { in PHP_INI_MH()
698 return OnUpdateLong(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
716 return OnUpdateBool(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
[all …]
/PHP-8.1/ext/standard/
H A Durl_scanner_ex.re48 …y *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage, int type)
105 return php_ini_on_update_tags(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage, 1);
110 return php_ini_on_update_tags(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage, 0);
113 …y *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage, int type)
153 return php_ini_on_update_hosts(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage, 1);
158 return php_ini_on_update_hosts(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage, 0);
H A Dbrowscap.c480 if (stage == PHP_INI_STAGE_STARTUP) { in PHP_INI_MH()
483 } else if (stage == PHP_INI_STAGE_ACTIVATE) { in PHP_INI_MH()
/PHP-8.1/ext/com_dotnet/
H A Dcom_extension.c134 return OnUpdateBool(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in ZEND_INI_MH()
/PHP-8.1/sapi/litespeed/
H A Dlsapi_main.c790 int stage = PHP_INI_STAGE_RUNTIME; in alter_ini() local
803 stage = PHP_INI_STAGE_ACTIVATE; in alter_ini()
808 stage = PHP_INI_STAGE_HTACCESS; in alter_ini()
823 type, stage); in alter_ini()
/PHP-8.1/ext/iconv/
H A Diconv.c152 if (stage & (PHP_INI_STAGE_ACTIVATE | PHP_INI_STAGE_RUNTIME)) { in PHP_INI_MH()
155 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
165 if (stage & (PHP_INI_STAGE_ACTIVATE | PHP_INI_STAGE_RUNTIME)) { in PHP_INI_MH()
168 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
178 if (stage & (PHP_INI_STAGE_ACTIVATE | PHP_INI_STAGE_RUNTIME)) { in PHP_INI_MH()
181 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
/PHP-8.1/ext/zlib/
H A Dzlib.c1288 if (stage == PHP_INI_STAGE_RUNTIME) { in ZEND_GET_MODULE()
1300 if (stage == PHP_INI_STAGE_RUNTIME && int_value) { in ZEND_GET_MODULE()
1313 if (stage == PHP_INI_STAGE_RUNTIME && (php_output_get_status() & PHP_OUTPUT_SENT)) { in PHP_INI_MH()
1318 return OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
/PHP-8.1/ext/dba/
H A Ddba.c393 return OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in ZEND_INI_MH()
403 return OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in ZEND_INI_MH()
/PHP-8.1/ext/tidy/
H A Dtidy.c893 if (stage == PHP_INI_STAGE_RUNTIME) { in PHP_INI_MH()
906 status = OnUpdateBool(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
908 if (stage == PHP_INI_STAGE_RUNTIME && value) { in PHP_INI_MH()
/PHP-8.1/ext/zend_test/
H A Dtest.c433 return OnUpdateBool(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
/PHP-8.1/ext/pcre/
H A Dphp_pcre.c327 OnUpdateLong(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
337 OnUpdateLong(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
348 OnUpdateBool(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()

Completed in 101 milliseconds

12