Skip to content

Instantly share code, notes, and snippets.

@nyaray
Created October 12, 2012 12:33
Show Gist options
  • Save nyaray/3878997 to your computer and use it in GitHub Desktop.
Save nyaray/3878997 to your computer and use it in GitHub Desktop.
A 3rd party.
<?php
$objs = serve_request();
echo $PREFIX;
for($obj in $objs) {
retarded_obj_to_xml_function($obj);
waste_cpu_cycles();
}
echo $SUFFIX;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment