]> granicus.if.org Git - php/commitdiff
Fix desc
authorZeev Suraski <zeev@php.net>
Mon, 27 Dec 2004 18:53:07 +0000 (18:53 +0000)
committerZeev Suraski <zeev@php.net>
Mon, 27 Dec 2004 18:53:07 +0000 (18:53 +0000)
Zend/zend_builtin_functions.c

index 5a1dd96bd54612c273cf26fa5a03b53069ab9b61..a1d43623ca9b45282f39754de9616ee8698b68d8 100644 (file)
@@ -433,7 +433,7 @@ ZEND_FUNCTION(error_reporting)
 /* }}} */
 
 
-/* {{{ proto bool define(string constant_name, mixed value, case_sensitive=true)
+/* {{{ proto bool define(string constant_name, mixed value, boolean case_sensitive=true)
    Define a new constant */
 ZEND_FUNCTION(define)
 {