Home
last modified time | relevance | path

Searched refs:ZVAL_COPY_VALUE (Results 1 – 25 of 94) sorted by relevance

1234

/PHP-7.1/ext/json/
H A Djson_parser.y91 ZVAL_COPY_VALUE(&$$, &$1);
92 ZVAL_COPY_VALUE(parser->return_value, &$1);
111 ZVAL_COPY_VALUE(&$$, &$3);
149 ZVAL_COPY_VALUE(&$$, &$1);
161 ZVAL_COPY_VALUE(&$$.val, &$3);
179 ZVAL_COPY_VALUE(&$$, &$3);
213 ZVAL_COPY_VALUE(&$$, &$1);
H A Djson_parser.tab.c1448 ZVAL_COPY_VALUE(&(yyval.value), &(yyvsp[-1].value)); in yyparse()
1449 ZVAL_COPY_VALUE(parser->return_value, &(yyvsp[-1].value)); in yyparse()
1477 ZVAL_COPY_VALUE(&(yyval.value), &(yyvsp[-1].value)); in yyparse()
1520 ZVAL_COPY_VALUE(&(yyval.value), &(yyvsp[-2].value)); in yyparse()
1537 ZVAL_COPY_VALUE(&(yyval.pair).val, &(yyvsp[0].value)); in yyparse()
1564 ZVAL_COPY_VALUE(&(yyval.value), &(yyvsp[-1].value)); in yyparse()
1603 ZVAL_COPY_VALUE(&(yyval.value), &(yyvsp[-2].value)); in yyparse()
/PHP-7.1/ext/filter/
H A Dcallback_filter.c42 ZVAL_COPY_VALUE(value, &retval); in php_filter_callback()
/PHP-7.1/ext/com_dotnet/
H A Dcom_iterator.c124 ZVAL_COPY_VALUE(&I->zdata, &ptr); in com_iter_move_forwards()
195 ZVAL_COPY_VALUE(&I->zdata, &ptr); in php_com_iter_get()
229 ZVAL_COPY_VALUE(&I->zdata, &ptr); in php_com_iter_get()
H A Dcom_saproxy.c110 ZVAL_COPY_VALUE(&args[i-1], offset); in saproxy_read_dimension()
220 ZVAL_COPY_VALUE(&args[i-1], &proxy->indices[i]); in saproxy_write_dimension()
222 ZVAL_COPY_VALUE(&args[i-1], offset); in saproxy_write_dimension()
223 ZVAL_COPY_VALUE(&args[i], value); in saproxy_write_dimension()
/PHP-7.1/ext/mbstring/
H A Dmb_gpc.c80 ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_POST], &v_array); in ZEND_EXTERN_MODULE_GLOBALS()
83 ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_GET], &v_array); in ZEND_EXTERN_MODULE_GLOBALS()
86 ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_COOKIE], &v_array); in ZEND_EXTERN_MODULE_GLOBALS()
91 ZVAL_COPY_VALUE(&v_array, destArray); in ZEND_EXTERN_MODULE_GLOBALS()
/PHP-7.1/ext/intl/collator/
H A Dcollator_sort.c325 ZVAL_COPY_VALUE(&saved_collator, &INTL_G( current_collator )); in collator_sort_internal()
326 ZVAL_COPY_VALUE(&INTL_G( current_collator ), object); in collator_sort_internal()
332 ZVAL_COPY_VALUE(&INTL_G( current_collator ), &saved_collator); in collator_sort_internal()
515 ZVAL_COPY_VALUE(&garbage, array); in PHP_FUNCTION()
/PHP-7.1/ext/pdo/
H A Dpdo_stmt.c558 ZVAL_COPY_VALUE(dest, (zval *)value); in fetch_value()
1066 ZVAL_COPY_VALUE(&cur, curr_val); in do_fetch()
1067 ZVAL_COPY_VALUE(curr_val, &arr); in do_fetch()
1071 ZVAL_COPY_VALUE(&arr, curr_val); in do_fetch()
1127 ZVAL_COPY_VALUE(&stmt->fetch.func.values[idx], &val); in do_fetch()
1170 ZVAL_COPY_VALUE(return_value, &retval); in do_fetch()
1172 ZVAL_COPY_VALUE(return_value, &retval); in do_fetch()
1193 ZVAL_COPY_VALUE(&grp, pgrp); in do_fetch()
1309 ZVAL_COPY_VALUE(&old_ctor_args, &stmt->fetch.cls.ctor_args); in PHP_METHOD()
1341 ZVAL_COPY_VALUE(&stmt->fetch.cls.ctor_args, &old_ctor_args); in PHP_METHOD()
[all …]
/PHP-7.1/Zend/
H A Dzend_objects.c187 ZVAL_COPY_VALUE(dst, src); in zend_objects_clone_members()
224 ZVAL_COPY_VALUE(&new_prop, prop); in zend_objects_clone_members()
H A Dzend_interfaces.c42 ZVAL_COPY_VALUE(&params[0], arg1); in zend_call_method()
45 ZVAL_COPY_VALUE(&params[1], arg2); in zend_call_method()
112 ZVAL_COPY_VALUE(arg1, &params[0]); in zend_call_method()
115 ZVAL_COPY_VALUE(arg2, &params[1]); in zend_call_method()
H A Dzend_hash.c584 ZVAL_COPY_VALUE(data, pData); in _zend_hash_add_or_update_i()
606 ZVAL_COPY_VALUE(&p->val, pData); in _zend_hash_add_or_update_i()
811 ZVAL_COPY_VALUE(&p->val, pData); in _zend_hash_index_add_or_update_i()
995 ZVAL_COPY_VALUE(&tmp, &p->val); in _zend_hash_del_el_ex()
1692 ZVAL_COPY_VALUE(&q->val, data); in zend_array_dup_element()
2208 ZVAL_COPY_VALUE(&val, &p->val); in zend_hash_bucket_swap()
2216 ZVAL_COPY_VALUE(&q->val, &val); in zend_hash_bucket_swap()
2225 ZVAL_COPY_VALUE(&val, &p->val); in zend_hash_bucket_renum_swap()
2227 ZVAL_COPY_VALUE(&q->val, &val); in zend_hash_bucket_renum_swap()
2235 ZVAL_COPY_VALUE(&val, &p->val); in zend_hash_bucket_packed_swap()
[all …]
H A Dzend_vm_execute.h1366 ZVAL_COPY_VALUE(top, arg);
3065 ZVAL_COPY_VALUE(arg, value);
3096 ZVAL_COPY_VALUE(arg, value);
3127 ZVAL_COPY_VALUE(arg, value);
12703 ZVAL_COPY_VALUE(arg, value);
12734 ZVAL_COPY_VALUE(arg, value);
16035 ZVAL_COPY_VALUE(arg, varptr);
16060 ZVAL_COPY_VALUE(arg, varptr);
16073 ZVAL_COPY_VALUE(arg, varptr);
16100 ZVAL_COPY_VALUE(arg, varptr);
[all …]
H A Dzend_vm_def.h4312 ZVAL_COPY_VALUE(arg, value);
4343 ZVAL_COPY_VALUE(arg, value);
4377 ZVAL_COPY_VALUE(arg, varptr);
4384 ZVAL_COPY_VALUE(arg, varptr);
4399 ZVAL_COPY_VALUE(arg, varptr);
4424 ZVAL_COPY_VALUE(arg, varptr);
4437 ZVAL_COPY_VALUE(arg, varptr);
4468 ZVAL_COPY_VALUE(arg, varptr);
4657 ZVAL_COPY_VALUE(top, arg);
8676 ZVAL_COPY_VALUE(arg, varptr);
[all …]
H A Dzend_generators.c335 ZVAL_COPY_VALUE(gc_buffer++, &generator->value); in zend_generator_get_gc()
336 ZVAL_COPY_VALUE(gc_buffer++, &generator->key); in zend_generator_get_gc()
337 ZVAL_COPY_VALUE(gc_buffer++, &generator->retval); in zend_generator_get_gc()
338 ZVAL_COPY_VALUE(gc_buffer++, &generator->values); in zend_generator_get_gc()
343 ZVAL_COPY_VALUE(gc_buffer++, EX_VAR_NUM(i)); in zend_generator_get_gc()
351 ZVAL_COPY_VALUE(gc_buffer++, zv++); in zend_generator_get_gc()
373 ZVAL_COPY_VALUE(gc_buffer++, var); in zend_generator_get_gc()
H A Dzend_execute_API.c635 ZVAL_COPY_VALUE(p, const_value); in zval_update_constant_ex()
648 ZVAL_COPY_VALUE(p, &tmp); in zval_update_constant_ex()
666 ZVAL_COPY_VALUE(&fci.function_name, function_name); in _call_user_function_ex()
1129 ZVAL_COPY_VALUE(retval_ptr, &local_retval); in zend_eval_stringl()
1612 ZVAL_COPY_VALUE(var, val); in zend_attach_symbol_table()
1614 ZVAL_COPY_VALUE(var, zv); in zend_attach_symbol_table()
1675 ZVAL_COPY_VALUE(var, value); in zend_set_local_var()
1717 ZVAL_COPY_VALUE(var, value); in zend_set_local_var_str()
H A Dzend_types.h746 ZVAL_COPY_VALUE(&_ref->val, r); \
756 ZVAL_COPY_VALUE(&_ref->val, r); \
859 #define ZVAL_COPY_VALUE(z, v) \ macro
920 ZVAL_COPY_VALUE(_z, &ref->val); \
937 ZVAL_COPY_VALUE(z, _z3); \
H A Dzend_execute.h92 ZVAL_COPY_VALUE(variable_ptr, value); in zend_assign_to_variable()
116 ZVAL_COPY_VALUE(variable_ptr, value); in zend_assign_to_variable()
H A Dzend_operators.c250 ZVAL_COPY_VALUE(dst, newop); \
350 ZVAL_COPY_VALUE(op, &dst); in convert_to_long_base()
410 ZVAL_COPY_VALUE(op, &dst); in convert_to_double()
430 ZVAL_COPY_VALUE(&org, op); in convert_to_null()
435 ZVAL_COPY_VALUE(op, &org); in convert_to_null()
495 ZVAL_COPY_VALUE(op, &dst); in convert_to_boolean()
574 ZVAL_COPY_VALUE(op, &dst); in _convert_to_string()
592 ZVAL_COPY_VALUE(&entry, op); in convert_scalar_to_array()
643 ZVAL_COPY_VALUE(op, &dst); in convert_to_array()
690 ZVAL_COPY_VALUE(&tmp, op); in convert_to_object()
/PHP-7.1/ext/xmlrpc/
H A Dxmlrpc-epi-php.c886 ZVAL_COPY_VALUE(&pData->php_function, php_function); in php_xmlrpc_callback()
890 ZVAL_COPY_VALUE(&callback_params[0], &pData->xmlrpc_method); in php_xmlrpc_callback()
891 ZVAL_COPY_VALUE(&callback_params[1], &xmlrpc_params); in php_xmlrpc_callback()
892 ZVAL_COPY_VALUE(&callback_params[2], &pData->caller_params); in php_xmlrpc_callback()
918 ZVAL_COPY_VALUE(&callback_params[0], &pData->caller_params); in php_xmlrpc_introspection_callback()
1066 ZVAL_COPY_VALUE(&data.caller_params, caller_params); in PHP_FUNCTION()
1372 ZVAL_COPY_VALUE(newvalue, val); in get_zval_xmlrpc_type()
1375 ZVAL_COPY_VALUE(newvalue, value); in get_zval_xmlrpc_type()
/PHP-7.1/main/
H A Dphp_variables.c233 ZVAL_COPY_VALUE(&gpc_element, val); in php_register_variable_ex()
405 ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_POST], &array); in SAPI_TREAT_DATA_FUNC()
409 ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_GET], &array); in SAPI_TREAT_DATA_FUNC()
413 ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_COOKIE], &array); in SAPI_TREAT_DATA_FUNC()
418 ZVAL_COPY_VALUE(&array, destArray); in SAPI_TREAT_DATA_FUNC()
/PHP-7.1/ext/sockets/
H A Dsendrecvmsg.c261 ZVAL_COPY_VALUE(zmsg, zres); in PHP_FUNCTION()
403 ZVAL_COPY_VALUE(result, zv); in php_do_getsockopt_ipv6_rfc3542()
/PHP-7.1/ext/sysvmsg/
H A Dsysvmsg.c276 ZVAL_COPY_VALUE(return_value, zend_list_insert(mq, le_sysvmsg)); in PHP_FUNCTION()
379 ZVAL_COPY_VALUE(out_message, &tmp); in PHP_FUNCTION()
/PHP-7.1/ext/pdo_sqlite/
H A Dsqlite_driver.c328 ZVAL_COPY_VALUE(&fc->fci.function_name, cb); in do_callback()
430 ZVAL_COPY_VALUE(&agg_context->val, &retval); in do_callback()
477 ZVAL_COPY_VALUE(&collation->fc.fci.function_name, &collation->callback); in php_sqlite3_collation_callback()
/PHP-7.1/ext/spl/
H A Dspl_dllist.c202 ZVAL_COPY_VALUE(&elem->data, data); in spl_ptr_llist_unshift()
226 ZVAL_COPY_VALUE(&elem->data, data); in spl_ptr_llist_push()
552 ZVAL_COPY_VALUE(&intern->gc_data[i++], &current->data); in spl_dllist_object_get_gc()
848 ZVAL_COPY_VALUE(&element->data, value); in SPL_METHOD()
1265 ZVAL_COPY_VALUE(&elem->data, value); in SPL_METHOD()
/PHP-7.1/ext/tokenizer/
H A Dtokenizer.c250 ZVAL_COPY_VALUE(return_value, &token_stream); in tokenize_parse()

Completed in 238 milliseconds

1234