diff options
author | Egon Schmid <eschmid@php.net> | 2000-02-24 14:43:53 +0000 |
---|---|---|
committer | Egon Schmid <eschmid@php.net> | 2000-02-24 14:43:53 +0000 |
commit | c07b5282af83c8bb3c1fe770c6f35cd64cfcb474 (patch) | |
tree | f99f230b908e1451e9c64c91b960976ee3c918b9 /ext/standard/assert.c | |
parent | 2b9b11d3af416c3619cc7527bf192c5f6df46124 (diff) | |
download | php-git-c07b5282af83c8bb3c1fe770c6f35cd64cfcb474.tar.gz |
More protos.
Diffstat (limited to 'ext/standard/assert.c')
-rw-r--r-- | ext/standard/assert.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/assert.c b/ext/standard/assert.c index 4718d7d914..683b12a87f 100644 --- a/ext/standard/assert.c +++ b/ext/standard/assert.c @@ -157,7 +157,7 @@ PHP_MINFO_FUNCTION(assert) /* {{{ internal functions */ /* }}} */ /* {{{ proto int assert(string|bool assertion) - checks if assertion is false */ + Checks if assertion is false */ PHP_FUNCTION(assert) { @@ -266,8 +266,8 @@ PHP_FUNCTION(assert) } /* }}} */ -/* {{{ proto mixed assert_options(int what,mixed value) - set/get the various assert flags. */ +/* {{{ proto mixed assert_options(int what, mixed value) + Set/get the various assert flags */ PHP_FUNCTION(assert_options) { |