mirror of
https://github.com/php/php-src.git
synced 2025-01-23 12:13:37 +08:00
ffeb57afb5
Migrating to _ex API for hash traversal.
6 lines
204 B
C
6 lines
204 B
C
#ifndef PHP_PACKET_SOAP_H
|
|
#define PHP_PACKET_SOAP_H
|
|
|
|
int parse_packet_soap(zval *this_ptr, char *buffer, int buffer_size, sdlFunctionPtr fn, char *fn_name, zval ***ret, int *num_params TSRMLS_DC);
|
|
|
|
#endif |