diff options
author | Máté Kocsis <kocsismate@woohoolabs.com> | 2021-03-06 00:56:25 +0100 |
---|---|---|
committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2021-03-06 00:56:25 +0100 |
commit | 0f8312342f3b0a639cd583b53ccdea56019d2685 (patch) | |
tree | 4eb5ae0309fa55a98613c3a517fe1d0c46530379 /Zend/tests | |
parent | 8462a3de1a1092e5526940e5e447bcf6a7a9a5d1 (diff) | |
download | php-git-0f8312342f3b0a639cd583b53ccdea56019d2685.tar.gz |
Fix the error message of attribute flag validation
Diffstat (limited to 'Zend/tests')
-rw-r--r-- | Zend/tests/attributes/021_attribute_flags_type_is_validated.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/attributes/021_attribute_flags_type_is_validated.phpt b/Zend/tests/attributes/021_attribute_flags_type_is_validated.phpt index 7c1bfd2da7..01ab29c5ef 100644 --- a/Zend/tests/attributes/021_attribute_flags_type_is_validated.phpt +++ b/Zend/tests/attributes/021_attribute_flags_type_is_validated.phpt @@ -8,4 +8,4 @@ class A1 { } ?> --EXPECTF-- -Fatal error: Attribute::__construct(): Argument #1 ($flags) must must be of type int, string given in %s +Fatal error: Attribute::__construct(): Argument #1 ($flags) must be of type int, string given in %s |