php-src/ext/mysql/tests
Ulf Wendel fb4967900d Same as for ext/mysqli tests: addition of a new environment variable
MYSQL_TEST_SKIP_CONNECT_FAILURE  which controls how to deal with connection
problems. If MYSQL_TEST_SKIP_CONNECT_FAILURE = false (default) connection
problems will make a test fail. If you set MYSQL_TEST_SKIP_CONNECT_FAILURE
to any value that evaluates to true in PHP, a test which cannot connect to
the database will be skipped.
2007-08-09 11:53:17 +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 Same as for ext/mysqli tests: addition of a new environment variable 2007-08-09 11:53:17 +00:00
mysql_fetch_assoc.phpt Same as for ext/mysqli tests: addition of a new environment variable 2007-08-09 11:53:17 +00:00
mysql_fetch_field.phpt Same as for ext/mysqli tests: addition of a new environment variable 2007-08-09 11:53:17 +00:00
mysql_fetch_lengths.phpt Same as for ext/mysqli tests: addition of a new environment variable 2007-08-09 11:53:17 +00:00
mysql_fetch_object.phpt Same as for ext/mysqli tests: addition of a new environment variable 2007-08-09 11:53:17 +00:00
mysql_fetch_row.phpt Same as for ext/mysqli tests: addition of a new environment variable 2007-08-09 11:53:17 +00:00
mysql_field_flags.phpt Same as for ext/mysqli tests: addition of a new environment variable 2007-08-09 11:53:17 +00:00
mysql_field_len.phpt Same as for ext/mysqli tests: addition of a new environment variable 2007-08-09 11:53:17 +00:00
mysql_field_name.phpt Same as for ext/mysqli tests: addition of a new environment variable 2007-08-09 11:53:17 +00:00
mysql_field_seek.phpt Same as for ext/mysqli tests: addition of a new environment variable 2007-08-09 11:53:17 +00:00
mysql_field_table.phpt Same as for ext/mysqli tests: addition of a new environment variable 2007-08-09 11:53:17 +00:00
mysql_field_type.phpt Same as for ext/mysqli tests: addition of a new environment variable 2007-08-09 11:53:17 +00:00
mysql_free_result.phpt Same as for ext/mysqli tests: addition of a new environment variable 2007-08-09 11:53:17 +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 Same as for ext/mysqli tests: addition of a new environment variable 2007-08-09 11:53:17 +00:00
mysql_get_proto_info.phpt Same as for ext/mysqli tests: addition of a new environment variable 2007-08-09 11:53:17 +00:00
mysql_get_server_info.phpt Same as for ext/mysqli tests: addition of a new environment variable 2007-08-09 11:53:17 +00:00
mysql_info.phpt Same as for ext/mysqli tests: addition of a new environment variable 2007-08-09 11:53:17 +00:00
mysql_insert_id.phpt Same as for ext/mysqli tests: addition of a new environment variable 2007-08-09 11:53:17 +00:00
mysql_list_dbs.phpt Same as for ext/mysqli tests: addition of a new environment variable 2007-08-09 11:53:17 +00:00
mysql_list_fields.phpt Same as for ext/mysqli tests: addition of a new environment variable 2007-08-09 11:53:17 +00:00
mysql_list_processes.phpt Same as for ext/mysqli tests: addition of a new environment variable 2007-08-09 11:53:17 +00:00
mysql_list_tables.phpt Same as for ext/mysqli tests: addition of a new environment variable 2007-08-09 11:53:17 +00:00
mysql_num_fields.phpt Same as for ext/mysqli tests: addition of a new environment variable 2007-08-09 11:53:17 +00:00
mysql_num_rows.phpt Same as for ext/mysqli tests: addition of a new environment variable 2007-08-09 11:53:17 +00:00
mysql_pconnect.phpt Same as for ext/mysqli tests: addition of a new environment variable 2007-08-09 11:53:17 +00:00
mysql_phpinfo.phpt Same as for ext/mysqli tests: addition of a new environment variable 2007-08-09 11:53:17 +00:00
mysql_ping.phpt Same as for ext/mysqli tests: addition of a new environment variable 2007-08-09 11:53:17 +00:00
mysql_query.phpt Same as for ext/mysqli tests: addition of a new environment variable 2007-08-09 11:53:17 +00:00
mysql_real_escape_string.phpt Same as for ext/mysqli tests: addition of a new environment variable 2007-08-09 11:53:17 +00:00
mysql_result.phpt Same as for ext/mysqli tests: addition of a new environment variable 2007-08-09 11:53:17 +00:00
mysql_select_db.phpt Same as for ext/mysqli tests: addition of a new environment variable 2007-08-09 11:53:17 +00:00
mysql_set_charset.phpt Same as for ext/mysqli tests: addition of a new environment variable 2007-08-09 11:53:17 +00:00
mysql_stat.phpt Same as for ext/mysqli tests: addition of a new environment variable 2007-08-09 11:53:17 +00:00
mysql_tablename.phpt Same as for ext/mysqli tests: addition of a new environment variable 2007-08-09 11:53:17 +00:00
mysql_thread_id.phpt Same as for ext/mysqli tests: addition of a new environment variable 2007-08-09 11:53:17 +00:00
mysql_unbuffered_query.phpt Same as for ext/mysqli tests: addition of a new environment variable 2007-08-09 11:53:17 +00:00
skipif.inc Whitespace (space to tab)/CS 2007-07-23 07:51:37 +00:00
skipifconnectfailure.inc Same as for ext/mysqli tests: addition of a new environment variable 2007-08-09 11:53:17 +00:00
table.inc Whitespace (space to tab)/CS 2007-07-23 07:51:37 +00:00