summaryrefslogtreecommitdiffstats
path: root/dbase-rev347133.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dbase-rev347133.patch')
-rw-r--r--dbase-rev347133.patch44
1 files changed, 44 insertions, 0 deletions
diff --git a/dbase-rev347133.patch b/dbase-rev347133.patch
new file mode 100644
index 0000000..7b53892
--- /dev/null
+++ b/dbase-rev347133.patch
@@ -0,0 +1,44 @@
+--- pecl/dbase/trunk/tests/dbase_delete_record_error_32bit.phpt 2019/04/04 09:08:20 347132
++++ pecl/dbase/trunk/tests/dbase_delete_record_error_32bit.phpt 2019/04/04 09:25:54 347133
+@@ -31,7 +31,7 @@
+ Warning: dbase_delete_record(): record 1 out of bounds in %s on line %d
+ bool(false)
+
+-Warning: dbase_delete_record() expects parameter 2 to be integer, float given in %s on line %d
++Warning: dbase_delete_record() expects parameter 2 to be in%s, float given in %s on line %d
+ NULL
+ ===DONE===
+ --CLEAN--
+--- pecl/dbase/trunk/tests/dbase_get_record_error_32bit.phpt 2019/04/04 09:08:20 347132
++++ pecl/dbase/trunk/tests/dbase_get_record_error_32bit.phpt 2019/04/04 09:25:54 347133
+@@ -32,7 +32,7 @@
+ Warning: dbase_get_record(): Tried to read bad record 1 in %s on line %d
+ bool(false)
+
+-Warning: dbase_get_record() expects parameter 2 to be integer, float given in %s on line %d
++Warning: dbase_get_record() expects parameter 2 to be in%s, float given in %s on line %d
+ NULL
+ ===DONE===
+ --CLEAN--
+--- pecl/dbase/trunk/tests/dbase_get_record_with_names_error_32bit.phpt 2019/04/04 09:08:20 347132
++++ pecl/dbase/trunk/tests/dbase_get_record_with_names_error_32bit.phpt 2019/04/04 09:25:54 347133
+@@ -32,7 +32,7 @@
+ Warning: dbase_get_record_with_names(): Tried to read bad record 1 in %s on line %d
+ bool(false)
+
+-Warning: dbase_get_record_with_names() expects parameter 2 to be integer, float given in %s on line %d
++Warning: dbase_get_record_with_names() expects parameter 2 to be in%s, float given in %s on line %d
+ NULL
+ ===DONE===
+ --CLEAN--
+--- pecl/dbase/trunk/tests/dbase_replace_record_error_32bit.phpt 2019/04/04 09:08:20 347132
++++ pecl/dbase/trunk/tests/dbase_replace_record_error_32bit.phpt 2019/04/04 09:25:54 347133
+@@ -30,7 +30,7 @@
+ Warning: dbase_replace_record(): record number has to be in range 1..2147483647, but is -1 in %s on line %d
+ bool(false)
+
+-Warning: dbase_replace_record() expects parameter 3 to be integer, float given in %s on line %d
++Warning: dbase_replace_record() expects parameter 3 to be in%s, float given in %s on line %d
+ NULL
+
+ Warning: dbase_replace_record(): expected 7 fields, but got 0 in %s on line %d