ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> php-cvs
php-cvs
[PHP-CVS] cvs: php4 /ext/mcrypt/tests 001.phpt
by Jani Taskinen other posts by this author
Aug 29 2002 3:28PM messages near this date
Re: [PHP-CVS] cvs: php4 /ext/standard dns.c | [PHP-CVS] cvs: php4 /ext/bz2 bz2.c
sniper		Thu Aug 29 11:28:09 2002 EDT

  Modified files:              
    /php4/ext/mcrypt/tests	001.phpt 
  Log:
  Remove unnecessary whitespace
  
  
Index: php4/ext/mcrypt/tests/001.phpt
diff -u php4/ext/mcrypt/tests/001.phpt:1.3 php4/ext/mcrypt/tests/001.phpt:1.4
--- php4/ext/mcrypt/tests/001.phpt:1.3	Tue Mar  5 03:24:21 2002
+++ php4/ext/mcrypt/tests/001.phpt	Thu Aug 29 11:28:09 2002
@@ -9,14 +9,10 @@
 	error_reporting (E_ALL ^ E_NOTICE);
 	echo MCRYPT_TWOFISH."\n";
 	echo MCRYPT_MODE_CBC."\n";
-?> 
 
-<?php
 	define ("MODE1", MCRYPT_MODE_CBC);
 	echo MODE1."\n";
-?> 
 
-<?php
 	define ("CIPHER", MCRYPT_TWOFISH);
 	define ("MODE2", MCRYPT_MODE_CBC);
 	define ("MODE3", MCRYPT_CBC);
@@ -26,7 +22,5 @@
 --EXPECT--
 twofish
 cbc
-
 cbc
-
 cipher=twofish mode1=cbc mode2=MCRYPT_CBC



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved