summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-10-03 13:55:51 +0200
committerRemi Collet <remi@remirepo.net>2017-10-03 13:55:51 +0200
commitdf19d061676a4bc5321b105bedaa4c67a6f298d8 (patch)
tree08e07b52a787d965bf5051404caab857cd078daa /REFLECTION
parent1a73ca58576b330f564e990d9c117429c2c8f3f1 (diff)
switcvh
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION186
1 files changed, 87 insertions, 99 deletions
diff --git a/REFLECTION b/REFLECTION
index e72b86f..fdf7f35 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #85 gearman version 1.1.2 ] {
+Extension [ <persistent> extension #86 gearman version 2.0.3 ] {
- Constants [157] {
Constant [ string GEARMAN_DEFAULT_TCP_HOST ] { localhost }
@@ -63,7 +63,7 @@ Extension [ <persistent> extension #85 gearman version 1.1.2 ] {
Constant [ integer GEARMAN_IGNORE_PACKET ] { 45 }
Constant [ integer GEARMAN_UNKNOWN_OPTION ] { 46 }
Constant [ integer GEARMAN_TIMEOUT ] { 47 }
- Constant [ integer GEARMAN_MAX_RETURN ] { 52 }
+ Constant [ integer GEARMAN_MAX_RETURN ] { 53 }
Constant [ integer GEARMAN_VERBOSE_FATAL ] { 1 }
Constant [ integer GEARMAN_VERBOSE_ERROR ] { 2 }
Constant [ integer GEARMAN_VERBOSE_INFO ] { 3 }
@@ -177,19 +177,12 @@ Extension [ <persistent> extension #85 gearman version 1.1.2 ] {
Parameter #0 [ <required> $verbose ]
}
}
- Function [ <internal:gearman> function gearman_client_return_code ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $client_object ]
- }
- }
Function [ <internal:gearman> function gearman_client_create ] {
- - Parameters [1] {
- Parameter #0 [ <required> $client_object ]
+ - Parameters [0] {
}
}
- Function [ <internal:gearman> function gearman_client_clone ] {
+ Function [ <internal:gearman> function gearman_client_return_code ] {
- Parameters [1] {
Parameter #0 [ <required> $client_object ]
@@ -201,7 +194,7 @@ Extension [ <persistent> extension #85 gearman version 1.1.2 ] {
Parameter #0 [ <required> $client_object ]
}
}
- Function [ <internal:gearman> function gearman_client_errno ] {
+ Function [ <internal:gearman> function gearman_client_get_errno ] {
- Parameters [1] {
Parameter #0 [ <required> $client_object ]
@@ -281,15 +274,6 @@ Extension [ <persistent> extension #85 gearman version 1.1.2 ] {
Parameter #0 [ <required> $client_object ]
}
}
- Function [ <internal:gearman> function gearman_client_do ] {
-
- - Parameters [4] {
- Parameter #0 [ <required> $client_object ]
- Parameter #1 [ <required> $function_name ]
- Parameter #2 [ <required> $workload ]
- Parameter #3 [ <optional> $unique ]
- }
- }
Function [ <internal:gearman> function gearman_client_do_normal ] {
- Parameters [4] {
@@ -370,13 +354,6 @@ Extension [ <persistent> extension #85 gearman version 1.1.2 ] {
Parameter #1 [ <required> $unique_key ]
}
}
- Function [ <internal:gearman> function gearman_client_echo ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $client_object ]
- Parameter #1 [ <required> $workload ]
- }
- }
Function [ <internal:gearman> function gearman_client_ping ] {
- Parameters [2] {
@@ -452,63 +429,63 @@ Extension [ <persistent> extension #85 gearman version 1.1.2 ] {
Parameter #2 [ <optional> $context ]
}
}
- Function [ <internal:gearman> function gearman_client_set_workload_fn ] {
+ Function [ <internal:gearman> function gearman_client_set_workload_callback ] {
- Parameters [2] {
Parameter #0 [ <required> $client_object ]
Parameter #1 [ <required> $callback ]
}
}
- Function [ <internal:gearman> function gearman_client_set_created_fn ] {
+ Function [ <internal:gearman> function gearman_client_set_created_callback ] {
- Parameters [2] {
Parameter #0 [ <required> $client_object ]
Parameter #1 [ <required> $callback ]
}
}
- Function [ <internal:gearman> function gearman_client_set_data_fn ] {
+ Function [ <internal:gearman> function gearman_client_set_data_callback ] {
- Parameters [2] {
Parameter #0 [ <required> $client_object ]
Parameter #1 [ <required> $callback ]
}
}
- Function [ <internal:gearman> function gearman_client_set_warning_fn ] {
+ Function [ <internal:gearman> function gearman_client_set_warning_callback ] {
- Parameters [2] {
Parameter #0 [ <required> $client_object ]
Parameter #1 [ <required> $callback ]
}
}
- Function [ <internal:gearman> function gearman_client_set_status_fn ] {
+ Function [ <internal:gearman> function gearman_client_set_status_callback ] {
- Parameters [2] {
Parameter #0 [ <required> $client_object ]
Parameter #1 [ <required> $callback ]
}
}
- Function [ <internal:gearman> function gearman_client_set_complete_fn ] {
+ Function [ <internal:gearman> function gearman_client_set_complete_callback ] {
- Parameters [2] {
Parameter #0 [ <required> $client_object ]
Parameter #1 [ <required> $callback ]
}
}
- Function [ <internal:gearman> function gearman_client_set_exception_fn ] {
+ Function [ <internal:gearman> function gearman_client_set_exception_callback ] {
- Parameters [2] {
Parameter #0 [ <required> $client_object ]
Parameter #1 [ <required> $callback ]
}
}
- Function [ <internal:gearman> function gearman_client_set_fail_fn ] {
+ Function [ <internal:gearman> function gearman_client_set_fail_callback ] {
- Parameters [2] {
Parameter #0 [ <required> $client_object ]
Parameter #1 [ <required> $callback ]
}
}
- Function [ <internal:gearman> function gearman_client_clear_fn ] {
+ Function [ <internal:gearman> function gearman_client_clear_callbacks ] {
- Parameters [1] {
Parameter #0 [ <required> $client_object ]
@@ -517,7 +494,7 @@ Extension [ <persistent> extension #85 gearman version 1.1.2 ] {
Function [ <internal:gearman> function gearman_client_run_tasks ] {
- Parameters [1] {
- Parameter #0 [ <required> $data ]
+ Parameter #0 [ <required> $client_object ]
}
}
Function [ <internal:gearman> function gearman_task_return_code ] {
@@ -568,23 +545,23 @@ Extension [ <persistent> extension #85 gearman version 1.1.2 ] {
Parameter #0 [ <required> $task_object ]
}
}
- Function [ <internal:gearman> function gearman_task_send_workload ] {
+ Function [ <internal:gearman> function gearman_task_data ] {
- - Parameters [2] {
+ - Parameters [1] {
Parameter #0 [ <required> $task_object ]
- Parameter #1 [ <required> $data ]
}
}
- Function [ <internal:gearman> function gearman_task_data ] {
+ Function [ <internal:gearman> function gearman_task_data_size ] {
- Parameters [1] {
Parameter #0 [ <required> $task_object ]
}
}
- Function [ <internal:gearman> function gearman_task_data_size ] {
+ Function [ <internal:gearman> function gearman_task_send_workload ] {
- - Parameters [1] {
+ - Parameters [2] {
Parameter #0 [ <required> $task_object ]
+ Parameter #1 [ <required> $data ]
}
}
Function [ <internal:gearman> function gearman_task_recv_data ] {
@@ -605,12 +582,6 @@ Extension [ <persistent> extension #85 gearman version 1.1.2 ] {
- Parameters [0] {
}
}
- Function [ <internal:gearman> function gearman_worker_clone ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $worker_object ]
- }
- }
Function [ <internal:gearman> function gearman_worker_error ] {
- Parameters [1] {
@@ -734,7 +705,7 @@ Extension [ <persistent> extension #85 gearman version 1.1.2 ] {
Parameter #0 [ <required> $worker_object ]
}
}
- Function [ <internal:gearman> function gearman_worker_echo ] {
+ Function [ <internal:gearman> function gearman_worker_ping ] {
- Parameters [2] {
Parameter #0 [ <required> $worker_object ]
@@ -747,6 +718,13 @@ Extension [ <persistent> extension #85 gearman version 1.1.2 ] {
Parameter #0 [ <required> $job_object ]
}
}
+ Function [ <internal:gearman> function gearman_job_set_return ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $job_object ]
+ Parameter #1 [ <required> $gearman_return_t ]
+ }
+ }
Function [ <internal:gearman> function gearman_job_send_data ] {
- Parameters [2] {
@@ -836,17 +814,20 @@ Extension [ <persistent> extension #85 gearman version 1.1.2 ] {
- Properties [0] {
}
- - Methods [46] {
+ - Methods [44] {
Method [ <internal:gearman, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
}
- Method [ <internal:gearman> public method returnCode ] {
+ Method [ <internal:gearman, dtor> public method __destruct ] {
- Parameters [0] {
}
}
- Method [ <internal:gearman> public method clone ] {
+ Method [ <internal:gearman> public method returnCode ] {
- Parameters [0] {
}
@@ -938,15 +919,6 @@ Extension [ <persistent> extension #85 gearman version 1.1.2 ] {
}
}
- Method [ <internal:gearman> public method do ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> $function_name ]
- Parameter #1 [ <required> $workload ]
- Parameter #2 [ <optional> $unique ]
- }
- }
-
Method [ <internal:gearman> public method doNormal ] {
- Parameters [3] {
@@ -974,18 +946,6 @@ Extension [ <persistent> extension #85 gearman version 1.1.2 ] {
}
}
- Method [ <internal:gearman> public method doJobHandle ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:gearman> public method doStatus ] {
-
- - Parameters [0] {
- }
- }
-
Method [ <internal:gearman> public method doBackground ] {
- Parameters [3] {
@@ -1013,24 +973,29 @@ Extension [ <persistent> extension #85 gearman version 1.1.2 ] {
}
}
- Method [ <internal:gearman> public method jobStatus ] {
+ Method [ <internal:gearman> public method doJobHandle ] {
- - Parameters [1] {
- Parameter #0 [ <required> $job_handle ]
+ - Parameters [0] {
}
}
- Method [ <internal:gearman> public method jobStatusByUniqueKey ] {
+ Method [ <internal:gearman> public method doStatus ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:gearman> public method jobStatus ] {
- Parameters [1] {
- Parameter #0 [ <required> $unique_key ]
+ Parameter #0 [ <required> $job_handle ]
}
}
- Method [ <internal:gearman> public method echo ] {
+ Method [ <internal:gearman> public method jobStatusByUniqueKey ] {
- Parameters [1] {
- Parameter #0 [ <required> $workload ]
+ Parameter #0 [ <required> $unique_key ]
}
}
@@ -1132,9 +1097,8 @@ Extension [ <persistent> extension #85 gearman version 1.1.2 ] {
Method [ <internal:gearman> public method setWarningCallback ] {
- - Parameters [2] {
- Parameter #0 [ <required> $client_object ]
- Parameter #1 [ <optional> $callback ]
+ - Parameters [1] {
+ Parameter #0 [ <required> $callback ]
}
}
@@ -1194,7 +1158,19 @@ Extension [ <persistent> extension #85 gearman version 1.1.2 ] {
- Properties [0] {
}
- - Methods [12] {
+ - Methods [14] {
+ Method [ <internal:gearman, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:gearman, dtor> public method __destruct ] {
+
+ - Parameters [0] {
+ }
+ }
+
Method [ <internal:gearman> public method returnCode ] {
- Parameters [0] {
@@ -1287,15 +1263,18 @@ Extension [ <persistent> extension #85 gearman version 1.1.2 ] {
- Methods [22] {
Method [ <internal:gearman, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
}
- Method [ <internal:gearman> public method returnCode ] {
+ Method [ <internal:gearman, dtor> public method __destruct ] {
- Parameters [0] {
}
}
- Method [ <internal:gearman> public method clone ] {
+ Method [ <internal:gearman> public method returnCode ] {
- Parameters [0] {
}
@@ -1447,7 +1426,13 @@ Extension [ <persistent> extension #85 gearman version 1.1.2 ] {
- Properties [0] {
}
- - Methods [13] {
+ - Methods [14] {
+ Method [ <internal:gearman, dtor> public method __destruct ] {
+
+ - Parameters [0] {
+ }
+ }
+
Method [ <internal:gearman> public method returnCode ] {
- Parameters [0] {
@@ -1535,7 +1520,7 @@ Extension [ <persistent> extension #85 gearman version 1.1.2 ] {
}
}
- Class [ <internal:gearman> class GearmanException extends Exception ] {
+ Class [ <internal:gearman> final class GearmanException extends Exception implements Throwable ] {
- Constants [0] {
}
@@ -1553,7 +1538,7 @@ Extension [ <persistent> extension #85 gearman version 1.1.2 ] {
Property [ <default> public $code ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
- Parameters [3] {
@@ -1563,28 +1548,31 @@ Extension [ <persistent> extension #85 gearman version 1.1.2 ] {
}
}
- Method [ <internal:Core, inherits Exception> final public method getMessage ] {
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
}
- Method [ <internal:Core, inherits Exception> final public method getCode ] {
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
}
- Method [ <internal:Core, inherits Exception> final public method getFile ] {
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
}
- Method [ <internal:Core, inherits Exception> final public method getLine ] {
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
}
- Method [ <internal:Core, inherits Exception> final public method getTrace ] {
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
}
- Method [ <internal:Core, inherits Exception> final public method getPrevious ] {
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
}
- Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] {
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
}
- Method [ <internal:Core, inherits Exception> public method __toString ] {
+ Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
}
}
}