Home
last modified time | relevance | path

Searched refs:methods (Results 201 – 225 of 303) sorted by relevance

12345678910>>...13

/PHP-7.2/ext/intl/tests/
H A Dcollator_create3.phpt12 * with Procedural and Object methods.
/PHP-7.2/ext/reflection/tests/
H A DReflectionParameter_003.phpt2 ReflectionParameter class - isOptional, isDefaultValueAvailable and getDefaultValue methods.
H A DReflectionMethod_basic3.phpt2 ReflectionMethod class getName(), isInternal() and isUserDefined() methods
H A DReflectionMethod_basic4.phpt2 ReflectionMethod class getFileName(), getStartLine() and getEndLine() methods
H A Dbug40431.phpt2 Bug #40431 (dynamic properties may cause crash in ReflectionProperty methods)
H A DReflectionMethod_006.phpt2 ReflectionMethod methods - wrong num args
H A DReflectionMethod_basic2.phpt2 ReflectionMethod class __toString() and export() methods
/PHP-7.2/ext/standard/tests/class_object/
H A Dget_object_vars_basic_001.phpt2 get_object_vars(): visibility from static methods (target object passed as arg)
/PHP-7.2/ext/standard/tests/dir/
H A Ddir_variation4.phpt7 * Description: Directory class with properties, handle and class and methods read, rewind and close
H A Ddir_basic.phpt7 * Description: Directory class with properties, handle and class and methods read, rewind and close
H A Ddir_variation4-win32-mb.phpt13 * Description: Directory class with properties, handle and class and methods read, rewind and close
H A Ddir_basic-win32-mb.phpt13 * Description: Directory class with properties, handle and class and methods read, rewind and close
H A Ddir_variation7.phpt22 * Description: Directory class with properties, handle and class and methods read, rewind and close
/PHP-7.2/ext/phar/tests/
H A Dphar_offset_check.phpt2 Phar: disallow stub and alias setting via offset*() methods
H A Dpharfileinfo_compression.phpt2 Phar: PharFileInfo compression-related methods
/PHP-7.2/ext/snmp/tests/
H A Dreflection.phpt8 /* ALL PHP_ME user callable methods of SNMP class should appear here */
/PHP-7.2/ext/pdo/
H A Dpdo_sql_parser.c520 if (stmt->dbh->methods->quoter) { in pdo_parse_params()
538 … if (!stmt->dbh->methods->quoter(stmt->dbh, ZSTR_VAL(buf), ZSTR_LEN(buf), &plc->quoted, &plc->qlen, in pdo_parse_params()
589 if (!stmt->dbh->methods->quoter(stmt->dbh, ZSTR_VAL(buf), in pdo_parse_params()
H A Dphp_pdo_driver.h438 struct pdo_dbh_methods *methods; member
566 struct pdo_stmt_methods *methods; member
H A Dpdo_sql_parser.re205 if (stmt->dbh->methods->quoter) {
223 … if (!stmt->dbh->methods->quoter(stmt->dbh, ZSTR_VAL(buf), ZSTR_LEN(buf), &plc->quoted, &plc->qlen,
274 if (!stmt->dbh->methods->quoter(stmt->dbh, ZSTR_VAL(buf),
/PHP-7.2/ext/pdo_mysql/
H A Dmysql_driver.c106 if (!dbh->methods) { in _pdo_mysql_error()
177 stmt->methods = &mysql_stmt_methods; in mysql_handle_preparer()
854 dbh->methods = &mysql_methods;
865 dbh->methods = &mysql_methods;
/PHP-7.2/ext/pdo_firebird/
H A Dfirebird_driver.c148 stmt->methods = &firebird_stmt_methods; in firebird_handle_preparer()
649 dbh->methods = &firebird_methods; in pdo_firebird_handle_factory()
663 if (!dbh->methods) { in pdo_firebird_handle_factory()
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetchobject.phpt55 // NOTE: PDO can call regular methods prior to calling __construct()
/PHP-7.2/ext/simplexml/tests/
H A Dsxe_004.phpt2 SPL: SimpleXMLIterator and overridden iterator methods()
/PHP-7.2/Zend/tests/
H A Dbug29210.phpt2 Bug #29210 (Function is_callable does not support private and protected methods)
/PHP-7.2/ext/spl/tests/
H A Dspl_autoload_007.phpt2 SPL: spl_autoload() with inaccessible methods

Completed in 102 milliseconds

12345678910>>...13