Lines Matching refs:to

10   e. tsrm_virtual_cwd.h moved to zend_virtual_cwd.h
41 The first handler is used to overload arithmetic operations. The first
44 op2 is NULL. If the handler returns FAILURE PHP falls back to the default
47 The second handler is used to perform comparison operations with
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.
63 RETVAL_ZVAL_FAST(zv); /* analog to RETVAL_ZVAL(zv, 1, 0) */
64 RETURN_ZVAL_FAST(zv); /* analog to RETURN_ZVAL(zv, 1, 0) */
66 The macros behave similarly to the non-FAST variants with copy=1 and
67 dtor=0, but will try to return the zval without making a copy by utilizing
76 The recommended way to access raw POST data is to open and use a php://input
77 stream wrapper. It is safe to be used concurrently and more than once.
82 ZEND_BEGIN_ARG_INFO_EX() is no longer used. The value passed to it is ignored.
93 The following changes were applied to the zend_arg_info struct:
105 The following changes were applied to the zend_internal_function_info struct:
118 that the argument passed to them is a zend_function* and that it is non-NULL.
120 e. tsrm_virtual_cwd.h moved to zend_virtual_cwd.h
133 In addition to the previously existing str_free() and str_efree() macros, the
134 following macros have been introduced to simplify dealing with potentially
150 If only_integer_keys==0, this function will change all keys to be continuous,
172 and sequential, while string keys stay intact. The same applies to the
183 This function now directly forwards to zend_hash_splice(), resets the
192 objects using Serializable to disallow serialization. An object
195 implementing Serializable to disable serialization using
218 variable. Previously `bison` was assumed to be in $PATH.
223 - It is possible to disable PGO for single extensions, to do that
224 define a global variable PHP_MYMODULE_PGO evaluating to false