Home
last modified time | relevance | path

Searched refs:method (Results 226 – 250 of 1024) sorted by relevance

12345678910>>...41

/php-src/Zend/tests/return_types/
H A Dnever_disallowed4.phpt2 never return type: unacceptable cases: empty return in a method
14 Fatal error: A never-returning method must not return in %s on line %d
/php-src/ext/session/tests/
H A Dsession_basic4.phpt36 <form action="" method="post">
48 <form action="" method="post">
57 <form action="" method="post"><input type="hidden" name="testvar1" value="testvalue1" /><input type…
61 <form action="" method="post"><input type="hidden" name="testvar1" value="testvalue1" /><input type…
/php-src/sapi/cli/tests/
H A Dbug69953.phpt2 FR #69953 (Support MKCALENDAR request method)
13 $context = stream_context_create(['http' => ['method' => 'MKCALENDAR']]);
/php-src/Zend/tests/type_declarations/mixed/inheritance/
H A Dmixed_parameter_inheritance_success4.phpt8 public function method(int $a) {}
13 public function method(mixed $a) {}
H A Dmixed_parameter_inheritance_success5.phpt8 public function method(?int $a) {}
13 public function method(mixed $a) {}
H A Dmixed_parameter_inheritance_success7.phpt8 public function method(stdClass|Foo $a) {}
13 public function method(mixed $a) {}
/php-src/ext/reflection/tests/
H A Ddefault_value_leak.phpt7 public function method($param = [123]) {}
10 $rp = new ReflectionParameter(['Test', 'method'], 'param');
H A D010.phpt2 ReflectionMethod::__toString() tests (overridden method)
17 Method [ <user, overwrites Foo, prototype Foo> public method func ] {
H A DReflectionMethod_invoke_on_abstract_method_after_setAccessible.phpt2 ReflectionMethod::invoke() on an abstract method should fail
19 Trying to invoke abstract method Test::foo()
H A Dbug33312.phpt11 $method = $class->getMethod('bar');
13 foreach ($method->getParameters() as $parameter) {
H A Dbug67068.phpt6 public function method() {}
10 $reflector = new \ReflectionMethod($object, 'method');
/php-src/Zend/tests/
H A Dobjects_009.phpt2 method overloading with different method signature
H A Dbug71737.phpt7 public function method() {
12 (new Test)->method()(new stdClass);
H A Derrmsg_001.phpt2 errmsg: Non-abstract method must contain body
16 Fatal error: Non-abstract method Impl::Foo() must contain body in %s on line %d
H A Dbug69427.phpt2 Bug #69427 (Segfault on magic method __call of private method in superclass)
H A Dbug78335.phpt9 public static function method() {
23 Test::method();
/php-src/Zend/tests/traits/
H A Dinheritance002.phpt2 Trait method overriddes base class method
H A Dabstract_method_4.phpt7 abstract public function method(int $a, string $b);
14 private function method(int $a, string $b) {}
/php-src/Zend/tests/attributes/override/
H A D022.phpt2 #[\Override]: Static method no parent class.
16 Fatal error: C::c() has #[\Override] attribute, but no matching parent method exists in %s on line …
H A D017.phpt2 #[\Override]: Redeclared trait method.
21 Fatal error: C::t() has #[\Override] attribute, but no matching parent method exists in %s on line …
/php-src/Zend/tests/anon/
H A D002.phpt8 public function method();
12 public function method(){
/php-src/ext/zend_test/
H A Dtest.stub.php248 …function zend_call_method(object|string $obj_or_class, string $method, mixed $arg1 = UNKNOWN, mixe… argument
284 public function method(): int {} function in ZendTestNS\\Foo
290 public function method(): ?UnlikelyCompileError {} function in ZendTestNS\\UnlikelyCompileError
296 public function method(): ?NotUnlikelyCompileError {} function in ZendTestNS\\NotUnlikelyCompileError
308 public function method(): void {} function in ZendTestNS2\\Foo
332 public function method(): void {} function in ZendTestNS2\\ZendSubNS\\Foo
/php-src/tests/classes/
H A Dabstract_final.phpt2 ZE2 A final method cannot be abstract
13 Fatal error: Cannot use the final modifier on an abstract method in %s on line %d
H A Dfinal_abstract.phpt2 ZE2 A final method cannot be abstract
13 Fatal error: Cannot use the final modifier on an abstract method in %s on line %d
/php-src/ext/spl/tests/SplFileObject/
H A Dbug60201.phpt6 $method = new ReflectionMethod('SplFileObject', 'setCsvControl');
7 $params = $method->getParameters();

Completed in 46 milliseconds

12345678910>>...41