Home
last modified time | relevance | path

Searched refs:methods (Results 226 – 250 of 294) sorted by relevance

12345678910>>...12

/PHP-8.3/ext/pdo_mysql/
H A Dmysql_driver.c114 if (!dbh->methods) { in _pdo_mysql_error()
184 stmt->methods = &mysql_stmt_methods; in mysql_handle_preparer()
967 dbh->methods = &mysql_methods;
978 dbh->methods = &mysql_methods;
/PHP-8.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetchobject.phpt58 // NOTE: PDO can call regular methods prior to calling __construct()
/PHP-8.3/ext/pdo_sqlite/
H A Dsqlite_driver.c77 if (!dbh->methods) { in _pdo_sqlite_error()
184 stmt->methods = &sqlite_stmt_methods; in sqlite_handle_preparer()
830 dbh->methods = &sqlite_methods; in pdo_sqlite_handle_factory()
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_auth.c110 scrambled_data = auth_plugin->methods.get_auth_data( in mysqlnd_run_authentication()
316 if (auth_plugin && auth_plugin->methods.handle_server_response) { in mysqlnd_auth_handshake()
317 if (FAIL == auth_plugin->methods.handle_server_response(auth_plugin, conn, in mysqlnd_auth_handshake()
442 if (auth_plugin && auth_plugin->methods.handle_server_response) { in mysqlnd_auth_change_user()
443 if (FAIL == auth_plugin->methods.handle_server_response(auth_plugin, conn, in mysqlnd_auth_change_user()
H A Dmysqlnd_debug.h63 } methods; member
/PHP-8.3/ext/intl/tests/
H A Dlocale_get_region.phpt10 * with Procedural and Object methods.
H A Dlocale_get_script.phpt10 * with Procedural and Object methods.
H A Dlocale_lookup.phpt12 * with Procedural and Object methods.
H A Dlocale_lookup_variant2.phpt12 * with Procedural and Object methods.
H A Dlocale_lookup_variant3.phpt12 * with Procedural and Object methods.
H A Dlocale_get_primary_language.phpt10 * with Procedural and Object methods.
H A Dlocale_compose_locale.phpt10 * with Procedural and Object methods.
H A Dnormalizer_normalize_kc_cf.phpt12 * with Procedural and Object methods.
H A Dut_common.inc43 * Wrappers around Collator methods to run them in either OO- or procedural mode.
128 * Wrappers around NumberFormatter methods to run them in either OO- or procedural mode.
228 * Wrappers around Collator methods to run them in either OO- or procedural mode.
/PHP-8.3/ext/pdo_firebird/
H A Dfirebird_driver.c570 stmt->methods = &firebird_stmt_methods; in firebird_handle_preparer()
1087 dbh->methods = &firebird_methods; in pdo_firebird_handle_factory()
1101 if (!dbh->methods) { in pdo_firebird_handle_factory()
/PHP-8.3/ext/pdo_dblib/
H A Ddblib_driver.c101 stmt->methods = &dblib_stmt_methods; in dblib_handle_preparer()
614 dbh->methods = &dblib_methods; in pdo_dblib_handle_factory()
/PHP-8.3/ext/zip/tests/
H A Doo_setcompression.phpt2 setCompressionName and setCompressionIndex methods
/PHP-8.3/ext/reflection/tests/
H A DReflectionClassConstant_basic1.phpt2 Test usage of ReflectionClassConstant methods __toString(), getName(), getValue(), isPublic(), isPr…
/PHP-8.3/ext/spl/tests/
H A DarrayObject_magicMethods1.phpt2 SPL: ArrayObject: ensure a wrapped object's magic methods for property access are not invoked when …
H A DarrayObject_magicMethods3.phpt2 SPL: ArrayObject: ensure a wrapped object's magic methods for property access are not invoked when …
H A Diterator_001.phpt2 SPL: Iterator aggregating inner iterator's methods
H A DarrayObject_magicMethods2.phpt2 SPL: ArrayObject: ensure a wrapped object's magic methods for property access are not invoked when …
/PHP-8.3/ext/pdo_oci/
H A Doci_driver.c178 if (!dbh->methods && status != OCI_SUCCESS_WITH_INFO) { in _oci_error()
299 stmt->methods = &oci_stmt_methods; in oci_handle_preparer()
860 dbh->methods = &oci_methods; in pdo_oci_handle_factory()
/PHP-8.3/ext/phar/tests/zip/
H A Dcorrupt_008.phpt2 Phar: unsupported compression methods
/PHP-8.3/ext/pdo_pgsql/
H A Dpgsql_driver.c97 if (!dbh->methods) { in _pdo_pgsql_error()
258 stmt->methods = &pgsql_stmt_methods; in pgsql_handle_preparer()
1321 dbh->methods = &pgsql_methods; in pdo_pgsql_handle_factory()
1328 dbh->methods = &pgsql_methods; in pdo_pgsql_handle_factory()

Completed in 51 milliseconds

12345678910>>...12