Home
last modified time | relevance | path

Searched refs:RETVAL_STRINGL (Results 26 – 50 of 51) sorted by relevance

123

/PHP-5.4/ext/xml/
H A Dxml.c1706 RETVAL_STRINGL(encoded, len, 0); in PHP_FUNCTION()
1726 RETVAL_STRINGL(decoded, len, 0); in PHP_FUNCTION()
/PHP-5.4/ext/pcre/
H A Dphp_pcre.c1414 RETVAL_STRINGL(result, result_len, 0); in preg_replace_impl()
1731 RETVAL_STRINGL(erealloc(out_str, q - out_str + 1), q - out_str, 0); in PHP_FUNCTION()
/PHP-5.4/ext/dom/
H A Dnode.c1905 RETVAL_STRINGL((char *) xmlOutputBufferGetContent(buf), ret, 1); in dom_canonicalization()
1907 RETVAL_STRINGL((char *) buf->buffer->content, ret, 1); in dom_canonicalization()
/PHP-5.4/ext/simplexml/
H A Dsimplexml.c1415 RETVAL_STRINGL((char *)strval, strval_len, 1); in SXE_METHOD()
1428 RETVAL_STRINGL((char *)xmlOutputBufferGetContent(outbuf), xmlOutputBufferGetSize(outbuf), 1); in SXE_METHOD()
1430 RETVAL_STRINGL((char *)outbuf->buffer->content, outbuf->buffer->use, 1); in SXE_METHOD()
/PHP-5.4/ext/tidy/
H A Dtidy.c620 RETVAL_STRINGL((char *) output.bp, output.size ? output.size-1 : 0, 1); in php_tidy_quick_repair()
1264 RETVAL_STRINGL((char *) output.bp, output.size ? output.size-1 : 0, 1); in PHP_FUNCTION()
/PHP-5.4/ext/zlib/
H A Dzlib.c504 RETVAL_STRINGL(ctx.out.data, ctx.out.used, 1); in PHP_FUNCTION()
/PHP-5.4/ext/standard/
H A Dvar.c536 RETVAL_STRINGL(buf.c, buf.len, 1); in PHP_FUNCTION()
H A Dhtml.c1447 RETVAL_STRINGL(replaced, (int)new_len, 0); in php_html_entities()
H A Dstreamsfuncs.c446 RETVAL_STRINGL(contents, len, 0); in PHP_FUNCTION()
H A Dfile.c557 RETVAL_STRINGL(contents, len, 0); in PHP_FUNCTION()
H A Darray.c940 RETVAL_STRINGL(string_key, string_length - 1, 1); in PHP_FUNCTION()
/PHP-5.4/ext/hash/
H A Dhash.c813 RETVAL_STRINGL(key, bytes, 1); in PHP_FUNCTION()
/PHP-5.4/ext/xsl/
H A Dxsltprocessor.c761 RETVAL_STRINGL(doc_txt_ptr, doc_txt_len, 1); in PHP_FUNCTION()
/PHP-5.4/ext/spl/
H A Dspl_directory.c949 RETVAL_STRINGL(fname + idx + 1, flen - idx - 1, 1); in SPL_METHOD()
980 RETVAL_STRINGL(fname + idx + 1, flen - idx - 1, 1); in SPL_METHOD()
1281 RETVAL_STRINGL(buff, ret, 1); in FileInfoFunction()
H A Dspl_iterators.c1018 RETVAL_STRINGL(str.c, str.len, 0); in spl_recursive_tree_iterator_get_prefix()
1044 RETVAL_STRINGL("", 0, 1); in spl_recursive_tree_iterator_get_postfix()
1235 RETVAL_STRINGL(str, str_len, 0); in SPL_METHOD()
H A Dspl_array.c1568 RETVAL_STRINGL(string_key, string_length - 1, 0); in spl_array_iterator_key()
/PHP-5.4/ext/mbstring/
H A Dphp_mbregex.c1020 RETVAL_STRINGL((char *)out_buf.c, out_buf.len - 1, 0); in _php_mb_regex_ereg_replace_exec()
/PHP-5.4/ext/phar/
H A Dfunc_interceptors.c213 RETVAL_STRINGL(contents, len, 0); in PHAR_FUNC()
H A Dphar_object.c457 RETVAL_STRINGL(fname, arch_len + 7, 1); in PHP_METHOD()
/PHP-5.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c1171 RETVAL_STRINGL(outBuf, buf_len, 1); in PHP_FUNCTION()
/PHP-5.4/ext/gmp/
H A Dgmp.c824 RETVAL_STRINGL(out_string, num_len, 0);
/PHP-5.4/ext/zip/
H A Dphp_zip.c1593 RETVAL_STRINGL(error_string, len, 1); in ZIPARCHIVE_METHOD()
/PHP-5.4/ext/session/
H A Dsession.c1916 RETVAL_STRINGL(enc, len, 0);
/PHP-5.4/ext/pgsql/
H A Dpgsql.c4209 RETVAL_STRINGL(to, to_len-1, 1); /* to_len includes addtional '\0' */
4342 RETVAL_STRINGL(to, to_len, 0);
/PHP-5.4/ext/ldap/
H A Dldap.c2550 RETVAL_STRINGL(value, value_len, 1); in php_ldap_do_translate()

Completed in 177 milliseconds

123