Skip to content

Commit 3b2c62b

Browse files
committed
define ZEND_CALL_MAY_HAVE_UNDEF
1 parent 8f2076e commit 3b2c62b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

phper-sys/php_wrapper.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ phper_init_class_entry_handler(zend_class_entry *class_ce, void *argument);
5050
#define IS_VOID 0x1D
5151
#endif
5252

53+
#ifndef ZEND_CALL_MAY_HAVE_UNDEF
54+
#define ZEND_CALL_MAY_HAVE_UNDEF (1 << 26)
55+
#endif
56+
5357
// ==================================================
5458
// zval apis:
5559
// ==================================================

0 commit comments

Comments
 (0)