mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Remove some dead defines
This commit is contained in:
parent
dab7738f4f
commit
556827dec9
3 changed files with 0 additions and 35 deletions
|
@ -89,11 +89,6 @@ ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_noreturn(int type, const char *
|
||||||
# define zend_error_noreturn zend_error
|
# define zend_error_noreturn zend_error
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* overloaded elements data types */
|
|
||||||
#define OE_IS_ARRAY (1<<0)
|
|
||||||
#define OE_IS_OBJECT (1<<1)
|
|
||||||
#define OE_IS_METHOD (1<<2)
|
|
||||||
|
|
||||||
struct _zend_serialize_data;
|
struct _zend_serialize_data;
|
||||||
struct _zend_unserialize_data;
|
struct _zend_unserialize_data;
|
||||||
|
|
||||||
|
|
|
@ -31,8 +31,6 @@
|
||||||
|
|
||||||
#include "zend_llist.h"
|
#include "zend_llist.h"
|
||||||
|
|
||||||
#define DEBUG_ZEND 0
|
|
||||||
|
|
||||||
#define SET_UNUSED(op) op ## _type = IS_UNUSED
|
#define SET_UNUSED(op) op ## _type = IS_UNUSED
|
||||||
|
|
||||||
#define MAKE_NOP(opline) do { \
|
#define MAKE_NOP(opline) do { \
|
||||||
|
|
|
@ -68,34 +68,6 @@ extern ZEND_API zend_ini_scanner_globals ini_scanner_globals;
|
||||||
|
|
||||||
END_EXTERN_C()
|
END_EXTERN_C()
|
||||||
|
|
||||||
/* For limited downwards source compatibility */
|
|
||||||
#define CLS_FETCH()
|
|
||||||
#define ELS_FETCH()
|
|
||||||
#define ALS_FETCH()
|
|
||||||
#define PLS_FETCH()
|
|
||||||
#define SLS_FETCH()
|
|
||||||
#define CLS_D
|
|
||||||
#define ELS_D
|
|
||||||
#define ALS_D
|
|
||||||
#define PLS_D
|
|
||||||
#define SLS_D
|
|
||||||
#define CLS_DC
|
|
||||||
#define ELS_DC
|
|
||||||
#define ALS_DC
|
|
||||||
#define PLS_DC
|
|
||||||
#define SLS_DC
|
|
||||||
#define CLS_C
|
|
||||||
#define ELS_C
|
|
||||||
#define ALS_C
|
|
||||||
#define PLS_C
|
|
||||||
#define SLS_C
|
|
||||||
#define CLS_CC
|
|
||||||
#define ELS_CC
|
|
||||||
#define ALS_CC
|
|
||||||
#define PLS_CC
|
|
||||||
#define SLS_CC
|
|
||||||
|
|
||||||
|
|
||||||
#endif /* ZEND_GLOBALS_MACROS_H */
|
#endif /* ZEND_GLOBALS_MACROS_H */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue