When running the example from the [`GearmanWorker::addFunction` documentation](https://www.php.net/manual/en/gearmanworker.addfunction.php), the following warning shows up: ``` PHP Warning: reverse_cb(): Argument php/doc-en#2 ($count) must be passed by reference, value given in worker.php on line 16 ``` Seems like the `$context` is not passed by reference.
When running the example from the
GearmanWorker::addFunctiondocumentation, the following warning shows up:Seems like the
$contextis not passed by reference.