Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.0/tests/lang/
H A Dstatic_variation_002.phpt2 Static variables in methods & nested functions & evals.
/PHP-7.0/ext/spl/tests/
H A Dspl_autoload_005.phpt2 SPL: spl_autoload() with methods
/PHP-7.0/Zend/tests/
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 Dexception_010.phpt2 Testing Exception's methods
H A Dbug30828.phpt2 Bug #30828 (debug_backtrace() reports incorrect class in overridden methods)
/PHP-7.0/Zend/tests/traits/
H A Dproperty001.phpt2 …for traits that are supposed to enable maintainable code reuse. Accessor methods are the language …
/PHP-7.0/Zend/
H A DZEND_CHANGES104 * Private and protected methods.
106 The Zend Engine 2.0 introduces private and protected methods.
190 methods of the same name from different root interfaces.
192 Interfaces may contain abstract static methods.
219 A class that does not implement all interface methods must be
275 * Final methods and classes.
278 final methods. Those cannot be overridden by sub-classes.
292 by another class). There's no need to declare the methods of
385 With the Zend Engine 1.0, constructor methods were class methods
740 by class methods __call(), __get() and __set().
[all …]
/PHP-7.0/sapi/cli/tests/
H A Dbug69655.phpt15 // the following is supposed to emit a warning for unsupported methods
/PHP-7.0/tests/classes/
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.0/ext/reflection/tests/
H A Dbug45765.phpt40 - Static methods [0] {
H A DReflectionClass_export_basic1.phpt32 - Static methods [0] {
H A Dbug33389.phpt36 - Static methods [0] {
/PHP-7.0/ext/standard/tests/dir/
H A Ddir_variation5.phpt13 * Description: Directory class with properties, handle and class and methods read, rewind and close
H A Ddir_error.phpt7 * Description: Directory class with properties, handle and class and methods read, rewind and close
/PHP-7.0/Zend/tests/anon/
H A D005.phpt15 /* this grants you access to protected methods and members */
/PHP-7.0/ext/oci8/tests/
H A Dreflection2.phpt23 - Static methods [0] {
195 - Static methods [0] {
/PHP-7.0/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()
/PHP-7.0/ext/intl/tests/
H A Dlocale_accept.phpt10 * with Procedural and Object methods.
H A Dlocale_get_all_variants.phpt10 * with Procedural and Object methods.
H A Dbreakiter_factories_error.phpt2 IntlBreakIterator factory methods: argument errors
/PHP-7.0/ext/pdo/
H A Dpdo_sql_parser.c519 if (stmt->dbh->methods->quoter) { in pdo_parse_params()
537 … if (!stmt->dbh->methods->quoter(stmt->dbh, ZSTR_VAL(buf), ZSTR_LEN(buf), &plc->quoted, &plc->qlen, in pdo_parse_params()
580 if (!stmt->dbh->methods->quoter(stmt->dbh, Z_STRVAL(tmp_param), in pdo_parse_params()
783 if(stmt->dbh->methods->quoter(stmt->dbh, Z_STRVAL_P(param->parameter),
819 if(stmt->dbh->methods->quoter(stmt->dbh, Z_STRVAL_P(param->parameter),
/PHP-7.0/ext/standard/tests/class_object/
H A Dget_object_vars_basic_002.phpt2 get_object_vars(): visibility from non static methods (target object passed as arg)

Completed in 97 milliseconds

12345678910>>...12