Home
last modified time | relevance | path

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

/PHP-7.3/ext/wddx/
H A Dphp_wddx_api.h49 #define php_wddx_add_chunk(packet, str) smart_str_appends(packet, str) macro
H A Dwddx.c430 php_wddx_add_chunk(packet, tmp_buf); in php_wddx_serialize_number()
438 php_wddx_add_chunk(packet, Z_TYPE_P(var) == IS_TRUE ? WDDX_BOOLEAN_TRUE : WDDX_BOOLEAN_FALSE); in php_wddx_serialize_boolean()
481 php_wddx_add_chunk(packet, tmp_buf); in php_wddx_serialize_object()
505 php_wddx_add_chunk(packet, tmp_buf); in php_wddx_serialize_object()
571 php_wddx_add_chunk(packet, tmp_buf); in php_wddx_serialize_array()
611 php_wddx_add_chunk(packet, tmp_buf); in php_wddx_serialize_var()

Completed in 12 milliseconds