php-src/ext/mysql/tests
2014-11-19 20:23:00 +00:00
..
001.phpt Deprecate ext/mysql. 2012-12-10 22:12:09 +08:00
002.phpt Deprecate ext/mysql. 2012-12-10 22:12:09 +08:00
003.phpt Deprecate ext/mysql. 2012-12-10 22:12:09 +08:00
bug47438.phpt Deprecate ext/mysql. 2012-12-10 22:12:09 +08:00
bug48754.phpt Deprecate ext/mysql. 2012-12-10 22:12:09 +08:00
bug51242.phpt Deprecate ext/mysql. 2012-12-10 22:12:09 +08:00
bug53649.phpt Deprecate ext/mysql. 2012-12-10 22:12:09 +08:00
bug55473.phpt Fixed tests (mysqlnd only) 2014-03-24 13:45:18 +08:00
clean_table.inc MFH. Adding CLEAN sections, fixing some SKIPIF sections. Cool new run-tests.php, Zoe (and other) - its a great help to detect stinky SKIPIF and CLEAN 2009-07-02 10:05:37 +00:00
connect.inc Remove executable permission on inc 2012-10-10 10:44:34 +08:00
mysql_affected_rows.phpt Deprecate ext/mysql. 2012-12-10 22:12:09 +08:00
mysql_client_encoding.phpt Fixed PHP6 unicode related tests 2014-08-15 13:08:53 +04:00
mysql_close.phpt Deprecate ext/mysql. 2012-12-10 22:12:09 +08:00
mysql_connect.phpt Deprecate ext/mysql. 2012-12-10 22:12:09 +08:00
mysql_constants.phpt Deprecate ext/mysql. 2012-12-10 22:12:09 +08:00
mysql_create_db.phpt Deprecate ext/mysql. 2012-12-10 22:12:09 +08:00
mysql_data_seek.phpt Refactor ext/mysql 2014-03-23 13:23:25 +08:00
mysql_db_name.phpt Fixed PHP6 unicode related tests 2014-08-15 13:08:53 +04:00
mysql_db_query.phpt Fixed PHP6 unicode related tests 2014-08-15 13:08:53 +04:00
mysql_deprecated_api.phpt typo fixes - https://github.com/vlajos/misspell_fixer 2014-11-19 20:23:00 +00:00
mysql_drop_db.phpt Deprecate ext/mysql. 2012-12-10 22:12:09 +08:00
mysql_errno.phpt Refactor ext/mysql 2014-03-23 13:23:25 +08:00
mysql_error.phpt Fixed PHP6 unicode related tests 2014-08-15 13:08:53 +04:00
mysql_escape_string.phpt Handle deprecation messages differently in tests to reduce test differences between 5.3 and trunk: suppress warnings by default, check warnings in a dedicated test 2011-01-25 14:01:00 +00:00
mysql_fetch_array.phpt Refactor ext/mysql 2014-03-23 13:23:25 +08:00
mysql_fetch_assoc.phpt Refactor ext/mysql 2014-03-23 13:23:25 +08:00
mysql_fetch_field.phpt Refactor ext/mysql 2014-03-23 13:23:25 +08:00
mysql_fetch_lengths.phpt Refactor ext/mysql 2014-03-23 13:23:25 +08:00
mysql_fetch_object.phpt Refactor ext/mysql 2014-03-23 13:23:25 +08:00
mysql_fetch_row.phpt Refactor ext/mysql 2014-03-23 13:23:25 +08:00
mysql_field_flags.phpt Fixed PHP6 unicode related tests 2014-08-15 13:08:53 +04:00
mysql_field_len.phpt Refactor ext/mysql 2014-03-23 13:23:25 +08:00
mysql_field_name.phpt Refactor ext/mysql 2014-03-23 13:23:25 +08:00
mysql_field_seek.phpt Refactor ext/mysql 2014-03-23 13:23:25 +08:00
mysql_field_table.phpt Refactor ext/mysql 2014-03-23 13:23:25 +08:00
mysql_field_type.phpt Refactor ext/mysql 2014-03-23 13:23:25 +08:00
mysql_free_result.phpt Refactor ext/mysql 2014-03-23 13:23:25 +08:00
mysql_get_client_info.phpt Fixed PHP6 unicode related tests 2014-08-15 13:08:53 +04:00
mysql_get_host_info.phpt Fixed PHP6 unicode related tests 2014-08-15 13:08:53 +04:00
mysql_get_proto_info.phpt Deprecate ext/mysql. 2012-12-10 22:12:09 +08:00
mysql_get_server_info.phpt Fixed PHP6 unicode related tests 2014-08-15 13:08:53 +04:00
mysql_info.phpt Fixed PHP6 unicode related tests 2014-08-15 13:08:53 +04:00
mysql_insert_id.phpt Refactor ext/mysql 2014-03-23 13:23:25 +08:00
mysql_list_dbs.phpt Fixed PHP6 unicode related tests 2014-08-15 13:08:53 +04:00
mysql_list_fields.phpt Fix mysql_list_fields.phpt test 2013-03-24 17:07:16 +01:00
mysql_list_processes.phpt Fixed PHP6 unicode related tests 2014-08-15 13:08:53 +04:00
mysql_list_tables.phpt Deprecate ext/mysql. 2012-12-10 22:12:09 +08:00
mysql_max_links.phpt Deprecate ext/mysql. 2012-12-10 22:12:09 +08:00
mysql_max_persistent.phpt Deprecate ext/mysql. 2012-12-10 22:12:09 +08:00
mysql_mysqlnd_read_timeout_long.phpt Deprecate ext/mysql. 2012-12-10 22:12:09 +08:00
mysql_num_fields.phpt Refactor ext/mysql 2014-03-23 13:23:25 +08:00
mysql_num_rows.phpt Refactor ext/mysql 2014-03-23 13:23:25 +08:00
mysql_pconn_disable.phpt Deprecate ext/mysql. 2012-12-10 22:12:09 +08:00
mysql_pconn_kill.phpt Deprecate ext/mysql. 2012-12-10 22:12:09 +08:00
mysql_pconn_max_links.phpt Deprecate ext/mysql. 2012-12-10 22:12:09 +08:00
mysql_pconn_reuse.phpt Deprecate ext/mysql. 2012-12-10 22:12:09 +08:00
mysql_pconnect.phpt Deprecate ext/mysql. 2012-12-10 22:12:09 +08:00
mysql_phpinfo.phpt extending the API interface - plugins can register 2010-12-28 15:16:21 +00:00
mysql_ping.phpt Refactor ext/mysql 2014-03-23 13:23:25 +08:00
mysql_query_load_data_openbasedir.phpt Deprecate ext/mysql. 2012-12-10 22:12:09 +08:00
mysql_query.phpt Fixed PHP6 unicode related tests 2014-08-15 13:08:53 +04:00
mysql_real_escape_string.phpt Deprecate ext/mysql. 2012-12-10 22:12:09 +08:00
mysql_reflection_extension.phpt Deprecating undocumented function alias, related to bug #63295 2012-10-23 12:02:58 +02:00
mysql_reflection_functions.phpt Deprecating undocumented function alias, related to bug #63295 2012-10-23 12:02:58 +02:00
mysql_result.phpt Refactor ext/mysql 2014-03-23 13:23:25 +08:00
mysql_select_db.phpt Refactor ext/mysql 2014-03-23 13:23:25 +08:00
mysql_set_charset.phpt Deprecate ext/mysql. 2012-12-10 22:12:09 +08:00
mysql_sql_safe_mode.phpt skip these tests if can't connect to mysql 2011-09-08 11:30:58 +00:00
mysql_stat.phpt Fixed PHP6 unicode related tests 2014-08-15 13:08:53 +04:00
mysql_tablename.phpt Refactor ext/mysql 2014-03-23 13:23:25 +08:00
mysql_thread_id.phpt Refactor ext/mysql 2014-03-23 13:23:25 +08:00
mysql_trace_mode.phpt Fixed test (support for MarinaDB) 2014-04-15 01:27:21 +04:00
mysql_unbuffered_query.phpt Fixed PHP6 unicode related tests 2014-08-15 13:08:53 +04:00
setupdefault.inc Refactor ext/mysql 2014-03-23 13:23:25 +08:00
skipif.inc Remove executable permission on inc 2012-10-10 10:44:34 +08:00
skipifconnectfailure.inc Remove executable permission on inc 2012-10-10 10:44:34 +08:00
skipifnotmysqlnd.inc Fixed bug #51242 (Empty mysql.default_port does not default to 3306 anymore, but 0). 2010-03-09 05:08:31 +00:00
table.inc Fix a few more tests 2009-08-03 05:17:53 +00:00