1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 16:08:35 +02:00

- Move #defines

This commit is contained in:
Andi Gutmans
2000-03-21 18:48:28 +00:00
parent 65ccee97a6
commit bf18f87644
2 changed files with 7 additions and 5 deletions
+7
View File
@@ -255,6 +255,13 @@ typedef struct _zend_utility_values {
#define OE_IS_OBJECT (1<<1)
#define OE_IS_METHOD (1<<2)
/* Argument passing types */
#define BYREF_NONE 0
#define BYREF_FORCE 1
#define BYREF_ALLOW 2
#define BYREF_FORCE_REST 3
int zend_startup(zend_utility_functions *utility_functions, char **extensions);
void zend_shutdown(void);
-5
View File
@@ -79,11 +79,6 @@ ZEND_API void wrong_param_count(void);
#define ARG_COUNT(dummy) (ht)
#define ZEND_NUM_ARGS() (ht)
#define BYREF_NONE 0
#define BYREF_FORCE 1
#define BYREF_ALLOW 2
#define BYREF_FORCE_REST 3
#ifndef ZEND_WIN32
#define DLEXPORT
#endif