sebastian Mon Aug 20 17:01:59 2007 UTC Modified files: /php-src/ext/reflection php_reflection.c Log: - MFB: Fugbix typo. http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/php_reflection.c?r1=1.281&r2=1.282&diff_format=u Index: php-src/ext/reflection/php_reflection.c diff -u php-src/ext/reflection/php_reflection.c:1.281 php-src/ext/reflection/php_reflection.c:1.282 --- php-src/ext/reflection/php_reflection.c:1.281 Fri Aug 17 14:21:00 2007 +++ php-src/ext/reflection/php_reflection.c Mon Aug 20 17:01:59 2007 @@ -20,7 +20,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_reflection.c,v 1.281 2007/08/17 14:21:00 johannes Exp $ */ +/* $Id: php_reflection.c,v 1.282 2007/08/20 17:01:59 sebastian Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -2778,7 +2778,7 @@ /* }}} */ /* {{{ proto public mixed ReflectionClass::getStaticPropertyValue(string name [, mixed default]) U - Returns the value of a tsstic property */ + Returns the value of a static property */ ZEND_METHOD(reflection_class, getStaticPropertyValue) { reflection_object *intern; @@ -5022,7 +5022,7 @@ php_info_print_table_start(); php_info_print_table_header(2, "Reflection", "enabled"); - php_info_print_table_row(2, "Version", "$Id: php_reflection.c,v 1.281 2007/08/17 14:21:00 johannes Exp $"); + php_info_print_table_row(2, "Version", "$Id: php_reflection.c,v 1.282 2007/08/20 17:01:59 sebastian Exp $"); php_info_print_table_end(); } /* }}} */
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php