|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2014-09-26 06:35 UTC] pear at laurent-laville dot org
Description: ------------ Hello, As asked by remi@php.net, I've opened a new bug report related to Reflection API. Have a look on original issue at https://bugs.php.net/bug.php?id=68094, for details and patch provided by remi. Laurent Laville Patchesalias-reflection.patch (last revision 2014-09-26 06:50 UTC by remi@php.net)Pull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 10:00:01 2025 UTC |
$ php -r '$r=new ReflectionExtension("pthreads"); print_r($r->getClassNames());' Array ( [0] => Threaded [1] => stackable [2] => Thread [3] => Worker [4] => Mutex [5] => Cond [6] => Collectable [7] => Pool )