<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/tokenizer/tests/parse_errors.phpt, branch tmp_liveliness</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>Don't return T_ERROR from token_get_all()</title>
<updated>2015-07-09T21:02:21+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikic@php.net</email>
</author>
<published>2015-07-09T20:59:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=a49ce7bb91bec02d6f26b3118404371df23242fe'/>
<id>a49ce7bb91bec02d6f26b3118404371df23242fe</id>
<content type='text'>
This turned out to be rather inconvenient after all. Instead just
return the same output we did on PHP 5. If people want to have an
error, use TOKEN_PARSE.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This turned out to be rather inconvenient after all. Instead just
return the same output we did on PHP 5. If people want to have an
error, use TOKEN_PARSE.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #69430</title>
<updated>2015-07-09T17:11:48+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikic@php.net</email>
</author>
<published>2015-07-09T17:10:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=d91aad5966f01259f0e1a431a754d917807761b5'/>
<id>d91aad5966f01259f0e1a431a754d917807761b5</id>
<content type='text'>
Don't throw from token_get_all() unless TOKEN_PARSE is used. Errors
are reported as T_ERROR tokens.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't throw from token_get_all() unless TOKEN_PARSE is used. Errors
are reported as T_ERROR tokens.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated tests to reflect exception class changes.</title>
<updated>2015-05-16T21:49:14+00:00</updated>
<author>
<name>Aaron Piotrowski</name>
<email>aaron@trowski.com</email>
</author>
<published>2015-05-16T21:49:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=64b167d201e567ec213b5aa37c66536621835331'/>
<id>64b167d201e567ec213b5aa37c66536621835331</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Throw ParseException from lexer</title>
<updated>2015-04-02T14:31:17+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikic@php.net</email>
</author>
<published>2015-03-21T19:10:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=a8bf1c5d8f5755b53492e58040cfe88150eb57b6'/>
<id>a8bf1c5d8f5755b53492e58040cfe88150eb57b6</id>
<content type='text'>
Primarily to avoid getting fatal errors from token_get_all().

Implemented using a magic E_ERROR token, which the lexer emits to
force a parser failure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Primarily to avoid getting fatal errors from token_get_all().

Implemented using a magic E_ERROR token, which the lexer emits to
force a parser failure.
</pre>
</div>
</content>
</entry>
</feed>
