wsdl 813 B

1234567891011121314151617181920212223
  1. #------------------------------------------------------------------------------
  2. # $File: wsdl,v 1.3 2013/02/06 14:18:52 christos Exp $
  3. # wsdl: PHP WSDL Cache, http://www.php.net/manual/en/book.soap.php
  4. # Cache format extracted from source:
  5. # http://svn.php.net/viewvc/php/php-src/trunk/ext/soap/php_sdl.c?revision=HEAD&view=markup
  6. # Requires file >= 5.05, see http://mx.gw.com/pipermail/file/2010/000683.html
  7. # By Elan Ruusamae <glen@delfi.ee>, Patryk Zawadzki <patrys@pld-linux.org>, 2010-2011
  8. 0 string wsdl PHP WSDL cache,
  9. >4 byte x version 0x%02x
  10. >6 ledate x \b, created %s
  11. # uri
  12. >10 lelong <0x7fffffff
  13. >>10 pstring/l x \b, uri: "%s"
  14. # source
  15. >>>&0 lelong <0x7fffffff
  16. >>>>&-4 pstring/l x \b, source: "%s"
  17. # target_ns
  18. >>>>>&0 lelong <0x7fffffff
  19. >>>>>>&-4 pstring/l x \b, target_ns: "%s"