summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/file_error.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/file/file_error.phpt
parente20cbdbe97cbda010fd386cb35a474aa255cd7f6 (diff)
downloadphp-git-e5eb9530ab13a174feee83a81d87bfceee37bd88.tar.gz
Use "float" and "integer" in typehint and zpp errors
Diffstat (limited to 'ext/standard/tests/file/file_error.phpt')
-rw-r--r--ext/standard/tests/file/file_error.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/file/file_error.phpt b/ext/standard/tests/file/file_error.phpt
index c3130c30e2..31189672d3 100644
--- a/ext/standard/tests/file/file_error.phpt
+++ b/ext/standard/tests/file/file_error.phpt
@@ -36,7 +36,7 @@ NULL
Warning: file() expects at most 3 parameters, 4 given in %s on line %d
NULL
-Warning: file() expects parameter 2 to be long, string given in %s on line %d
+Warning: file() expects parameter 2 to be integer, string given in %s on line %d
NULL
array(0) {
}