]> source.dussan.org Git - jquery.git/commitdiff
Close php tags for ajax tests on swarm
authorTimmy Willison <timmywillisn@gmail.com>
Mon, 19 Aug 2013 20:05:27 +0000 (16:05 -0400)
committerTimmy Willison <timmywillisn@gmail.com>
Mon, 19 Aug 2013 20:05:27 +0000 (16:05 -0400)
test/data/errorWithJSON.php
test/data/errorWithText.php
test/data/headers.php

index 62b187ecc9923b38a658b83189ee15bc0489ba49..a39eb7e9fa9baf3c4a0b83130386d404e52a9a8d 100644 (file)
@@ -3,4 +3,6 @@
 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 abd873217c3c277065d2f1d0c3d37224b814769d..7f1f1a82e097ca6724e4c29413f14acbcf449d63 100644 (file)
@@ -2,4 +2,6 @@
 
 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 968f13f19abc487dcc2bfa4c7a03603089ad4690..64d81819484ffb3b22b42b0f82c942b0a21c5b2c 100644 (file)
@@ -16,3 +16,5 @@ foreach( $_SERVER as $key => $value ) {
 foreach( explode( "_" , $_GET[ "keys" ] ) as $key ) {
        echo "$key: " . @$headers[ strtoupper( $key ) ] . "\n";
 }
+
+?>
\ No newline at end of file