Created
July 20, 2011 05:31
-
-
Save andrewfulton/1094401 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 | |
<pre> | |
<?php | |
print_r( unserialize(fgets(STDIN))); | |
?> | |
</pre></string> | |
<key>contact</key> | |
<string>[email protected]</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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment