Home
last modified time | relevance | path

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

12

/php-src/ext/session/
H A Dmod_user.c151 ZVAL_STR_COPY(&args[0], key); in PS_READ_FUNC()
174 ZVAL_STR_COPY(&args[0], key); in PS_WRITE_FUNC()
175 ZVAL_STR_COPY(&args[1], val); in PS_WRITE_FUNC()
192 ZVAL_STR_COPY(&args[0], key); in PS_DESTROY_FUNC()
263 ZVAL_STR_COPY(&args[0], key); in PS_VALIDATE_SID_FUNC()
282 ZVAL_STR_COPY(&args[0], key); in PS_UPDATE_TIMESTAMP_FUNC()
283 ZVAL_STR_COPY(&args[1], val); in PS_UPDATE_TIMESTAMP_FUNC()
/php-src/ext/standard/
H A Durl.c390 ZVAL_STR_COPY(&tmp, resource->scheme); in PHP_FUNCTION()
394 ZVAL_STR_COPY(&tmp, resource->host); in PHP_FUNCTION()
402 ZVAL_STR_COPY(&tmp, resource->user); in PHP_FUNCTION()
406 ZVAL_STR_COPY(&tmp, resource->pass); in PHP_FUNCTION()
410 ZVAL_STR_COPY(&tmp, resource->path); in PHP_FUNCTION()
414 ZVAL_STR_COPY(&tmp, resource->query); in PHP_FUNCTION()
418 ZVAL_STR_COPY(&tmp, resource->fragment); in PHP_FUNCTION()
H A Dincomplete_class.c145 ZVAL_STR_COPY(&val, name); in php_store_class_name()
H A Dbrowscap.c272 ZVAL_STR_COPY(&tmp, bdata->kv[i].value); in browscap_entry_add_kv_to_existing_array()
287 ZVAL_STR_COPY(&tmp, entry->pattern); in browscap_entry_to_array()
294 ZVAL_STR_COPY(&tmp, entry->parent); in browscap_entry_to_array()
H A Dassert.c59 ZVAL_STR_COPY(&ASSERTG(callback), new_value); in PHP_INI_MH()
H A Darray.c942 ZVAL_STR_COPY(&args[0], f->key); in php_array_user_key_compare_unstable()
947 ZVAL_STR_COPY(&args[1], s->key); in php_array_user_key_compare_unstable()
973 ZVAL_STR_COPY(&args[0], s->key); in php_array_user_key_compare_unstable()
978 ZVAL_STR_COPY(&args[1], f->key); in php_array_user_key_compare_unstable()
2414 ZVAL_STR_COPY(&final_name, var_name);
4435 ZVAL_STR_COPY(&new_val, str_idx);
4446 ZVAL_STR_COPY(&new_val, str_idx);
4844 ZVAL_STR_COPY(&data, str_idx);
4851 ZVAL_STR_COPY(&data, str_idx);
6267 ZVAL_STR_COPY(retval, b->key);
[all …]
H A Dbasic_functions.c1416 ZVAL_STR_COPY(&tmp, PG(last_error_message));
1419 ZVAL_STR_COPY(&tmp, PG(last_error_file));
1967 ZVAL_STR_COPY(&zv, ini_entry->value);
H A Dvar_unserializer.re551 ZVAL_STR_COPY(key, existing_propinfo->name);
561 ZVAL_STR_COPY(key, existing_propinfo->name);
/php-src/ext/spl/
H A Dspl_functions.c32 ZVAL_STR_COPY(&t, pce->name); in spl_add_class_name()
H A Dspl_directory.c495 ZVAL_STR_COPY(&arg1, file_path); in spl_filesystem_object_create_info()
535 ZVAL_STR_COPY(&arg1, source->file_name); in spl_filesystem_object_create_type()
564 ZVAL_STR_COPY(&arg1, source->file_name); in spl_filesystem_object_create_type()
565 ZVAL_STR_COPY(&arg2, open_mode); in spl_filesystem_object_create_type()
633 ZVAL_STR_COPY(&tmp, path); in spl_filesystem_object_get_debug_info()
650 ZVAL_STR_COPY(&tmp, intern->file_name); in spl_filesystem_object_get_debug_info()
662 ZVAL_STR_COPY(&tmp, intern->path); in spl_filesystem_object_get_debug_info()
671 ZVAL_STR_COPY(&tmp, intern->u.dir.sub_path); in spl_filesystem_object_get_debug_info()
680 ZVAL_STR_COPY(&tmp, intern->u.file.open_mode); in spl_filesystem_object_get_debug_info()
1534 ZVAL_STR_COPY(&zpath, intern->file_name); in PHP_METHOD()
[all …]
/php-src/Zend/
H A Dzend_builtin_functions.c873 ZVAL_STR_COPY(&method_name, mptr->common.function_name); in ZEND_FUNCTION()
1808 ZVAL_STR_COPY(&tmp, filename); in zend_fetch_debug_backtrace()
1812 ZVAL_STR_COPY(&tmp, ZSTR_KNOWN(ZEND_STR_CONST_EXPR_PLACEHOLDER)); in zend_fetch_debug_backtrace()
1878 ZVAL_STR_COPY(&tmp, filename); in zend_fetch_debug_backtrace()
1929 ZVAL_STR_COPY(&tmp, filename); in zend_fetch_debug_backtrace()
1952 ZVAL_STR_COPY(&tmp, prev->func->op_array.filename); in zend_fetch_debug_backtrace()
1965 ZVAL_STR_COPY(&tmp, func->common.function_name); in zend_fetch_debug_backtrace()
1972 ZVAL_STR_COPY(&tmp, func->common.scope->name); in zend_fetch_debug_backtrace()
1974 ZVAL_STR_COPY(&tmp, object->ce->name); in zend_fetch_debug_backtrace()
1987 ZVAL_STR_COPY(&tmp, func->common.scope->name); in zend_fetch_debug_backtrace()
[all …]
H A Dzend_closures.c603 ZVAL_STR_COPY(&val, closure->func.common.function_name); in zend_closure_get_debug_info()
607 ZVAL_STR_COPY(&val, closure->func.common.function_name); in zend_closure_get_debug_info()
610 ZVAL_STR_COPY(&val, closure->func.op_array.filename); in zend_closure_get_debug_info()
H A Dzend_exceptions.c368 ZVAL_STR_COPY(&tmp, message); in ZEND_METHOD()
386 ZVAL_STR_COPY(&tmp, filename); in ZEND_METHOD()
H A Dzend_vm_def.h391 ZVAL_STR_COPY(EX_VAR(opline->result.var), op2_str);
400 ZVAL_STR_COPY(EX_VAR(opline->result.var), op1_str);
3189 ZVAL_STR_COPY(EX_VAR(opline->result.var), op2_str);
3198 ZVAL_STR_COPY(EX_VAR(opline->result.var), op1_str);
5986 ZVAL_STR_COPY(EX_VAR(opline->result.var), ce->name);
6939 ZVAL_STR_COPY(EX_VAR(opline->result.var), p->key); in ZEND_VM_HELPER()
7066 ZVAL_STR_COPY(EX_VAR(opline->result.var), p->key);
7144 ZVAL_STR_COPY(EX_VAR(opline->result.var), p->key);
7204 ZVAL_STR_COPY(EX_VAR(opline->result.var), p->key);
8769 ZVAL_STR_COPY(EX_VAR(opline->result.var), scope->name);
[all …]
H A Dzend_ast.c602 ZVAL_STR_COPY(result, scope->name); in zend_ast_evaluate_inner()
613 ZVAL_STR_COPY(result, scope->name); in zend_ast_evaluate_inner()
620 ZVAL_STR_COPY(result, scope->parent->name); in zend_ast_evaluate_inner()
1072 ZVAL_STR_COPY(&new->val, zend_ast_get_constant_name(ast)); in zend_ast_tree_copy()
H A Dzend_enum.c45 ZVAL_STR_COPY(zname, case_name); in zend_enum_new()
H A Dzend_language_scanner.l667 ZVAL_STR_COPY(&code_zv, code); in zend_compile_string_to_ast()
795 ZVAL_STR_COPY(&tmp, source_string); in compile_string()
851 ZVAL_STR_COPY(&str_zv, str); in highlight_string()
/php-src/ext/tokenizer/
H A Dtokenizer.c137 ZVAL_STR_COPY(OBJ_PROP_NUM(obj, 1), text); in PHP_METHOD()
332 ZVAL_STR_COPY(&source_zval, source); in tokenize()
464 ZVAL_STR_COPY(&source_zval, source); in tokenize_parse()
/php-src/ext/soap/
H A Dsoap.c477 ZVAL_STR_COPY(Z_PARAM_NAME_P(this_ptr), name); in PHP_METHOD()
512 ZVAL_STR_COPY(Z_HEADER_NAMESPACE_P(this_ptr), ns); in PHP_METHOD()
513 ZVAL_STR_COPY(Z_HEADER_NAME_P(this_ptr), name); in PHP_METHOD()
521 ZVAL_STR_COPY(Z_HEADER_ACTOR_P(this_ptr), actor_str); in PHP_METHOD()
656 ZVAL_STR_COPY(Z_VAR_ENC_STYPE_P(this_ptr), stype); in PHP_METHOD()
659 ZVAL_STR_COPY(Z_VAR_ENC_NS_P(this_ptr), ns); in PHP_METHOD()
662 ZVAL_STR_COPY(Z_VAR_ENC_NAME_P(this_ptr), name); in PHP_METHOD()
665 ZVAL_STR_COPY(Z_VAR_ENC_NAMENS_P(this_ptr), namens); in PHP_METHOD()
1091 ZVAL_STR_COPY(&function_copy, f->common.function_name); in PHP_METHOD()
1883 ZVAL_STR_COPY(Z_CLIENT_URI_P(this_ptr), Z_STR_P(tmp));
[all …]
H A Dphp_http.c239 ZVAL_STR_COPY(&ssl_proxy_peer_name, phpurl->host); in http_connect()
385 ZVAL_STR_COPY(&params[0], buf); in make_http_soap_request()
915 ZVAL_STR_COPY(Z_CLIENT_LAST_RESPONSE_HEADERS_P(this_ptr), http_headers); in make_http_soap_request()
1282 ZVAL_STR_COPY(&params[0], http_body); in make_http_soap_request()
/php-src/ext/reflection/
H A Dphp_reflection.c1163 ZVAL_STR_COPY(reflection_prop_name(object), data->name); in reflection_attribute_factory()
1308 ZVAL_STR_COPY(reflection_prop_name(object), ce->name); in zend_reflection_class_factory()
1362 ZVAL_STR_COPY(prop_name, arg_info->name); in reflection_parameter_factory()
1497 ZVAL_STR_COPY(reflection_prop_name(object), name); in reflection_property_factory()
1520 ZVAL_STR_COPY(reflection_prop_name(object), name_str); in reflection_class_constant_factory()
1538 ZVAL_STR_COPY(reflection_prop_name(object), name_str); in reflection_enum_case_factory()
2587 ZVAL_STR_COPY(prop_name, arg_info[position].name); in ZEND_METHOD()
3844 ZVAL_STR_COPY(reflection_prop_name(object), constname); in ZEND_METHOD()
5601 ZVAL_STR_COPY(reflection_prop_name(object), name); in ZEND_METHOD()
6167 ZVAL_STR_COPY(&zv, ini_entry->value); in _addinientry()
[all …]
/php-src/ext/com_dotnet/
H A Dcom_wrapper.c478 ZVAL_STR_COPY(&tmp2, name); in generate_dispids()
513 ZVAL_STR_COPY(&tmp2, name); in generate_dispids()
/php-src/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp167 ZVAL_STR_COPY(&bio->text, text); in PHP_METHOD()
/php-src/ext/zend_test/
H A Dtest.c911 ZVAL_STR_COPY(OBJ_PROP_NUM(Z_OBJ_P(ZEND_THIS), 0), parameter); in ZEND_METHOD()
922 ZVAL_STR_COPY(OBJ_PROP_NUM(Z_OBJ_P(ZEND_THIS), 0), parameter); in ZEND_METHOD()
/php-src/ext/xsl/
H A Dxsltprocessor.c625 ZVAL_STR_COPY(&new_string, value); in PHP_METHOD()

Completed in 177 milliseconds

12