From da300d88f0704b76bf4a602354eeb2ee2e3fdd16 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Nov 2012 17:42:03 +0100 Subject: more uuid stuff --- testuuid.php | 21 +++++++++++++++++++++ uuid-php.txt | 26 ++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 testuuid.php diff --git a/testuuid.php b/testuuid.php new file mode 100644 index 0000000..0b160a3 --- /dev/null +++ b/testuuid.php @@ -0,0 +1,21 @@ + extension #103 uuid version ] { - Functions { Function [ function uuid_create ] { + + - Parameters [1] { + Parameter #0 [ &$ctx ] + } } Function [ function uuid_destroy ] { } Function [ function uuid_clone ] { + + - Parameters [2] { + Parameter #0 [ $ctx ] + Parameter #1 [ &$ctx2 ] + } } Function [ function uuid_load ] { } Function [ function uuid_make ] { } Function [ function uuid_isnil ] { + + - Parameters [2] { + Parameter #0 [ $ctx ] + Parameter #1 [ &$result ] + } } Function [ function uuid_compare ] { + + - Parameters [3] { + Parameter #0 [ $ctx ] + Parameter #1 [ $ctx2 ] + Parameter #2 [ &$result ] + } } Function [ function uuid_import ] { } Function [ function uuid_export ] { + + - Parameters [3] { + Parameter #0 [ $ctx ] + Parameter #1 [ $fmt ] + Parameter #2 [ &$data ] + } } Function [ function uuid_error ] { } -- cgit