Home
last modified time | relevance | path

Searched refs:method (Results 1 – 25 of 830) sorted by path

12345678910>>...34

/PHP-7.4/
H A DNEWS738 method). (Nikita)
888 . Fixed bug #79548 (Preloading segfault with inherited method using static
1184 . Fixed bug #78776 (Abstract method implementation from trait does not check
1213 . Fixed bug #79068 (gdTransformAffineCopy() changes interpolation method).
1221 . Fixed bug #78950 (Preloading trait method with static variables). (Nikita)
1332 . Fixed bug #76430 (__METHOD__ inconsistent outside of method).
1399 . The built-in CLI server now reports the request method in log files.
2351 . Fixed bug #77410 (Segmentation Fault when executing method with an empty
2527 . Fixed bug #76869 (Incorrect bypassing protected method accessibilty check).
2558 . Implemented FR #74668: Add DateTime::createFromImmutable() method.
H A DUPGRADING32 function or class name. It can still be used as a method or class constant
43 implementations may need to implement the stream_set_option() method to
122 . The signature of the ReflectionMethod::getClosure() method changed to
221 public function method(): A {}
224 public function method(): B {}
408 . Unbinding $this of a non-static method through a combination of
410 so is equivalent to calling a non-static method statically, which has been
440 This method has been deprecated in favor of ReflectionNamedType::getName()
/PHP-7.4/Zend/
H A DREADME.md37 method). As in most PHP applications raw execution speed isn't the limiting
/PHP-7.4/Zend/tests/
H A D009.phpt39 Deprecated: Non-static method foo::bar() should not be called statically in %s on line %d
42 Deprecated: Non-static method foo::bar() should not be called statically in %s on line %d
H A Daccess_modifiers_008.phpt21 Fatal error: Call to protected method B1::f() from context 'B2' in %s on line %d
H A Daccess_modifiers_009.phpt26 Fatal error: Call to protected method B1::f() from context 'B2' in %s on line %d
H A Daccess_modifiers_010.phpt31 Fatal error: Uncaught Error: Call to private method d::test2() from context 'a' in %s:%d
H A Daccess_modifiers_012.phpt9 echo "In __call() for method $name()\n";
19 In __call() for method none()
20 In __call() for method prot()
21 In __call() for method priv()
H A Dargument_restriction_006.phpt2 Bug #60174 (Notice when array in method prototype error)
H A Dbug19859.phpt7 function __call($method,$args)
9 print "test::__call invoked for method '$method'\n";
18 test::__call invoked for method 'fake'
19 test::__call invoked for method 'fake'
20 test::__call invoked for method 'fake'
H A Dbug20242.phpt15 echo "method\n";
21 method
H A Dbug21888.phpt2 Bug #21888 (protected property and protected method of the same name)
10 print "protected method\n";
31 protected method
H A Dbug22725.phpt2 Bug #22725 (A derived class can call a parent's protected method that calls a private method)
H A Dbug26802.phpt2 Bug #26802 (Can't call static method using a variable)
16 static $method = 'global_func';
28 $method = 'foo_func';
29 foo::$method();
H A Dbug27669.phpt15 Deprecated: Non-static method A::hello() should not be called statically in %s on line %d
H A Dbug29104.phpt2 Bug #29104 (Function declaration in method doesn't work)
H A Dbug29674.phpt2 Bug #29674 (inherited method doesn't have access to private variables of the derived class)
H A Dbug30451.phpt10 protected static function method() {
20 var_dump(self::method());
21 var_dump(parent::method());
H A Dbug30707.phpt2 Bug #30707 (Segmentation fault on exception in method)
H A Dbug32429.phpt2 Bug #32429 (method_exists() always return TRUE if __call method exists)
16 throw new Exception('Call to undefined method'.get_class($this).'::'.$name.'()');
H A Dbug33277.phpt2 Bug #33277 (private method accessed by child class)
H A Dbug33512.phpt48 //the lines below will catch by '__get' magic method since these variables are unavailable anymore
/PHP-7.4/Zend/tests/anon/
H A D002.phpt8 public function method();
12 public function method(){
/PHP-7.4/Zend/tests/arg_unpack/
H A Dmethod.phpt2 Unpack arguments for method calls
/PHP-7.4/Zend/tests/arrow_functions/
H A D005.phpt7 public function method() {
39 (new Test)->method();

Completed in 61 milliseconds

12345678910>>...34