Home
last modified time | relevance | path

Searched refs:methods (Results 126 – 150 of 291) sorted by relevance

12345678910>>...12

/PHP-7.0/Zend/tests/
H A Dmagic_methods_001.phpt2 Testing several magic methods
H A Daccess_modifiers_010.phpt2 Testing visibility of methods
H A Daccess_modifiers_011.phpt2 __call() for private/protected methods
H A Dbug30791.phpt2 Bug #30791 (magic methods (__sleep/__wakeup/__toString) call __call if object is overloaded)
H A Dbug38772.phpt2 Bug #38772 (inconsistent overriding of methods in different visibility contexts)
H A Dbug41961.phpt2 Bug #41961 (Ensure search for hidden private methods does not stray from class hierarchy)
H A Dbug48533.phpt2 Bug #48533 (__callStatic is not invoked for private/protected methods)
/PHP-7.0/Zend/tests/traits/
H A Dbug60217c.phpt2 Bug #60217 (Requiring the same method from different traits and abstract methods have to be compati…
H A Derror_015.phpt26 …test has not been applied, because there are collisions with other trait methods on bar in %s on l…
H A Dnoctor001.phpt2 Don't mark trait methods as constructor
/PHP-7.0/Zend/tests/traits/bugs/
H A Dalias01.phpt2 Aliases are applied to the correct methods, and only to them.
/PHP-7.0/ext/reflection/tests/
H A Dbug38942.phpt24 - Static methods [0] {
H A DReflectionFunction_001.phpt2 ReflectionFunction methods
/PHP-7.0/tests/classes/
H A Dinterfaces_002.phpt29 …ethod and must therefore be declared abstract or implement the remaining methods (ThrowableInterfa…
H A Dbug27504.phpt2 Bug #27504 (call_user_func_array allows calling of private/protected methods)
H A Dprivate_redeclare.phpt2 ZE2 A derived class does not know anything about inherited private methods
/PHP-7.0/ext/zlib/tests/
H A Ddictionary_usage.phpt2 Test dictionary usage on zlib methods
/PHP-7.0/ext/intl/tests/
H A Dlocale_get_default.phpt12 * with Procedural and Object methods.
/PHP-7.0/ext/spl/tests/
H A Dfixedarray_019.phpt2 SPL: FixedArray: overriden iterator methods
H A Dbug55701.phpt7 // Some methods of GlobIterator do not throw a RuntimeException when the glob pattern doesn't match…
8 // Most methods of GlobIterator throw a RuntimeException when the glob pattern does't match any file
11 // The tested iterator is in an invalid state; the behaviour of most of its methods is undefined
16 // Throwing a RuntimeException is the correct behaviour for some methods
74 // When the iterator is not valid, the behaviour of the next methods is undefined
/PHP-7.0/sapi/cli/tests/
H A Dbug61679.phpt2 Bug #61679 (Error on non-standard HTTP methods)
/PHP-7.0/ext/oci8/tests/
H A Dcoll_003.phpt2 collection methods
H A Dcoll_003_func.phpt2 collection methods
H A Dcoll_007.phpt2 collection methods
/PHP-7.0/ext/soap/interop/
H A Dclient_round2_interop.php677 $methods = $this->getMethodList($this->currentTest);
678 if (!$methods) return;
693 foreach ($methods as $method) {
702 $this->totals['calls'] = count($methods) * $this->totals['servers'];
708 foreach ($methods as $method) {
730 foreach ($methods as $method) {

Completed in 134 milliseconds

12345678910>>...12