Lines Matching refs:handler
12 echo 'Method start handler: ', $tag, PHP_EOL;
17 echo 'Method end handler: ', $tag, PHP_EOL;
47 echo "\nStart handler is trampoline, end handler method string:\n";
54 echo "\nEnd handler is trampoline, start handler method string:\n";
77 Start handler is trampoline, end handler method string:
86 Method end handler: B
89 Method end handler: C
90 Method end handler: A
92 End handler is trampoline, start handler method string:
97 Method start handler: A
98 Method start handler: B
101 Method start handler: C