/PHP-8.3/ext/zend_test/ |
H A D | object_handlers.c | 144 ZVAL_COPY(result, OBJ_PROP_NUM(obj, 0)); in long_castable_no_operation_cast_object() 180 ZVAL_COPY(result, OBJ_PROP_NUM(obj, 0)); in float_castable_no_operation_cast_object() 204 ZVAL_COPY(OBJ_PROP_NUM(obj, 0), n); in numeric_castable_no_operation_object_create_ex() 218 ZVAL_COPY(result, OBJ_PROP_NUM(obj, 0)); in numeric_castable_no_operation_cast_object() 232 ZVAL_COPY(OBJ_PROP_NUM(Z_OBJ_P(ZEND_THIS), 0), n); in ZEND_METHOD()
|
H A D | fiber.c | 34 ZVAL_COPY(&transfer.value, value); in zend_test_fiber_switch_to() 123 ZVAL_COPY(&transfer->value, &fiber->result); in zend_test_fiber_execute() 137 ZVAL_COPY(&fiber->target->result, &fiber->result); in zend_test_fiber_execute()
|
/PHP-8.3/ext/mysqli/ |
H A D | mysqli_warning.c | 59 ZVAL_COPY(&w->reason, reason); in php_new_warning() 163 ZVAL_COPY(retval, &w->reason); in mysqli_warning_message() 183 ZVAL_COPY(retval, &w->sqlstate); in mysqli_warning_sqlstate()
|
/PHP-8.3/ext/filter/ |
H A D | callback_filter.c | 32 ZVAL_COPY(&args[0], value); in php_filter_callback()
|
/PHP-8.3/ext/xml/ |
H A D | xml.c | 406 ZVAL_COPY(handler, data); in xml_set_handler() 603 ZVAL_COPY(&args[0], &parser->index); in _xml_startElementHandler() 689 ZVAL_COPY(&args[0], &parser->index); in _xml_endElementHandler() 738 ZVAL_COPY(&args[0], &parser->index); in _xml_characterDataHandler() 829 ZVAL_COPY(&args[0], &parser->index); in _xml_processingInstructionHandler() 848 ZVAL_COPY(&args[0], &parser->index); in _xml_defaultHandler() 868 ZVAL_COPY(&args[0], &parser->index); in _xml_unparsedEntityDeclHandler() 891 ZVAL_COPY(&args[0], &parser->index); in _xml_notationDeclHandler() 914 ZVAL_COPY(&args[0], &parser->index); in _xml_externalEntityRefHandler() 942 ZVAL_COPY(&args[0], &parser->index); in _xml_startNamespaceDeclHandler() [all …]
|
/PHP-8.3/ext/opcache/jit/ |
H A D | zend_jit_helpers.c | 1550 ZVAL_COPY(result, var); in zend_jit_assign_dim_helper() 2198 ZVAL_COPY(result, ret); in zend_jit_assign_to_typed_ref2_helper() 2277 ZVAL_COPY(&tmp, var_ptr); in zend_jit_pre_inc_typed_ref() 2294 ZVAL_COPY(ret, var_ptr); in zend_jit_pre_inc_typed_ref() 2303 ZVAL_COPY(&tmp, var_ptr); in zend_jit_pre_dec_typed_ref() 2320 ZVAL_COPY(ret, var_ptr); in zend_jit_pre_dec_typed_ref() 2327 ZVAL_COPY(ret, var_ptr); in zend_jit_post_inc_typed_ref() 2346 ZVAL_COPY(ret, var_ptr); in zend_jit_post_dec_typed_ref() 2480 ZVAL_COPY(ret, var_ptr); in zend_jit_pre_inc() 2486 ZVAL_COPY(ret, var_ptr); in zend_jit_pre_dec() [all …]
|
/PHP-8.3/ext/oci8/ |
H A D | oci8_failover.c | 123 ZVAL_COPY(&connection->taf_callback, callback); in php_oci_register_taf_callback()
|
/PHP-8.3/win32/ |
H A D | signal.c | 129 ZVAL_COPY(&ctrl_handler, &fci.function_name); in PHP_FUNCTION()
|
/PHP-8.3/ext/curl/ |
H A D | interface.c | 1281 ZVAL_COPY(&ch->private_data, &source->private_data); in _php_setup_easy_copy_handlers() 1462 ZVAL_COPY(&ch->postfields, zpostfields); in build_mime_structure_from_hash() 1544 ZVAL_COPY(&ch->postfields, zpostfields); in build_mime_structure_from_hash() 2029 ZVAL_COPY(&ch->private_data, zvalue); in _php_curl_setopt() 2080 ZVAL_COPY(&ch->handlers.write->stream, zvalue); in _php_curl_setopt() 2116 ZVAL_COPY(&ch->handlers.read->stream, zvalue); in _php_curl_setopt() 2127 ZVAL_COPY(&ch->handlers.std_err, zvalue); in _php_curl_setopt() 2276 ZVAL_COPY(&ch->handlers.progress->func_name, zvalue); in _php_curl_setopt() 2298 ZVAL_COPY(&ch->handlers.read->func_name, zvalue); in _php_curl_setopt() 2315 ZVAL_COPY(&ch->handlers.write->func_name, zvalue); in _php_curl_setopt() [all …]
|
/PHP-8.3/Zend/ |
H A D | zend_variables.c | 117 ZVAL_COPY(p, Z_REFVAL_P(p)); in zval_add_ref()
|
H A D | zend_generators.c | 636 ZVAL_COPY(&new_root->value, &new_root_parent->value); in zend_generator_update_current() 637 …ZVAL_COPY(ZEND_CALL_VAR(new_root->execute_data, yield_from->result.var), &new_root_parent->retval); in zend_generator_update_current() 667 ZVAL_COPY(&generator->value, value); in zend_generator_get_next_delegated_value() 686 ZVAL_COPY(&generator->value, value); in zend_generator_get_next_delegated_value() 717 ZVAL_COPY(&generator->value, value); in zend_generator_get_next_delegated_value() 997 ZVAL_COPY(root->send_target, value); in ZEND_METHOD() 1065 ZVAL_COPY(return_value, &generator->retval); in ZEND_METHOD()
|
/PHP-8.3/ext/standard/ |
H A D | assert.c | 320 ZVAL_COPY(return_value, &ASSERTG(callback)); in PHP_FUNCTION() 332 ZVAL_COPY(&ASSERTG(callback), value); in PHP_FUNCTION()
|
H A D | array.c | 821 ZVAL_COPY(&args[0], &f->val); in php_array_user_compare_unstable() 822 ZVAL_COPY(&args[1], &s->val); in php_array_user_compare_unstable() 844 ZVAL_COPY(&args[0], &s->val); in php_array_user_compare_unstable() 845 ZVAL_COPY(&args[1], &f->val); in php_array_user_compare_unstable() 1404 ZVAL_COPY(&args[2], userdata); in php_array_walk() 1478 ZVAL_COPY(&args[0], zv); in php_array_walk() 3406 ZVAL_COPY(&new_var, &args[i]); 3931 ZVAL_COPY(&tmp, src_zval); 4646 ZVAL_COPY(return_value, input); 6353 ZVAL_COPY(&args[1], operand); [all …]
|
/PHP-8.3/ext/spl/ |
H A D | spl_observer.c | 143 ZVAL_COPY(&pelement->inf, inf); in spl_object_storage_create_element() 164 ZVAL_COPY(&pelement->inf, inf); in spl_object_storage_attach_handle() 199 ZVAL_COPY(&pelement->inf, inf); in spl_object_storage_attach() 212 ZVAL_COPY(&element.inf, inf); in spl_object_storage_attach() 730 ZVAL_COPY(return_value, &element->inf); in PHP_METHOD() 749 ZVAL_COPY(&element->inf, inf); in PHP_METHOD() 801 ZVAL_COPY(&inf_copy, &element->inf); in PHP_METHOD()
|
H A D | spl_dllist.c | 169 ZVAL_COPY(&elem->data, data); in spl_ptr_llist_unshift() 189 ZVAL_COPY(&elem->data, data); in spl_ptr_llist_push() 744 ZVAL_COPY(&element->data, value); in PHP_METHOD() 1197 ZVAL_COPY(&elem->data, value); in PHP_METHOD()
|
H A D | spl_heap.c | 153 ZVAL_COPY(result, &elem->data); in spl_pqueue_extract_helper() 158 ZVAL_COPY(result, &elem->priority); in spl_pqueue_extract_helper() 695 ZVAL_COPY(&elem.data, data); in PHP_METHOD() 696 ZVAL_COPY(&elem.priority, priority); in PHP_METHOD()
|
/PHP-8.3/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 545 ZVAL_COPY(&func->func, &fci.function_name); in PHP_METHOD() 611 ZVAL_COPY(&func->step, &step_fci.function_name); in PHP_METHOD() 613 ZVAL_COPY(&func->fini, &fini_fci.function_name); in PHP_METHOD() 657 ZVAL_COPY(&collation->callback, &fci.function_name); in PHP_METHOD()
|
/PHP-8.3/ext/dom/ |
H A D | dom_iterators.c | 206 ZVAL_COPY(&iterator->curobj, entry); in php_dom_iterator_move_forward() 299 ZVAL_COPY(&iterator->curobj, entry); in php_dom_get_iterator()
|
H A D | nodelist.c | 166 ZVAL_COPY(return_value, entry); in php_dom_nodelist_get_item_into_zval()
|
/PHP-8.3/ext/readline/ |
H A D | readline.c | 484 ZVAL_COPY(&_readline_completion, &fci.function_name); in PHP_FUNCTION() 530 ZVAL_COPY(&_prepped_callback, &fci.function_name); in PHP_FUNCTION()
|
/PHP-8.3/Zend/Optimizer/ |
H A D | sccp.c | 167 ZVAL_COPY(value, new); in set_value() 177 ZVAL_COPY(value, new); in set_value() 296 ZVAL_COPY(&zv, value); in try_replace_op1() 309 ZVAL_COPY(&zv, value); in try_replace_op2() 393 ZVAL_COPY(result, value); in ct_eval_fetch_dim() 603 ZVAL_COPY(result, value); in ct_eval_fetch_obj() 676 ZVAL_COPY(result, op1); in ct_eval_incdec() 956 ZVAL_COPY(&zv, op1); in sccp_visit_instr() 1042 ZVAL_COPY(&zv, op1); in sccp_visit_instr() 1316 ZVAL_COPY(&zv, op1); in sccp_visit_instr() [all …]
|
H A D | pass3.c | 98 ZVAL_COPY(&zv, &ZEND_OP1_LITERAL(opline)); in zend_optimizer_pass3()
|
/PHP-8.3/ext/xsl/ |
H A D | php_xsl.c | 185 ZVAL_COPY(wrapper, wrapper_in); in php_xsl_create_object()
|
/PHP-8.3/ext/intl/breakiterator/ |
H A D | breakiterator_class.cpp | 126 ZVAL_COPY(&bio_new->text, &bio_orig->text); in BreakIterator_clone_obj()
|
/PHP-8.3/ext/soap/ |
H A D | php_packet_soap.c | 381 ZVAL_COPY(return_value, tmp); in parse_packet_soap() 384 ZVAL_COPY(return_value, tmp); in parse_packet_soap()
|