diff options
author | Felipe Pena <felipe@php.net> | 2009-01-05 17:53:53 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2009-01-05 17:53:53 +0000 |
commit | d23d2f358c2275ad7453bf65d12e1a50295ce840 (patch) | |
tree | 3bc054bf76dbf523a9507b586cfa36cb1245b324 /tests | |
parent | 9220a5eda2ef93a28faf804197d76f5258fb873f (diff) | |
download | php-git-d23d2f358c2275ad7453bf65d12e1a50295ce840.tar.gz |
- Fixed tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/basic/022.phpt | 2 | ||||
-rwxr-xr-x | tests/lang/bug44654.phpt | 2 | ||||
-rw-r--r-- | tests/lang/comments.phpt | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/tests/basic/022.phpt b/tests/basic/022.phpt index b3cdadd571..9f2155759e 100644 --- a/tests/basic/022.phpt +++ b/tests/basic/022.phpt @@ -6,7 +6,7 @@ cookie1=val1 ; cookie2=val2%20; cookie3=val 3.; cookie 4= value 4 %3B; cookie1= <?php var_dump($_COOKIE); ?> ---EXPECT-- +--EXPECTF-- array(10) { [u"cookie1"]=> unicode(0) "" diff --git a/tests/lang/bug44654.phpt b/tests/lang/bug44654.phpt index 7e7f973d9d..be714e8acc 100755 --- a/tests/lang/bug44654.phpt +++ b/tests/lang/bug44654.phpt @@ -5,4 +5,4 @@ Bug #44654 (syntax error for #) <?php if (1) { ?>#<?php } ?> #<?php echo 1; ?> --EXPECT-- -##1 +#1##1 diff --git a/tests/lang/comments.phpt b/tests/lang/comments.phpt index 365beffdd7..ca8b1d2aba 100644 --- a/tests/lang/comments.phpt +++ b/tests/lang/comments.phpt @@ -17,6 +17,7 @@ echo "\n"; ?> --EXPECT-- +#teste #teste2 #ola uhm # ah |