Skip to content

Instantly share code, notes, and snippets.

@objnoob
Created March 30, 2013 19:47
Show Gist options
  • Save objnoob/5278080 to your computer and use it in GitHub Desktop.
Save objnoob/5278080 to your computer and use it in GitHub Desktop.
<pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=4)</i>
0 <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'driver_id' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'fname' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Luke'</font> <i>(length=4)</i>
1 <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'driver_id' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'2'</font> <i>(length=1)</i>
'fname' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'James'</font> <i>(length=5)</i>
2 <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'driver_id' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'3'</font> <i>(length=1)</i>
'fname' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'John'</font> <i>(length=4)</i>
3 <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'driver_id' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'4'</font> <i>(length=1)</i>
'fname' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Tom'</font> <i>(length=3)</i>
</pre>{"1":"Luke","2":"James","3":"John","4":"Tom"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment