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