diff options
author | Julien Pauli <jpauli@php.net> | 2015-12-24 15:19:54 +0100 |
---|---|---|
committer | Julien Pauli <jpauli@php.net> | 2015-12-24 15:19:54 +0100 |
commit | 7a2f60d3c7a0b80525f5435b3582540e7ae337ee (patch) | |
tree | 2710e521de03eda45c78fa5a2d7dda683a7441d1 /tests | |
parent | 2a4993d0fb1055afd275da4aefd452dcd3656188 (diff) | |
parent | 2a7eeff33e6b798c0b36a0a0e52fbf8c3197f4e9 (diff) | |
download | php-git-7a2f60d3c7a0b80525f5435b3582540e7ae337ee.tar.gz |
Merge branch 'PHP-7.0'
* PHP-7.0:
Remove mentions of "type hint" and "typehint"
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lang/type_hints_003.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lang/type_hints_003.phpt b/tests/lang/type_hints_003.phpt index 0ef3e3516b..2b536d0185 100644 --- a/tests/lang/type_hints_003.phpt +++ b/tests/lang/type_hints_003.phpt @@ -1,5 +1,5 @@ --TEST-- -ZE2 type hinting +ZE2 type --SKIPIF-- <?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 needed'); ?> --FILE-- @@ -11,4 +11,4 @@ class T { ?> --EXPECTF-- -Fatal error: Default value for parameters with a class type hint can only be NULL in %stype_hints_003.php on line 3 +Fatal error: Default value for parameters with a class type can only be NULL in %stype_hints_003.php on line 3 |