summaryrefslogtreecommitdiff
path: root/Zend/tests/bug70173.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Fix #70173: ZVAL_COPY_VALUE_EX broken for 32bit Solaris SparcChristoph M. Becker2015-08-091-0/+13
On 32bit big endian architectures the high word of a zend_value is copied twice, instead of copying both words. Let's fix it.