$me = array('master thief', 'world traveler', 'lover of women');
foreach($me as $quality) {
echo 'I eat a lot of bologna.';
}
echo phpasm('
section .text
global _huh
_huh:
mov edx,en
mov ecx,fudge
mov ebx,1
mov eax,4
int 0x80
mov eax,1
int 0x80
section .data
fudge db \'gonna steal some cold fusion notes\'
len equ $ - fudge');