[Tests_TestData] element index

Package indexes

All elements
a b d m s t _
_
top
__construct
TestServicesConfig::__construct() in TestServicesConfig.php
__construct
AmfTestData::__construct() in AmfTestData.php
__construct
Amf3TestData::__construct() in Amf3TestData.php
a
top
Amf3TestData
Amf3TestData in Amf3TestData.php
See AmfTestData for details, this is the extension for Amf3
AmfTestData
AmfTestData in AmfTestData.php
test data for the Amfphp unit tests data types have the s prefix for "serialized" and "d" prefix for "deserialized" for Packets there is a flaw in the Amfphp design which means that serializng and deserializing is not symmetrical.
Amf3TestData.php
Amf3TestData.php in Amf3TestData.php
AmfTestData.php
AmfTestData.php in AmfTestData.php
b
top
build2HeadersAndTwoMessagesPacket
an Amfphp_Core_Amf_Packet with two headers one with a string and one with a null , and two Messages, one with a string and one with a null
buildArray
Amf3TestData::buildArray() in Amf3TestData.php
buildBasics
Amf3TestData::buildBasics() in Amf3TestData.php
simple...
buildBoolean
AmfTestData::buildBoolean() in AmfTestData.php
buildByte
AmfTestData::buildByte() in AmfTestData.php
byte
buildByteArray
Amf3TestData::buildByteArray() in Amf3TestData.php
buildDate
Amf3TestData::buildDate() in Amf3TestData.php
buildDate
AmfTestData::buildDate() in AmfTestData.php
buildDouble
AmfTestData::buildDouble() in AmfTestData.php
double: 8 bytes. Careful of little/big endian so that test runs with both systems
buildDouble
Amf3TestData::buildDouble() in Amf3TestData.php
double: 0x05 as type marker, then 8 bytes. Careful of little/big endian so that test runs with both systems
buildEcmaArray
the writeArray method looks at the keys. If there are both numeric and string keys, the data is treated as an Ecma Array
buildEmptyPacket
test serializing an empty Amfphp_Core_Amf_Packet.
buildInt
Amf3TestData::buildInt() in Amf3TestData.php
buildInt
AmfTestData::buildInt() in AmfTestData.php
int: 2 bytes
buildLong
AmfTestData::buildLong() in AmfTestData.php
long: 4 bytes
buildLongString
buildLongUtf
AmfTestData::buildLongUtf() in AmfTestData.php
long utf: the length of the data on 4 bytes and then the char data. The char data is more than 65xxx long
buildNull
AmfTestData::buildNull() in AmfTestData.php
buildNullHeaderPacket
one header containing a null, and with required set to true
buildNullMessagePacket
no headers and a Message containing a null
buildNumber
AmfTestData::buildNumber() in AmfTestData.php
number: type is0, then value in (double)8 bytes. See buildDouble for little/big endian
buildObject
Amf3TestData::buildObject() in Amf3TestData.php
buildObject
AmfTestData::buildObject() in AmfTestData.php
buildObjectEnd
buildReference
TODO test with a real reference?
buildSimpleMirrorServiceRequestAndResponse
buildStrictArray
buildString
Amf3TestData::buildString() in Amf3TestData.php
note: no type markers here, because the method doesn't do it. So only the raw data.
buildString
AmfTestData::buildString() in AmfTestData.php
buildStringHeaderPacket
with one header containing a string
buildStringMessagePacket
no headers and a Message containing a string
buildTypedObject
note: the writeXml method gets rids of CRs and LFs
buildUndefined
buildUnsupported
TODO: no writeUnsupported method, and no PHP for unsupported. Write it A.S.
buildUtf
AmfTestData::buildUtf() in AmfTestData.php
utf: the length of the data on 2 bytes and then the char data
buildXml
AmfTestData::buildXml() in AmfTestData.php
note: the writeXml method gets rids of CRs and LFs
buildXml
Amf3TestData::buildXml() in Amf3TestData.php
d
top
$d2Headers2MessagesPacket
$data
DummyClass::$data in AmfTestData.php
$dBinary
AmfTestData::$dBinary in AmfTestData.php
$dBoolean
AmfTestData::$dBoolean in AmfTestData.php
$dByte
AmfTestData::$dByte in AmfTestData.php
$dByteArray
Amf3TestData::$dByteArray in Amf3TestData.php
$dDate
Amf3TestData::$dDate in Amf3TestData.php
$dDate
AmfTestData::$dDate in AmfTestData.php
$dDenseArray
Amf3TestData::$dDenseArray in Amf3TestData.php
$dDouble
AmfTestData::$dDouble in AmfTestData.php
$dDouble
Amf3TestData::$dDouble in Amf3TestData.php
$dEcmaArray
AmfTestData::$dEcmaArray in AmfTestData.php
$dEmptyArray
Amf3TestData::$dEmptyArray in Amf3TestData.php
$dEmptyPacket
AmfTestData::$dEmptyPacket in AmfTestData.php
$dEmptyString
Amf3TestData::$dEmptyString in Amf3TestData.php
$dInt
AmfTestData::$dInt in AmfTestData.php
$dInt1
Amf3TestData::$dInt1 in Amf3TestData.php
$dInt2
Amf3TestData::$dInt2 in Amf3TestData.php
$dLong
AmfTestData::$dLong in AmfTestData.php
$dLongString
Amf3TestData::$dLongString in Amf3TestData.php
$dLongString
AmfTestData::$dLongString in AmfTestData.php
$dLongUtf
AmfTestData::$dLongUtf in AmfTestData.php
$dMixedArray
Amf3TestData::$dMixedArray in Amf3TestData.php
$dNull
AmfTestData::$dNull in AmfTestData.php
$dNullHeaderPacket
$dNullMessagePacket
$dNumber
AmfTestData::$dNumber in AmfTestData.php
$dObject
AmfTestData::$dObject in AmfTestData.php
$dObject
Amf3TestData::$dObject in Amf3TestData.php
$dObjectEnd
AmfTestData::$dObjectEnd in AmfTestData.php
$dReference
AmfTestData::$dReference in AmfTestData.php
$dStrictArray
AmfTestData::$dStrictArray in AmfTestData.php
$dString
AmfTestData::$dString in AmfTestData.php
$dString
Amf3TestData::$dString in Amf3TestData.php
$dStringHeaderPacket
$dStringMessagePacket
$dTypedObject
AmfTestData::$dTypedObject in AmfTestData.php
$dTypedObjectAsArray
$dUndefined
Amf3TestData::$dUndefined in Amf3TestData.php
$dUndefined
AmfTestData::$dUndefined in AmfTestData.php
$dUnsupported
AmfTestData::$dUnsupported in AmfTestData.php
$dUtf
AmfTestData::$dUtf in AmfTestData.php
$dXml
Amf3TestData::$dXml in Amf3TestData.php
$dXml
AmfTestData::$dXml in AmfTestData.php
$dXmlDocument
Amf3TestData::$dXmlDocument in Amf3TestData.php
DummyClass
DummyClass in AmfTestData.php
used for testing with typed objects
m
top
$mirrorServiceRequestPacket
$mirrorServiceResponsePacket
s
top
$s2Headers2MessagesPacket
$sBinary
AmfTestData::$sBinary in AmfTestData.php
$sBoolean
AmfTestData::$sBoolean in AmfTestData.php
$sByte
AmfTestData::$sByte in AmfTestData.php
$sByteArray
Amf3TestData::$sByteArray in Amf3TestData.php
$sDate
AmfTestData::$sDate in AmfTestData.php
$sDate
Amf3TestData::$sDate in Amf3TestData.php
$sDenseArray
Amf3TestData::$sDenseArray in Amf3TestData.php
$sDouble
AmfTestData::$sDouble in AmfTestData.php
$sDouble
Amf3TestData::$sDouble in Amf3TestData.php
$sEcmaArray
AmfTestData::$sEcmaArray in AmfTestData.php
$sEmptyArray
Amf3TestData::$sEmptyArray in Amf3TestData.php
$sEmptyPacket
AmfTestData::$sEmptyPacket in AmfTestData.php
$sEmptyString
Amf3TestData::$sEmptyString in Amf3TestData.php
$serviceFolderPaths
TestServicesConfig::$serviceFolderPaths in TestServicesConfig.php
$serviceNames2ClassFindInfo
$sFalse
Amf3TestData::$sFalse in Amf3TestData.php
$sInt
AmfTestData::$sInt in AmfTestData.php
$sInt1
Amf3TestData::$sInt1 in Amf3TestData.php
$sInt2
Amf3TestData::$sInt2 in Amf3TestData.php
$sLong
AmfTestData::$sLong in AmfTestData.php
$sLongString
Amf3TestData::$sLongString in Amf3TestData.php
$sLongString
AmfTestData::$sLongString in AmfTestData.php
$sLongUtf
AmfTestData::$sLongUtf in AmfTestData.php
$sMixedArray
Amf3TestData::$sMixedArray in Amf3TestData.php
$sNull
AmfTestData::$sNull in AmfTestData.php
$sNull
Amf3TestData::$sNull in Amf3TestData.php
$sNullHeaderPacket
$sNullMessagePacket
$sNumber
AmfTestData::$sNumber in AmfTestData.php
$sObject
AmfTestData::$sObject in AmfTestData.php
$sObject
Amf3TestData::$sObject in Amf3TestData.php
$sObjectEnd
AmfTestData::$sObjectEnd in AmfTestData.php
$sReference
AmfTestData::$sReference in AmfTestData.php
$sStrictArray
AmfTestData::$sStrictArray in AmfTestData.php
$sString
AmfTestData::$sString in AmfTestData.php
$sString
Amf3TestData::$sString in Amf3TestData.php
$sStringHeaderPacket
$sStringMessagePacket
$sStringTwice
Amf3TestData::$sStringTwice in Amf3TestData.php
$sTrue
Amf3TestData::$sTrue in Amf3TestData.php
$sTypedObject
AmfTestData::$sTypedObject in AmfTestData.php
$sUndefined
Amf3TestData::$sUndefined in Amf3TestData.php
$sUndefined
AmfTestData::$sUndefined in AmfTestData.php
$sUnsupported
AmfTestData::$sUnsupported in AmfTestData.php
$sUtf
AmfTestData::$sUtf in AmfTestData.php
$sXml
AmfTestData::$sXml in AmfTestData.php
$sXml
Amf3TestData::$sXml in Amf3TestData.php
$sXmlDocument
Amf3TestData::$sXmlDocument in Amf3TestData.php
t
top
testGateway.php
testGateway.php in testGateway.php
TestServicesConfig.php
TestServicesConfig.php in TestServicesConfig.php
TestServicesConfig
TestServicesConfig in TestServicesConfig.php
testing requires some services. They are described here.
a b d m s t _