summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_pad_variation2.phpt
diff options
context:
space:
mode:
authorAndrea Faulds <ajf@ajf.me>2014-12-14 18:20:23 +0000
committerAndrea Faulds <ajf@ajf.me>2014-12-21 13:23:02 +0000
commite5eb9530ab13a174feee83a81d87bfceee37bd88 (patch)
tree76ba0f9806f6ad369cacb9c0e9b408fc0a8ba721 /ext/standard/tests/array/array_pad_variation2.phpt
parente20cbdbe97cbda010fd386cb35a474aa255cd7f6 (diff)
downloadphp-git-e5eb9530ab13a174feee83a81d87bfceee37bd88.tar.gz
Use "float" and "integer" in typehint and zpp errors
Diffstat (limited to 'ext/standard/tests/array/array_pad_variation2.phpt')
-rw-r--r--ext/standard/tests/array/array_pad_variation2.phpt20
1 files changed, 10 insertions, 10 deletions
diff --git a/ext/standard/tests/array/array_pad_variation2.phpt b/ext/standard/tests/array/array_pad_variation2.phpt
index f00c5908d6..130255caa9 100644
--- a/ext/standard/tests/array/array_pad_variation2.phpt
+++ b/ext/standard/tests/array/array_pad_variation2.phpt
@@ -161,23 +161,23 @@ array(2) {
}
-- Iteration 7 --
-Warning: array_pad() expects parameter 2 to be long, array given in %s on line %d
+Warning: array_pad() expects parameter 2 to be integer, array given in %s on line %d
NULL
-- Iteration 8 --
-Warning: array_pad() expects parameter 2 to be long, array given in %s on line %d
+Warning: array_pad() expects parameter 2 to be integer, array given in %s on line %d
NULL
-- Iteration 9 --
-Warning: array_pad() expects parameter 2 to be long, array given in %s on line %d
+Warning: array_pad() expects parameter 2 to be integer, array given in %s on line %d
NULL
-- Iteration 10 --
-Warning: array_pad() expects parameter 2 to be long, array given in %s on line %d
+Warning: array_pad() expects parameter 2 to be integer, array given in %s on line %d
NULL
-- Iteration 11 --
-Warning: array_pad() expects parameter 2 to be long, array given in %s on line %d
+Warning: array_pad() expects parameter 2 to be integer, array given in %s on line %d
NULL
-- Iteration 12 --
array(2) {
@@ -223,23 +223,23 @@ array(2) {
}
-- Iteration 18 --
-Warning: array_pad() expects parameter 2 to be long, string given in %s on line %d
+Warning: array_pad() expects parameter 2 to be integer, string given in %s on line %d
NULL
-- Iteration 19 --
-Warning: array_pad() expects parameter 2 to be long, string given in %s on line %d
+Warning: array_pad() expects parameter 2 to be integer, string given in %s on line %d
NULL
-- Iteration 20 --
-Warning: array_pad() expects parameter 2 to be long, string given in %s on line %d
+Warning: array_pad() expects parameter 2 to be integer, string given in %s on line %d
NULL
-- Iteration 21 --
-Warning: array_pad() expects parameter 2 to be long, string given in %s on line %d
+Warning: array_pad() expects parameter 2 to be integer, string given in %s on line %d
NULL
-- Iteration 22 --
-Warning: array_pad() expects parameter 2 to be long, object given in %s on line %d
+Warning: array_pad() expects parameter 2 to be integer, object given in %s on line %d
NULL
-- Iteration 23 --
array(2) {