diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2021-01-25 18:48:35 +0100 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2021-01-25 18:49:22 +0100 |
commit | 2e580da28ebebb35eefd084dc5a0cdbc94872ff4 (patch) | |
tree | d40774e91f7e77c17f5a3840f854b6626c1de06f /ext/phar/tests | |
parent | 18507853cb727361ea09fca8a7e4458b9262b145 (diff) | |
parent | 61ed904cecbfd2eb6e5c39c22de3c215a2aee722 (diff) | |
download | php-git-2e580da28ebebb35eefd084dc5a0cdbc94872ff4.tar.gz |
Merge branch 'PHP-7.4' into PHP-8.0
* PHP-7.4:
Fix #75850: Unclear error message wrt. __halt_compiler() w/o semicolon
Diffstat (limited to 'ext/phar/tests')
-rw-r--r-- | ext/phar/tests/phar_stub_error.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/phar_stub_error.phpt b/ext/phar/tests/phar_stub_error.phpt index 972af851ee..f56f30fece 100644 --- a/ext/phar/tests/phar_stub_error.phpt +++ b/ext/phar/tests/phar_stub_error.phpt @@ -47,7 +47,7 @@ __HALT_COMPILER(); string(48) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>" string(48) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>" bool(true) -Exception: illegal stub for phar "%sphar_stub_error.phar.php" +Exception: illegal stub for phar "%sphar_stub_error.phar.php" (__HALT_COMPILER(); is missing) string(48) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>" bool(true) string(48) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>" |