503f75d08b
These names don't make sense now that we run both suites the same way.
10 linhas
122 B
PHP
10 linhas
122 B
PHP
<?php
|
|
|
|
echo "Shouldn't see me\n";
|
|
if (false) {
|
|
class c{
|
|
const ArrayConst = array(1, 2, 'hi');
|
|
}
|
|
}
|
|
echo "or me\n";
|