mirror of
https://github.com/php/php-src.git
synced 2024-12-05 07:46:06 +08:00
413844d626
These types are standard C99. For compatibility with out-of-tree extensions, keep the typedefs in main/php.h.
15 lines
313 B
INI
15 lines
313 B
INI
<?xml version="1.0"?>
|
|
<def>
|
|
<podtype name="zend_long" sign="s" size="4" />
|
|
<podtype name="zend_ulong" sign="u" size="4" />
|
|
<podtype name="zend_off_t" sign="s" size="4" />
|
|
<podtype name="zend_uchar" sign="u" size="1" />
|
|
|
|
|
|
<!--
|
|
<memory>
|
|
<alloc init="true"></alloc>
|
|
<dealloc></dealloc>
|
|
</memory>-->
|
|
</def>
|