MediaWiki master
generateUcfirstOverrides.php File Reference

Generate a php file containing an array of utf8_lowercase => utf8_uppercase overrides. More...

Go to the source code of this file.

Classes

class  GenerateUcfirstOverrides
 

Variables

 $maintClass = GenerateUcfirstOverrides::class
 

Detailed Description

Generate a php file containing an array of utf8_lowercase => utf8_uppercase overrides.

Takes as input two json files generated with generateUpperCharTable.php as input.

Example run:

this will prepare a file to use to make hhvm's Language::ucfirst work like php7's

$ php7.2 maintenance/language/generateUpperCharTable.php –outfile php7.2.json $ hhvm –php maintenance/language/generateUpperCharTable.php –outfile hhvm.json $ hhvm maintenance/language/generateUcfirstOverrides.php \ –override hhvm.json –with php7.2.json –outfile test.php

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. http://www.gnu.org/copyleft/gpl.html

Definition in file generateUcfirstOverrides.php.

Variable Documentation

◆ $maintClass

$maintClass = GenerateUcfirstOverrides::class

Definition at line 91 of file generateUcfirstOverrides.php.