1
0
Fork 0

fix double definiton

pull/347/head
jens1o 2017-04-10 12:27:59 +02:00
parent 07bfdff72d
commit 9ff8957f47
1 changed files with 0 additions and 23 deletions

View File

@ -21,26 +21,3 @@ namespace {
HELLO\world();
}
<?php
namespace HELLO {
/**
* Does something really cool!
*/
function world() {
}
\HE
}
namespace {
/**
* Lorem ipsum dolor sit amet.
*/
define('HELLO', true);
HELLO\world();
}