1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 08:42:29 +01:00
Files
archived-php-src/win32/build/cppcheck_x64.cfg
2016-08-29 17:44:37 +02:00

16 lines
464 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_bool" sign="u" size="1" />
<podtype name="zend_uchar" sign="u" size="1" />
<podtype name="zend_off_t" sign="s" size="8" />
<podtype name="zend_intptr_t" sign="s" size="8" />
<podtype name="zend_uintptr_t" sign="s" size="8" />
<!--
<memory>
<alloc init="true"></alloc>
<dealloc></dealloc>
</memory>-->
</def>