]> source.dussan.org Git - jquery.git/commitdiff
Revert "Close php tags for ajax tests on swarm"
authorTimmy Willison <timmywillisn@gmail.com>
Mon, 19 Aug 2013 22:27:30 +0000 (18:27 -0400)
committerTimmy Willison <timmywillisn@gmail.com>
Mon, 19 Aug 2013 22:27:30 +0000 (18:27 -0400)
This reverts commit f6e86c3ca4d527d5453a0b5b9591ef38b5d3c000.

test/data/errorWithJSON.php
test/data/errorWithText.php
test/data/headers.php

index a39eb7e9fa9baf3c4a0b83130386d404e52a9a8d..62b187ecc9923b38a658b83189ee15bc0489ba49 100644 (file)
@@ -3,6 +3,4 @@
 header("HTTP/1.0 400 Bad Request");
 header("Content-Type: application/json");
 
-echo '{ "code": 40, "message": "Bad Request" }';
-
-?>
\ No newline at end of file
+echo '{ "code": 40, "message": "Bad Request" }';
\ No newline at end of file
index 7f1f1a82e097ca6724e4c29413f14acbcf449d63..abd873217c3c277065d2f1d0c3d37224b814769d 100644 (file)
@@ -2,6 +2,4 @@
 
 header("HTTP/1.0 400 Bad Request");
 
-echo "plain text message";
-
-?>
\ No newline at end of file
+echo "plain text message";
\ No newline at end of file
index 64d81819484ffb3b22b42b0f82c942b0a21c5b2c..968f13f19abc487dcc2bfa4c7a03603089ad4690 100644 (file)
@@ -16,5 +16,3 @@ foreach( $_SERVER as $key => $value ) {
 foreach( explode( "_" , $_GET[ "keys" ] ) as $key ) {
        echo "$key: " . @$headers[ strtoupper( $key ) ] . "\n";
 }
-
-?>
\ No newline at end of file