home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / .tmpuuid_type.phpt < prev    next >
Encoding:
Text File  |  2004-03-24  |  340 b   |  20 lines

  1. --TEST--
  2. UUID type detection
  3. --SKIPIF--
  4. <?php if (!extension_loaded("uuid")) print "skip"; ?>
  5. --POST--
  6. --GET--
  7. --INI--
  8. --FILE--
  9. <?php
  10. echo uuid_type("b691c99c-7fc5-11d8-9fa8-00065b896488")."\n";
  11. echo uuid_type("878b258c-a9f1-467c-8e1d-47d79ca2c01b")."\n";
  12. echo uuid_type("00000000-0000-0000-0000-000000000000")."\n";
  13. ?>
  14. --EXPECT--
  15. 1
  16. 4
  17. -1
  18.  
  19.  
  20.