Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.5/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-5.5/ext/spl/tests/
H A Dspl_autoload_005.phpt2 SPL: spl_autoload() with methods
/PHP-5.5/ext/reflection/tests/
H A DReflectionFunction_001.phpt2 ReflectionFunction methods
H A Dbug45765.phpt40 - Static methods [0] {
H A DReflectionClass_export_basic1.phpt32 - Static methods [0] {
H A Dbug33389.phpt36 - Static methods [0] {
/PHP-5.5/Zend/tests/
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)
H A Dbug60536_002.phpt37 …ight be incompatible, to improve maintainability consider using accessor methods in traits instead…
H A Dbug60536_004.phpt36 …ight be incompatible, to improve maintainability consider using accessor methods in traits instead…
/PHP-5.5/tests/lang/
H A Dstatic_variation_002.phpt2 Static variables in methods & nested functions & evals.
/PHP-5.5/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-5.5/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-5.5/ext/oci8/tests/
H A Dreflection2.phpt23 - Static methods [0] {
195 - Static methods [0] {
/PHP-5.5/tests/classes/
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-5.5/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-5.5/ext/pdo/
H A Dpdo_sql_parser.c559 if (stmt->dbh->methods->quoter) { in pdo_parse_params()
569 if (!stmt->dbh->methods->quoter(stmt->dbh, buf, len, &plc->quoted, &plc->qlen, in pdo_parse_params()
611 if (!stmt->dbh->methods->quoter(stmt->dbh, Z_STRVAL(tmp_param), in pdo_parse_params()
811 if(stmt->dbh->methods->quoter(stmt->dbh, Z_STRVAL_P(param->parameter),
847 if(stmt->dbh->methods->quoter(stmt->dbh, Z_STRVAL_P(param->parameter),
/PHP-5.5/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-5.5/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)
/PHP-5.5/ext/spl/examples/
H A Dinigroups.inc23 * relation. Doing so both current() and key() methods must be overwritten.

Completed in 32 milliseconds

12345678910>>...12