Go to the source code of this file.
Variables | |
$wgNoDBParam = true | |
$optionsWithArgs = array( 'o' ) | |
$stderr = fopen( 'php://stderr', 'w' ) | |
if(!isset($args[0])) | $file = $args[0] |
$code = str_replace( 'Messages', '', basename( $file ) ) | |
$localisation = Language::getLocalisationArray( $code, true ) |
$code = str_replace( 'Messages', '', basename( $file ) ) |
Definition at line 14 of file serialize-localisation.php.
if (!isset($args[0])) $file = $args[0] |
Definition at line 13 of file serialize-localisation.php.
$localisation = Language::getLocalisationArray( $code, true ) |
Definition at line 18 of file serialize-localisation.php.
$optionsWithArgs = array( 'o' ) |
Definition at line 4 of file serialize-localisation.php.
$stderr = fopen( 'php://stderr', 'w' ) |
Definition at line 8 of file serialize-localisation.php.
Referenced by MWTidy::execExternalTidy(), MWTidy::execInternalTidy(), and unixLineEndings().
$wgNoDBParam = true |
Definition at line 3 of file serialize-localisation.php.