|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-04-27 12:52 UTC] felipe@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 04:00:02 2025 UTC |
Description: ------------ See below. Reproduce code: --------------- <?php class foo { public function x() { print "hi\n"; } } call_user_method('x', new foo); Expected result: ---------------- hi Actual result: -------------- hi [Mon Apr 27 09:40:26 2009] Script: '../bug.php' --------------------------------------- /home/felipe/dev/php6/ext/standard/basic_functions.c(4780) : Block 0x00000000 status: NULL ---------------------------------------