Searched refs:php_wddx_packet_start (Results 1 – 2 of 2) sorted by relevance
/PHP-5.6/ext/wddx/ |
H A D | php_wddx_api.h | 60 void php_wddx_packet_start(wddx_packet *packet, char *comment, int comment_len);
|
H A D | wddx.c | 270 php_wddx_packet_start(packet, NULL, 0); in PS_SERIALIZER_ENCODE_FUNC() 371 void php_wddx_packet_start(wddx_packet *packet, char *comment, int comment_len) in php_wddx_packet_start() function 1229 php_wddx_packet_start(packet, comment, comment_len); in PHP_FUNCTION() 1253 php_wddx_packet_start(packet, NULL, 0); in PHP_FUNCTION() 1312 php_wddx_packet_start(packet, comment, comment_len); in PHP_FUNCTION()
|
Completed in 13 milliseconds