Home
last modified time | relevance | path

Searched refs:invocation (Results 1 – 10 of 10) sorted by relevance

/PHP-8.2/Zend/tests/
H A Dbug72101.phpt10 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);
/PHP-8.2/ext/reflection/tests/
H A DReflectionClass_getName_error1.phpt2 ReflectionClass::getName - forbid static invocation
H A DReflectionObject_getName_error1.phpt2 ReflectionObject::getName - forbid static invocation
H A DReflectionClass_isIterateable_001.phpt38 echo "\nTest static invocation:\n";
54 Test static invocation:
/PHP-8.2/ext/date/tests/
H A Dbug73091.phpt2 Bug #73091 (Unserializing DateInterval object may lead to __toString invocation)
/PHP-8.2/sapi/fpm/tests/
H A Dmain-global-prefix.phpt2 FPM: Main invocation with prefix
H A Dfcgi.inc762 * invocation comes back on this socket and is mistaken for response to request made with same
/PHP-8.2/Zend/tests/constexpr/
H A Dnew_not_allowed_property.phpt15 // constructor invocation. Overall, the best way to address this is not clear right now.
/PHP-8.2/ext/json/tests/
H A Dfail001.phpt18 '{"Illegal invocation": alert()}',
98 Testing: {"Illegal invocation": alert()}
/PHP-8.2/build/
H A Dgen_stub.php2942 …public function generateCode(string $invocation, string $nameSuffix, array $allConstInfos, ?int $p… argument
2953 …attribute *attribute_{$escapedAttributeName}_$nameSuffix = " : "") . "$invocation, ZSTR_KNOWN({$kn…
2956 …attribute *attribute_{$escapedAttributeName}_$nameSuffix = " : "") . "$invocation, attribute_name_…

Completed in 64 milliseconds