From: Sara Golemon Date: Mon, 21 Jan 2008 06:36:58 +0000 (+0000) Subject: Flag safe func X-Git-Tag: RELEASE_2_0_0a1~828 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4be8bc52bda7ec4e262ef0f892fbb593ee3cc808;p=php Flag safe func --- diff --git a/Zend/zend_builtin_functions.c b/Zend/zend_builtin_functions.c index e8dfe30eff..6bbff917f4 100644 --- a/Zend/zend_builtin_functions.c +++ b/Zend/zend_builtin_functions.c @@ -616,7 +616,7 @@ ZEND_FUNCTION(get_class) } /* }}} */ -/* {{{ proto string get_called_class() +/* {{{ proto string get_called_class() U Retrieves the class name */ ZEND_FUNCTION(get_called_class) {