Home
last modified time | relevance | path

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

12345

/PHP-7.2/ext/mysqli/tests/
H A D011.phpt30 'foobar','mysql rulez')");
76 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 …
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");
H A Dmysqli_get_connection_stats_off.phpt17 // connect and table inc connect to mysql and create tables
/PHP-7.2/ext/recode/
H A Dconfig9.m411 recode_conflict="$recode_conflict mysql"
/PHP-7.2/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-7.2/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 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.phpt40 print tryandcatch(5, '$db = new PDO("mysql");');
41 print tryandcatch(6, '$db = new PDO("mysql ");');
54 $dsn = 'mysql:';
65 $dsn = 'mysql:invalid=foo';
68 $dsn = 'mysql:' . str_repeat('howmuch=canpdoeat;', 1000);
71 $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 */
H A Dpdo_mysql_stmt_closecursor.phpt157 …etchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable qu…
162 …etchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable qu…
168 …etchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable qu…
173 …etchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable qu…
H A Dbug_50323.phpt33 $dsn = 'mysql:';
H A Dbug54929.phpt2 Bug #54929 (Parse error with single quote in sql comment (pdo-mysql))
/PHP-7.2/
H A D.appveyor.yml38 - mysql
H A DREADME.SELF-CONTAINED-EXTENSIONS41 the mysql extension:
43 $ cp -rp php-4.0.X/ext/mysql/* .
56 [--with-mysql=MYSQL-DIR]
/PHP-7.2/travis/
H A Dcompile.sh36 --with-pdo-mysql=mysqlnd \
/PHP-7.2/appveyor/
H A Dtest_task.bat30 set PDO_MYSQL_TEST_DSN=mysql:host=%PDO_MYSQL_TEST_HOST%;port=%PDO_MYSQL_TEST_PORT%;dbname=test;user…
31 "C:\Program Files\MySql\MySQL Server 5.7\bin\mysql.exe" --user=%MYSQL_TEST_USER% -e "CREATE DATABAS…

Completed in 24 milliseconds

12345