+solved bug: http://bugs.campware.org/view.php?id=520 +minor change in _createGunid - for only non-negative bigint.
7 lines
230 B
PHP
7 lines
230 B
PHP
<?
|
|
$sampleData = array(
|
|
array('../tests/ex1.mp3', '../tests/mdata1.xml'),
|
|
array('../tests/ex2.ogg', '../tests/mdata5.xml'),
|
|
array('../tests/ex2.wav', '../tests/mdata3.xml')
|
|
);
|
|
?>
|