	apk_add $@ php-cli
	echo "<?php echo(\"hello world\n\") ?>" | php | grep "hello"
	apk_del $@
