[svn:PHP-Sandwich] rev 1019 - PHP-Sandwich/trunk/t

[email protected] 25 Apr 2005 16:55:00 -0000
Newsgroups perl.php.sandwich.dev
Message-ID <[email protected]>
Author: gschlossnagle
Date: Mon Apr 25 09:55:00 2005
New Revision: 1019

Added:
   PHP-Sandwich/trunk/t/test.inc
Log:
missing file

Added: PHP-Sandwich/trunk/t/test.inc
==============================================================================
--- (empty file)
+++ PHP-Sandwich/trunk/t/test.inc	Mon Apr 25 09:55:00 2005
@@ -0,0 +1,5 @@
+<?php
+ini_set('display_errors', 'Off');
+ini_set('log_errors', 'Off');
+
+function ident($a) { return $a; }