Commit:    4e84f725544153d5b6fff99adc274d11f79b9079
Author:    Xinchen Hui <larue...@php.net>         Sun, 2 Sep 2012 13:15:23 +0800
Parents:   664e763c2c59230dab99573d9291a9f45daecade
Branches:  master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=4e84f725544153d5b6fff99adc274d11f79b9079

Log:
Fix test failed due to new Token T_YIELD

Changed paths:
  M  ext/tokenizer/tests/bug60097.phpt


Diff:
diff --git a/ext/tokenizer/tests/bug60097.phpt 
b/ext/tokenizer/tests/bug60097.phpt
index e9f1bd6..2116866 100644
--- a/ext/tokenizer/tests/bug60097.phpt
+++ b/ext/tokenizer/tests/bug60097.phpt
@@ -17,7 +17,7 @@ array(14) {
   [0]=>
   array(3) {
     [0]=>
-    int(373)
+    int(374)
     [1]=>
     string(6) "<?php
 "
@@ -27,7 +27,7 @@ array(14) {
   [1]=>
   array(3) {
     [0]=>
-    int(377)
+    int(378)
     [1]=>
     string(8) "<<<DOC1
 "
@@ -37,7 +37,7 @@ array(14) {
   [2]=>
   array(3) {
     [0]=>
-    int(380)
+    int(381)
     [1]=>
     string(1) "{"
     [2]=>
@@ -46,7 +46,7 @@ array(14) {
   [3]=>
   array(3) {
     [0]=>
-    int(309)
+    int(310)
     [1]=>
     string(2) "$s"
     [2]=>
@@ -57,7 +57,7 @@ array(14) {
   [5]=>
   array(3) {
     [0]=>
-    int(377)
+    int(378)
     [1]=>
     string(8) "<<<DOC2
 "
@@ -67,7 +67,7 @@ array(14) {
   [6]=>
   array(3) {
     [0]=>
-    int(378)
+    int(379)
     [1]=>
     string(4) "DOC2"
     [2]=>
@@ -76,7 +76,7 @@ array(14) {
   [7]=>
   array(3) {
     [0]=>
-    int(376)
+    int(377)
     [1]=>
     string(1) "
 "
@@ -90,7 +90,7 @@ array(14) {
   [10]=>
   array(3) {
     [0]=>
-    int(314)
+    int(315)
     [1]=>
     string(1) "
 "
@@ -100,7 +100,7 @@ array(14) {
   [11]=>
   array(3) {
     [0]=>
-    int(378)
+    int(379)
     [1]=>
     string(4) "DOC1"
     [2]=>
@@ -111,7 +111,7 @@ array(14) {
   [13]=>
   array(3) {
     [0]=>
-    int(376)
+    int(377)
     [1]=>
     string(1) "
 "


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to