diff options
| author | David Croft <david@php.net> | 2000-08-14 08:37:28 +0000 |
|---|---|---|
| committer | David Croft <david@php.net> | 2000-08-14 08:37:28 +0000 |
| commit | 1a5d90c4ea6429bb94a4238376663d3ff416368d (patch) | |
| tree | 7537b9ddd3f0facf920b4ca592425a6311af2d1c /ext/standard/basic_functions.c | |
| parent | e1a36041037d4ac1e1dff587d051307e88baa35b (diff) | |
| download | php-git-1a5d90c4ea6429bb94a4238376663d3ff416368d.tar.gz | |
presumably this was wrong
Diffstat (limited to 'ext/standard/basic_functions.c')
| -rw-r--r-- | ext/standard/basic_functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index a1f219a724..f2a9697d22 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -1765,7 +1765,7 @@ PHP_FUNCTION(ini_get) /* }}} */ /* {{{ proto string ini_set(string varname, string newvalue) - Set a configuration option, returns false on error and the old value of the configuration option on failure */ + Set a configuration option, returns false on error and the old value of the configuration option on success */ PHP_FUNCTION(ini_set) { pval **varname, **new_value; |
