unread
The following code triggers a segfault with the attached stacktrace:
<?php
class UML_Class extends ReflectionClass {
}
print ReflectionClass::export('UML_Class');
?>
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/