summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2002-03-02 13:26:37 +0000
committerDerick Rethans <derick@php.net>2002-03-02 13:26:37 +0000
commit0c6be86747c478f791e0339e36a4923225106e41 (patch)
tree565e01d802361fb70583ee6c1b5c6921f757bf82
parentd5fee0cb0c79b3af291e377bf1e809ada67aaed7 (diff)
downloadphp-git-0c6be86747c478f791e0339e36a4923225106e41.tar.gz
- MFZE1
-rw-r--r--Zend/zend_builtin_functions.c2
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)
{