Skip to content

Commit

Permalink
Added New Deserialize PHP Bundle from Andrew Fulton.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Langtree committed Oct 13, 2011
1 parent 88db140 commit a212aed
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions Deserialize php.spBundle/command.plist
@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>author</key>
<string>Andrew Fulton</string>
<key>category</key>
<string>Format</string>
<key>command</key>
<string>#!/usr/bin/php
&lt;pre&gt;
&lt;?php
print_r( unserialize(fgets(STDIN)));
?&gt;
&lt;/pre&gt;</string>
<key>contact</key>
<string>ns@zbaxvv.pbz</string>
<key>description</key>
<string>Deserializes those PHP objects that drupal loves so much.</string>
<key>input</key>
<string>selectedtext</string>
<key>internalKeyEquivalent</key>
<dict>
<key>characters</key>
<string>D</string>
<key>keyCode</key>
<integer>2</integer>
<key>modifierFlags</key>
<integer>1179648</integer>
</dict>
<key>keyEquivalent</key>
<string>$@D</string>
<key>name</key>
<string>Deserialize PHP</string>
<key>output</key>
<string>showashtml</string>
<key>scope</key>
<string>inputfield</string>
<key>uuid</key>
<string>8F858F4D-9DCC-488A-B01C-D9F7FA32FE32</string>
</dict>
</plist>

0 comments on commit a212aed

Please sign in to comment.