Home
last modified time | relevance | path

Searched refs:ZVAL_STRINGL (Results 51 – 63 of 63) sorted by last modified time

123

/php-src/ext/pdo_sqlite/
H A Dsqlite_statement.c276 ZVAL_STRINGL(result, in pdo_sqlite_stmt_get_col()
/php-src/ext/exif/
H A Dexif.c4763 ZVAL_STRINGL(return_value, ImageInfo.Thumbnail.data, ImageInfo.Thumbnail.size); in PHP_FUNCTION()
/php-src/ext/intl/uchar/
H A Duchar.c277 ZVAL_STRINGL(&args[2], name, length); in enumCharNames_callback()
/php-src/sapi/cli/
H A Dphp_cli.c1020 ZVAL_STRINGL(&argn, input, len + 1); in do_cli()
/php-src/ext/pdo_dblib/
H A Ddblib_stmt.c334 ZVAL_STRINGL(zv, tmp_data, data_len); in pdo_dblib_stmt_stringify_col()
374 ZVAL_STRINGL(zv, (DBCHAR *) data, data_len); in pdo_dblib_stmt_get_col()
398 ZVAL_STRINGL(zv, tmp_data, dl); in pdo_dblib_stmt_get_col()
441 ZVAL_STRINGL(zv, tmp_data, data_len); in pdo_dblib_stmt_get_col()
445 ZVAL_STRINGL(zv, (DBCHAR *) data, 16); in pdo_dblib_stmt_get_col()
/php-src/ext/intl/collator/
H A Dcollator_convert.c58 ZVAL_STRINGL( &znew_val, (char*)new_val, UBYTES(new_val_len + 1) ); in collator_convert_hash_item_from_utf8_to_utf16()
244 ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len)); in collator_convert_object_to_string()
/php-src/ext/standard/
H A Dpack.c916 ZVAL_STRINGL(&val, &input[inputpos], len); in PHP_FUNCTION()
943 ZVAL_STRINGL(&val, &input[inputpos], len + 1); in PHP_FUNCTION()
968 ZVAL_STRINGL(&val, &input[inputpos], len); in PHP_FUNCTION()
/php-src/Zend/
H A Dzend_language_scanner.l317 ZVAL_STRINGL(zv, (char *) ident, length); in zend_lex_tstring()
906 ZVAL_STRINGL(zendlval, s, sz); \
911 ZVAL_STRINGL(zendlval, yytext, yyleng); \
932 ZVAL_STRINGL(zendlval, str, len); in zend_scan_escape_string()
1132 ZVAL_STRINGL(zendlval, (char *) str, sz); in zend_scan_escape_string()
2151 ZVAL_STRINGL(zendlval, yytext, yyleng);
2160 ZVAL_STRINGL(zendlval, yytext, yyleng);
2307 ZVAL_STRINGL(zendlval, s, sz);
2315 ZVAL_STRINGL(zendlval, yytext, yyleng);
2985 ZVAL_STRINGL(zendlval, yytext, yyleng - newline);
[all …]
/php-src/ext/json/
H A Djson_scanner.re187 ZVAL_STRINGL(&s->value, (char *) s->token, s->cursor - s->token);
/php-src/ext/pdo_odbc/
H A Dodbc_stmt.c504 ZVAL_STRINGL(parameter, P->outbuf, P->len); in odbc_stmt_param_hook()
805 ZVAL_STRINGL(val, buf, len); in odbc_stmt_get_attr()
/php-src/sapi/fuzzer/
H A Dfuzzer-unserializehash.c62 ZVAL_STRINGL(&args[1], (char *) Data, (Start - Data) - 1); in LLVMFuzzerTestOneInput()
/php-src/ext/mysqli/
H A Dmysqli_warning.c34 #define ZVAL_UTF8_STRINGL(z, s, l, flags) ZVAL_STRINGL((z), (char*)(s), (l))
/php-src/ext/filter/
H A Dsanitizing_filters.c174 ZVAL_STRINGL(value, Z_STRVAL_P(value), Z_STRLEN_P(value)); in php_filter_string()

Completed in 69 milliseconds

123