/PHP-8.3/ext/intl/collator/ |
H A D | collator_locale.c | 59 RETVAL_STRINGL( locale_name, strlen(locale_name) ); in PHP_FUNCTION()
|
/PHP-8.3/ext/standard/ |
H A D | exec.c | 175 RETVAL_STRINGL(buf, bufl); in php_exec()
|
H A D | file.c | 913 RETVAL_STRINGL(buf, line_len); in PHP_FUNCTION()
|
H A D | string.c | 1122 RETVAL_STRINGL(BG(strtok_last) + skipped, (p - BG(strtok_last)) - skipped); in PHP_FUNCTION() 5672 RETVAL_STRINGL(ZSTR_VAL(arg), ZSTR_LEN(arg));
|
/PHP-8.3/ext/random/ |
H A D | randomizer.c | 338 RETVAL_STRINGL(ZSTR_VAL(bytes), ZSTR_LEN(bytes)); in PHP_METHOD()
|
/PHP-8.3/ext/intl/converter/ |
H A D | converter.c | 81 RETVAL_STRINGL(chars, chars_len); in php_converter_default_callback() 100 RETVAL_STRINGL(chars, chars_len); in php_converter_default_callback()
|
/PHP-8.3/ext/imap/ |
H A D | php_imap.c | 1163 RETVAL_STRINGL(body, body_len); in PHP_FUNCTION() 1862 RETVAL_STRINGL(body, len); in PHP_FUNCTION() 1899 RETVAL_STRINGL(body, len); in PHP_FUNCTION() 1982 RETVAL_STRINGL(decode, newlength); in PHP_FUNCTION() 2004 RETVAL_STRINGL(decode, newlength); in PHP_FUNCTION() 2026 RETVAL_STRINGL(decode, newlength); in PHP_FUNCTION() 2048 RETVAL_STRINGL(decode, newlength); in PHP_FUNCTION() 2237 RETVAL_STRINGL((char*)dest.data, dest.size); in PHP_FUNCTION()
|
/PHP-8.3/ext/dom/ |
H A D | document.c | 1584 RETVAL_STRINGL((const char *) mem, size); in PHP_METHOD() 2148 RETVAL_STRINGL((const char*) mem, size); in PHP_METHOD() 2162 RETVAL_STRINGL((const char*) mem, size); in PHP_METHOD()
|
H A D | node.c | 1992 RETVAL_STRINGL((char *) xmlOutputBufferGetContent(buf), ret); in dom_canonicalization() 1994 RETVAL_STRINGL((char *) buf->buffer->content, ret); in dom_canonicalization()
|
/PHP-8.3/win32/ |
H A D | codepage.c | 732 RETVAL_STRINGL(ret, ret_len); in PHP_FUNCTION()
|
/PHP-8.3/ext/tidy/ |
H A D | tidy.c | 357 RETVAL_STRINGL((char *) output.bp, output.size ? output.size-1 : 0); in php_tidy_quick_repair() 1057 RETVAL_STRINGL((char *) output.bp, output.size ? output.size-1 : 0); in PHP_FUNCTION()
|
/PHP-8.3/ext/zlib/ |
H A D | zlib.c | 578 RETVAL_STRINGL(ctx.out.data, ctx.out.used); in PHP_FUNCTION() 752 RETVAL_STRINGL(out_buf, out_len); \
|
/PHP-8.3/ext/spl/ |
H A D | spl_directory.c | 919 RETVAL_STRINGL(ZSTR_VAL(intern->file_name) + path_len, ZSTR_LEN(intern->file_name) - path_len); in PHP_METHOD() 981 RETVAL_STRINGL(ZSTR_VAL(ret) + idx + 1, ZSTR_LEN(ret) - idx - 1); in PHP_METHOD() 1009 RETVAL_STRINGL(ZSTR_VAL(fname) + idx + 1, ZSTR_LEN(fname) - idx - 1); in PHP_METHOD() 1291 RETVAL_STRINGL(buff, ret); in FileInfoFunction()
|
/PHP-8.3/ext/xsl/ |
H A D | xsltprocessor.c | 663 RETVAL_STRINGL((char *) doc_txt_ptr, doc_txt_len); in PHP_METHOD()
|
/PHP-8.3/ext/ldap/ |
H A D | ldap.c | 3877 RETVAL_STRINGL(value, value_len); in php_ldap_do_translate() 4093 RETVAL_STRINGL(lgenpasswd.bv_val, lgenpasswd.bv_len); in PHP_FUNCTION() 4142 RETVAL_STRINGL(lauthzid->bv_val, lauthzid->bv_len); in PHP_FUNCTION()
|
/PHP-8.3/ext/simplexml/ |
H A D | simplexml.c | 1421 RETVAL_STRINGL((char *)strval, strval_len); in PHP_METHOD() 1446 RETVAL_STRINGL(return_content, return_len); in PHP_METHOD()
|
/PHP-8.3/ext/hash/ |
H A D | hash.c | 1350 RETVAL_STRINGL(key, bytes); in PHP_FUNCTION()
|
/PHP-8.3/ext/pgsql/ |
H A D | pgsql.c | 1759 RETVAL_STRINGL(PQgetvalue(pgsql_result, pgsql_row, field_offset), in PHP_FUNCTION() 3290 RETVAL_STRINGL(to, to_len-1); /* to_len includes additional '\0' */ in PHP_FUNCTION() 3311 RETVAL_STRINGL(tmp, to_len); in PHP_FUNCTION()
|
/PHP-8.3/Zend/ |
H A D | zend_API.h | 1011 #define RETVAL_STRINGL(s, l) ZVAL_STRINGL(return_value, s, l) macro 1037 #define RETURN_STRINGL(s, l) do { RETVAL_STRINGL(s, l); return; } while (0)
|
/PHP-8.3/ext/phar/ |
H A D | phar_object.c | 415 RETVAL_STRINGL(ZSTR_VAL(fname), arch_len + 7); in PHP_METHOD() 420 RETVAL_STRINGL(arch, arch_len); in PHP_METHOD()
|
/PHP-8.3/ext/zip/ |
H A D | php_zip.c | 1662 RETVAL_STRINGL(error_string, len);
|
/PHP-8.3/ext/curl/ |
H A D | interface.c | 3165 RETVAL_STRINGL(out, out_len); in PHP_FUNCTION()
|
/PHP-8.3/ext/mbstring/ |
H A D | mbstring.c | 2425 RETVAL_STRINGL((char *)ret->val, ret->len); /* the string is already strdup()'ed */ in PHP_FUNCTION()
|
/PHP-8.3/ext/reflection/ |
H A D | php_reflection.c | 2976 RETVAL_STRINGL("__CLASS__", sizeof("__CLASS__")-1); in ZEND_METHOD()
|
/PHP-8.3/ext/openssl/ |
H A D | openssl.c | 1760 RETVAL_STRINGL((char *)bio_buf->data, bio_buf->length); in PHP_FUNCTION()
|