See AmfTestData for details, this is the extension for Amf3
package | Tests_TestData |
---|---|
author | Ariel Sommeria-klein, based on work by ci-dev |
__construct()
buildArray()
buildBasics()
..
buildByteArray()
buildDate()
buildDouble()
Careful of little/big endian so that test runs with both systems
buildInt()
buildObject()
buildString()
So only the raw data.
todo | methods with a type marker included |
---|
buildXml()
$dByteArray : \Amfphp_Core_Amf_Types_ByteArray
$dDate : \Amfphp_Core_Amf_Types_Date
$dDenseArray : array
$dDouble : float
$dEmptyArray : array
$dEmptyString : string
$dInt1 : int
$dInt2 : int
$dLongString : string
$dMixedArray : array
$dObject : object
$dString : string
$dUndefined : \Amfphp_Core_Amf_Types_Undefined
$dXml : \Amfphp_Core_Amf_Types_Xml
$dXmlDocument : \Amfphp_Core_Amf_Types_XmlDocument
$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