Searched refs:method (Results 351 – 375 of 702) sorted by relevance
1...<<11121314151617181920>>...29
2 Bug #55137 (Changing trait static method visibility)
2 Bug #60217 (Requiring the same method from different traits.)
2 parent:: works like in a method defined without traits.
17 Fatal error: An alias was defined for A::nonExistent but this method does not exist in %s on line %d
2 Bug #60153 (Interface method prototypes not enforced when implementd via traits.)
19 Fatal error: Cannot override final method base::__clone() in %sclone_005.php on line %d
2 ZE2 An interface method cannot be final
2 ZE2 An interface method allows additional default arguments
281 ch->handlers->write->method = PHP_CURL_STDOUT; in _php_curl_verify_handlers()1312 switch (t->method) { in curl_write()1383 switch (t->method) { in curl_fnmatch()1454 switch (t->method) { in curl_progress()1531 switch (t->method) { in curl_read()1608 switch (t->method) { in curl_write_header()2023 dupch->handlers->write->method = ch->handlers->write->method; in PHP_FUNCTION()2028 dupch->handlers->read->method = ch->handlers->read->method; in PHP_FUNCTION()2029 dupch->handlers->write_header->method = ch->handlers->write_header->method; in PHP_FUNCTION()2070 dupch->handlers->progress->method = ch->handlers->progress->method; in PHP_FUNCTION()[all …]
8 echo "*** Test by calling method or function with its expected arguments and output to variable ***…23 *** Test by calling method or function with its expected arguments and output to variable ***25 …an><span style="color: #DD0000">"*** Test by calling method or funct…
24 Method [ <user> private method foo ] {
30 Method [ <user, inherits foo, ctor> public method foo ] {
16 $method = $class->getMethod($this->name);
15 Fatal error: Non-static method DOMDocument::saveHTML() cannot be called statically in %s on line %d
2 Tests that the offsetGet() method throws an error when no argument is sent
2 Makes sure that an integer cannot be passed into the count() method of the splFixedArray.
16 Fatal error: Call to undefined method SplMinHeap::notexist() in %s/bug69737.php on line %d
19 Fatal error: Non-static method test::__call() cannot be called statically in %s on line %d
2 Bug #29104 (Function declaration in method doesn't work)
2 Bug #63468 (wrong called method as callback with inheritance)
2 __callStatic() Magic method
2 class name as scalar from ::class keyword error using static in method signature
2 class name as scalar from ::class keyword error using parent in method signature
2 Bug #46409 (__invoke method called outside of object context when using array_map)
13 Warning: The magic method __toString() must have public visibility and cannot be static in %s on li…
Completed in 52 milliseconds