Searched refs:method (Results 376 – 400 of 702) sorted by relevance
1...<<11121314151617181920>>...29
2 ZE2 A final method cannot be abstract
17 Fatal error: Class derived_a contains 1 abstract method and must therefore be declared abstract or …
2 Omitting optional arg in method inherited from abstract class
10 if (!method_exists('DateInterval', 'format')) die("skip: method doesn't exist");
25 echo "parameter names from staticMethod method:\n\n";60 parameter names from staticMethod method:
2 ReflectionExtension::getDependencies() method on an extension with a required and conflicting depen…
2 ReflectionClass::isInterface() method
37 function method() { $this->yes = "done"; }56 $_SESSION['class']->method();
1443 if (method == NULL) { in openssl_x509v3_subjectAltName()1449 if (method->it) { in openssl_x509v3_subjectAltName()4237 zval *method = NULL; in PHP_FUNCTION() local4250 if (method == NULL || Z_TYPE_P(method) == IS_LONG) { in PHP_FUNCTION()4299 zval *method = NULL; in PHP_FUNCTION() local4306 if (method == NULL || Z_TYPE_P(method) == IS_LONG) { in PHP_FUNCTION()4352 char *method =NULL; in PHP_FUNCTION() local4368 if (method) { in PHP_FUNCTION()4482 char *method =NULL; in PHP_FUNCTION() local4496 if (method) { in PHP_FUNCTION()[all …]
2 SimpleXML: overriden count() method
2 Bug #51176 (Static calling in non-static method behaves like $this->)
2 Bug #60174 (Notice when array in method prototype error)
27 Catched: Error occuried: Non-static method TestClass::testMethod() should not be called statically
2 Bug #48899 (is_callable returns true even if method does not exist in parent class)
12 Warning: The magic method __set() must have public visibility and cannot be static in %s on line %d
2 Bug #41026 (segfault when calling "self::method()" in shutdown functions)
2 Catching an exception in a constructor fired form a static method
2 Trying to write on method return
2 Class method registration
2 SPL: Error: iterator_apply when an iterator method (eg rewind) throws exception
2 Trying to use instanceof for a method twice
23 Fatal error: Call to protected method MyClass::sayHello() from context '' in %s on line %d
2 Bug #54441 (Changing trait static method visibility)
19 Fatal error: Class %s contains %d abstract method and must therefore be declared abstract or implem…
Completed in 47 milliseconds