Lines Matching refs:now
7 b. return_value_ptr now always available, RETVAL_ZVAL_FAST macros
56 b. return_value_ptr now always available, RETVAL_ZVAL_FAST macros
58 The return_value_ptr argument to internal functions is now always set.
60 return_value_ptr can now be used to return zvals without copying them.
117 ARG_SHOULD_BE_SENT_BY_REF() and ARG_MAY_BE_SENT_BY_REF() macros now assume
122 Memory allocation is now managed by emalloc/efree instead of malloc/free.
126 String created using STR_EMPTY_ALLOC() are now interned.
183 This function now directly forwards to zend_hash_splice(), resets the
189 Strings requiring unserialization of objects are now explicitly checked
198 start, will most likely be defectively initialized. This is now
204 These two #defines disappeared. Instead we have now IS_CONSTANT_AST which
206 hack for marking zvals as constant index with IS_CONSTANT_INDEX is now
208 Please note that IS_CONSTANT_AST now has the same value than
216 - The bison version check is now a blacklist instead of a whitelist.