diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2014-11-25 12:24:29 +0100 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2014-11-25 12:24:29 +0100 |
commit | aba95c239986e05bbae87cc1b7195fcf6da094bc (patch) | |
tree | b8ff625369a6fab188b3c3e696e6f57b278fe1be /Zend/tests | |
parent | faa396c67d4631698367bdefd3d22f3662cc49cb (diff) | |
download | php-git-aba95c239986e05bbae87cc1b7195fcf6da094bc.tar.gz |
Revert "Fix bug #68446 (bug with constant defaults and type hints)"
This reverts commit 5ef138b0c7c4e9532e205f45c18a72aa1d279c24.
Diffstat (limited to 'Zend/tests')
-rw-r--r-- | Zend/tests/class_constants_002.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/tests/class_constants_002.phpt b/Zend/tests/class_constants_002.phpt index 75d1032e54..9aad8088da 100644 --- a/Zend/tests/class_constants_002.phpt +++ b/Zend/tests/class_constants_002.phpt @@ -26,5 +26,6 @@ echo "Done\n"; --EXPECTF-- int(1) int(5) +int(10) Fatal error: Class 'NoSuchClass' not found in %s on line %d |