Home
last modified time | relevance | path

Searched refs:method (Results 201 – 225 of 1011) sorted by relevance

12345678910>>...41

/PHP-8.2/ext/reflection/tests/
H A DReflectionClass_toString_003.phpt2 ReflectionClass::__toString() - verify 'inherits', 'overwrites' and 'prototype' parts of method rep…
45 Method [ <user> private method f ] {
69 Method [ <user> private method f ] {
114 Method [ <user> private method f ] {
H A DReflectionClass_getExtensionName_basic.phpt2 ReflectionClass::getExtensionName() method - basic test for getExtensionName() method
H A DReflectionClass_getExtension_basic.phpt2 ReflectionClass::getExtension() method - basic test for getExtension() method
/PHP-8.2/ext/pdo/tests/
H A Dbug_52098.phpt25 echo "Calling object method '$name'" . implode(', ', $arguments). "\n";
59 Calling object method 'foo'
60 Calling object method 'bar'
61 Calling object method 'lucky'
/PHP-8.2/Zend/tests/type_declarations/mixed/inheritance/
H A Dmixed_parameter_inheritance_success1.phpt8 public function method(mixed $a) {}
13 public function method(mixed $a) {}
H A Dmixed_return_inheritance_success4.phpt8 public function method() {}
13 public function method(): mixed {}
H A Dmixed_parameter_inheritance_success2.phpt8 public function method(mixed $a) {}
13 public function method($a) {}
H A Dmixed_parameter_inheritance_success3.phpt8 public function method($a) {}
13 public function method(mixed $a) {}
/PHP-8.2/Zend/tests/type_declarations/
H A Dtyped_properties_032.phpt8 public function &method() {
13 var_dump($foo->method());
/PHP-8.2/Zend/tests/
H A Dbug73960.phpt2 Bug #73960: Leak with instance method calling static method with referenced return
H A Dfirst_class_callable_016.phpt6 public function &__call($method, $args) {
7 return $method;
H A Dfirst_class_callable_010.phpt6 public static function method() {
13 $bar = Bar::method(...);
H A Dbug20242.phpt15 echo "method\n";
21 method
/PHP-8.2/ext/standard/tests/class_object/
H A Dmethod_exists_basic_001.phpt32 foreach ($methods as $method) {
33 echo "Does C::$method exist? ";
34 var_dump(method_exists("C", $method));
39 foreach ($methods as $method) {
40 echo "Does C::$method exist? ";
41 var_dump(method_exists($myC, $method));
/PHP-8.2/ext/openssl/tests/
H A Dopenssl_digest_basic.phpt8 $method = "md5";
11 var_dump(openssl_digest($data, $method));
/PHP-8.2/ext/xml/tests/
H A Dxml_set_element_handler_errors.phpt61 echo 'Invalid start callable, string non existent method on set object:', PHP_EOL;
68 echo 'Invalid end callable, string non existent method on set object:', PHP_EOL;
89 …Argument #2 ($start_handler) an object must be set via xml_set_object() to be able to lookup method
91 …: Argument #3 ($end_handler) an object must be set via xml_set_object() to be able to lookup method
92 Invalid start callable, string non existent method on set object:
93 ValueError: xml_set_element_handler(): Argument #2 ($start_handler) method stdClass::nonexistent_me…
94 Invalid end callable, string non existent method on set object:
95 ValueError: xml_set_element_handler(): Argument #3 ($end_handler) method stdClass::nonexistent_meth…
/PHP-8.2/ext/session/tests/
H A D023.phpt20 function method() { $this->yes++; }
29 $baz->method();
30 $arr[3]->method();
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-8.2/Zend/tests/nullsafe_operator/
H A D032.phpt9 public function method() {
20 $test->method();
/PHP-8.2/tests/classes/
H A Dinterface_method_final.phpt2 ZE2 An interface method cannot be final
12 Fatal error: Cannot use the final modifier on an abstract method in %s on line %d
H A Dinterface_method_private.phpt2 ZE2 An interface method cannot be private
12 Fatal error: Access type for interface method if_a::err() must be public in %s on line %d
/PHP-8.2/ext/opcache/tests/
H A Dbug79193.phpt10 public static function method($bar) {
16 Test::method(1);
/PHP-8.2/Zend/tests/named_params/
H A Druntime_cache_init.phpt7 public static function method($a = FOO, $b = 1) {
13 call_user_func(['Test', 'method'], b: 0);
/PHP-8.2/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-8.2/sapi/cli/tests/
H A Dbug69953.phpt2 FR #69953 (Support MKCALENDAR request method)
13 $context = stream_context_create(['http' => ['method' => 'MKCALENDAR']]);

Completed in 27 milliseconds

12345678910>>...41