1
0
mirror of https://github.com/php/web-php.git synced 2026-04-25 07:58:04 +02:00

Bug Fix# 26069

This commit is contained in:
Sara Golemon
2003-11-01 22:51:03 +00:00
parent 73495e1490
commit 75fb8feb36
+1
View File
@@ -864,6 +864,7 @@ class Foo {
public $prop;
function Func($name) {
echo "Hello $name";
}
}
reflection_class::export(\'Foo\');