Skip to content

Commit

Permalink
Fix test failed due to new Token T_YIELD
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Sep 2, 2012
1 parent 664e763 commit 4e84f72
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions ext/tokenizer/tests/bug60097.phpt
Expand Up @@ -17,7 +17,7 @@ array(14) {
[0]=>
array(3) {
[0]=>
int(373)
int(374)
[1]=>
string(6) "<?php
"
Expand All @@ -27,7 +27,7 @@ array(14) {
[1]=>
array(3) {
[0]=>
int(377)
int(378)
[1]=>
string(8) "<<<DOC1
"
Expand All @@ -37,7 +37,7 @@ array(14) {
[2]=>
array(3) {
[0]=>
int(380)
int(381)
[1]=>
string(1) "{"
[2]=>
Expand All @@ -46,7 +46,7 @@ array(14) {
[3]=>
array(3) {
[0]=>
int(309)
int(310)
[1]=>
string(2) "$s"
[2]=>
Expand All @@ -57,7 +57,7 @@ array(14) {
[5]=>
array(3) {
[0]=>
int(377)
int(378)
[1]=>
string(8) "<<<DOC2
"
Expand All @@ -67,7 +67,7 @@ array(14) {
[6]=>
array(3) {
[0]=>
int(378)
int(379)
[1]=>
string(4) "DOC2"
[2]=>
Expand All @@ -76,7 +76,7 @@ array(14) {
[7]=>
array(3) {
[0]=>
int(376)
int(377)
[1]=>
string(1) "
"
Expand All @@ -90,7 +90,7 @@ array(14) {
[10]=>
array(3) {
[0]=>
int(314)
int(315)
[1]=>
string(1) "
"
Expand All @@ -100,7 +100,7 @@ array(14) {
[11]=>
array(3) {
[0]=>
int(378)
int(379)
[1]=>
string(4) "DOC1"
[2]=>
Expand All @@ -111,7 +111,7 @@ array(14) {
[13]=>
array(3) {
[0]=>
int(376)
int(377)
[1]=>
string(1) "
"
Expand Down

0 comments on commit 4e84f72

Please sign in to comment.