diff options
author | Derick Rethans <derick@php.net> | 2002-03-02 13:26:37 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2002-03-02 13:26:37 +0000 |
commit | 0c6be86747c478f791e0339e36a4923225106e41 (patch) | |
tree | 565e01d802361fb70583ee6c1b5c6921f757bf82 | |
parent | d5fee0cb0c79b3af291e377bf1e809ada67aaed7 (diff) | |
download | php-git-0c6be86747c478f791e0339e36a4923225106e41.tar.gz |
- MFZE1
-rw-r--r-- | Zend/zend_builtin_functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_builtin_functions.c b/Zend/zend_builtin_functions.c index da426d51f0..1cff9020fc 100644 --- a/Zend/zend_builtin_functions.c +++ b/Zend/zend_builtin_functions.c @@ -464,7 +464,7 @@ ZEND_FUNCTION(define) /* }}} */ -/* {{{ proto bool define(string constant_name) +/* {{{ proto bool defined(string constant_name) Check whether a constant exists */ ZEND_FUNCTION(defined) { |