7 lines
58 B
PHP
7 lines
58 B
PHP
|
<?php
|
||
|
|
||
|
namespace MyNamespace;
|
||
|
switch ($a) {
|
||
|
case A:
|
||
|
|
||
|
}
|