mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
These types are standard C99. For compatibility with out-of-tree extensions, keep the typedefs in main/php.h.
13 lines
311 B
INI
13 lines
311 B
INI
<?xml version="1.0"?>
|
|
<def>
|
|
<podtype name="zend_long" sign="s" size="8" />
|
|
<podtype name="zend_ulong" sign="u" size="8" />
|
|
<podtype name="zend_uchar" sign="u" size="1" />
|
|
<podtype name="zend_off_t" sign="s" size="8" />
|
|
<!--
|
|
<memory>
|
|
<alloc init="true"></alloc>
|
|
<dealloc></dealloc>
|
|
</memory>-->
|
|
</def>
|