Home
last modified time | relevance | path

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

/php-src/ext/simplexml/
H A Dsimplexml.c1395 size_t return_len; in PHP_METHOD() local
1406 return_len = xmlOutputBufferGetSize(outbuf); in PHP_METHOD()
1410 RETVAL_STRINGL(return_content, return_len); in PHP_METHOD()

Completed in 17 milliseconds