See AmfTestData for details, this is the extension for Amf3

package Tests_TestData
author Ariel Sommeria-klein, based on work by ci-dev

 Methods

constructor

__construct() 

build array

buildArray() 

simple.

buildBasics() 

..

build byte array

buildByteArray() 

build date

buildDate() 

double: 0x05 as type marker, then 8 bytes.

buildDouble() 

Careful of little/big endian so that test runs with both systems

build int

buildInt() 

build object

buildObject() 

note: no type markers here, because the method doesn't do it.

buildString() 

So only the raw data.

todo methods with a type marker included

build xml

buildXml() 

 Properties

     

$dDenseArray : array
 

$dDouble : float
 

$dEmptyArray : array
 

$dEmptyString : string
 

$dInt1 : int
 

$dInt2 : int
 

$dLongString : string
 

$dMixedArray : array
 

$dObject : object
 

$dString : string
       

$sByteArray : string
 

$sDate : string
 

$sDenseArray : string
 

$sDouble : string
 

$sEmptyArray : string
 

$sEmptyString : string
 

$sFalse : string
 

$sInt1 : string
 

$sInt2 : string
 

$sLongString : string
 

$sMixedArray : string
 

$sNull : string
 

$sObject : string
 

$sString : string
 

$sStringTwice : string
 

$sTrue : string
 

$sUndefined : string
 

$sXml : string
 

$sXmlDocument : string