Home
last modified time | relevance | path

Searched refs:mysql (Results 76 – 100 of 188) sorted by relevance

12345678

/PHP-5.5/ext/date/tests/
H A Dstrtotime-mysql.phpt2 strtotime() and mysql timestamps (32 bit)
/PHP-5.5/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.5/ext/recode/
H A Dconfig9.m411 recode_conflict="$recode_conflict mysql"
/PHP-5.5/ext/mysqli/tests/
H A Dbug66043.phpt15 $db = new mysqli($host, $user, $passwd, 'mysql');
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 …
H A Dmysqli_character_set_name_oo.phpt11 …/* NOTE: http://bugs.mysql.com/bug.php?id=7923 makes this test fail very likely on all 4.1.x - 5.0…
45 …printf("[010] Could be known server bug http://bugs.mysql.com/bug.php?id=7923, collation %s instea…
H A Dmysqli_select_db.phpt44 if (mysqli_select_db($link, 'mysql')) {
54 if (strtolower($row['dbname']) !== 'mysql')
55 printf("[011] Expecting database 'mysql', found '%s'\n", $row['dbname']);
H A Dmysqli_character_set_name.phpt11 …/* NOTE: http://bugs.mysql.com/bug.php?id=7923 makes this test fail very likely on all 4.1.x - 5.0…
51 …printf("[010] Could be known server bug http://bugs.mysql.com/bug.php?id=7923, collation %s instea…
H A Dmysqli_get_client_stats_off.phpt23 // connect and table inc connect to mysql and create tables
H A Dbug45289.phpt30 printf("[004] [007] http://bugs.mysql.com/bug.php?id=47485\n");
/PHP-5.5/win32/
H A Dphp_modules.dsw318 Project: "mysql"=..\ext\mysql\mysql.dsp - Package Owner=<4>
/PHP-5.5/ext/pdo_mysql/tests/
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_attr_driver_name.phpt30 %unicode|string%(5) "mysql"
H A Dpdo_mysql_exec_select.phpt63 …etchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable qu…
64 …etchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable qu…
H A Dpdo_mysql___construct.phpt37 print tryandcatch(5, '$db = new PDO("mysql");');
38 print tryandcatch(6, '$db = new PDO("mysql ");');
51 $dsn = 'mysql:';
62 $dsn = 'mysql:invalid=foo';
65 $dsn = 'mysql:' . str_repeat('howmuch=canpdoeat;', 1000);
68 $dsn = 'mysql:' . str_repeat('abcdefghij', 1024 * 10) . '=somevalue';
H A Dpecl_bug_5200.phpt2 PDO MySQL PECL Bug #5200 (Describe table gives unexpected result mysql and type enum)
H A Dbug_42499.phpt69 …etchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable qu…
79 …etchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable qu…
H A Dpdo_mysql_connect_charset.phpt13 /* Connect to mysql to determine the current charset so we can diffinate it */
/PHP-5.5/ext/mysql/tests/
H A Dmysql_client_encoding.phpt45 …printf("[009] Known bug, collation instead of chatset returned, http://bugs.mysql.com/bug.php?id=7…
70 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_create_db.phpt56 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
58 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_mysqlnd_read_timeout_long.phpt33 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_get_proto_info.phpt34 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_fetch_assoc.phpt66 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
92 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
/PHP-5.5/ext/mysqli/
H A Dconfig.m441 AC_MSG_ERROR([Please reinstall the mysql distribution])
57 …AC_MSG_ERROR([wrong mysql library version or lib not found. Check config.log for more information.…

Completed in 37 milliseconds

12345678