xref: /dragonfly/contrib/file/magic/Magdir/wsdl (revision 7b80531f545c7d3c51c1660130c71d01f6bccbe0)
1
2#------------------------------------------------------------------------------
3# $File: wsdl,v 1.6 2021/04/26 15:56:00 christos Exp $
4# wsdl: PHP WSDL Cache, https://www.php.net/manual/en/book.soap.php
5# Cache format extracted from source:
6# https://svn.php.net/viewvc/php/php-src/trunk/ext/soap/php_sdl.c?revision=HEAD&view=markup
7# Requires file >= 5.05
8# By Elan Ruusamae <glen@delfi.ee>, Patryk Zawadzki <patrys@pld-linux.org>, 2010-2011
90                   string              wsdl                PHP WSDL cache,
10>4                  byte                x                   version %#02x
11>6                  ledate              x                   \b, created %s
12
13# uri
14>10                 lelong              <0x7fffffff
15>>10                pstring/l x                   \b, uri: "%s"
16
17# source
18>>>&0               lelong              <0x7fffffff
19>>>>&-4             pstring/l x                   \b, source: "%s"
20
21# target_ns
22>>>>>&0             lelong              <0x7fffffff
23>>>>>>&-4 pstring/l x                   \b, target_ns: "%s"
24