diff options
author | Antony Dovgal <tony2001@php.net> | 2007-05-18 11:47:58 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2007-05-18 11:47:58 +0000 |
commit | ff514e208e84beda48d3dee903170a46515a0b89 (patch) | |
tree | 3887a60edf0e6f853431961a0f30bf6864502b01 /ext/pdo_mysql/tests | |
parent | 7e5f0a8380ca26bf7950873aab733c0816d83d07 (diff) | |
download | php-git-ff514e208e84beda48d3dee903170a46515a0b89.tar.gz |
fix tests
Diffstat (limited to 'ext/pdo_mysql/tests')
-rw-r--r-- | ext/pdo_mysql/tests/bug_33689.phpt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/pdo_mysql/tests/bug_33689.phpt b/ext/pdo_mysql/tests/bug_33689.phpt index c3f5b4dd93..74559a145b 100644 --- a/ext/pdo_mysql/tests/bug_33689.phpt +++ b/ext/pdo_mysql/tests/bug_33689.phpt @@ -25,7 +25,7 @@ $stmt = $db->prepare('SELECT * from test'); print_r($stmt->getColumnMeta(0)); $stmt->execute(); print_r($stmt->getColumnMeta(0)); - +?> --EXPECTF-- object(PDOStatement)#%d (1) { ["queryString"]=> @@ -44,6 +44,7 @@ Array [0] => not_null ) + [table] => test [name] => bar [len] => 11 [precision] => 0 |