<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/Zend/tests/assert, branch php-7.2.1</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>Deprecate assert() with string argument</title>
<updated>2017-02-03T20:02:52+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2017-02-02T20:40:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6ba720662084306906e125d8f690146d7b86b303'/>
<id>6ba720662084306906e125d8f690146d7b86b303</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow for [] = $array; (alias for list())</title>
<updated>2016-05-19T23:51:05+00:00</updated>
<author>
<name>Bob Weinand</name>
<email>bobwei9@hotmail.com</email>
</author>
<published>2016-04-04T22:34:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4f077aee836ad7d8335cf62629a8364bdf939db9'/>
<id>4f077aee836ad7d8335cf62629a8364bdf939db9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark assert() as INDIRECT_VAR_ACCESS</title>
<updated>2016-05-17T14:13:17+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikic@php.net</email>
</author>
<published>2016-05-17T14:13:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b65b15c6f470cc3397ff7719d92cecc762c803e9'/>
<id>b65b15c6f470cc3397ff7719d92cecc762c803e9</id>
<content type='text'>
I don't like this... we may want to detect "obviously not string"
operands by checking for the result of a comparison instruction.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I don't like this... we may want to detect "obviously not string"
operands by checking for the result of a comparison instruction.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix missed assertion tests</title>
<updated>2015-10-18T07:23:43+00:00</updated>
<author>
<name>Aaron Piotrowski</name>
<email>aaron@trowski.com</email>
</author>
<published>2015-10-18T07:23:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c100a742dceaa0bb8dac5251b676155f4c1a8cd3'/>
<id>c100a742dceaa0bb8dac5251b676155f4c1a8cd3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #70528 (assert() with instanceof adds apostrophes around class name)</title>
<updated>2015-09-20T02:49:36+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2015-09-20T02:49:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bb07905a4a34e3e7d6f1ebe94818dd88ba951dcb'/>
<id>bb07905a4a34e3e7d6f1ebe94818dd88ba951dcb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #70208 (Assert breaking access on objects)</title>
<updated>2015-08-07T22:02:49+00:00</updated>
<author>
<name>Bob Weinand</name>
<email>bobwei9@hotmail.com</email>
</author>
<published>2015-08-07T22:02:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b7aac1f5f2d1f072fa52b0bbedce1ac7d20ae789'/>
<id>b7aac1f5f2d1f072fa52b0bbedce1ac7d20ae789</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle empty (NULL) stmt in ast_export</title>
<updated>2015-07-16T20:31:36+00:00</updated>
<author>
<name>nikita2206</name>
<email>inefedor@gmail.com</email>
</author>
<published>2015-07-09T14:43:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d8a6130660cd8c6cd99df5a84ae4c70469cac0bc'/>
<id>d8a6130660cd8c6cd99df5a84ae4c70469cac0bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed AssertionException to AssertionError</title>
<updated>2015-06-15T04:52:39+00:00</updated>
<author>
<name>Aaron Piotrowski</name>
<email>aaron@trowski.com</email>
</author>
<published>2015-06-15T04:52:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=482985ca38a46cef833e9f8be81f909790c8441e'/>
<id>482985ca38a46cef833e9f8be81f909790c8441e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Revert "Expand optimizations regarding short-circuting a bit""</title>
<updated>2015-06-14T13:46:11+00:00</updated>
<author>
<name>Bob Weinand</name>
<email>bobwei9@hotmail.com</email>
</author>
<published>2015-06-14T13:46:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7221bd682fea2b9f33646024edb8e3e648b0916a'/>
<id>7221bd682fea2b9f33646024edb8e3e648b0916a</id>
<content type='text'>
This reverts commit 3770a5ac666cdd4ff4803743232125948140450b.
Fixes the bug which probably made make install fail on travis
(It never happened to me that all tests passed, but make install failed...)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 3770a5ac666cdd4ff4803743232125948140450b.
Fixes the bug which probably made make install fail on travis
(It never happened to me that all tests passed, but make install failed...)
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Expand optimizations regarding short-circuting a bit"</title>
<updated>2015-06-14T06:27:48+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2015-06-14T06:27:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3770a5ac666cdd4ff4803743232125948140450b'/>
<id>3770a5ac666cdd4ff4803743232125948140450b</id>
<content type='text'>
This break the CI  (build error)

This reverts commit 3cfa58367b1b85d346d9be6cf9ae116c63571247.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This break the CI  (build error)

This reverts commit 3cfa58367b1b85d346d9be6cf9ae116c63571247.
</pre>
</div>
</content>
</entry>
</feed>
