|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-11-01 17:50 UTC] pollita@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Thu Jun 18 11:00:02 2026 UTC |
Description: ------------ The last example of the php.net/zend-engine-2.php file misses a } <?php class Foo { public $prop; function Func($name) { echo "Hello $name"; } // <-- this one is missing } reflection_class::export(\'Foo\'); ... ?>