History log of /PHP-8.0/Zend/zend_operators.c (Results 251 – 275 of 631)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 6f9f0bf2 25-Aug-2014 Anatol Belski

master renames phase 2


# c3e3c98e 25-Aug-2014 Anatol Belski

master renames phase 1


# 70de6180 24-Aug-2014 Anatol Belski

fixes to %pd format usage


# b3ba0f6a 19-Aug-2014 Andrea Faulds

Prevent bit shift count wrapping quirkiness on some CPUs for left shift


# 38bc0a05 15-Aug-2014 Andrea Faulds

Prevent bit shift count wrapping quirkiness on some CPUs for right shift


# 6a94568f 15-Aug-2014 Andrea Faulds

Return FALSE on bit shift by negative number


# f2182ab8 17-Aug-2014 Anatol Belski

some more pure naming replacements


# 864172d9 16-Aug-2014 Anatol Belski

further fixes to ext/standard and zend


# 8ee2a4a9 16-Aug-2014 Anatol Belski

first shot on merging the core fro the int64 branch


# 6463bc5b 14-Aug-2014 Dmitry Stogov

Fixed mode


# c78a1734 14-Aug-2014 Dmitry Stogov

Fixed compilation warnings


# e4309485 14-Aug-2014 Dmitry Stogov

Fixed reference handling


# 1d01e233 11-Aug-2014 krakjoe

fix incorrect cast of comparison function and signature of function


# dc70139d 11-Aug-2014 krakjoe

update zend_make_printable_zval to take TSRM context


# 27f38798 11-Jul-2014 Dmitry Stogov

Fast parameter parsing API

This API is experemental. It may be changed or removed.
It should be used only for really often used functions.
(Keep the original parsing code and wrap us

Fast parameter parsing API

This API is experemental. It may be changed or removed.
It should be used only for really often used functions.
(Keep the original parsing code and wrap usage with #ifndef FAST_ZPP)

show more ...


# 4e291fab 10-Jul-2014 Dmitry Stogov

Fixed usage after free()


# 9d6e45a0 09-Jul-2014 Dmitry Stogov

Changed zend_make_printable_zval() to return "use_copy" instead of additional reference argument.
Improved branch prediction.


# 9af4b18b 26-Jun-2014 Dmitry Stogov

Reverted 387c491559f1507685740bf613070d27bce59e4d (it broke ext/standard/tests/file/bug44607.phpt)


# 387c4915 26-Jun-2014 Xinchen Hui

op2 is null terminated string


# 2d29f2d8 09-Jun-2014 Dmitry Stogov

Comparison optimization


# 1b891688 05-Jun-2014 Dmitry Stogov

Speedup string equality check


# 0427ae08 02-Jun-2014 Dmitry Stogov

cleanup


# e34a6e92 26-May-2014 Dmitry Stogov

Use new zend_hash API


# 4ee14c6f 26-May-2014 Nikita Popov

Fix ** operator with references


# ec7b5e0b 26-May-2014 Nikita Popov

Fix incdec of ref object properties

This fixes a number of infinite loops in the Symfony testsuite. It
took an obscene amount of time to track this down :/


1...<<11121314151617181920>>...26