Home
last modified time | relevance | path

Searched refs:mysql (Results 51 – 75 of 133) sorted by relevance

123456

/PHP-5.3/ext/mysql/tests/
H A Dmysql_deprecated_api.phpt9 mysql.trace_mode=1
37 In 5.3 and before the deprecation message was bound to mysql.trace_mode=1.
38 In 5.3.99 the warning will always be thrown, independent of the mysql.trace_mode
H A Dmysql_max_links.phpt9 mysql.max_links=2
64 resource(%d) of type (mysql link)
66 resource(%d) of type (mysql link)
H A Dmysql_pconn_reuse.phpt9 mysql.allow_persistent=1
10 mysql.max_persistent=1
11 mysql.max_links=2
H A Dbug55473.phpt15 mysql.max_persistent=30
16 mysql.allow_persistent=1
45 /* wait while mysql closes connection */
H A Dmysql_max_persistent.phpt27 mysql.max_links=2
28 mysql.allow_persistent=1
29 mysql.max_persistent=1
97 resource(%d) of type (mysql link persistent)
H A Dmysql_trace_mode.phpt2 mysql.trace_mode=1
9 mysql.trace_mode=1
H A Dmysql_select_db.phpt42 if (mysql_select_db('mysql', $link)) {
52 if (strtolower($row['dbname']) !== 'mysql')
53 printf("[010] Expecting database 'mysql', found '%s'\n", $row['dbname']);
H A D002.phpt40 resource(%d) of type (mysql link)
44 resource(%d) of type (mysql result)
H A D001.phpt2 mysql connect
/PHP-5.3/ext/pdo/tests/
H A Dpdo_017.phpt18 if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'mysql') {
21 die('skip your mysql configuration does not support working transactions');
31 if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'mysql') {
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_change_user_insert_id.phpt2 mysqli_change_user() - LAST_INSERT_ID() - http://bugs.mysql.com/bug.php?id=45184?
11 …die("skip Might hit known and open bugs http://bugs.mysql.com/bug.php?id=30472, http://bugs.mysql.…
H A D011.phpt30 'foobar','mysql rulez')");
76 %unicode|string%(11) "mysql rulez"
H A Dbug45019.phpt36 /* NOTE: libmysql - http://bugs.mysql.com/bug.php?id=47483 */
43 …printf("[005] Got '%s'. Please check if http://bugs.mysql.com/bug.php?id=47483 has been fixed and …
/PHP-5.3/ext/soap/interop/
H A Dconfig.php.dist3 $interopConfig['DSN'] = 'mysql://root@localhost/soapinterop';
/PHP-5.3/ext/mysqli/
H A Dconfig.w3233 CHECK_HEADER_ADD_INCLUDE("mysql.h", "CFLAGS_MYSQLI", PHP_MYSQLI +
35 "\\include\\mysql;" + PHP_MYSQLI)) {
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated.phpt34 if (isset($error_info['prepare']['mysql']) &&
35 ($error_info['prepare']['mysql'] !== $tmp[1])) {
37 $offset, $error_info['prepare']['mysql'], $tmp[0]);
66 if (isset($error_info['execute']['mysql']) &&
67 ($error_info['execute']['mysql'] !== $tmp[1])) {
69 $offset, $error_info['execute']['mysql'], $tmp[0]);
160 array(':placeholder' => 'mysql'));
173 array('execute' => array('sqlstate' => '42000', 'mysql' => 1064)));
177 array('execute' => array('sqlstate' => '42000', 'mysql' => 1064)));
265 array('mysql'));
[all …]
H A Dpdo_mysql_prepare_native.phpt34 if (isset($error_info['prepare']['mysql']) &&
35 ($error_info['prepare']['mysql'] !== $tmp[1])) {
37 $offset, $error_info['prepare']['mysql'], $tmp[0]);
76 if (isset($error_info['execute']['mysql']) &&
77 ($error_info['execute']['mysql'] !== $tmp[1])) {
79 $offset, $error_info['execute']['mysql'], $tmp[0]);
167 array(':placeholder' => 'mysql'), null, true);
278 array('mysql'), null, true);
294 array('execute' => array('sqlstate' => '42000', 'mysql' => 1064)));
H A Dcommon.phpt23 $config['ENV']['PDOTEST_DSN'] = 'mysql:host=localhost;dbname=test';
H A Dpdo_mysql___construct.phpt37 print tryandcatch(5, '$db = new PDO("mysql");');
38 print tryandcatch(6, '$db = new PDO("mysql ");');
51 $dsn = 'mysql:';
60 $dsn = 'mysql:invalid=foo';
63 $dsn = 'mysql:' . str_repeat('howmuch=canpdoeat;', 1000);
66 $dsn = 'mysql:' . str_repeat('abcdefghij', 1024 * 10) . '=somevalue';
300 [033] DSN = mysql:%s, character sets has not been set, @@character_set_connection reports 'latin1',…
H A Dpdo_mysql_attr_driver_name.phpt30 %unicode|string%(5) "mysql"
/PHP-5.3/ext/date/tests/
H A Dstrtotime-mysql-64bit.phpt2 strtotime() and mysql timestamps (64 bit)
H A Dstrtotime-mysql.phpt2 strtotime() and mysql timestamps (32 bit)
/PHP-5.3/ext/pcre/tests/
H A D005.phpt54 ext/mysql/libmysql/my_tempnam.o(.text+0x80): In function `my_tempnam':
55 /p2/var/php_gcov/PHP_4_4/ext/mysql/libmysql/my_tempnam.c:115: warning: the use of `tempnam' is dang…
56 ext/mysql/libmysql/my_tempnam.o(.text+0x80): In function `my_tempnam':
410 [0] => ext/mysql/libmysql/my_tempnam.o(.text+0x80): In function `my_tempnam':
412 [1] => ext/mysql/libmysql/my_tempnam.o(.text+0x80): In function `my_tempnam':
414 [2] => ext/mysql/libmysql/my_tempnam.o
417 [5] => /p2/var/php_gcov/PHP_4_4/ext/mysql/libmysql/my_tempnam.c
425 [0] => ext/mysql/libmysql/my_tempnam.o(.text+0x80): In function `my_tempnam':
427 [1] => ext/mysql/libmysql/my_tempnam.o(.text+0x80): In function `my_tempnam':
429 [2] => ext/mysql/libmysql/my_tempnam.o
[all …]
/PHP-5.3/ext/recode/
H A Dconfig9.m411 recode_conflict="$recode_conflict mysql"
/PHP-5.3/win32/
H A Dphp_modules.dsw318 Project: "mysql"=..\ext\mysql\mysql.dsp - Package Owner=<4>

Completed in 54 milliseconds

123456