13 lines
		
	
	
	
		
			189 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			189 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
defined('is_running') or die('Not an entry point...');
 | 
						|
 | 
						|
 | 
						|
$texts = array();
 | 
						|
$texts[] = 'plus';
 | 
						|
$texts[] = 'minus';
 | 
						|
$texts[] = 'divided by';
 | 
						|
$texts[] = 'times';
 | 
						|
$texts[] = 'equals';
 | 
						|
 | 
						|
 | 
						|
 |