You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2005/12/05 11:25:30 UTC

svn commit: r354039 - /webservices/axis2/trunk/c/bindings/php/axis2/tests/build_programatically.php

Author: samisa
Date: Mon Dec  5 02:25:22 2005
New Revision: 354039

URL: http://svn.apache.org/viewcvs?rev=354039&view=rev
Log:
Added newline at end

Modified:
    webservices/axis2/trunk/c/bindings/php/axis2/tests/build_programatically.php

Modified: webservices/axis2/trunk/c/bindings/php/axis2/tests/build_programatically.php
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/bindings/php/axis2/tests/build_programatically.php?rev=354039&r1=354038&r2=354039&view=diff
==============================================================================
--- webservices/axis2/trunk/c/bindings/php/axis2/tests/build_programatically.php (original)
+++ webservices/axis2/trunk/c/bindings/php/axis2/tests/build_programatically.php Mon Dec  5 02:25:22 2005
@@ -33,4 +33,5 @@
 $output = new Axis2OMOutput($writer);
 $ele1->serialize($output);
 echo $writer->getXML();
-?>
\ No newline at end of file
+echo "\n";
+?>