|
@@ -1,5 +1,5 @@
|
|
|
/* This is a generated file, edit the .stub.php file instead.
|
|
|
- * Stub hash: c5850721215985dca036c41a5b4a827a15b32f66 */
|
|
|
+ * Stub hash: 7db1ae6e6603b0be9126ceb70d68ed76646159b7 */
|
|
|
|
|
|
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_gearman_version, 0, 0, IS_STRING, 0)
|
|
|
ZEND_END_ARG_INFO()
|
|
@@ -335,6 +335,8 @@ ZEND_END_ARG_INFO()
|
|
|
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_GearmanClient___construct, 0, 0, 0)
|
|
|
ZEND_END_ARG_INFO()
|
|
|
|
|
|
+#define arginfo_class_GearmanClient___destruct arginfo_class_GearmanClient___construct
|
|
|
+
|
|
|
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_GearmanClient_returnCode, 0, 0, IS_LONG, 0)
|
|
|
ZEND_END_ARG_INFO()
|
|
|
|
|
@@ -458,6 +460,8 @@ ZEND_END_ARG_INFO()
|
|
|
|
|
|
#define arginfo_class_GearmanClient_enableExceptionHandler arginfo_class_GearmanClient_wait
|
|
|
|
|
|
+#define arginfo_class_GearmanJob___destruct arginfo_class_GearmanClient___construct
|
|
|
+
|
|
|
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_GearmanJob_returnCode, 0, 0, IS_LONG, 1)
|
|
|
ZEND_END_ARG_INFO()
|
|
|
|
|
@@ -533,6 +537,8 @@ ZEND_END_ARG_INFO()
|
|
|
|
|
|
#define arginfo_class_GearmanWorker___construct arginfo_class_GearmanClient___construct
|
|
|
|
|
|
+#define arginfo_class_GearmanWorker___destruct arginfo_class_GearmanClient___construct
|
|
|
+
|
|
|
#define arginfo_class_GearmanWorker_returnCode arginfo_class_GearmanJob_returnCode
|
|
|
|
|
|
#define arginfo_class_GearmanWorker_error arginfo_class_GearmanClient_error
|
|
@@ -687,8 +693,11 @@ ZEND_FUNCTION(gearman_worker_add_function);
|
|
|
ZEND_FUNCTION(gearman_worker_work);
|
|
|
ZEND_FUNCTION(gearman_worker_ping);
|
|
|
ZEND_METHOD(GearmanClient, __construct);
|
|
|
+ZEND_METHOD(GearmanClient, __destruct);
|
|
|
+ZEND_METHOD(GearmanJob, __destruct);
|
|
|
ZEND_METHOD(GearmanTask, __construct);
|
|
|
ZEND_METHOD(GearmanWorker, __construct);
|
|
|
+ZEND_METHOD(GearmanWorker, __destruct);
|
|
|
|
|
|
|
|
|
static const zend_function_entry ext_functions[] = {
|
|
@@ -791,6 +800,7 @@ static const zend_function_entry ext_functions[] = {
|
|
|
|
|
|
static const zend_function_entry class_GearmanClient_methods[] = {
|
|
|
ZEND_ME(GearmanClient, __construct, arginfo_class_GearmanClient___construct, ZEND_ACC_PUBLIC)
|
|
|
+ ZEND_ME(GearmanClient, __destruct, arginfo_class_GearmanClient___destruct, ZEND_ACC_PUBLIC)
|
|
|
ZEND_ME_MAPPING(returnCode, gearman_client_return_code, arginfo_class_GearmanClient_returnCode, ZEND_ACC_PUBLIC)
|
|
|
ZEND_ME_MAPPING(error, gearman_client_error, arginfo_class_GearmanClient_error, ZEND_ACC_PUBLIC)
|
|
|
ZEND_ME_MAPPING(getErrno, gearman_client_get_errno, arginfo_class_GearmanClient_getErrno, ZEND_ACC_PUBLIC)
|
|
@@ -839,6 +849,7 @@ static const zend_function_entry class_GearmanClient_methods[] = {
|
|
|
|
|
|
|
|
|
static const zend_function_entry class_GearmanJob_methods[] = {
|
|
|
+ ZEND_ME(GearmanJob, __destruct, arginfo_class_GearmanJob___destruct, ZEND_ACC_PUBLIC)
|
|
|
ZEND_ME_MAPPING(returnCode, gearman_job_return_code, arginfo_class_GearmanJob_returnCode, ZEND_ACC_PUBLIC)
|
|
|
ZEND_ME_MAPPING(setReturn, gearman_job_set_return, arginfo_class_GearmanJob_setReturn, ZEND_ACC_PUBLIC)
|
|
|
ZEND_ME_MAPPING(sendData, gearman_job_send_data, arginfo_class_GearmanJob_sendData, ZEND_ACC_PUBLIC)
|
|
@@ -876,6 +887,7 @@ static const zend_function_entry class_GearmanTask_methods[] = {
|
|
|
|
|
|
static const zend_function_entry class_GearmanWorker_methods[] = {
|
|
|
ZEND_ME(GearmanWorker, __construct, arginfo_class_GearmanWorker___construct, ZEND_ACC_PUBLIC)
|
|
|
+ ZEND_ME(GearmanWorker, __destruct, arginfo_class_GearmanWorker___destruct, ZEND_ACC_PUBLIC)
|
|
|
ZEND_ME_MAPPING(returnCode, gearman_worker_return_code, arginfo_class_GearmanWorker_returnCode, ZEND_ACC_PUBLIC)
|
|
|
ZEND_ME_MAPPING(error, gearman_worker_error, arginfo_class_GearmanWorker_error, ZEND_ACC_PUBLIC)
|
|
|
ZEND_ME_MAPPING(getErrno, gearman_worker_errno, arginfo_class_GearmanWorker_getErrno, ZEND_ACC_PUBLIC)
|