diff options
Diffstat (limited to 'ext/oci8/tests/field_funcs.phpt')
-rw-r--r-- | ext/oci8/tests/field_funcs.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/oci8/tests/field_funcs.phpt b/ext/oci8/tests/field_funcs.phpt index 988e5f7a1..102f2fdc0 100644 --- a/ext/oci8/tests/field_funcs.phpt +++ b/ext/oci8/tests/field_funcs.phpt @@ -54,7 +54,7 @@ require dirname(__FILE__).'/drop_table.inc'; echo "Done\n"; ?> ---EXPECT-- +--EXPECTF-- array(5) { [0]=> string(1) "1" @@ -71,14 +71,14 @@ bool(false) string(2) "ID" string(6) "NUMBER" int(2) -int(0) +int(%d) int(0) int(22) bool(false) string(5) "VALUE" string(6) "NUMBER" int(2) -int(0) +int(%d) int(0) int(22) bool(true) |