Page MenuHomePhorge

No OneTemporary

Authored By
Unknown
Size
553 B
Referenced Files
None
Subscribers
None
diff --git a/c++/lib/test.php b/c++/lib/test.php
index 8f80805..27ca971 100644
--- a/c++/lib/test.php
+++ b/c++/lib/test.php
@@ -1,20 +1,20 @@
//run using "php -d enable_dl=On -d extension=./kolabformat.so test.php"
<?php
include("kolabformat.php");
$e = new Event();
$d = new c_DateTime(1,1,1);
print $e->exceptionDates()->size();
$e->addExceptionDate( $d);
print $e->exceptionDates()->size();
$string = writeEvent($e);
-print $string
-// $e1 = readEvent($string, false);
+print $string;
+$e1 = readEvent($string, false);
?>

File Metadata

Mime Type
text/x-diff
Expires
Fri, Apr 24, 1:29 PM (6 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18849414
Default Alt Text
(553 B)

Event Timeline