PHP Classes

File: .tests/fixtures/utf16le.yaml

Recommend this page to a friend!
  Packages of Caleb   PHP Common Class Library   .tests/fixtures/utf16le.yaml   Download  
File: .tests/fixtures/utf16le.yaml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Common Class Library
Set of classes that provides common functionality
Author: By
Last change:
Date: 9 months ago
Size: 1,228 bytes
 

Contents

Class file image Download
??##\ # YAML handler fixtures for testing UTF-16LE support. # # This file is a part of the "common classes package", utilised by a number of # packages and projects, including CIDRAM and phpMussel. # Source: https://github.com/Maikuolan/Common ##/ String foo: "Bar" Integer foo: 1234 Float foo: 123.4 Hexadecimal number notation: 0x10000 Binary number notation: 0b10000 Octal number notation: 0o10000 Example implicit numeric array: - "Bar0" - "Bar1" - "Bar2" - "Bar3" Example associative array: Foo1: "Bar1" Foo2: "Bar2" Foo3: "Bar3" Foo4: "Bar4" Example null set: ? "Bar0" ? "Bar1" ? "Bar2" ? "Bar3"