Home
last modified time | relevance | path

Searched refs:method (Results 176 – 200 of 702) sorted by relevance

12345678910>>...29

/PHP-5.5/ext/session/tests/
H A D005.phpt54 function method() { $this->yes++; }
63 $_SESSION["baz"]->method();
64 $_SESSION["arr"][3]->method();
73 $_SESSION["baz"]->method();
74 $_SESSION["arr"][3]->method();
H A D025.phpt62 function method() { $this->yes++; }
71 $baz->method();
72 $arr[3]->method();
85 $baz->method();
86 $arr[3]->method();
/PHP-5.5/ext/reflection/tests/
H A Dbug37964.phpt42 Method [ <user> private method foobar ] {
46 Method [ <user, inherits foo> protected method test3 ] {
/PHP-5.5/Zend/tests/
H A Dbug22725.phpt2 Bug #22725 (A derived class can call a parent's protected method that calls a private method)
H A Dindirect_method_call_002.phpt2 Indirect method call with chaining
32 Fatal error: Call to undefined method foo::www() in %s on line %d
H A Dbug42937.phpt2 Bug #42937 (__call() method not invoked when methods are called on parent from child class)
42 Fatal error: Call to undefined method C::test6() in %sbug42937.php on line 21
H A Dbug69212.phpt7 public static function __callStatic($method, $args) {}
8 public function __call($method, $args) {}
/PHP-5.5/Zend/tests/traits/
H A Derror_015.phpt2 Trying to add an alias to a trait method where there is another with same name.
26 Fatal error: Trait method test has not been applied, because there are collisions with other trait …
H A Dinheritance003.phpt2 Trait method overrides base class method and satisfies prototype
/PHP-5.5/tests/classes/
H A Dbug27504.phpt23 …rray() expects parameter 1 to be a valid callback, cannot access private method foo::bar() in %s o…
25 Fatal error: Call to private method foo::bar() from context '' in %s on line %d
H A Dprivate_004.phpt2 ZE2 A private method cannot be called in a derived class
32 Fatal error: Call to private method pass::show() from context 'fail' in %s on line %d
H A Dprivate_005.phpt2 ZE2 A private method cannot be called in a derived class
32 Fatal error: Call to private method pass::show() from context 'fail' in %s on line %d
H A Dinterfaces_002.phpt2 ZE2 interface with an unimplemented method
29 Fatal error: Class Exception_foo contains 1 abstract method and must therefore be declared abstract…
H A Dprivate_004b.phpt2 ZE2 A private method cannot be called in a derived class
35 Fatal error: Call to private method pass::show() from context 'fail' in %s on line %d
H A Dprivate_005b.phpt2 ZE2 A private method cannot be called in a derived class
35 Fatal error: Call to private method pass::show() from context 'fail' in %s on line %d
H A Dprotected_001.phpt2 ZE2 A protected method can only be called inside the class
26 Fatal error: Call to protected method pass::fail() from context '' in %s on line %d
H A Dprotected_001b.phpt2 ZE2 A protected method can only be called inside the class
27 Fatal error: Call to protected method pass::fail() from context '' in %s on line %d
H A Dprivate_002.phpt2 ZE2 A private method cannot be called in another class
35 Fatal error: Call to private method pass::show() from context 'fail' in %s on line %d
H A Dprotected_002.phpt2 ZE2 A protected method cannot be called in another class
35 Fatal error: Call to protected method pass::show() from context 'fail' in %s on line %d
/PHP-5.5/ext/posix/tests/
H A Dposix_errno_error.phpt14 echo "*** Test by calling method or function with more than expected arguments ***\n";
21 *** Test by calling method or function with more than expected arguments ***
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_loadXML_error4.phpt4 This test verifies the method detects an unsupported xml version
7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_load_error4.phpt4 This test verifies the method detects an unsupported xml version
7 - LOAD_OPTIONS: the second parameter to pass to the method
/PHP-5.5/Zend/
H A DOBJECTS2_HOWTO23 needed, and also provide constructor method that would handle
64 This method is meant to be used for send-by-reference and assign-by-reference
77 Object access - method call
80 get_method handler is used to find method description by name. It
82 method. If the type is ZEND_OVERLOADED_FUNCTION, the method would be
89 call_method handler is used to perform method call. Parameters are
170 natively, this method should create and return proxy object for use
184 get_method - retrieves description of the method
186 call_method - calls the method (parameters should be put on stack like
189 get_constructor - get description for the object constructor method
/PHP-5.5/ext/standard/tests/array/
H A Dkey_exists_error.phpt9 echo "*** Test by calling method or function with incorrect numbers of arguments ***\n";
17 *** Test by calling method or function with incorrect numbers of arguments ***
/PHP-5.5/ext/standard/tests/general_functions/
H A Dproc_nice_error.phpt9 echo "*** Test by calling method or function with incorrect numbers of arguments ***\n";
22 *** Test by calling method or function with incorrect numbers of arguments ***

Completed in 47 milliseconds

12345678910>>...29