You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -5381,7 +5382,7 @@ public function seek( $bookmark_name ): bool {
5381
5382
returntrue;
5382
5383
}
5383
5384
5384
-
while ( $this->next_token() ) {
5385
+
while ( var_dump( $this->next_token() ) ) {
5385
5386
echo'bm starts at ' . $bookmark_starts_at . ' and current token starts at ' . $this->bookmarks[ $this->state->current_token->bookmark_name ]->start . "\n";
5386
5387
if ( $bookmark_starts_at === $this->bookmarks[ $this->state->current_token->bookmark_name ]->start ) {
0 commit comments