<?php
defined('is_running') or die('Not an entry point...');


$texts = array();
$texts[] = 'plus';
$texts[] = 'minus';
$texts[] = 'divided by';
$texts[] = 'times';
$texts[] = 'equals';