You are here

constant MoFileLoader::MO_LITTLE_ENDIAN_MAGIC in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/translation/Loader/MoFileLoader.php \Symfony\Component\Translation\Loader\MoFileLoader::MO_LITTLE_ENDIAN_MAGIC

Magic used for validating the format of a MO file as well as detecting if the machine used to create that file was little endian.

File

vendor/symfony/translation/Loader/MoFileLoader.php, line 29

Class

MoFileLoader
@copyright Copyright (c) 2010, Union of RAD http://union-of-rad.org (http://lithify.me/)

Namespace

Symfony\Component\Translation\Loader

Code

const MO_LITTLE_ENDIAN_MAGIC = 0x950412de;