mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
preserve ZEND_API in definition
This commit is contained in:
parent
d61d11381b
commit
1cc4a69bbe
1 changed files with 4 additions and 4 deletions
|
@ -22,10 +22,10 @@
|
|||
#include "zend_API.h"
|
||||
#include "zend_interfaces.h"
|
||||
|
||||
zend_class_entry *zend_ce_traversable;
|
||||
zend_class_entry *zend_ce_aggregate;
|
||||
zend_class_entry *zend_ce_iterator;
|
||||
zend_class_entry *zend_ce_arrayaccess;
|
||||
ZEND_API zend_class_entry *zend_ce_traversable;
|
||||
ZEND_API zend_class_entry *zend_ce_aggregate;
|
||||
ZEND_API zend_class_entry *zend_ce_iterator;
|
||||
ZEND_API zend_class_entry *zend_ce_arrayaccess;
|
||||
|
||||
/* {{{ zend_call_method
|
||||
Only returns the returned zval if retval_ptr != NULL */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue