Home
last modified time | relevance | path

Searched refs:Z_ADDREF_P (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dtwig.c30 #ifndef Z_ADDREF_P
31 #define Z_ADDREF_P(pz) (pz)->refcount++ macro
831 Z_ADDREF_P(object); in PHP_FUNCTION()
888 Z_ADDREF_P(object); in PHP_FUNCTION()
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG605 * fixed usage of Z_ADDREF_P for PHP 5.2 in the C extension