Home
last modified time | relevance | path

Searched refs:ZVAL_STR_COPY (Results 1 – 25 of 39) sorted by relevance

12

/PHP-7.3/ext/session/
H A Dmod_user.c142 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()
242 ZVAL_STR_COPY(&args[0], key); in PS_VALIDATE_SID_FUNC()
258 ZVAL_STR_COPY(&args[0], key); in PS_UPDATE_TIMESTAMP_FUNC()
259 ZVAL_STR_COPY(&args[1], val); in PS_UPDATE_TIMESTAMP_FUNC()
/PHP-7.3/ext/standard/
H A Durl.c398 ZVAL_STR_COPY(&tmp, resource->scheme); in PHP_FUNCTION()
402 ZVAL_STR_COPY(&tmp, resource->host); in PHP_FUNCTION()
410 ZVAL_STR_COPY(&tmp, resource->user); in PHP_FUNCTION()
414 ZVAL_STR_COPY(&tmp, resource->pass); in PHP_FUNCTION()
418 ZVAL_STR_COPY(&tmp, resource->path); in PHP_FUNCTION()
422 ZVAL_STR_COPY(&tmp, resource->query); in PHP_FUNCTION()
426 ZVAL_STR_COPY(&tmp, resource->fragment); in PHP_FUNCTION()
H A Dbrowscap.c280 ZVAL_STR_COPY(&tmp, entry->pattern); in browscap_entry_to_array()
284 ZVAL_STR_COPY(&tmp, entry->parent); in browscap_entry_to_array()
289 ZVAL_STR_COPY(&tmp, bdata->kv[i].value); in browscap_entry_to_array()
H A Dassert.c61 ZVAL_STR_COPY(&ASSERTG(callback), new_value); in PHP_INI_MH()
H A Darray.c1086 ZVAL_STR_COPY(&args[0], f->key); in php_array_user_key_compare()
1091 ZVAL_STR_COPY(&args[1], s->key); in php_array_user_key_compare()
2247 ZVAL_STR_COPY(&final_name, var_name);
2302 ZVAL_STR_COPY(&final_name, var_name);
3910 ZVAL_STR_COPY(&new_val, str_idx);
3921 ZVAL_STR_COPY(&new_val, str_idx);
3943 ZVAL_STR_COPY(&new_val, str_idx);
4398 ZVAL_STR_COPY(&data, str_idx);
4405 ZVAL_STR_COPY(&data, str_idx);
5868 ZVAL_STR_COPY(&zv, string_key);
[all …]
H A Dhttp_fopen_wrapper.c248 ZVAL_STR_COPY(&ssl_proxy_peer_name, resource->host); in php_stream_url_wrap_http_ex()
H A Dvar_unserializer.c1261 ZVAL_STR_COPY(&args[0], class_name); in php_var_unserialize_internal()
/PHP-7.3/ext/tokenizer/
H A Dtokenizer.c134 ZVAL_STR_COPY(&source_zval, source); in tokenize()
226 ZVAL_STR_COPY(&source_zval, source); in tokenize_parse()
/PHP-7.3/ext/spl/
H A Dspl_functions.c85 ZVAL_STR_COPY(&t, pce->name); in spl_add_class_name()
H A Dphp_spl.c770 ZVAL_STR_COPY(&tmp, ZSTR_KNOWN(ZEND_STR_MAGIC_AUTOLOAD)); in PHP_FUNCTION()
/PHP-7.3/Zend/
H A Dzend_builtin_functions.c712 ZVAL_STR_COPY(&tmp, key); in ZEND_FUNCTION()
1299 ZVAL_STR_COPY(&method_name, mptr->common.function_name); in ZEND_FUNCTION()
1308 ZVAL_STR_COPY(&method_name, zend_find_alias_name(mptr->common.scope, key)); in ZEND_FUNCTION()
1311 ZVAL_STR_COPY(&method_name, mptr->common.function_name); in ZEND_FUNCTION()
2518 ZVAL_STR_COPY(&tmp, filename); in zend_fetch_debug_backtrace()
2538 ZVAL_STR_COPY(&tmp, prev->func->op_array.filename); in zend_fetch_debug_backtrace()
2566 ZVAL_STR_COPY(&tmp, function_name); in zend_fetch_debug_backtrace()
2571 ZVAL_STR_COPY(&tmp, func->common.scope->name); in zend_fetch_debug_backtrace()
2573 ZVAL_STR_COPY(&tmp, object->ce->name); in zend_fetch_debug_backtrace()
2587 ZVAL_STR_COPY(&tmp, func->common.scope->name); in zend_fetch_debug_backtrace()
[all …]
H A Dzend_exceptions.c365 ZVAL_STR_COPY(&tmp, message); in ZEND_METHOD()
383 ZVAL_STR_COPY(&tmp, filename); in ZEND_METHOD()
H A Dzend_vm_def.h307 ZVAL_STR_COPY(EX_VAR(opline->result.var), op2_str);
314 ZVAL_STR_COPY(EX_VAR(opline->result.var), op1_str);
2731 ZVAL_STR_COPY(EX_VAR(opline->result.var), op2_str);
2738 ZVAL_STR_COPY(EX_VAR(opline->result.var), op1_str);
5883 ZVAL_STR_COPY(EX_VAR(opline->result.var), p->key);
5923 ZVAL_STR_COPY(EX_VAR(opline->result.var), p->key);
6033 ZVAL_STR_COPY(EX_VAR(opline->result.var), p->key);
6073 ZVAL_STR_COPY(EX_VAR(opline->result.var), p->key);
7682 ZVAL_STR_COPY(EX_VAR(opline->result.var), scope->name);
7700 ZVAL_STR_COPY(EX_VAR(opline->result.var), called_scope->name);
[all …]
H A Dzend_execute_API.c911 ZVAL_STR_COPY(&args[0], name); in zend_lookup_class_ex()
915 ZVAL_STR_COPY(&fcall_info.function_name, EG(autoload_func)->common.function_name); in zend_lookup_class_ex()
H A Dzend_compile.c1510 ZVAL_STR_COPY(zv, CG(active_class_entry)->name); in zend_try_compile_const_expr_resolve_class_name()
3676 ZVAL_STR_COPY(&name_node.u.constant, name); in zend_compile_assert()
6880 ZVAL_STR_COPY(zv, CG(compiled_filename)); in zend_try_ct_eval_magic_const()
6907 ZVAL_STR_COPY(zv, op_array->function_name); in zend_try_ct_eval_magic_const()
6914 ZVAL_STR_COPY(zv, op_array->function_name); in zend_try_ct_eval_magic_const()
6920 ZVAL_STR_COPY(zv, ce->name); in zend_try_ct_eval_magic_const()
6923 ZVAL_STR_COPY(zv, op_array->function_name); in zend_try_ct_eval_magic_const()
6933 ZVAL_STR_COPY(zv, ce->name); in zend_try_ct_eval_magic_const()
6941 ZVAL_STR_COPY(zv, ce->name); in zend_try_ct_eval_magic_const()
6948 ZVAL_STR_COPY(zv, FC(current_namespace)); in zend_try_ct_eval_magic_const()
[all …]
H A Dzend_object_handlers.c584 ZVAL_STR_COPY(zv, member); in zend_get_property_guard()
604 ZVAL_STR_COPY(zv, member); in zend_get_property_guard()
H A Dzend_ast.c506 ZVAL_STR_COPY(result, scope->name); in zend_ast_evaluate()
705 ZVAL_STR_COPY(&new->val, zend_ast_get_constant_name(ast)); in zend_ast_tree_copy()
/PHP-7.3/ext/reflection/
H A Dphp_reflection.c1088 ZVAL_STR_COPY(&name, ce->name); in zend_reflection_class_factory()
1137 ZVAL_STR_COPY(&name, arg_info->name); in reflection_parameter_factory()
1251 ZVAL_STR_COPY(&propname, name); in reflection_property_factory()
1283 ZVAL_STR_COPY(&name, name_str); in reflection_class_constant_factory()
1284 ZVAL_STR_COPY(&classname, ce->name); in reflection_class_constant_factory()
3554 ZVAL_STR_COPY(&name, constname); in ZEND_METHOD()
3555 ZVAL_STR_COPY(&cname, ce->name); in ZEND_METHOD()
3749 ZVAL_STR_COPY(&classname, ce->name); in reflection_class_object_ctor()
4241 ZVAL_STR_COPY(&property, name); in ZEND_METHOD()
5329 ZVAL_STR_COPY(&cname, ce->name); in ZEND_METHOD()
[all …]
/PHP-7.3/ext/com_dotnet/
H A Dcom_wrapper.c482 ZVAL_STR_COPY(&tmp2, name); in generate_dispids()
517 ZVAL_STR_COPY(&tmp2, name); in generate_dispids()
/PHP-7.3/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp177 ZVAL_STR_COPY(&bio->text, text); in PHP_FUNCTION()
/PHP-7.3/main/
H A Drfc1867.c1220 ZVAL_STR_COPY(&zfilename, temp_filename);
1235 ZVAL_STR_COPY(&zfilename, temp_filename);
/PHP-7.3/ext/soap/
H A Dphp_http.c246 ZVAL_STR_COPY(&ssl_proxy_peer_name, phpurl->host); in http_connect()
391 ZVAL_STR_COPY(&params[0], buf); in make_http_soap_request()
1293 ZVAL_STR_COPY(&params[0], http_body); in make_http_soap_request()
/PHP-7.3/ext/xsl/
H A Dxsltprocessor.c768 ZVAL_STR_COPY(&new_string, value); in PHP_FUNCTION()
/PHP-7.3/ext/pcre/
H A Dphp_pcre.c2409 ZVAL_STR_COPY(&regex, str_idx); in PHP_FUNCTION()
2675 ZVAL_STR_COPY(&tmp, subject_str); in php_pcre_split_impl()
/PHP-7.3/ext/wddx/
H A Dwddx.c1074 ZVAL_STR_COPY(&ent->data, str); in php_wddx_process_data()

Completed in 207 milliseconds

12