diff options
| -rw-r--r-- | ext/pdo_mysql/tests/pdo_mysql_prepare_native.phpt | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pdo_mysql/tests/pdo_mysql_prepare_native.phpt b/ext/pdo_mysql/tests/pdo_mysql_prepare_native.phpt index 87438011fb..1d5f301608 100644 --- a/ext/pdo_mysql/tests/pdo_mysql_prepare_native.phpt +++ b/ext/pdo_mysql/tests/pdo_mysql_prepare_native.phpt @@ -114,7 +114,7 @@ $db = MySQLPDOTest::factory();  		$row = $stmt->fetch(PDO::FETCH_ASSOC);  		if ($row !== $expected) { -			printf("[004a] Expecting %s got %s\n", var_export($expected, true), vat_export($row, true)); +			printf("[004a] Expecting %s got %s\n", var_export($expected, true), var_export($row, true));  		}  		prepex(5, $db, 'DROP TABLE IF EXISTS test'); @@ -377,4 +377,4 @@ array(2) {      string(10) "second row"    }  } -done!
\ No newline at end of file +done!  | 
