Searched defs:stage (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_5/sapi/fpm/fpm/ |
| H A D | fpm_request.c | 35 const char *fpm_request_get_stage_name(int stage) { argument 36 return requests_stages[stage];
|
| /PHP_5_5/Zend/ |
| H A D | zend_ini.c | 47 static int zend_restore_ini_entry_cb(zend_ini_entry *ini_entry, int stage TSRMLS_DC) /* {{{ */ 57 result = ini_entry->on_modify(ini_entry, ini_entry->orig_value, ini_entry->orig_value_length, ini_entry->mh_arg1, ini_entry->mh_arg2, ini_entry->mh_arg3, stage TSRMLS_CC); 60 if (stage == ZEND_INI_STAGE_RUNTIME && result == FAILURE) { 231 static int zend_ini_refresh_cache(zend_ini_entry *p, int stage TSRMLS_DC) /* {{{ */ 234 p->on_modify(p, p->value, p->value_length, p->mh_arg1, p->mh_arg2, p->mh_arg3, stage TSRMLS_CC); 240 ZEND_API void zend_ini_refresh_caches(int stage TSRMLS_DC) /* {{{ */ 242 zend_hash_apply_with_argument(EG(ini_directives), (apply_func_arg_t) zend_ini_refresh_cache, (void *)(zend_intptr_t) stage TSRMLS_CC); 247 ZEND_API int zend_alter_ini_entry(char *name, uint name_length, char *new_value, uint new_value_length, int modify_type, int stage) /* {{{ */ argument 251 return zend_alter_ini_entry_ex(name, name_length, new_value, new_value_length, modify_type, stage, 0 TSRMLS_CC); 255 ZEND_API int zend_alter_ini_entry_ex(char *name, uint name_length, char *new_value, uint new_value_length, int modify_type, int stage, in argument 309 zend_restore_ini_entry(char *name, uint name_length, int stage) argument [all...] |
| /PHP_5_5/sapi/apache_hooks/ |
| H A D | mod_php5.h | 43 long stage; member in struct:_php_handler
|
Completed in 26 milliseconds