sebastian Mon Aug 20 17:01:22 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/reflection php_reflection.c
Log:
- Fugbix typo.
http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/php_reflection.c?r1=1.164.2.33.2.44&r2=1.164.2.33.2.45&diff_format=u
Index: php-src/ext/reflection/php_reflection.c
diff -u php-src/ext/reflection/php_reflection.c:1.164.2.33.2.44
php-src/ext/reflection/php_reflection.c:1.164.2.33.2.45
--- php-src/ext/reflection/php_reflection.c:1.164.2.33.2.44 Fri Aug 17
14:21:32 2007
+++ php-src/ext/reflection/php_reflection.c Mon Aug 20 17:01:22 2007
@@ -20,7 +20,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_reflection.c,v 1.164.2.33.2.44 2007/08/17 14:21:32 johannes Exp $
*/
+/* $Id: php_reflection.c,v 1.164.2.33.2.45 2007/08/20 17:01:22 sebastian Exp $
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -2732,7 +2732,7 @@
/* }}} */
/* {{{ proto public mixed ReflectionClass::getStaticPropertyValue(string name
[, mixed default])
- Returns the value of a tsstic property */
+ Returns the value of a static property */
ZEND_METHOD(reflection_class, getStaticPropertyValue)
{
reflection_object *intern;
@@ -4903,7 +4903,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.164.2.33.2.44 2007/08/17 14:21:32 johannes Exp $");
+ php_info_print_table_row(2, "Version", "$Id: php_reflection.c,v
1.164.2.33.2.45 2007/08/20 17:01:22 sebastian Exp $");
php_info_print_table_end();
} /* }}} */
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php