From 24833250b7b41e0771f0c369650841e49e470bfb Mon Sep 17 00:00:00 2001 From: Alan Collison Date: Sat, 7 Nov 2009 17:09:13 +0000 Subject: [PATCH] added note on E_WARNING notice git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290389 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/gearman/gearmanworker/work.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reference/gearman/gearmanworker/work.xml b/reference/gearman/gearmanworker/work.xml index 92157cb7ab..260570a8b0 100644 --- a/reference/gearman/gearmanworker/work.xml +++ b/reference/gearman/gearmanworker/work.xml @@ -15,6 +15,9 @@ Waits for a job to be assigned and then calls the appropriate callback function. + Issues an E_WARNING with the last Gearman error if the return + code is not one of GEARMAN_SUCCESS, GEARMAN_IO_WAIT, + or GEARMAN_WORK_FAIL.