fix double definiton
parent
07bfdff72d
commit
9ff8957f47
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue