|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2004-03-07 14:13 UTC] su1d at phpclub dot net
Description:
------------
E:\>php -v
PHP 5.0.0b4 (cli) (built: Feb 12 2004 18:00:13)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v2.0.0-dev, Copyright (c) 1998-2004 Zend Technologies
E:\>php -r "$F = new Reflection_Function('abs');"
E:\>php -r "$F = new Reflection_Function('no_function');"
** BANG! **
Reproduce code:
---------------
$F = new Reflection_Function('no_function');
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 22:00:01 2025 UTC |
Negative. The bug persists: C:\>php -v PHP 5.0.0RC2-dev (cli) (built: Apr 8 2004 16:16:41) Copyright (c) 1997-2004 The PHP Group Zend Engine v2.0.0RC2-dev, Copyright (c) 1998-2004 Zend Technologies C:\>php -r "$r = new ReflectionFunction('abs');" C:\>php -r "$r = new ReflectionFunction('nofunc');" ** CRASH **