diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2005-01-04 23:09:13 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2005-01-04 23:09:13 +0000 |
| commit | e20661c622974d965fbe4a1095c5cadf70b14985 (patch) | |
| tree | d7ce8062cbf50db559d9276921c760254f9d399f | |
| parent | fc34db9f96cd8ae2043a50b6b5d006b673988cfc (diff) | |
| download | php-git-e20661c622974d965fbe4a1095c5cadf70b14985.tar.gz | |
Fixed test case.
| -rw-r--r-- | ext/tokenizer/tests/bug26463.phpt | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/ext/tokenizer/tests/bug26463.phpt b/ext/tokenizer/tests/bug26463.phpt index 6d795a829d..7480aa2f59 100644 --- a/ext/tokenizer/tests/bug26463.phpt +++ b/ext/tokenizer/tests/bug26463.phpt @@ -13,12 +13,12 @@ DDDD; ?>'; var_dump(token_get_all($str)); ?> ---EXPECT-- +--EXPECTF-- array(17) { [0]=> array(2) { [0]=> - int(353) + int(%d) [1]=> string(6) "<?php " @@ -26,7 +26,7 @@ array(17) { [1]=> array(2) { [0]=> - int(306) + int(%d) [1]=> string(2) "$x" } @@ -35,7 +35,7 @@ array(17) { [3]=> array(2) { [0]=> - int(357) + int(%d) [1]=> string(6) "<<<DD " @@ -43,7 +43,7 @@ array(17) { [4]=> array(2) { [0]=> - int(304) + int(%d) [1]=> string(13) "jhdsjkfhjdsh " @@ -51,7 +51,7 @@ array(17) { [5]=> array(2) { [0]=> - int(358) + int(%d) [1]=> string(2) "DD" } @@ -60,7 +60,7 @@ array(17) { [7]=> array(2) { [0]=> - int(312) + int(%d) [1]=> string(2) """" } @@ -69,7 +69,7 @@ array(17) { [9]=> array(2) { [0]=> - int(356) + int(%d) [1]=> string(1) " " @@ -77,7 +77,7 @@ array(17) { [10]=> array(2) { [0]=> - int(306) + int(%d) [1]=> string(2) "$a" } @@ -86,7 +86,7 @@ array(17) { [12]=> array(2) { [0]=> - int(357) + int(%d) [1]=> string(8) "<<<DDDD " @@ -94,7 +94,7 @@ array(17) { [13]=> array(2) { [0]=> - int(304) + int(%d) [1]=> string(13) "jhdsjkfhjdsh " @@ -102,7 +102,7 @@ array(17) { [14]=> array(2) { [0]=> - int(358) + int(%d) [1]=> string(4) "DDDD" } @@ -111,7 +111,7 @@ array(17) { [16]=> array(2) { [0]=> - int(355) + int(%d) [1]=> string(2) "?>" } |
