]> granicus.if.org Git - file/commitdiff
php wsdl file recognition
authorChristos Zoulas <christos@zoulas.com>
Wed, 19 Jan 2011 19:34:50 +0000 (19:34 +0000)
committerChristos Zoulas <christos@zoulas.com>
Wed, 19 Jan 2011 19:34:50 +0000 (19:34 +0000)
magic/Magdir/wsdl [new file with mode: 0644]

diff --git a/magic/Magdir/wsdl b/magic/Magdir/wsdl
new file mode 100644 (file)
index 0000000..5e20346
--- /dev/null
@@ -0,0 +1,23 @@
+
+#------------------------------------------------------------------------------
+# $File: images,v 1.70 2010/11/25 15:00:12 christos Exp $
+# wsdl: PHP WSDL Cache, http://www.php.net/manual/en/book.soap.php
+# Cache format extracted from source:
+# http://svn.php.net/viewvc/php/php-src/trunk/ext/soap/php_sdl.c?revision=HEAD&view=markup
+# Requires file >= 5.05, see http://mx.gw.com/pipermail/file/2010/000683.html
+# By Elan Ruusamäe <glen@delfi.ee>, Patryk Zawadzki <patrys@pld-linux.org>, 2010-2011
+0              string          wsdl            PHP WSDL cache,
+>4             byte            x               version 0x%02x
+>6             ledate          x               \b, created %s
+
+# uri
+>10            lelong          <0x7fffffff
+>>10           pstring/l       x               \b, uri: "%s"
+
+# source
+>>>&0          lelong          <0x7fffffff
+>>>>&-4                pstring/l       x               \b, source: "%s"
+
+# target_ns
+>>>>>&0                lelong          <0x7fffffff
+>>>>>>&-4      pstring/l       x               \b, target_ns: "%s"