Searched refs:invocation (Results 1 – 10 of 10) sorted by relevance
10 public function invoke($invocation) {11 return call_user_func_array($this->callback, $invocation->parameters);20 public function invoke( $invocation) {22 $match->invoked($invocation);30 public function invoked($invocation) {31 return $this->stub->invoke($invocation);
2 ReflectionClass::getName - forbid static invocation
2 ReflectionObject::getName - forbid static invocation
38 echo "\nTest static invocation:\n";54 Test static invocation:
2 Bug #73091 (Unserializing DateInterval object may lead to __toString invocation)
2 FPM: Main invocation with prefix
505 * invocation comes back on this socket and is mistaken for response to request made with same
15 // constructor invocation. Overall, the best way to address this is not clear right now.
18 '{"Illegal invocation": alert()}',98 Testing: {"Illegal invocation": alert()}
2349 …public function generateCode(string $invocation, string $nameSuffix, iterable $allConstInfos): str… argument2357 …attribute *attribute_{$escapedAttributeName}_$nameSuffix = " : "") . "$invocation, ZSTR_KNOWN({$kn…2360 …attribute *attribute_{$escapedAttributeName}_$nameSuffix = " : "") . "$invocation, attribute_name_…
Completed in 20 milliseconds