Searched refs:php_wddx_add_chunk (Results 1 – 2 of 2) sorted by relevance
51 #define php_wddx_add_chunk(packet, str) smart_str_appends(packet, str) macro
432 php_wddx_add_chunk(packet, tmp_buf); in php_wddx_serialize_number()440 php_wddx_add_chunk(packet, Z_TYPE_P(var) == IS_TRUE ? WDDX_BOOLEAN_TRUE : WDDX_BOOLEAN_FALSE); in php_wddx_serialize_boolean()483 php_wddx_add_chunk(packet, tmp_buf); in php_wddx_serialize_object()507 php_wddx_add_chunk(packet, tmp_buf); in php_wddx_serialize_object()573 php_wddx_add_chunk(packet, tmp_buf); in php_wddx_serialize_array()613 php_wddx_add_chunk(packet, tmp_buf); in php_wddx_serialize_var()
Completed in 7 milliseconds