Skip to content

Instantly share code, notes, and snippets.

@josephscott
Created February 27, 2013 04:21
Show Gist options
  • Save josephscott/5045051 to your computer and use it in GitHub Desktop.
Save josephscott/5045051 to your computer and use it in GitHub Desktop.
<?php
$test_me = new StdClass();
$test_me->name = 'Joseph Scott';
$test_me->city = 'Sandy';
$test_me->state = 'Utah';
echo "MEM: " . memory_get_peak_usage() . "\n";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment