Home
last modified time | relevance | path

Searched refs:mysqli (Results 126 – 150 of 462) sorted by relevance

12345678910>>...19

/php-src/ext/mysqli/tests/
H A Dmysqli_fetch_object_no_constructor.phpt4 mysqli
30 …printf("\nValueError with mysqli. Note that at all other places we throws errors but no exceptions…
60 ValueError with mysqli. Note that at all other places we throws errors but no exceptions unless the…
H A Dmysqli_error_unicode.phpt4 mysqli
41 mysqli object is already closed
H A Dbug36745.phpt4 mysqli
10 mysqli.allow_local_infile=1
H A Dmysqli_ping.phpt4 mysqli
42 mysqli object is already closed
H A Dbug66043.phpt2 Bug #66043 (Segfault calling bind_param() on mysqli)
4 mysqli
H A Dmysqli_errno.phpt4 mysqli
44 mysqli object is already closed
H A Dmysqli_field_count.phpt4 mysqli
53 mysqli object is already closed
H A Dmysqli_constants.phpt2 Constants exported by ext/mysqli
4 mysqli
6 mysqli.allow_local_infile=1
160 if (stristr($name, 'mysqli')) {
H A Dmysqli_pconn_limits.phpt4 mysqli
10 mysqli.allow_persistent=1
11 mysqli.max_persistent=-1
12 mysqli.max_links=-1
H A Dbug62046.phpt2 Bug #62046 mysqli@mysqlnd can't iterate over stored sets after call to mysqli_stmt_reset()
4 mysqli
H A Dmysqli_stmt_init.phpt4 mysqli
47 mysqli object is already closed
H A Dbug53503.phpt2 Bug #53503 (mysqli::query returns false after successful LOAD DATA query)
4 mysqli
20 mysqli.allow_local_infile=1
H A Dbug55283.phpt4 mysqli
13 …die("skip PHP streams lack support for SSL. mysqli is compiled to use mysqlnd which uses PHP strea…
46 $db1 = new mysqli();
H A Dmysqli_set_opt.phpt4 mysqli
52 mysqli object is already closed
/php-src/ext/mysqli/tests/test_setup/
H A Dtest_helpers.inc51 ini_set('mysqli.default_socket', $socket);
79 ): \mysqli {
100 function default_mysqli_connect(): \mysqli{
117 function have_innodb(mysqli $link): bool {
137 function setup_table_with_data_on_default_connection(string $table): mysqli {
/php-src/ext/mysqli/tests/bind_fetch/
H A Dinteger_types.phpt2 mysqli fetch integer values
4 mysqli
H A Dsmallint_types.phpt2 mysqli fetch small/short integer values
4 mysqli
H A Dtinyint_types.phpt2 mysqli fetch tinyint values
4 mysqli
H A Ddatetime_types.phpt2 mysqli bind_result datetimes
4 mysqli
H A Dchar_text_types.phpt2 mysqli fetch char/text
4 mysqli
H A Dfloat_types.phpt2 mysqli fetch float values
6 mysqli
H A Didentical_fetch_row.phpt2 mysqli binding resulting of a fetch and fetching a row directly produce same results
4 mysqli
/php-src/ext/mysqli/
H A Dphp_mysqli_structs.h238 ZEND_BEGIN_MODULE_GLOBALS(mysqli)
256 ZEND_END_MODULE_GLOBALS(mysqli)
258 #define MyG(v) ZEND_MODULE_GLOBALS_ACCESSOR(mysqli, v)
264 ZEND_EXTERN_MODULE_GLOBALS(mysqli)
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_class_constants.phpt7 if (!extension_loaded('mysqli') && !extension_loaded('mysqlnd')) {
18 if (extension_loaded('mysqli')) {
68 ^ Undocumented and pitfall for ext/mysqli users
/php-src/ext/mysqli/tests/bind_insert/
H A Dinteger_types.phpt2 mysqli insert (bind_param + bind_result) integer types
4 mysqli

Completed in 25 milliseconds

12345678910>>...19