Home
last modified time | relevance | path

Searched refs:ZVAL_COPY (Results 1 – 25 of 96) sorted by relevance

1234

/PHP-8.1/ext/filter/
H A Dcallback_filter.c32 ZVAL_COPY(&args[0], value); in php_filter_callback()
/PHP-8.1/ext/mysqli/
H A Dmysqli_warning.c106 ZVAL_COPY(&w->reason, reason); in php_new_warning()
211 ZVAL_COPY(retval, &w->reason); in mysqli_warning_message()
231 ZVAL_COPY(retval, &w->sqlstate); in mysqli_warning_sqlstate()
/PHP-8.1/ext/zend_test/
H A Dfiber.c34 ZVAL_COPY(&transfer.value, value); in zend_test_fiber_switch_to()
118 ZVAL_COPY(&transfer->value, &fiber->result); in zend_test_fiber_execute()
132 ZVAL_COPY(&fiber->target->result, &fiber->result); in zend_test_fiber_execute()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_helpers.c1551 ZVAL_COPY(result, var); in zend_jit_assign_dim_helper()
2224 ZVAL_COPY(&tmp, var_ptr); in zend_jit_pre_inc_typed_ref()
2241 ZVAL_COPY(ret, var_ptr); in zend_jit_pre_inc_typed_ref()
2250 ZVAL_COPY(&tmp, var_ptr); in zend_jit_pre_dec_typed_ref()
2267 ZVAL_COPY(ret, var_ptr); in zend_jit_pre_dec_typed_ref()
2274 ZVAL_COPY(ret, var_ptr); in zend_jit_post_inc_typed_ref()
2293 ZVAL_COPY(ret, var_ptr); in zend_jit_post_dec_typed_ref()
2427 ZVAL_COPY(ret, var_ptr); in zend_jit_pre_inc()
2433 ZVAL_COPY(ret, var_ptr); in zend_jit_pre_dec()
2519 ZVAL_COPY(&tmp, value); in zend_jit_assign_to_typed_prop()
[all …]
/PHP-8.1/ext/xml/
H A Dxml.c447 ZVAL_COPY(handler, data); in xml_set_handler()
640 ZVAL_COPY(&args[0], &parser->index); in _xml_startElementHandler()
724 ZVAL_COPY(&args[0], &parser->index); in _xml_endElementHandler()
771 ZVAL_COPY(&args[0], &parser->index); in _xml_characterDataHandler()
868 ZVAL_COPY(&args[0], &parser->index); in _xml_processingInstructionHandler()
885 ZVAL_COPY(&args[0], &parser->index); in _xml_defaultHandler()
906 ZVAL_COPY(&args[0], &parser->index); in _xml_unparsedEntityDeclHandler()
930 ZVAL_COPY(&args[0], &parser->index); in _xml_notationDeclHandler()
954 ZVAL_COPY(&args[0], &parser->index); in _xml_externalEntityRefHandler()
979 ZVAL_COPY(&args[0], &parser->index); in _xml_startNamespaceDeclHandler()
[all …]
/PHP-8.1/ext/oci8/
H A Doci8_failover.c123 ZVAL_COPY(&connection->taf_callback, callback); in php_oci_register_taf_callback()
/PHP-8.1/Zend/
H A Dzend_variables.c117 ZVAL_COPY(p, Z_REFVAL_P(p)); in zval_add_ref()
H A Dzend_generators.c594 ZVAL_COPY(&new_root->value, &new_root_parent->value); in zend_generator_update_current()
595ZVAL_COPY(ZEND_CALL_VAR(new_root->execute_data, yield_from->result.var), &new_root_parent->retval); in zend_generator_update_current()
628 ZVAL_COPY(&generator->value, value); in zend_generator_get_next_delegated_value()
659 ZVAL_COPY(&generator->value, value); in zend_generator_get_next_delegated_value()
927 ZVAL_COPY(root->send_target, value); in ZEND_METHOD()
995 ZVAL_COPY(return_value, &generator->retval); in ZEND_METHOD()
H A Dzend_execute.c953 ZVAL_COPY(&tmp, value); in zend_assign_to_typed_prop()
1881 ZVAL_COPY(copy, var_ptr); in zend_incdec_typed_ref()
1912 ZVAL_COPY(copy, var_ptr); in zend_incdec_typed_prop()
2581 ZVAL_COPY(result, retval); in zend_fetch_dimension_address()
3138 ZVAL_COPY(result, ptr); in zend_fetch_property_address()
3506 ZVAL_COPY(&coerced_value, zv); in zend_verify_ref_assignable_zval()
3517 ZVAL_COPY(&tmp, zv); in zend_verify_ref_assignable_zval()
3573 ZVAL_COPY(&value, orig_value); in zend_assign_to_typed_ref()
3610 ZVAL_COPY(&tmp, val); in zend_verify_prop_assignable_by_ref()
5098 ZVAL_COPY(&tmp, default_value); in zend_handle_undef_args()
[all …]
H A Dzend_exceptions.c449 ZVAL_COPY(return_value, prop); in ZEND_METHOD()
462 ZVAL_COPY(return_value, prop); in ZEND_METHOD()
475 ZVAL_COPY(return_value, prop); in ZEND_METHOD()
641 ZVAL_COPY(return_value, GET_PROPERTY_SILENT(ZEND_THIS, ZEND_STR_PREVIOUS)); in ZEND_METHOD()
/PHP-8.1/win32/
H A Dsignal.c129 ZVAL_COPY(&ctrl_handler, &fci.function_name); in PHP_FUNCTION()
/PHP-8.1/ext/standard/
H A Dassert.c272 ZVAL_COPY(return_value, &ASSERTG(callback)); in PHP_FUNCTION()
284 ZVAL_COPY(&ASSERTG(callback), value); in PHP_FUNCTION()
H A Darray.c874 ZVAL_COPY(&args[0], &f->val); in php_array_user_compare_unstable()
875 ZVAL_COPY(&args[1], &s->val); in php_array_user_compare_unstable()
897 ZVAL_COPY(&args[0], &s->val); in php_array_user_compare_unstable()
898 ZVAL_COPY(&args[1], &f->val); in php_array_user_compare_unstable()
1365 ZVAL_COPY(&args[2], userdata); in php_array_walk()
1439 ZVAL_COPY(&args[0], zv); in php_array_walk()
3581 ZVAL_COPY(&tmp, src_zval);
5768 ZVAL_COPY(&entry_n, entry);
5796 ZVAL_COPY(&entry_n, entry);
5853 ZVAL_COPY(&args[1], operand);
[all …]
H A Dvar_unserializer.re142 ZVAL_COPY(tmp_var, rval);
292 ZVAL_COPY(&param, &var_dtor_hash->data[i + 1]);
786 ZVAL_COPY(tmp, rval);
815 ZVAL_COPY(wakeup_var, rval);
898 ZVAL_COPY(rval, rval_ref);
923 ZVAL_COPY(rval, rval_ref);
1399 ZVAL_COPY(rval, value);
/PHP-8.1/ext/dom/
H A Ddom_iterators.c204 ZVAL_COPY(&iterator->curobj, entry); in php_dom_iterator_move_forward()
288 ZVAL_COPY(&iterator->curobj, entry); in php_dom_get_iterator()
H A Dnodelist.c123 ZVAL_COPY(return_value, entry); in php_dom_nodelist_get_item_into_zval()
/PHP-8.1/ext/curl/
H A Dinterface.c1942 ZVAL_COPY(&ch->private_data, &source->private_data); in _php_setup_easy_copy_handlers()
2073 ZVAL_COPY(&ch->postfields, zpostfields); in build_mime_structure_from_hash()
2155 ZVAL_COPY(&ch->postfields, zpostfields); in build_mime_structure_from_hash()
2586 ZVAL_COPY(&ch->private_data, zvalue); in _php_curl_setopt()
2637 ZVAL_COPY(&ch->handlers.write->stream, zvalue); in _php_curl_setopt()
2673 ZVAL_COPY(&ch->handlers.read->stream, zvalue); in _php_curl_setopt()
2684 ZVAL_COPY(&ch->handlers.std_err, zvalue); in _php_curl_setopt()
2833 ZVAL_COPY(&ch->handlers.progress->func_name, zvalue); in _php_curl_setopt()
2841 ZVAL_COPY(&ch->handlers.read->func_name, zvalue); in _php_curl_setopt()
2858 ZVAL_COPY(&ch->handlers.write->func_name, zvalue); in _php_curl_setopt()
[all …]
/PHP-8.1/ext/readline/
H A Dreadline.c481 ZVAL_COPY(&_readline_completion, &fci.function_name); in PHP_FUNCTION()
527 ZVAL_COPY(&_prepped_callback, &fci.function_name); in PHP_FUNCTION()
/PHP-8.1/Zend/Optimizer/
H A Dpass3.c94 ZVAL_COPY(&zv, &ZEND_OP1_LITERAL(opline)); in zend_optimizer_pass3()
111 ZVAL_COPY(&zv, &ZEND_OP1_LITERAL(opline)); in zend_optimizer_pass3()
H A Dsccp.c169 ZVAL_COPY(value, new); in set_value()
179 ZVAL_COPY(value, new); in set_value()
297 ZVAL_COPY(&zv, value); in try_replace_op1()
347 ZVAL_COPY(&zv, value); in try_replace_op2()
450 ZVAL_COPY(result, value); in ct_eval_fetch_dim()
660 ZVAL_COPY(result, value); in ct_eval_fetch_obj()
728 ZVAL_COPY(result, op1); in ct_eval_incdec()
1096 ZVAL_COPY(&zv, op1); in sccp_visit_instr()
1180 ZVAL_COPY(&zv, op1); in sccp_visit_instr()
1454 ZVAL_COPY(&zv, op1); in sccp_visit_instr()
[all …]
/PHP-8.1/ext/pdo_sqlite/
H A Dsqlite_driver.c559 ZVAL_COPY(&func->func, &fci.function_name); in PHP_METHOD()
625 ZVAL_COPY(&func->step, &step_fci.function_name); in PHP_METHOD()
627 ZVAL_COPY(&func->fini, &fini_fci.function_name); in PHP_METHOD()
671 ZVAL_COPY(&collation->callback, &fci.function_name); in PHP_METHOD()
/PHP-8.1/ext/xsl/
H A Dphp_xsl.c199 ZVAL_COPY(wrapper, wrapper_in); in php_xsl_create_object()
/PHP-8.1/ext/soap/
H A Dphp_packet_soap.c381 ZVAL_COPY(return_value, tmp); in parse_packet_soap()
384 ZVAL_COPY(return_value, tmp); in parse_packet_soap()
/PHP-8.1/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp126 ZVAL_COPY(&bio_new->text, &bio_orig->text); in BreakIterator_clone_obj()
/PHP-8.1/ext/spl/
H A Dspl_heap.c163 ZVAL_COPY(result, &elem->data); in spl_pqueue_extract_helper()
168 ZVAL_COPY(result, &elem->priority); in spl_pqueue_extract_helper()
677 ZVAL_COPY(&elem.data, data); in PHP_METHOD()
678 ZVAL_COPY(&elem.priority, priority); in PHP_METHOD()

Completed in 128 milliseconds

1234