|
|
@ -451,11 +451,6 @@ ZEND_API void zend_update_current_locale(void); |
|
|
#define zend_update_current_locale() |
|
|
#define zend_update_current_locale() |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
#ifndef offsetof |
|
|
|
|
|
#define offsetof(t,f) \ |
|
|
|
|
|
((int)(&((t*)0)->f)) |
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
static zend_always_inline int fast_increment_function(zval *op1) |
|
|
static zend_always_inline int fast_increment_function(zval *op1) |
|
|
{ |
|
|
{ |
|
|
if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) { |
|
|
if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) { |
|
|
|