History log of /PHP-7.3/Zend/zend_operators.c (Results 226 – 250 of 565)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# fa588a5c 21-Apr-2014 Dmitry Stogov

Use shorter call chain


# 4ed452c1 21-Apr-2014 Dmitry Stogov

Convert zval_get_string() into "fast path" macro and "slow path" function


# 0d43a277 21-Apr-2014 Nikita Popov

Use zval_get_string in a few more places


# 5c869718 21-Apr-2014 Nikita Popov

Bring zval_get_string implement in line with make_printable_zval

As make_printable_zval is the "main" string cast, match that one.


# 72c287bd 21-Apr-2014 Dmitry Stogov

Combine HashTable.flags and HashTable.nApplyCount into single 32-bit word


# 7a1a6092 15-Apr-2014 Nikita Popov

Add functions for extracting long/double/string from zval

These function get the long / double / string value of a zval with
usual cast semantics, but without actually modifying the zval

Add functions for extracting long/double/string from zval

These function get the long / double / string value of a zval with
usual cast semantics, but without actually modifying the zval.

Didn't go on a killing spree for convert_to_* yet...

show more ...


# 050d7e38 15-Apr-2014 Dmitry Stogov

Cleanup (1-st round)


# a0690ff2 15-Apr-2014 Xinchen Hui

Fixed zend_object_get_t in simpleXML


# 20f2e598 09-Apr-2014 Nikita Popov

Fix ZTS build

This only makes it compile, it doesn't actually work, presumably
because interned strings are assumed in some places.


# 76cc99fe 03-Apr-2014 Dmitry Stogov

Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), candidate for GC, etc)


# d8099d04 02-Apr-2014 Dmitry Stogov

Changed data layout to allow more efficient operations


# a25a1ba0 01-Apr-2014 Dmitry Stogov

STR_DUP() doesn't duplicate interned strings anymore. In case new string is required STR_INIT() or STR_ALLOC() should be used.


# 54d559d8 27-Mar-2014 Dmitry Stogov

Replaced (Z_TYPE(x) == IS_REFERENCE) with (Z_ISREF(x))


# b7938ab1 19-Mar-2014 Dmitry Stogov

Refactored GC (incomplete)


# 5f861768 13-Mar-2014 Dmitry Stogov

Fixed reference conversion


# ecc06873 07-Mar-2014 Xinchen Hui

Fixed IS_REFERENCE handling in sort()


# ef01b793 05-Mar-2014 Xinchen Hui

Fixed wrong hash value in ext/standard/tests/array/array_combine.php


# dc889b69 05-Mar-2014 Xinchen Hui

Fixed segfault (op2 maybe equal to result)


# f298ade8 25-Feb-2014 Xinchen Hui

Fixed wrong hash_zval_identical_function


# 820184dd 25-Feb-2014 Dmitry Stogov

Fixed converting IS_REFERENCE to string


# d35a068a 25-Feb-2014 Xinchen Hui

Fixed array comparation


# 760fe72a 24-Feb-2014 Dmitry Stogov

Fixed comparison od references


# 1770ace2 24-Feb-2014 Dmitry Stogov

Fixed object to string conversion


# 844887ed 24-Feb-2014 Dmitry Stogov

Fixed IS_RESOURCE handling


# 91e2a913 23-Feb-2014 Xinchen Hui

Missing handling of IS_REF in ext/standard/tests/strings/bug47842.php


12345678910>>...23