History log of /PHP-8.0/Zend/zend_operators.c (Results 201 – 225 of 631)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# fc33f52d 15-Jan-2015 Xinchen Hui

bump year


# 0579e827 15-Jan-2015 Xinchen Hui

bump year


# 73c1be26 15-Jan-2015 Xinchen Hui

Bump year


# 90c20b4c 14-Jan-2015 Dmitry Stogov

Fixed typo


# 23257586 14-Jan-2015 Dmitry Stogov

Improve "instanceof". Interfaces of the left operand should be checked only if the right operand is interafce itself.


# 2d8fd4b3 13-Jan-2015 Xinchen Hui

Add hinting


# 2f1ddff2 12-Jan-2015 Xinchen Hui

Faster strrpos implementation


# 31817447 12-Jan-2015 Xinchen Hui

Faster zend_memnstr for long text


# b7a7b1a6 03-Jan-2015 Stanislav Malyshev

trailing whitespace removal


# 3e826c97 07-Jan-2015 Nikita Popov

Fix the same leak with %=


# 98c2ceac 07-Jan-2015 Nikita Popov

Fix leak for compound shift self-assign error cases


# c42ac095 24-Dec-2014 Dmitry Stogov

Added new API function 'zend_string* zend_string_tolower(zend_string*)'.
It simplifies code and avoids unnecessary allocation and copying if string is already in lower case.


# 4b26c5d0 23-Dec-2014 Xinchen Hui

Please becareful with the tailed space after slash


# b2853e74 23-Dec-2014 Andrea Faulds

share that hunk of code


# b5b61767 22-Dec-2014 Xinchen Hui

Micro optimaztion (yeah, I know compiler supposed to do that)


# c24125e2 22-Dec-2014 Xinchen Hui

Micro optimization


# 201e1b8a 22-Dec-2014 Xinchen Hui

Micro optimizations


# e5eb9530 14-Dec-2014 Andrea Faulds

Use "float" and "integer" in typehint and zpp errors


# bdeb220f 13-Dec-2014 Anatol Belski

first shot remove TSRMLS_* things


# 8c99b65c 13-Dec-2014 Andrea Faulds

Fixed memory leak introduced by 73458e8f


# 2ea5f7ae 12-Dec-2014 Dmitry Stogov

Removed unused variables


# 73458e8f 11-Dec-2014 Dmitry Stogov

Replaced zendi_convert_to_long() with _zval_get_long_func()


# 27dc5986 11-Dec-2014 Dmitry Stogov

Moved zend_is_true() from zend_execute.h/zend_execute_API.c into zend_operators.h/zend_operators.c.
Splited the most expensive part of inline i_zend_is_true() into a separate zend_object_is_true(

Moved zend_is_true() from zend_execute.h/zend_execute_API.c into zend_operators.h/zend_operators.c.
Splited the most expensive part of inline i_zend_is_true() into a separate zend_object_is_true().
Replaced zendi_convert_to_long() with cals to zend_is_true().

show more ...


# 5ba4ae7f 05-Dec-2014 Dmitry Stogov

Move checks for references into slow paths of operator functions. Remove duplicate opcode handlers.


# ac964fbe 27-Oct-2014 Anatol Belski

fix datatype mismatches


12345678910>>...26