Zend/tests: merge constant_expressions into constexpr, update names (#17872)

While reviewing the existing tests in the `constexpr` directory, I found that
some of the names were not updated to reflect the contents when the contents
were changed in #9301.

Follow-up to #15638
This commit is contained in:
DanielEScherzer 2025-02-21 10:37:39 -08:00 committed by GitHub
parent 05f8feeae4
commit 7b8a61a18c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
--TEST-- --TEST--
Dynamic class name in new is not supported Dynamic class name in new is supported
--FILE-- --FILE--
<?php <?php

View file

@ -1,5 +1,5 @@
--TEST-- --TEST--
Invalid operation in new arg in const expr Valid operation in new arg in const expr
--FILE-- --FILE--
<?php <?php

View file

@ -1,5 +1,5 @@
--TEST-- --TEST--
Static in new is not supported Static in new is supported
--FILE-- --FILE--
<?php <?php