From df19d061676a4bc5321b105bedaa4c67a6f298d8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Oct 2017 13:55:51 +0200 Subject: switcvh --- REFLECTION | 186 +++++++++++++++++++++++++++++-------------------------------- 1 file changed, 87 insertions(+), 99 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index e72b86f..fdf7f35 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #85 gearman version 1.1.2 ] { +Extension [ extension #86 gearman version 2.0.3 ] { - Constants [157] { Constant [ string GEARMAN_DEFAULT_TCP_HOST ] { localhost } @@ -63,7 +63,7 @@ Extension [ 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 [ extension #85 gearman version 1.1.2 ] { Parameter #0 [ $verbose ] } } - Function [ function gearman_client_return_code ] { - - - Parameters [1] { - Parameter #0 [ $client_object ] - } - } Function [ function gearman_client_create ] { - - Parameters [1] { - Parameter #0 [ $client_object ] + - Parameters [0] { } } - Function [ function gearman_client_clone ] { + Function [ function gearman_client_return_code ] { - Parameters [1] { Parameter #0 [ $client_object ] @@ -201,7 +194,7 @@ Extension [ extension #85 gearman version 1.1.2 ] { Parameter #0 [ $client_object ] } } - Function [ function gearman_client_errno ] { + Function [ function gearman_client_get_errno ] { - Parameters [1] { Parameter #0 [ $client_object ] @@ -281,15 +274,6 @@ Extension [ extension #85 gearman version 1.1.2 ] { Parameter #0 [ $client_object ] } } - Function [ function gearman_client_do ] { - - - Parameters [4] { - Parameter #0 [ $client_object ] - Parameter #1 [ $function_name ] - Parameter #2 [ $workload ] - Parameter #3 [ $unique ] - } - } Function [ function gearman_client_do_normal ] { - Parameters [4] { @@ -370,13 +354,6 @@ Extension [ extension #85 gearman version 1.1.2 ] { Parameter #1 [ $unique_key ] } } - Function [ function gearman_client_echo ] { - - - Parameters [2] { - Parameter #0 [ $client_object ] - Parameter #1 [ $workload ] - } - } Function [ function gearman_client_ping ] { - Parameters [2] { @@ -452,63 +429,63 @@ Extension [ extension #85 gearman version 1.1.2 ] { Parameter #2 [ $context ] } } - Function [ function gearman_client_set_workload_fn ] { + Function [ function gearman_client_set_workload_callback ] { - Parameters [2] { Parameter #0 [ $client_object ] Parameter #1 [ $callback ] } } - Function [ function gearman_client_set_created_fn ] { + Function [ function gearman_client_set_created_callback ] { - Parameters [2] { Parameter #0 [ $client_object ] Parameter #1 [ $callback ] } } - Function [ function gearman_client_set_data_fn ] { + Function [ function gearman_client_set_data_callback ] { - Parameters [2] { Parameter #0 [ $client_object ] Parameter #1 [ $callback ] } } - Function [ function gearman_client_set_warning_fn ] { + Function [ function gearman_client_set_warning_callback ] { - Parameters [2] { Parameter #0 [ $client_object ] Parameter #1 [ $callback ] } } - Function [ function gearman_client_set_status_fn ] { + Function [ function gearman_client_set_status_callback ] { - Parameters [2] { Parameter #0 [ $client_object ] Parameter #1 [ $callback ] } } - Function [ function gearman_client_set_complete_fn ] { + Function [ function gearman_client_set_complete_callback ] { - Parameters [2] { Parameter #0 [ $client_object ] Parameter #1 [ $callback ] } } - Function [ function gearman_client_set_exception_fn ] { + Function [ function gearman_client_set_exception_callback ] { - Parameters [2] { Parameter #0 [ $client_object ] Parameter #1 [ $callback ] } } - Function [ function gearman_client_set_fail_fn ] { + Function [ function gearman_client_set_fail_callback ] { - Parameters [2] { Parameter #0 [ $client_object ] Parameter #1 [ $callback ] } } - Function [ function gearman_client_clear_fn ] { + Function [ function gearman_client_clear_callbacks ] { - Parameters [1] { Parameter #0 [ $client_object ] @@ -517,7 +494,7 @@ Extension [ extension #85 gearman version 1.1.2 ] { Function [ function gearman_client_run_tasks ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ $client_object ] } } Function [ function gearman_task_return_code ] { @@ -568,23 +545,23 @@ Extension [ extension #85 gearman version 1.1.2 ] { Parameter #0 [ $task_object ] } } - Function [ function gearman_task_send_workload ] { + Function [ function gearman_task_data ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ $task_object ] - Parameter #1 [ $data ] } } - Function [ function gearman_task_data ] { + Function [ function gearman_task_data_size ] { - Parameters [1] { Parameter #0 [ $task_object ] } } - Function [ function gearman_task_data_size ] { + Function [ function gearman_task_send_workload ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $task_object ] + Parameter #1 [ $data ] } } Function [ function gearman_task_recv_data ] { @@ -605,12 +582,6 @@ Extension [ extension #85 gearman version 1.1.2 ] { - Parameters [0] { } } - Function [ function gearman_worker_clone ] { - - - Parameters [1] { - Parameter #0 [ $worker_object ] - } - } Function [ function gearman_worker_error ] { - Parameters [1] { @@ -734,7 +705,7 @@ Extension [ extension #85 gearman version 1.1.2 ] { Parameter #0 [ $worker_object ] } } - Function [ function gearman_worker_echo ] { + Function [ function gearman_worker_ping ] { - Parameters [2] { Parameter #0 [ $worker_object ] @@ -747,6 +718,13 @@ Extension [ extension #85 gearman version 1.1.2 ] { Parameter #0 [ $job_object ] } } + Function [ function gearman_job_set_return ] { + + - Parameters [2] { + Parameter #0 [ $job_object ] + Parameter #1 [ $gearman_return_t ] + } + } Function [ function gearman_job_send_data ] { - Parameters [2] { @@ -836,17 +814,20 @@ Extension [ extension #85 gearman version 1.1.2 ] { - Properties [0] { } - - Methods [46] { + - Methods [44] { Method [ public method __construct ] { + + - Parameters [0] { + } } - Method [ public method returnCode ] { + Method [ public method __destruct ] { - Parameters [0] { } } - Method [ public method clone ] { + Method [ public method returnCode ] { - Parameters [0] { } @@ -938,15 +919,6 @@ Extension [ extension #85 gearman version 1.1.2 ] { } } - Method [ public method do ] { - - - Parameters [3] { - Parameter #0 [ $function_name ] - Parameter #1 [ $workload ] - Parameter #2 [ $unique ] - } - } - Method [ public method doNormal ] { - Parameters [3] { @@ -974,18 +946,6 @@ Extension [ extension #85 gearman version 1.1.2 ] { } } - Method [ public method doJobHandle ] { - - - Parameters [0] { - } - } - - Method [ public method doStatus ] { - - - Parameters [0] { - } - } - Method [ public method doBackground ] { - Parameters [3] { @@ -1013,24 +973,29 @@ Extension [ extension #85 gearman version 1.1.2 ] { } } - Method [ public method jobStatus ] { + Method [ public method doJobHandle ] { - - Parameters [1] { - Parameter #0 [ $job_handle ] + - Parameters [0] { } } - Method [ public method jobStatusByUniqueKey ] { + Method [ public method doStatus ] { + + - Parameters [0] { + } + } + + Method [ public method jobStatus ] { - Parameters [1] { - Parameter #0 [ $unique_key ] + Parameter #0 [ $job_handle ] } } - Method [ public method echo ] { + Method [ public method jobStatusByUniqueKey ] { - Parameters [1] { - Parameter #0 [ $workload ] + Parameter #0 [ $unique_key ] } } @@ -1132,9 +1097,8 @@ Extension [ extension #85 gearman version 1.1.2 ] { Method [ public method setWarningCallback ] { - - Parameters [2] { - Parameter #0 [ $client_object ] - Parameter #1 [ $callback ] + - Parameters [1] { + Parameter #0 [ $callback ] } } @@ -1194,7 +1158,19 @@ Extension [ extension #85 gearman version 1.1.2 ] { - Properties [0] { } - - Methods [12] { + - Methods [14] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method __destruct ] { + + - Parameters [0] { + } + } + Method [ public method returnCode ] { - Parameters [0] { @@ -1287,15 +1263,18 @@ Extension [ extension #85 gearman version 1.1.2 ] { - Methods [22] { Method [ public method __construct ] { + + - Parameters [0] { + } } - Method [ public method returnCode ] { + Method [ public method __destruct ] { - Parameters [0] { } } - Method [ public method clone ] { + Method [ public method returnCode ] { - Parameters [0] { } @@ -1447,7 +1426,13 @@ Extension [ extension #85 gearman version 1.1.2 ] { - Properties [0] { } - - Methods [13] { + - Methods [14] { + Method [ public method __destruct ] { + + - Parameters [0] { + } + } + Method [ public method returnCode ] { - Parameters [0] { @@ -1535,7 +1520,7 @@ Extension [ extension #85 gearman version 1.1.2 ] { } } - Class [ class GearmanException extends Exception ] { + Class [ final class GearmanException extends Exception implements Throwable ] { - Constants [0] { } @@ -1553,7 +1538,7 @@ Extension [ extension #85 gearman version 1.1.2 ] { Property [ public $code ] } - - Methods [9] { + - Methods [10] { Method [ public method __construct ] { - Parameters [3] { @@ -1563,28 +1548,31 @@ Extension [ extension #85 gearman version 1.1.2 ] { } } - Method [ final public method getMessage ] { + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } -- cgit