Browse Source

- Fix test

experimental/first_unicode_implementation
Felipe Pena 17 years ago
parent
commit
44f111cc26
  1. 2
      ext/odbc/tests/odbc_data_source_001.phpt

2
ext/odbc/tests/odbc_data_source_001.phpt

@ -18,7 +18,7 @@ var_dump(odbc_data_source($conn, SQL_FETCH_FIRST));
Warning: odbc_data_source(): Invalid fetch type (0) in %s on line %d
bool(false)
Warning: odbc_data_source() expects parameter 2 to be long, string given in %s on line %d
Warning: odbc_data_source() expects parameter 2 to be long, %unicode_string_optional% given in %s on line %d
NULL
array(%d) {
%a

Loading…
Cancel
Save