Home
last modified time | relevance | path

Searched refs:method (Results 376 – 400 of 702) sorted by relevance

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

/PHP-5.5/tests/classes/
H A Dfinal_abstract.phpt2 ZE2 A final method cannot be abstract
H A Dabstract_final.phpt2 ZE2 A final method cannot be abstract
H A Dinterface_must_be_implemented.phpt17 Fatal error: Class derived_a contains 1 abstract method and must therefore be declared abstract or …
H A Dmethod_override_optional_arg_002.phpt2 Omitting optional arg in method inherited from abstract class
/PHP-5.5/ext/date/tests/
H A DDateInterval_format_a.phpt10 if (!method_exists('DateInterval', 'format')) die("skip: method doesn't exist");
/PHP-5.5/ext/reflection/tests/
H A DReflectionParameter_003.phpt25 echo "parameter names from staticMethod method:\n\n";
60 parameter names from staticMethod method:
H A DReflectionExtension_getDependencies_basic.phpt2 ReflectionExtension::getDependencies() method on an extension with a required and conflicting depen…
H A DReflectionClass_isInterface_basic.phpt2 ReflectionClass::isInterface() method
/PHP-5.5/ext/wddx/tests/
H A D004.phpt37 function method() { $this->yes = "done"; }
56 $_SESSION['class']->method();
/PHP-5.5/ext/openssl/
H A Dopenssl.c1443 if (method == NULL) { in openssl_x509v3_subjectAltName()
1449 if (method->it) { in openssl_x509v3_subjectAltName()
4237 zval *method = NULL; in PHP_FUNCTION() local
4250 if (method == NULL || Z_TYPE_P(method) == IS_LONG) { in PHP_FUNCTION()
4299 zval *method = NULL; in PHP_FUNCTION() local
4306 if (method == NULL || Z_TYPE_P(method) == IS_LONG) { in PHP_FUNCTION()
4352 char *method =NULL; in PHP_FUNCTION() local
4368 if (method) { in PHP_FUNCTION()
4482 char *method =NULL; in PHP_FUNCTION() local
4496 if (method) { in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/simplexml/tests/
H A D036.phpt2 SimpleXML: overriden count() method
/PHP-5.5/Zend/tests/
H A Dbug51176.phpt2 Bug #51176 (Static calling in non-static method behaves like $this->)
H A Dargument_restriction_006.phpt2 Bug #60174 (Notice when array in method prototype error)
H A Dbug35437.phpt27 Catched: Error occuried: Non-static method TestClass::testMethod() should not be called statically
H A Dbug48899.phpt2 Bug #48899 (is_callable returns true even if method does not exist in parent class)
H A Dmagic_methods_007.phpt12 Warning: The magic method __set() must have public visibility and cannot be static in %s on line %d
H A Dbug41026.phpt2 Bug #41026 (segfault when calling "self::method()" in shutdown functions)
H A Dcatch_003.phpt2 Catching an exception in a constructor fired form a static method
H A Ddereference_007.phpt2 Trying to write on method return
/PHP-5.5/tests/lang/
H A D032.phpt2 Class method registration
/PHP-5.5/ext/spl/tests/
H A Dspl_iterator_apply_error.phpt2 SPL: Error: iterator_apply when an iterator method (eg rewind) throws exception
/PHP-5.5/Zend/tests/traits/
H A Derror_001.phpt2 Trying to use instanceof for a method twice
H A Dlanguage008a.phpt23 Fatal error: Call to protected method MyClass::sayHello() from context '' in %s on line %d
H A Dbug54441.phpt2 Bug #54441 (Changing trait static method visibility)
/PHP-5.5/Zend/tests/traits/bugs/
H A Dabstract-methods01.phpt19 Fatal error: Class %s contains %d abstract method and must therefore be declared abstract or implem…

Completed in 47 milliseconds

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