* Triple backslash in regex should really be quadruple backslash * Using the returned value of a void method * Immediately overwritten array keys * Duplicate array keys * Foreach variable reuse * sprintf() with too many params * Incorrect reference usage Change-Id: I3c649b543c9561a1614058c50f3847f663ff04df
11 lines
219 B
PHP
11 lines
219 B
PHP
<?php
|
|
/**
|
|
* This the test fixture for a message file in the Example Foo language (x-foo).
|
|
*/
|
|
|
|
$namespaceAliases = [
|
|
'Cat' => NS_USER,
|
|
'Cat_toots' => NS_USER_TALK,
|
|
'Dog' => NS_USER,
|
|
'Dog_woofs' => NS_USER_TALK,
|
|
];
|