]> git.pld-linux.org Git - packages/file.git/blob - php-wsdl-cache.magic
- fix md5, older gcc fix
[packages/file.git] / php-wsdl-cache.magic
1 # PHP WSDL Cache, http://www.php.net/manual/en/book.soap.php
2 # Cache format extracted from source:
3 # http://svn.php.net/viewvc/php/php-src/trunk/ext/soap/php_sdl.c?revision=HEAD&view=markup
4 # By Elan Ruusamäe <glen@delfi.ee>, Patryk Zawadzki <patrys@pld-linux.org>, 2010
5 0       string          wsdl    PHP WSDL cache,
6 >4      byte            x       version 0x%02x
7 >6      ledate          x       \b, created %s
8
9 # uri
10 >10 lelong !0x7fffffff
11 >>&0 string >0 \b, uri: "%s"
12
13 # source
14 >>&(&-4.l) lelong !0x7fffffff
15 >>>&0 string >0 \b, source: "%s"
16
17 # target_ns
18 >>>&(&-4.l) lelong !0x7fffffff
19 >>>>&0 string >0 \b, target_ns: "%s"
This page took 0.043931 seconds and 3 git commands to generate.