rasmus Mon Mar 6 23:27:26 2006 UTC
Modified files:
/php-src/ext/reflection php_reflection.c
Log:
stray text
http://cvs.php.net/viewcvs.cgi/php-src/ext/reflection/php_reflection.c?r1=1.226&r2=1.227&diff_format=u
Index: php-src/ext/reflection/php_reflection.c
diff -u php-src/ext/reflection/php_reflection.c:1.226
php-src/ext/reflection/php_reflection.c:1.227
--- php-src/ext/reflection/php_reflection.c:1.226 Mon Mar 6 09:47:03 2006
+++ php-src/ext/reflection/php_reflection.c Mon Mar 6 23:27:26 2006
@@ -20,7 +20,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_reflection.c,v 1.226 2006/03/06 09:47:03 helly Exp $ */
+/* $Id: php_reflection.c,v 1.227 2006/03/06 23:27:26 rasmus Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -1330,7 +1330,7 @@
}
/* }}} */
-/* {{{ proto public static mixed ReflectionFunction::export(string name [,
bool return]) throws ReflectionException
+/* {{{ proto public static mixed ReflectionFunction::export(string name [,
bool return])
Exports a reflection object. Returns the output if TRUE is specified for
return, printing it otherwise. */
ZEND_METHOD(reflection_function, export)
{
@@ -4501,7 +4501,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.226
2006/03/06 09:47:03 helly Exp $");
+ php_info_print_table_row(2, "Version", "$Id: php_reflection.c,v 1.227
2006/03/06 23:27:26 rasmus Exp $");
php_info_print_table_end();
} /* }}} */
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php