Lines Matching defs:_zend_ini_entry
47 struct _zend_ini_entry { struct48 zend_string *name;50 void *mh_arg1;51 void *mh_arg2;52 void *mh_arg3;53 zend_string *value;54 zend_string *orig_value;55 void (*displayer)(zend_ini_entry *ini_entry, int type);56 int modifiable;58 int orig_modifiable;59 int modified;60 int module_number;