php-src/ext/mysql/tests
Ulf Wendel 307d9364ab Whitespace (space to tab)/CS
With this commit the MySQL internal mysqlnd set of ext/mysql tests is in
sync with HEAD. It's likely that php.net/HEAD fails on quite some tests.
Using ext/mysql from the MySQL internal mysqlnd SVN there should be zero
failures. Merging the MySQL internal mysqlnd SVN into HEAD will happen
soon so that we get a bug free version on php.net in the near future.
2007-07-23 07:51:37 +00:00
..
001.phpt Trying to fix broken tests. The last set of files committed a few weeks ago 2007-07-11 11:12:10 +00:00
002.phpt Trying to fix broken tests. The last set of files committed a few weeks ago 2007-07-11 11:12:10 +00:00
003.phpt Trying to fix broken tests. The last set of files committed a few weeks ago 2007-07-11 11:12:10 +00:00
connect.inc Whitespace (space to tab)/CS 2007-07-23 07:51:37 +00:00
mysql_affected_rows.phpt Whitespace: replacing spaces with tab to follow coding conventions. 2007-07-11 11:57:45 +00:00
mysql_client_encoding.phpt Whitespace: replacing spaces with tab to follow coding conventions. 2007-07-11 11:57:45 +00:00
mysql_close.phpt Whitespace: replacing spaces with tab to follow coding conventions. 2007-07-11 11:57:45 +00:00
mysql_connect.phpt Mostly whitespace (replacing spaces with tab). Additional, weak test for 2007-07-11 12:26:21 +00:00
mysql_constants.phpt Blame me for not checking in a version that's been cleaned up with 2007-07-12 14:24:53 +00:00
mysql_create_db.phpt Should be whitespace/coding standards changes only. 2007-07-11 12:28:46 +00:00
mysql_data_seek.phpt Should be whitespace/coding standards changes only. 2007-07-11 12:28:46 +00:00
mysql_db_name.phpt Those two should be whitespace / coding standards only. However, in some of 2007-07-11 12:47:23 +00:00
mysql_db_query.phpt Whitespace/Coding Standards. 2007-07-11 12:50:34 +00:00
mysql_drop_db.phpt Those two should be whitespace / coding standards only. However, in some of 2007-07-11 12:47:23 +00:00
mysql_errno.phpt A bit more verbose message in case of problems. It's been helpful to 2007-07-12 13:57:36 +00:00
mysql_error.phpt Whitespace/Coding Standards. 2007-07-11 12:57:57 +00:00
mysql_escape_string.phpt 1) Whitespace / Coding Standards 2007-07-11 13:22:17 +00:00
mysql_fetch_array.phpt Aside from whitespace / coding standards this one is more interesting. 2007-07-11 13:36:11 +00:00
mysql_fetch_assoc.phpt Whitespace / Coding Standards 2007-07-11 13:29:41 +00:00
mysql_fetch_field.phpt Whitespace (space to tab)/CS 2007-07-23 07:51:37 +00:00
mysql_fetch_lengths.phpt Whitespace. Removing reference to skipifemb.inc. 2007-07-11 13:51:31 +00:00
mysql_fetch_object.phpt Whitespace/Coding Standards, removing reference to skipifemb.inc, 2007-07-11 13:56:37 +00:00
mysql_fetch_row.phpt Whitespace and - as usual - removing skipifemb.inc 2007-07-11 14:01:39 +00:00
mysql_field_flags.phpt Whitespace/Coding Standards, removal of skipifemb.inc, improved testing 2007-07-11 14:11:18 +00:00
mysql_field_len.phpt Whitespace and the usual suspect: skipifemb.inc 2007-07-11 14:28:22 +00:00
mysql_field_name.phpt Removing reference to skipifemb.inc which is not needed and 2007-07-11 14:36:26 +00:00
mysql_field_seek.phpt Removing reference to skipifemb.inc which is not needed and 2007-07-11 14:36:26 +00:00
mysql_field_table.phpt Removing reference to skipifemb.inc which is not needed and 2007-07-11 14:36:26 +00:00
mysql_field_type.phpt Whitespace/Coding Standard 2007-07-11 14:41:54 +00:00
mysql_free_result.phpt Whitespace/Coding Standards and new check what happens if one tries to 2007-07-11 14:44:18 +00:00
mysql_get_client_info.phpt Whitespace and new "too many arguments" check. 2007-07-11 14:45:53 +00:00
mysql_get_host_info.phpt Mainly Whitespace/CS changes. Partly "too many arguments" check added. 2007-07-11 15:07:28 +00:00
mysql_get_proto_info.phpt Mainly Whitespace/CS changes. Partly "too many arguments" check added. 2007-07-11 15:07:28 +00:00
mysql_get_server_info.phpt Mainly Whitespace/CS changes. Partly "too many arguments" check added. 2007-07-11 15:07:28 +00:00
mysql_info.phpt Whitespace only 2007-07-11 15:13:10 +00:00
mysql_insert_id.phpt Whitespace and new checks for default connection. 2007-07-11 15:17:47 +00:00
mysql_list_dbs.phpt Whitespace and new checks for default connection. 2007-07-11 15:17:47 +00:00
mysql_list_fields.phpt Whitespace only 2007-07-11 15:47:38 +00:00
mysql_list_processes.phpt Whitespace/Coding Standards and check added for default connection. 2007-07-11 15:49:32 +00:00
mysql_list_tables.phpt Adding test for mysql_list_tables() 2007-07-12 14:22:15 +00:00
mysql_num_fields.phpt Whitespace/CS only 2007-07-11 15:51:48 +00:00
mysql_num_rows.phpt Whitespace/CS only 2007-07-12 10:18:14 +00:00
mysql_pconnect.phpt 1) Whitespace/CS 2007-07-12 10:25:40 +00:00
mysql_phpinfo.phpt Checking the phpinfo() entries of ext/mysql 2007-07-12 14:22:47 +00:00
mysql_ping.phpt 1) Whitespace/CS 2007-07-12 10:30:03 +00:00
mysql_query.phpt Testing SELECT "a" AS "". This is nice to test strcmp() and similar... 2007-07-12 16:03:10 +00:00
mysql_real_escape_string.phpt 1) Whitespace/CS 2007-07-12 10:52:23 +00:00
mysql_result.phpt 1) Whitespace/CS 2007-07-12 16:04:15 +00:00
mysql_select_db.phpt 1) Whitespace/CS 2007-07-12 13:27:26 +00:00
mysql_set_charset.phpt Whoever has hacked this function into ext/mysql, here's a "test" for it. 2007-07-12 14:23:56 +00:00
mysql_stat.phpt Whitespace (space to tab)/CS 2007-07-23 07:51:37 +00:00
mysql_tablename.phpt No skipping needed anymore, function is there even with mysqlnd. 2007-07-12 13:58:41 +00:00
mysql_thread_id.phpt 1) Whitespace/CS 2007-07-12 13:44:00 +00:00
mysql_unbuffered_query.phpt 1) Whitespace/CS 2007-07-12 13:50:51 +00:00
skipif.inc Whitespace (space to tab)/CS 2007-07-23 07:51:37 +00:00
table.inc Whitespace (space to tab)/CS 2007-07-23 07:51:37 +00:00