Home
last modified time | relevance | path

Searched refs:methods (Results 151 – 175 of 303) sorted by relevance

12345678910>>...13

/PHP-7.2/ext/oci8/tests/
H A Dcoll_003_func.phpt2 collection methods
H A Dreflection2.phpt23 - Static methods [0] {
195 - Static methods [0] {
/PHP-7.2/ext/reflection/tests/
H A DReflectionClassConstant_getValue.phpt39 - Static methods [0] {
H A DReflectionFunction_001.phpt2 ReflectionFunction methods
H A DReflectionClass_export_basic1.phpt32 - Static methods [0] {
H A Dbug45765.phpt40 - Static methods [0] {
/PHP-7.2/Zend/tests/
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)
H A Dbug42937.phpt2 Bug #42937 (__call() method not invoked when methods are called on parent from child class)
H A Dlsb_019.phpt2 ZE2 Late Static Binding properties and methods declared as protected and overridden as public.
H A Dlsb_020.phpt2 ZE2 Late Static Binding properties and methods declared as public and overridden as public.
H A Dself_method_or_prop_outside_class.phpt2 Accessing self:: properties or methods outside a class
H A Dexception_010.phpt2 Testing Exception's methods
/PHP-7.2/tests/classes/
H A Dprivate_redeclare.phpt2 ZE2 A derived class does not know anything about inherited private methods
H A Dinheritance_007.phpt2 Ensure inherited old-style constructor doesn't block other methods
H A Dunset_properties.phpt2 Un-setting instance properties causes magic methods to be called when trying to access them from ou…
3 methods themselves.
/PHP-7.2/ext/spl/tests/
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
H A Dspl_autoload_005.phpt2 SPL: spl_autoload() with methods
/PHP-7.2/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) {
/PHP-7.2/Zend/tests/traits/
H A Dproperty001.phpt2 …for traits that are supposed to enable maintainable code reuse. Accessor methods are the language …
/PHP-7.2/tests/lang/
H A Dstatic_variation_002.phpt2 Static variables in methods & nested functions & evals.
/PHP-7.2/sapi/cli/tests/
H A Dbug69655.phpt15 // the following is supposed to emit a warning for unsupported methods
/PHP-7.2/ext/standard/tests/dir/
H A Ddir_variation5.phpt13 * Description: Directory class with properties, handle and class and methods read, rewind and close
/PHP-7.2/Zend/tests/anon/
H A D005.phpt15 /* this grants you access to protected methods and members */
/PHP-7.2/ext/pdo_odbc/
H A Dodbc_driver.c106 if (!dbh->methods) { in pdo_odbc_error()
203 stmt->methods = &odbc_stmt_methods; in odbc_handle_preparer()
470 dbh->methods = &odbc_methods; in pdo_odbc_handle_factory()
476 dbh->methods = &odbc_methods; in pdo_odbc_handle_factory()

Completed in 31 milliseconds

12345678910>>...13