Home
last modified time | relevance | path

Searched refs:strval (Results 26 – 28 of 28) sorted by relevance

12

/php-src/ext/simplexml/
H A Dsimplexml.c1346 xmlChar *strval; in PHP_METHOD() local
1386 …xmlDocDumpMemoryEnc((xmlDocPtr) sxe->document->ptr, &strval, &strval_len, (const char *) ((xmlDocP… in PHP_METHOD()
1387 if (!strval) { in PHP_METHOD()
1390 RETVAL_STRINGL((char *)strval, strval_len); in PHP_METHOD()
1392 xmlFree(strval); in PHP_METHOD()
/php-src/ext/standard/
H A Dbasic_functions.stub.php3619 function strval(mixed $value): string {}
H A Dbasic_functions_arginfo.h2874 ZEND_FUNCTION(strval);

Completed in 32 milliseconds

12