Searched defs:wddx (Results 1 - 1 of 1) sorted by relevance

/PHP_TRUNK/ext/wddx/
H A Dwddx.c148 PHP_MINIT_FUNCTION(wddx); variable
149 PHP_MINFO_FUNCTION(wddx); variable
153 ZEND_GET_MODULE(wddx)
161 "wddx",
163 PHP_MINIT(wddx),
167 PHP_MINFO(wddx),
264 PS_SERIALIZER_ENCODE_FUNC(wddx)
293 PS_SERIALIZER_DECODE_FUNC(wddx)
338 PHP_MINIT_FUNCTION(wddx)
340 le_wddx = zend_register_list_destructors_ex(release_wddx_packet_rsrc, NULL, "wddx", module_numbe
[all...]

Completed in 36 milliseconds