Lines Matching refs:zend_string
28 #define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, vo…
46 zend_string *name;
51 zend_string *value;
52 zend_string *orig_value;
79 ZEND_API zend_result zend_alter_ini_entry(zend_string *name, zend_string *new_value, int modify_typ…
80 ZEND_API zend_result zend_alter_ini_entry_ex(zend_string *name, zend_string *new_value, int modify_…
81 ZEND_API zend_result zend_alter_ini_entry_chars(zend_string *name, const char *value, size_t value_…
82 ZEND_API zend_result zend_alter_ini_entry_chars_ex(zend_string *name, const char *value, size_t val…
83 ZEND_API zend_result zend_restore_ini_entry(zend_string *name, int stage);
90 ZEND_API zend_string *zend_ini_str(const char *name, size_t name_length, bool orig);
91 ZEND_API zend_string *zend_ini_str_ex(const char *name, size_t name_length, bool orig, bool *exists…
92 ZEND_API zend_string *zend_ini_get_value(zend_string *name);
93 ZEND_API bool zend_ini_parse_bool(zend_string *str);
130 ZEND_API zend_long zend_ini_parse_quantity(zend_string *value, zend_string **errstr);
135 ZEND_API zend_ulong zend_ini_parse_uquantity(zend_string *value, zend_string **errstr);
137 ZEND_API zend_long zend_ini_parse_quantity_warn(zend_string *value, zend_string *setting);
139 ZEND_API zend_ulong zend_ini_parse_uquantity_warn(zend_string *value, zend_string *setting);