summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/ReflectionProperty_setValue_error.phpt
diff options
context:
space:
mode:
authorGabriel Caruso <carusogabriel34@gmail.com>2018-02-04 16:42:36 -0200
committerNikita Popov <nikita.ppv@gmail.com>2018-02-04 23:09:40 +0100
commitfef879a2d63899ed25f39b4581c16682afdd0a8f (patch)
treece12aa17bbd2db3d0cfd2cabda46e4bcdb074686 /ext/reflection/tests/ReflectionProperty_setValue_error.phpt
parentce1d69a1f6dcf15d43029301059c25e5bc09a577 (diff)
downloadphp-git-fef879a2d63899ed25f39b4581c16682afdd0a8f.tar.gz
Use bool instead of boolean while throwing a type error
PHP requires boolean typehints to be written "bool" and disallows "boolean" as an alias. This changes the error messages to match the actual type name and avoids confusing messages like "must be of type boolean, boolean given". This a followup to ce1d69a1f6dcf15d43029301059c25e5bc09a577, which implements the same change for integer->int.
Diffstat (limited to 'ext/reflection/tests/ReflectionProperty_setValue_error.phpt')
-rw-r--r--ext/reflection/tests/ReflectionProperty_setValue_error.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/ReflectionProperty_setValue_error.phpt b/ext/reflection/tests/ReflectionProperty_setValue_error.phpt
index 7161c53529..d5ecc7009f 100644
--- a/ext/reflection/tests/ReflectionProperty_setValue_error.phpt
+++ b/ext/reflection/tests/ReflectionProperty_setValue_error.phpt
@@ -72,7 +72,7 @@ NULL
Wrong type of arg:
-Warning: ReflectionProperty::setValue() expects parameter 1 to be object, boolean given in %s on line %d
+Warning: ReflectionProperty::setValue() expects parameter 1 to be object, bool given in %s on line %d
NULL
Static property / too many args: