From 4be8bc52bda7ec4e262ef0f892fbb593ee3cc808 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Mon, 21 Jan 2008 06:36:58 +0000 Subject: [PATCH] Flag safe func --- Zend/zend_builtin_functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.50.1