|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-01-22 18:49 UTC] contact at jamesluedke dot com
[2011-08-20 08:01 UTC] hradtke@php.net
[2011-08-21 23:59 UTC] hradtke@php.net
[2011-12-05 13:42 UTC] mike at digitalstruct dot com
[2011-12-05 16:48 UTC] hradtke@php.net
[2011-12-05 18:05 UTC] hradtke@php.net
[2011-12-05 18:08 UTC] hradtke@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 04:00:02 2025 UTC |
Description: ------------ The following methods use php constructs as name: GearmanClient::do GearmanClient::echo GearmanWorker::echo GearmanTask::function (marked deprected) Please consider changing the name to avoid problems. Reproduce code: --------------- class MyClient extends GearmanClient { public function echo($workload) {} } Expected result: ---------------- I'd like to override the echo method Actual result: -------------- I get a parse error from php