Home
last modified time | relevance | path

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

/PHP-7.2/ext/wddx/
H A Dphp_wddx_api.h48 #define WDDX_VAR_S "<var name='%s'>" macro
H A Dwddx.c482 snprintf(tmp_buf, WDDX_BUF_LEN, WDDX_VAR_S, PHP_CLASS_NAME_VAR); in php_wddx_serialize_object()
506 snprintf(tmp_buf, WDDX_BUF_LEN, WDDX_VAR_S, PHP_CLASS_NAME_VAR); in php_wddx_serialize_object()
611 tmp_buf = emalloc(ZSTR_LEN(name_esc) + sizeof(WDDX_VAR_S)); in php_wddx_serialize_var()
612 snprintf(tmp_buf, ZSTR_LEN(name_esc) + sizeof(WDDX_VAR_S), WDDX_VAR_S, ZSTR_VAL(name_esc)); in php_wddx_serialize_var()

Completed in 18 milliseconds