git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bdd208
)
Introduced before callback (#384) (updated test data)
author
Jörn Zaefferer
<joern.zaefferer@gmail.com>
Mon, 4 Dec 2006 20:42:38 +0000
(20:42 +0000)
committer
Jörn Zaefferer
<joern.zaefferer@gmail.com>
Mon, 4 Dec 2006 20:42:38 +0000
(20:42 +0000)
build/test/data/name.php
patch
|
blob
|
history
diff --git
a/build/test/data/name.php
b/build/test/data/name.php
index
03d805a
..
514d928
100644
(file)
--- a/
build/test/data/name.php
+++ b/
build/test/data/name.php
@@
-18,5
+18,11
@@
if($name == 'foo') {
echo "pan";
\r
die();
\r
}
\r
+$request = apache_request_headers();
\r
+$request = $request['customHeader'];
\r
+if(strlen($request) > 0) {
\r
+ echo $request;
\r
+ die();
\r
+}
\r
echo 'ERROR <script type="text/javascript">ok( true, "name.php executed" );</script>';
\r
?>
\ No newline at end of file