/PHP-7.4/ext/session/ |
H A D | mod_user.c | 142 ZVAL_STR_COPY(&args[0], key); in PS_READ_FUNC() 162 ZVAL_STR_COPY(&args[0], key); in PS_WRITE_FUNC() 163 ZVAL_STR_COPY(&args[1], val); in PS_WRITE_FUNC() 175 ZVAL_STR_COPY(&args[0], key); in PS_DESTROY_FUNC() 241 ZVAL_STR_COPY(&args[0], key); in PS_VALIDATE_SID_FUNC() 257 ZVAL_STR_COPY(&args[0], key); in PS_UPDATE_TIMESTAMP_FUNC() 258 ZVAL_STR_COPY(&args[1], val); in PS_UPDATE_TIMESTAMP_FUNC()
|
/PHP-7.4/ext/standard/ |
H A D | url.c | 394 ZVAL_STR_COPY(&tmp, resource->scheme); in PHP_FUNCTION() 398 ZVAL_STR_COPY(&tmp, resource->host); in PHP_FUNCTION() 406 ZVAL_STR_COPY(&tmp, resource->user); in PHP_FUNCTION() 410 ZVAL_STR_COPY(&tmp, resource->pass); in PHP_FUNCTION() 414 ZVAL_STR_COPY(&tmp, resource->path); in PHP_FUNCTION() 418 ZVAL_STR_COPY(&tmp, resource->query); in PHP_FUNCTION() 422 ZVAL_STR_COPY(&tmp, resource->fragment); in PHP_FUNCTION()
|
H A D | browscap.c | 286 ZVAL_STR_COPY(&tmp, entry->pattern); in browscap_entry_to_array() 290 ZVAL_STR_COPY(&tmp, entry->parent); in browscap_entry_to_array() 295 ZVAL_STR_COPY(&tmp, bdata->kv[i].value); in browscap_entry_to_array()
|
H A D | assert.c | 61 ZVAL_STR_COPY(&ASSERTG(callback), new_value); in PHP_INI_MH()
|
H A D | array.c | 1080 ZVAL_STR_COPY(&args[0], f->key); in php_array_user_key_compare() 1085 ZVAL_STR_COPY(&args[1], s->key); in php_array_user_key_compare() 2277 ZVAL_STR_COPY(&final_name, var_name); 2332 ZVAL_STR_COPY(&final_name, var_name); 3984 ZVAL_STR_COPY(&new_val, str_idx); 3995 ZVAL_STR_COPY(&new_val, str_idx); 4471 ZVAL_STR_COPY(&data, str_idx); 4478 ZVAL_STR_COPY(&data, str_idx); 6127 ZVAL_STR_COPY(key, string_key);
|
H A D | http_fopen_wrapper.c | 247 ZVAL_STR_COPY(&ssl_proxy_peer_name, resource->host); in php_stream_url_wrap_http_ex()
|
/PHP-7.4/ext/tokenizer/ |
H A D | tokenizer.c | 138 ZVAL_STR_COPY(&source_zval, source); in tokenize() 230 ZVAL_STR_COPY(&source_zval, source); in tokenize_parse()
|
/PHP-7.4/ext/spl/ |
H A D | spl_functions.c | 85 ZVAL_STR_COPY(&t, pce->name); in spl_add_class_name()
|
H A D | php_spl.c | 774 ZVAL_STR_COPY(&tmp, ZSTR_KNOWN(ZEND_STR_MAGIC_AUTOLOAD)); in PHP_FUNCTION()
|
/PHP-7.4/Zend/ |
H A D | zend_builtin_functions.c | 720 ZVAL_STR_COPY(&tmp, key); in ZEND_FUNCTION() 1333 ZVAL_STR_COPY(&method_name, zend_find_alias_name(mptr->common.scope, key)); in ZEND_FUNCTION() 1336 ZVAL_STR_COPY(&method_name, mptr->common.function_name); in ZEND_FUNCTION() 2462 ZVAL_STR_COPY(&tmp, filename); in zend_fetch_debug_backtrace() 2482 ZVAL_STR_COPY(&tmp, prev->func->op_array.filename); in zend_fetch_debug_backtrace() 2510 ZVAL_STR_COPY(&tmp, function_name); in zend_fetch_debug_backtrace() 2515 ZVAL_STR_COPY(&tmp, func->common.scope->name); in zend_fetch_debug_backtrace() 2517 ZVAL_STR_COPY(&tmp, object->ce->name); in zend_fetch_debug_backtrace() 2531 ZVAL_STR_COPY(&tmp, func->common.scope->name); in zend_fetch_debug_backtrace() 2587 ZVAL_STR_COPY(&tmp, include_filename); in zend_fetch_debug_backtrace()
|
H A D | zend_ast.c | 541 ZVAL_STR_COPY(result, scope->name); in zend_ast_evaluate() 552 ZVAL_STR_COPY(result, scope->name); in zend_ast_evaluate() 559 ZVAL_STR_COPY(result, scope->parent->name); in zend_ast_evaluate() 771 ZVAL_STR_COPY(&new->val, zend_ast_get_constant_name(ast)); in zend_ast_tree_copy()
|
H A D | zend_exceptions.c | 369 ZVAL_STR_COPY(&tmp, message); in ZEND_METHOD() 387 ZVAL_STR_COPY(&tmp, filename); in ZEND_METHOD()
|
H A D | zend_vm_def.h | 399 ZVAL_STR_COPY(EX_VAR(opline->result.var), op2_str); 408 ZVAL_STR_COPY(EX_VAR(opline->result.var), op1_str); 3193 ZVAL_STR_COPY(EX_VAR(opline->result.var), op2_str); 3202 ZVAL_STR_COPY(EX_VAR(opline->result.var), op1_str); 6503 ZVAL_STR_COPY(EX_VAR(opline->result.var), p->key); 6545 ZVAL_STR_COPY(EX_VAR(opline->result.var), p->key); 6655 ZVAL_STR_COPY(EX_VAR(opline->result.var), p->key); 6706 ZVAL_STR_COPY(EX_VAR(opline->result.var), p->key); 8239 ZVAL_STR_COPY(EX_VAR(opline->result.var), scope->name); 8257 ZVAL_STR_COPY(EX_VAR(opline->result.var), called_scope->name); [all …]
|
H A D | zend_execute_API.c | 984 ZVAL_STR_COPY(&args[0], name); in zend_lookup_class_ex() 988 ZVAL_STR_COPY(&fcall_info.function_name, EG(autoload_func)->common.function_name); in zend_lookup_class_ex()
|
H A D | zend_object_handlers.c | 628 ZVAL_STR_COPY(zv, member); in zend_get_property_guard() 648 ZVAL_STR_COPY(zv, member); in zend_get_property_guard()
|
H A D | zend_compile.c | 1416 ZVAL_STR_COPY(zv, CG(active_class_entry)->name); in zend_try_compile_const_expr_resolve_class_name() 1423 ZVAL_STR_COPY(zv, CG(active_class_entry)->parent_name); in zend_try_compile_const_expr_resolve_class_name() 3503 ZVAL_STR_COPY(&name_node.u.constant, name); in zend_compile_assert() 6920 ZVAL_STR_COPY(zv, CG(compiled_filename)); in zend_try_ct_eval_magic_const() 6947 ZVAL_STR_COPY(zv, op_array->function_name); in zend_try_ct_eval_magic_const() 6965 ZVAL_STR_COPY(zv, op_array->function_name); in zend_try_ct_eval_magic_const() 6976 ZVAL_STR_COPY(zv, ce->name); in zend_try_ct_eval_magic_const() 6984 ZVAL_STR_COPY(zv, ce->name); in zend_try_ct_eval_magic_const() 6991 ZVAL_STR_COPY(zv, FC(current_namespace)); in zend_try_ct_eval_magic_const()
|
H A D | zend_generators.c | 724 ZVAL_STR_COPY(&generator->key, p->key); in zend_generator_get_next_delegated_value()
|
/PHP-7.4/ext/reflection/ |
H A D | php_reflection.c | 1093 ZVAL_STR_COPY(reflection_prop_name(object), ce->name); in zend_reflection_class_factory() 1150 ZVAL_STR_COPY(prop_name, arg_info->name); in reflection_parameter_factory() 1211 ZVAL_STR_COPY(reflection_prop_name(object), in reflection_method_factory() 1256 ZVAL_STR_COPY(reflection_prop_name(object), name); in reflection_property_factory() 1280 ZVAL_STR_COPY(reflection_prop_name(object), name_str); in reflection_class_constant_factory() 1281 ZVAL_STR_COPY(reflection_prop_class(object), ce->name); in reflection_class_constant_factory() 2415 ZVAL_STR_COPY(prop_name, arg_info[position].name); in ZEND_METHOD() 3540 ZVAL_STR_COPY(reflection_prop_name(object), constname); in ZEND_METHOD() 4243 ZVAL_STR_COPY(&property, name); in ZEND_METHOD() 5334 ZVAL_STR_COPY(reflection_prop_name(object), name); in ZEND_METHOD() [all …]
|
/PHP-7.4/ext/com_dotnet/ |
H A D | com_wrapper.c | 482 ZVAL_STR_COPY(&tmp2, name); in generate_dispids() 517 ZVAL_STR_COPY(&tmp2, name); in generate_dispids()
|
/PHP-7.4/ext/intl/breakiterator/ |
H A D | breakiterator_methods.cpp | 177 ZVAL_STR_COPY(&bio->text, text); in PHP_FUNCTION()
|
/PHP-7.4/main/ |
H A D | rfc1867.c | 1212 ZVAL_STR_COPY(&zfilename, temp_filename); 1227 ZVAL_STR_COPY(&zfilename, temp_filename);
|
/PHP-7.4/ext/soap/ |
H A D | php_http.c | 246 ZVAL_STR_COPY(&ssl_proxy_peer_name, phpurl->host); in http_connect() 391 ZVAL_STR_COPY(¶ms[0], buf); in make_http_soap_request() 1285 ZVAL_STR_COPY(¶ms[0], http_body); in make_http_soap_request()
|
/PHP-7.4/ext/xsl/ |
H A D | xsltprocessor.c | 778 ZVAL_STR_COPY(&new_string, value); in PHP_FUNCTION()
|
/PHP-7.4/ext/pcre/ |
H A D | php_pcre.c | 2452 ZVAL_STR_COPY(®ex, str_idx); in PHP_FUNCTION() 2717 ZVAL_STR_COPY(&tmp, subject_str); in php_pcre_split_impl()
|
/PHP-7.4/ext/mbstring/ |
H A D | php_mbregex.c | 1598 ZVAL_STR_COPY(&MBREX(search_str), arg_str); in PHP_FUNCTION()
|