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:
@@ -864,6 +864,7 @@ class Foo {
|
||||
public $prop;
|
||||
function Func($name) {
|
||||
echo "Hello $name";
|
||||
}
|
||||
}
|
||||
|
||||
reflection_class::export(\'Foo\');
|
||||
|
||||
Reference in New Issue
Block a user