Home
last modified time | relevance | path

Searched refs:methods (Results 51 – 75 of 291) sorted by relevance

12345678910>>...12

/PHP-7.0/ext/spl/tests/
H A Diterator_070.phpt2 SPL: RecursiveIteratorIterator - Ensure that non-overriden methods execute problem free.
H A Dspl_autoload_006.phpt2 SPL: spl_autoload() with static methods
/PHP-7.0/Zend/tests/
H A Derrmsg_010.phpt2 errmsg: multiple access type modifiers are not allowed (methods)
H A Daccess_modifiers_001.phpt2 using multiple access modifiers (methods)
H A D022.phpt2 Implementating abstracting methods and optional parameters
H A Dbug40815.phpt2 Bug #40815 (using strings like "class::func" and static methods in set_exception_handler() might re…
H A Derrmsg_038.phpt13 …eclare property test::$var final, the final modifier is allowed only for methods and classes in %s…
H A Derrmsg_018.phpt14 …ethod and must therefore be declared abstract or implement the remaining methods (test::foo) in %s…
H A Dbug43483.phpt2 Bug #43483 (get_class_methods() does not list all visible methods)
/PHP-7.0/Zend/tests/traits/bugs/
H A Dabstract-methods03.phpt2 Abstract Trait Methods should behave like common abstract methods.
H A Dabstract-methods02.phpt2 Abstract Trait Methods should behave like common abstract methods.
/PHP-7.0/ext/reflection/tests/
H A DReflectionClass_export_array_bug72222.phpt23 - Static methods [0] {
H A D017.phpt24 - Static methods [0] {
H A DReflectionObject_export_basic1.phpt24 - Static methods [0] {
H A Dbug33312.phpt2 Reflection Bug #33312 (ReflectionParameter methods do not work correctly)
H A DReflectionObject___toString_basic1.phpt24 - Static methods [0] {
/PHP-7.0/ext/pcre/tests/
H A Dbug21758.phpt2 Bug #21758 (preg_replace_callback() not working with class methods)
/PHP-7.0/tests/lang/
H A D036.phpt2 Child public element should not override parent private element in parent methods
H A Dbug21094.phpt2 Bug #21094 (set_error_handler not accepting methods)
/PHP-7.0/ext/pdo/
H A Dpdo_stmt.c174 if (!stmt->methods->param_hook) { in dispatch_param_event()
388 if (stmt->methods->param_hook) { in really_register_bound_param()
414 if (stmt->methods->param_hook) { in really_register_bound_param()
512 if (stmt->methods->executer(stmt)) { in PHP_METHOD()
1684 if (stmt->dbh->methods->fetch_err) { in PHP_METHOD()
1713 if (!stmt->methods->set_attribute) { in PHP_METHOD()
1723 if (!stmt->methods->set_attribute) { in PHP_METHOD()
1754 if (!stmt->methods->get_attribute) { in PHP_METHOD()
2052 if (!stmt->methods->next_rowset) { in PHP_METHOD()
2326 if (stmt->methods && stmt->methods->dtor) { in php_pdo_free_statement()
[all …]
/PHP-7.0/tests/classes/
H A Dautoload_012.phpt2 Ensure callback methods in unknown classes trigger autoload.
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_class_mysqli_interface.phpt20 $methods = get_class_methods($mysqli);
81 foreach ($methods as $k => $method) {
83 unset($methods[$k]);
87 if (!empty($methods)) {
88 printf("Dumping list of unexpected methods.\n");
89 var_dump($methods);
92 printf("Dumping list of missing methods.\n");
95 if (empty($methods) && empty($expected_methods))
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_charset.h39 } methods; member
/PHP-7.0/Zend/tests/traits/
H A Dbug55372.phpt2 Bug #55372 (Literal handling in methods is inconsistent, causing memory corruption)
H A Dconflict002.phpt2 Overwridden methods do not cause a conflict.

Completed in 43 milliseconds

12345678910>>...12