Lines Matching refs:__invoke
9 var_dump($reflection->hasMethod('__invoke')); // true
12 var_dump($reflection->hasMethod('__invoke')); // true
15 var_dump($reflection->hasMethod('__invoke')); // true
18 var_dump($h = $reflection->getMethod('__invoke')); // true
22 var_dump($h = $reflection->getMethod('__invoke')); // true
26 var_dump($h = $reflection->getMethod('__invoke')); // true
36 string(8) "__invoke"
40 string(17) "Closure::__invoke"
43 string(8) "__invoke"
47 string(17) "Closure::__invoke"
50 string(8) "__invoke"
54 string(17) "Closure::__invoke"