Home
last modified time | relevance | path

Searched refs:method (Results 351 – 375 of 702) sorted by relevance

1...<<11121314151617181920>>...29

/PHP-5.5/Zend/tests/traits/
H A Dbug55137.phpt2 Bug #55137 (Changing trait static method visibility)
H A Dbug60217a.phpt2 Bug #60217 (Requiring the same method from different traits.)
H A Dflattening002.phpt2 parent:: works like in a method defined without traits.
H A Dbug60165b.phpt17 Fatal error: An alias was defined for A::nonExistent but this method does not exist in %s on line %d
H A Dbug60153.phpt2 Bug #60153 (Interface method prototypes not enforced when implementd via traits.)
/PHP-5.5/tests/classes/
H A Dclone_005.phpt19 Fatal error: Cannot override final method base::__clone() in %sclone_005.php on line %d
H A Dinterface_method_final.phpt2 ZE2 An interface method cannot be final
H A Dinterface_optional_arg.phpt2 ZE2 An interface method allows additional default arguments
/PHP-5.5/ext/curl/
H A Dinterface.c281 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 …]
/PHP-5.5/ext/standard/tests/strings/
H A Dshow_source_variation2.phpt8 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">"***&nbsp;Test&nbsp;by&nbsp;calling&nbsp;method&nbsp;or&nbsp;funct…
/PHP-5.5/ext/reflection/tests/
H A Dbug41061.phpt24 Method [ <user> private method foo ] {
H A Dbug38942.phpt30 Method [ <user, inherits foo, ctor> public method foo ] {
H A Dbug30209.phpt16 $method = $class->getMethod($this->name);
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_saveHTML_error2.phpt15 Fatal error: Non-static method DOMDocument::saveHTML() cannot be called statically in %s on line %d
/PHP-5.5/ext/spl/tests/
H A DSplDoublyLinkedList_offsetGet_missing_param.phpt2 Tests that the offsetGet() method throws an error when no argument is sent
H A DSplFixedArray_count_checkParams.phpt2 Makes sure that an integer cannot be passed into the count() method of the splFixedArray.
H A Dbug69737.phpt16 Fatal error: Call to undefined method SplMinHeap::notexist() in %s/bug69737.php on line %d
/PHP-5.5/ext/standard/tests/general_functions/
H A D010.phpt19 Fatal error: Non-static method test::__call() cannot be called statically in %s on line %d
/PHP-5.5/Zend/tests/
H A Dbug29104.phpt2 Bug #29104 (Function declaration in method doesn't work)
H A Dbug63468.phpt2 Bug #63468 (wrong called method as callback with inheritance)
H A Dcall_static.phpt2 __callStatic() Magic method
H A Dclass_name_as_scalar_error_003.phpt2 class name as scalar from ::class keyword error using static in method signature
H A Dclass_name_as_scalar_error_004.phpt2 class name as scalar from ::class keyword error using parent in method signature
H A Dbug46409.phpt2 Bug #46409 (__invoke method called outside of object context when using array_map)
H A Dmagic_methods_010.phpt13 Warning: The magic method __toString() must have public visibility and cannot be static in %s on li…

Completed in 44 milliseconds

1...<<11121314151617181920>>...29