Home
last modified time | relevance | path

Searched refs:ZSTR_VAL (Results 226 – 250 of 258) sorted by relevance

1234567891011

/PHP-7.4/ext/opcache/Optimizer/
H A Dsccp.c605 memcpy(ZSTR_VAL(new_str), Z_STRVAL_P(result), Z_STRLEN_P(result)); in ct_eval_assign_dim()
606 memset(ZSTR_VAL(new_str) + Z_STRLEN_P(result), ' ', index - Z_STRLEN_P(result)); in ct_eval_assign_dim()
607 ZSTR_VAL(new_str)[index + 1] = 0; in ct_eval_assign_dim()
614 Z_STRVAL_P(result)[index] = ZSTR_VAL(value_str)[0]; in ct_eval_assign_dim()
H A Dzend_dump.c42 fprintf(stderr, "\"%s\"", ZSTR_VAL(key)); in zend_dump_ht()
641 fprintf(stderr, " \"%s\":", ZSTR_VAL(key)); in zend_dump_op()
H A Dblock_pass.c43 memcpy(lookup_name, ZSTR_VAL(name), ZSTR_LEN(name) + 1); in zend_optimizer_get_persistent_constant()
316 memcpy(ZSTR_VAL(tmp), Z_STRVAL(ZEND_OP1_LITERAL(last_op)), old_len); in zend_optimize_block()
702 memcpy(ZSTR_VAL(tmp), Z_STRVAL(ZEND_OP2_LITERAL(src)), old_len); in zend_optimize_block()
/PHP-7.4/ext/standard/
H A Dsha1.c47 PHP_SHA1Update(&context, (unsigned char *) ZSTR_VAL(arg), ZSTR_LEN(arg)); in PHP_FUNCTION()
H A Dfilters.c183 memcpy((char *)inst->allowed_tags, ZSTR_VAL(allowed_tags), ZSTR_LEN(allowed_tags) + 1); in php_strip_tags_filter_ctor()
1229 memcpy(*pretval, ZSTR_VAL(str), ZSTR_LEN(str) + 1); in php_conv_get_string_prop_ex()
H A Dimage.c246 status = uncompress(buf, &szlength, (unsigned char *) ZSTR_VAL(bufz), ZSTR_LEN(bufz)); in php_handle_swc()
/PHP-7.4/ext/json/
H A Djson_scanner.re270 ZSTR_VAL(str)[len] = '\0';
/PHP-7.4/ext/com_dotnet/
H A Dcom_typeinfo.c285 name_dup = estrndup(ZSTR_VAL(key), ZSTR_LEN(key)); in php_com_load_typelib_via_cache()
/PHP-7.4/ext/pcntl/
H A Dpcntl.c1021 strlcpy(*pair, ZSTR_VAL(key), ZSTR_LEN(key) + 1); in PHP_FUNCTION()
1111 …php_error_docref(NULL, E_WARNING, "Specified handler \"%s\" is not callable (%s)", ZSTR_VAL(func_n… in PHP_FUNCTION()
/PHP-7.4/ext/exif/
H A Dexif.c154 if (FAILURE == zend_multibyte_parse_encoding_list(ZSTR_VAL(new_value), ZSTR_LEN(new_value), in ZEND_DECLARE_MODULE_GLOBALS()
156 php_error_docref(NULL, E_WARNING, "Illegal encoding ignored: '%s'", ZSTR_VAL(new_value)); in ZEND_DECLARE_MODULE_GLOBALS()
169 if (FAILURE == zend_multibyte_parse_encoding_list(ZSTR_VAL(new_value), ZSTR_LEN(new_value), in ZEND_INI_MH()
171 php_error_docref(NULL, E_WARNING, "Illegal encoding ignored: '%s'", ZSTR_VAL(new_value)); in ZEND_INI_MH()
4442 ImageInfo->FileName = estrndup(ZSTR_VAL(base), ZSTR_LEN(base)); in exif_read_from_impl()
4551 spprintf(&sections_str, 0, ",%s,", ZSTR_VAL(z_sections_needed)); in PHP_FUNCTION()
/PHP-7.4/Zend/
H A Dzend_hash.c673 && !memcmp(ZSTR_VAL(p->key), str, len)) { in zend_hash_str_find_bucket()
1436 && !memcmp(ZSTR_VAL(p->key), str, len)) { in zend_hash_str_del_ind()
1480 && !memcmp(ZSTR_VAL(p->key), str, len)) { in zend_hash_str_del()
2569 result = memcmp(ZSTR_VAL(p1->key), ZSTR_VAL(p2->key), ZSTR_LEN(p1->key)); in zend_hash_compare_impl()
H A Dzend_types.h686 #define Z_STRVAL(zval) ZSTR_VAL(Z_STR(zval))
1211 ZSTR_VAL(_str), ZSTR_LEN(_str), 0)); \
H A Dzend_compile.h481 #define ZEND_FN_SCOPE_NAME(function) ((function) && (function)->common.scope ? ZSTR_VAL((function)…
/PHP-7.4/ext/phar/
H A Dtar.c902 …if (ZSTR_LEN(entry->metadata_str.s) != php_stream_write(entry->fp, ZSTR_VAL(entry->metadata_str.s)… in phar_tar_setmetadata()
1053 user_stub = estrndup(ZSTR_VAL(str), ZSTR_LEN(str)); in phar_tar_flush()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_alloc.c604 memcpy(FAKE_PTR(ret), ZSTR_VAL(tmp_str.s), ZSTR_LEN(tmp_str.s)); in _mysqlnd_pestrdup()
H A Dmysqlnd_debug.c440 ,ZSTR_VAL(string_key) in MYSQLND_METHOD()
H A Dmysqlnd_vio.c195 errstr? ZSTR_VAL(errstr):"Unknown error while connecting"); in MYSQLND_METHOD()
H A Dmysqlnd_commands.c185 DBG_INF(ZSTR_VAL(*message)); in MYSQLND_METHOD()
H A Dmysqlnd_connection.c2100 name_esc? name_esc:"", tmp_str.s? ZSTR_VAL(tmp_str.s):"");
2156 …ntf(&query, 0, "START TRANSACTION%s %s", name_esc? name_esc:"", tmp_str.s? ZSTR_VAL(tmp_str.s):"");
/PHP-7.4/main/streams/
H A Dmemory.c739 comma = ZSTR_VAL(base64_comma); in php_stream_url_wrap_rfc2397()
/PHP-7.4/ext/intl/uchar/
H A Duchar.c260 …buffer_len = u_charName(cp, (UCharNameChoice)nameChoice, ZSTR_VAL(buffer), ZSTR_LEN(buffer) + 1, &… in ZEND_END_ARG_INFO()
/PHP-7.4/ext/oci8/
H A Doci8_interface.c62 php_error_docref(NULL, E_WARNING, "function '%s' is not callable", ZSTR_VAL(callback_name)); in PHP_FUNCTION()
72 php_error_docref(NULL, E_WARNING, "function '%s' is not callable", ZSTR_VAL(callback_name)); in PHP_FUNCTION()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_out.c1015 memcpy(buf = emalloc(buflen + 1), ZSTR_VAL(encoded), buflen); in phpdbg_process_print()
/PHP-7.4/ext/gd/
H A Dgd.c1438 …stream = php_stream_open_wrapper(ZSTR_VAL(file), "rb", IGNORE_PATH | IGNORE_URL_WIN | REPORT_ERROR… in PHP_FUNCTION()
2494 pstr = pestrndup(ZSTR_VAL(buff), ZSTR_LEN(buff), 1); in _php_image_create_from()
2778 VCWD_UNLINK((const char *)ZSTR_VAL(path)); /* make sure that the temporary file is removed */ in _php_image_output()
4105 if (strcmp("linespacing", ZSTR_VAL(key)) == 0) { in php_imagettftext_common()
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c123 …(commit? "COMMIT%s %s":"ROLLBACK%s %s"), name_esc? name_esc:"", tmp_str.s? ZSTR_VAL(tmp_str.s):""); in mysqli_commit_or_rollback_libmysql()
1975 …ZSTR_LEN(newstr) = mysql_real_escape_string_quote(mysql->mysql, ZSTR_VAL(newstr), escapestr, escap…

Completed in 205 milliseconds

1234567891011