mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
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:
parent
05f8feeae4
commit
7b8a61a18c
28 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
--TEST--
|
||||
Dynamic class name in new is not supported
|
||||
Dynamic class name in new is supported
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--TEST--
|
||||
Invalid operation in new arg in const expr
|
||||
Valid operation in new arg in const expr
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--TEST--
|
||||
Static in new is not supported
|
||||
Static in new is supported
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue