mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00

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
2 lines
39 B
PHP
2 lines
39 B
PHP
<?php
|
|
const T = array(1,2) - array(0);
|