Home
last modified time | relevance | path

Searched refs:methods (Results 76 – 100 of 283) sorted by relevance

12345678910>>...12

/PHP-7.4/Zend/tests/
H A Dbug43483.phpt2 Bug #43483 (get_class_methods() does not list all visible methods)
H A Dbug27669.phpt2 Bug #27669 (PHP 5 didn't support all possibilities for calling static methods dynamically)
H A Dbug34678.phpt2 Bug #34678 (__call(), is_callable() and static methods)
H A Dbug70121.phpt2 Bug #70121 (unserialize() could lead to unexpected methods execution / NULL pointer deref)
/PHP-7.4/tests/classes/
H A Dabstract_not_declared.phpt13 …ethod and must therefore be declared abstract or implement the remaining methods (fail::show) in %…
H A Ddereferencing_001.phpt2 ZE2 dereferencing of objects from methods
H A Dabstract_derived.phpt17 …ethod and must therefore be declared abstract or implement the remaining methods (derived::show) i…
/PHP-7.4/Zend/tests/return_types/
H A Dreflection001.phpt24 - Static methods [0] {
/PHP-7.4/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.
H A Dconflict001.phpt25 …ello has not been applied, because there are collisions with other trait methods on TraitsTest in …
H A Dlanguage009.phpt2 In instead definitions all trait whose methods are meant to be hidden can be listed.
H A Dlanguage013.phpt2 Statics work like expected for language-based copy'n'paste. No link between methods from the same t…
/PHP-7.4/sapi/cli/tests/
H A D005.phpt29 - Static methods [0] {
48 - Static methods [0] {
/PHP-7.4/ext/intl/tests/
H A Dbug74433.phpt2 Bug #74433 Wrong reflection on the Normalizer methods
/PHP-7.4/tests/lang/
H A D043.phpt2 Dynamic call for static methods
/PHP-7.4/ext/spl/tests/
H A Drecursive_tree_iterator_004.phpt2 SPL: RecursiveTreeIterator methods
H A Dspl_autoload_004.phpt2 SPL: spl_autoload() with static methods
/PHP-7.4/Zend/tests/anon/
H A D008.phpt2 testing static access for methods and properties in anon classes
/PHP-7.4/ext/reflection/tests/
H A DReflectionObject_export_basic3.phpt26 - Static methods [0] {
H A DReflectionObject___toString_basic2.phpt25 - Static methods [0] {
H A DReflectionObject_export_basic2.phpt25 - Static methods [0] {
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug29830.phpt2 Bug #29844 (SoapServer::setClass() should not export non-public methods)
/PHP-7.4/Zend/tests/traits/bugs/
H A Dabstract-methods05.phpt2 The compatibility with the signature of abstract methods should be checked.
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c170 if (!stmt->methods->param_hook) { in dispatch_param_event()
376 if (stmt->methods->param_hook) { in really_register_bound_param()
402 if (stmt->methods->param_hook) { in really_register_bound_param()
507 if (stmt->methods->executer(stmt)) { in PHP_METHOD()
1674 if (stmt->dbh->methods->fetch_err) { in PHP_METHOD()
1704 if (!stmt->methods->set_attribute) { in PHP_METHOD()
1714 if (!stmt->methods->set_attribute) { in PHP_METHOD()
1745 if (!stmt->methods->get_attribute) { in PHP_METHOD()
2045 if (!stmt->methods->next_rowset) { in PHP_METHOD()
2272 if (stmt->methods && stmt->methods->dtor) { in php_pdo_free_statement()
[all …]

Completed in 32 milliseconds

12345678910>>...12