summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite/tests
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo_sqlite/tests')
-rw-r--r--ext/pdo_sqlite/tests/bug48773.phpt4
-rw-r--r--ext/pdo_sqlite/tests/pdo_fetch_func_001.phpt4
2 files changed, 4 insertions, 4 deletions
diff --git a/ext/pdo_sqlite/tests/bug48773.phpt b/ext/pdo_sqlite/tests/bug48773.phpt
index b8bdea9185..c9a2f64bef 100644
--- a/ext/pdo_sqlite/tests/bug48773.phpt
+++ b/ext/pdo_sqlite/tests/bug48773.phpt
@@ -29,6 +29,6 @@ var_dump($stmt);
?>
--EXPECTF--
object(bar)#%d (1) {
- [%u|b%"queryString"]=>
- %unicode|string%(8) "SELECT 1"
+ ["queryString"]=>
+ string(8) "SELECT 1"
}
diff --git a/ext/pdo_sqlite/tests/pdo_fetch_func_001.phpt b/ext/pdo_sqlite/tests/pdo_fetch_func_001.phpt
index c8cdee6f69..ea6f22c054 100644
--- a/ext/pdo_sqlite/tests/pdo_fetch_func_001.phpt
+++ b/ext/pdo_sqlite/tests/pdo_fetch_func_001.phpt
@@ -74,12 +74,12 @@ var_dump($st->fetchAll(PDO::FETCH_FUNC, array('bar', 'inexistent')));
?>
--EXPECTF--
object(PDOStatement)#%d (1) {
- [%u|b%"queryString"]=>
+ ["queryString"]=>
%string|unicode%(21) "SELECT * FROM testing"
}
data: 1, php
object(PDOStatement)#%d (1) {
- [%u|b%"queryString"]=>
+ ["queryString"]=>
%string|unicode%(21) "SELECT * FROM testing"
}
data: 2,