Searched defs:stage (Results 1 – 8 of 8) sorted by relevance
/php-src/Zend/ |
H A D | zend_ini.c | 51 static zend_result zend_restore_ini_entry_cb(zend_ini_entry *ini_entry, int stage) /* {{{ */ in zend_restore_ini_entry_cb() 312 ZEND_API void zend_ini_refresh_caches(int stage) /* {{{ */ in zend_ini_refresh_caches() 325 …nd_alter_ini_entry(zend_string *name, zend_string *new_value, int modify_type, int stage) /* {{{ */ in zend_alter_ini_entry() 332 …rs(zend_string *name, const char *value, size_t value_length, int modify_type, int stage) /* {{{ */ in zend_alter_ini_entry_chars() 344 …_string *name, const char *value, size_t value_length, int modify_type, int stage, int force_chang… in zend_alter_ini_entry_chars_ex() 356 …ni_entry_ex(zend_string *name, zend_string *new_value, int modify_type, int stage, bool force_chan… in zend_alter_ini_entry_ex() 408 ZEND_API zend_result zend_restore_ini_entry(zend_string *name, int stage) /* {{{ */ in zend_restore_ini_entry()
|
/php-src/ext/standard/ |
H A D | assert.c | 43 static inline bool php_must_emit_ini_deprecation(int stage) in php_must_emit_ini_deprecation()
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_request.c | 33 const char *fpm_request_get_stage_name(int stage) { in fpm_request_get_stage_name()
|
H A D | fpm_php.c | 24 …(char *name, int name_length, char *new_value, int new_value_length, int mode, int stage) /* {{{ */ in fpm_php_zend_ini_alter_master()
|
/php-src/main/ |
H A D | php_ini.c | 800 PHPAPI void php_ini_activate_config(HashTable *source_hash, int modify_type, int stage) in php_ini_activate_config()
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit.c | 3531 int zend_jit_config(zend_string *jit, int stage) in zend_jit_config() 3587 int zend_jit_debug_config(zend_long old_val, zend_long new_val, int stage) in zend_jit_debug_config()
|
/php-src/ext/dom/lexbor/lexbor/css/ |
H A D | parser.h | 170 lxb_css_parser_stage_t stage; member
|
/php-src/sapi/litespeed/ |
H A D | lsapi_main.c | 785 int stage = PHP_INI_STAGE_RUNTIME; in alter_ini() local
|
Completed in 45 milliseconds