Home
last modified time | relevance | path

Searched refs:methods (Results 1 – 25 of 286) sorted by last modified time

12345678910>>...12

/PHP-5.5/win32/
H A Dinstall.txt1066 The methods described below provide you with various instructions on
1461 17. Is PHP limited to process GET and POST request methods only?
1799 17. Is PHP limited to process GET and POST request methods only?
1802 response status can be sent with header(). If only GET and POST methods
/PHP-5.5/tests/lang/
H A Dstatic_variation_002.phpt2 Static variables in methods & nested functions & evals.
H A DforeachLoopObjects.002.phpt85 echo "\n\nIterate over various generations from within overridden methods:\n";
171 Iterate over various generations from within overridden methods:
H A Dbug21094.phpt2 Bug #21094 (set_error_handler not accepting methods)
H A D043.phpt2 Dynamic call for static methods
H A D044.phpt2 Dynamic call for static methods dynamically named
/PHP-5.5/tests/classes/
H A Dunset_properties.phpt2 Un-setting instance properties causes magic methods to be called when trying to access them from ou…
3 methods themselves.
H A Dinheritance_007.phpt2 Ensure inherited old-style constructor doesn't block other methods
H A Dinterface_must_be_implemented.phpt17 …ethod and must therefore be declared abstract or implement the remaining methods (if_a::f_a) in %s…
H A Dinterfaces_002.phpt29 …ethod and must therefore be declared abstract or implement the remaining methods (Throwable::getEr…
H A Dprivate_redeclare.phpt2 ZE2 A derived class does not know anything about inherited private methods
H A Dautoload_012.phpt2 Ensure callback methods in unknown classes trigger autoload.
H A Dbug27504.phpt2 Bug #27504 (call_user_func_array allows calling of private/protected methods)
H A Dbug63462.phpt2 Test script to verify that magic methods should be called only once when accessing an unset propert…
H A Ddereferencing_001.phpt2 ZE2 dereferencing of objects from methods
H A Dabstract_by_interface_001.phpt33 …ethod and must therefore be declared abstract or implement the remaining methods (MyInterface::MyI…
H A Dabstract_by_interface_002.phpt33 …ethod and must therefore be declared abstract or implement the remaining methods (MyInterface::MyI…
H A Dabstract_derived.phpt20 …ethod and must therefore be declared abstract or implement the remaining methods (derived::show) i…
H A Dabstract_not_declared.phpt15 …ethod and must therefore be declared abstract or implement the remaining methods (fail::show) in %…
H A Dabstract_redeclare.phpt22 …ethod and must therefore be declared abstract or implement the remaining methods (fail::show) in %…
H A Dabstract_static.phpt2 ZE2 A static abstract methods
36 …ethod and must therefore be declared abstract or implement the remaining methods (fail::func) in %…
/PHP-5.5/scripts/dev/
H A Dfind_tested.php146 $methods = $reflectionClass->getMethods();
147 foreach ($methods as $method) {
H A Dgenerate-phpt.phar610 $methods = $class->getMethods();
611 foreach($methods as $method) {
667 * Create an instance of each pre-condition and run their check methods
1252 * Class for basic test case construction for class methods
H A Dsearch_underscores.php86 foreach($classes as $classname => &$methods) {
88 ksort($methods);
89 foreach($methods as $method) {
/PHP-5.5/scripts/dev/generate-phpt/src/setup/preconditions/
H A DgtIsValidMethod.php13 $methods = $class->getMethods();
14 foreach($methods as $method) {

Completed in 89 milliseconds

12345678910>>...12