Home
last modified time | relevance | path

Searched refs:ZVAL_STRINGL (Results 26 – 50 of 66) sorted by relevance

123

/PHP-8.0/ext/json/
H A Djson_scanner.re187 ZVAL_STRINGL(&s->value, (char *) s->token, s->cursor - s->token);
/PHP-8.0/ext/com_dotnet/
H A Dcom_typeinfo.c625 ZVAL_STRINGL(&tmp, ansiname, ansinamelen); in php_com_process_typeinfo()
/PHP-8.0/ext/intl/uchar/
H A Duchar.c276 ZVAL_STRINGL(&args[2], name, length); in enumCharNames_callback()
/PHP-8.0/main/
H A Doutput.c383 ZVAL_STRINGL(p, OG(active)->buffer.data, OG(active)->buffer.used); in php_output_get_contents()
963 ZVAL_STRINGL(&ob_data, handler->buffer.data, handler->buffer.used); in php_output_handler_op()
H A Dphp_variables.c633 ZVAL_STRINGL(&tmp, s, space ? space - s : strlen(s)); in php_build_argv()
/PHP-8.0/ext/oci8/
H A Doci8_collection.c522 ZVAL_STRINGL(result_element, (char *)buff, buff_len); in php_oci_collection_element_get()
H A Doci8.c1726 ZVAL_STRINGL(value, lob_buffer, lob_length); in php_oci_column_to_zval()
1756 ZVAL_STRINGL(value, column->data, column_size); in php_oci_column_to_zval()
/PHP-8.0/Zend/
H A Dzend_interfaces.c393 ZVAL_STRINGL(&zdata, (char*)buf, buf_len); in zend_user_unserialize()
H A Dzend_API.c1545 ZVAL_STRINGL(&tmp, str, length); in add_assoc_stringl_ex()
1623 ZVAL_STRINGL(&tmp, str, length); in add_index_stringl()
1695 ZVAL_STRINGL(&tmp, str, length); in add_next_index_stringl()
1811 ZVAL_STRINGL(&tmp, str, length); in add_property_stringl_ex()
3927 ZVAL_STRINGL(&tmp, string, len); in zend_try_assign_typed_ref_stringl()
4244 ZVAL_STRINGL(&tmp, value, value_len); in zend_update_property_stringl()
4345 ZVAL_STRINGL(&tmp, value, value_len); in zend_update_static_property_stringl()
H A Dzend_API.h652 #define ZVAL_STRINGL(z, s, l) do { \ macro
658 ZVAL_STRINGL(z, _s, strlen(_s)); \
718 #define RETVAL_STRINGL(s, l) ZVAL_STRINGL(return_value, s, l)
1029 ZVAL_STRINGL(_zv, string, len); \
/PHP-8.0/ext/phar/
H A Dutil.c1391ZVAL_STRINGL(&openssl, is_sign ? "openssl_sign" : "openssl_verify", is_sign ? sizeof("openssl_sign… in phar_call_openssl_signverify()
1393 ZVAL_STRINGL(&zp[1], *signature, *signature_len); in phar_call_openssl_signverify()
1397 ZVAL_STRINGL(&zp[2], key, key_len); in phar_call_openssl_signverify()
/PHP-8.0/ext/pdo_pgsql/
H A Dpgsql_statement.c413 ZVAL_STRINGL(&param->parameter, s, 1); in pgsql_stmt_param_hook()
/PHP-8.0/ext/pdo_odbc/
H A Dodbc_stmt.c826 ZVAL_STRINGL(val, buf, len); in odbc_stmt_get_attr()
/PHP-8.0/ext/pdo_firebird/
H A Dfirebird_statement.c756 ZVAL_STRINGL(parameter, value, value_len); in firebird_stmt_param_hook()
/PHP-8.0/sapi/cli/
H A Dphp_cli.c998 ZVAL_STRINGL(&argn, input, len + 1); in do_cli()
/PHP-8.0/ext/ftp/
H A Dftp.c710 ZVAL_STRINGL(&zstr, sp + 1, end - sp - 1); in ftp_mlsd_parse_line()
731 ZVAL_STRINGL(&zstr, eq + 1, semi - eq - 1); in ftp_mlsd_parse_line()
/PHP-8.0/ext/openssl/
H A Dopenssl.c2878 ZVAL_STRINGL(&zcert, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
2891 ZVAL_STRINGL(&zpkey, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
2912 ZVAL_STRINGL(&zextracert, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
5294 ZVAL_STRINGL(&zcert, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
5309 ZVAL_STRINGL(&zcert, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
5928 ZVAL_STRINGL(&zcert, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
5943 ZVAL_STRINGL(&zcert, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
/PHP-8.0/ext/intl/calendar/
H A Dcalendar_methods.cpp1061 ZVAL_STRINGL(&ts_zval, ts_str, ts_str_len); in PHP_FUNCTION()
/PHP-8.0/ext/standard/
H A Dstring.c1043 ZVAL_STRINGL(&tmp, p1, endp - p1); in php_explode()
1082 ZVAL_STRINGL(&tmp, positions[i], (positions[i+1] - ZSTR_LEN(delim)) - positions[i]); in php_explode_negative_limit()
2623 ZVAL_STRINGL(return_value, ZSTR_VAL(str), ZSTR_LEN(str));
3434 ZVAL_STRINGL(return_value, ZSTR_VAL(str), ZSTR_LEN(str));
3448 ZVAL_STRINGL(return_value, ZSTR_VAL(str), ZSTR_LEN(str));
H A Dvar.c721 ZVAL_STRINGL(&fname, "__sleep", sizeof("__sleep") - 1); in php_var_serialize_call_sleep()
/PHP-8.0/ext/pdo/
H A Dpdo_stmt.c586 ZVAL_STRINGL(dest, value, value_len); in fetch_value()
592 ZVAL_STRINGL(dest, value, value_len); in fetch_value()
H A Dpdo_dbh.c455 ZVAL_STRINGL(&query_string, stmt->query_string, stmt->query_stringlen); in pdo_stmt_construct()
/PHP-8.0/ext/mysqli/
H A Dmysqli.c1112 ZVAL_STRINGL(&res, row[i], field_len[i]); in php_mysqli_fetch_into_hash_aux()
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1625 ZVAL_STRINGL(current_field, tmp, tmp_len); in php_mysqlnd_rowp_read_text_protocol_aux()
1663 ZVAL_STRINGL(current_field, (char *)p, len); in php_mysqlnd_rowp_read_text_protocol_aux()
/PHP-8.0/ext/simplexml/
H A Dsimplexml.c1812 ZVAL_STRINGL(object, contents, strlen(contents)); in cast_object()
2554 ZVAL_STRINGL(key, (char *) curnode->name, xmlStrlen(curnode->name)); in php_sxe_iterator_current_key()

Completed in 247 milliseconds

123