Home
last modified time | relevance | path

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

1234

/PHP-8.3/ext/zend_test/
H A Dobject_handlers.c144 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 Dfiber.c34 ZVAL_COPY(&transfer.value, value); in zend_test_fiber_switch_to()
122 ZVAL_COPY(&transfer->value, &fiber->result); in zend_test_fiber_execute()
136 ZVAL_COPY(&fiber->target->result, &fiber->result); in zend_test_fiber_execute()
/PHP-8.3/ext/mysqli/
H A Dmysqli_warning.c59 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 Dcallback_filter.c32 ZVAL_COPY(&args[0], value); in php_filter_callback()
/PHP-8.3/ext/xml/
H A Dxml.c406 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 Dzend_jit_helpers.c1550 ZVAL_COPY(result, var); in zend_jit_assign_dim_helper()
2192 ZVAL_COPY(result, ret); in zend_jit_assign_to_typed_ref2_helper()
2271 ZVAL_COPY(&tmp, var_ptr); in zend_jit_pre_inc_typed_ref()
2288 ZVAL_COPY(ret, var_ptr); in zend_jit_pre_inc_typed_ref()
2297 ZVAL_COPY(&tmp, var_ptr); in zend_jit_pre_dec_typed_ref()
2314 ZVAL_COPY(ret, var_ptr); in zend_jit_pre_dec_typed_ref()
2321 ZVAL_COPY(ret, var_ptr); in zend_jit_post_inc_typed_ref()
2340 ZVAL_COPY(ret, var_ptr); in zend_jit_post_dec_typed_ref()
2474 ZVAL_COPY(ret, var_ptr); in zend_jit_pre_inc()
2480 ZVAL_COPY(ret, var_ptr); in zend_jit_pre_dec()
[all …]
/PHP-8.3/ext/oci8/
H A Doci8_failover.c123 ZVAL_COPY(&connection->taf_callback, callback); in php_oci_register_taf_callback()
/PHP-8.3/win32/
H A Dsignal.c129 ZVAL_COPY(&ctrl_handler, &fci.function_name); in PHP_FUNCTION()
/PHP-8.3/ext/curl/
H A Dinterface.c1281 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 Dzend_variables.c117 ZVAL_COPY(p, Z_REFVAL_P(p)); in zval_add_ref()
H A Dzend_generators.c649 ZVAL_COPY(&new_root->value, &new_root_parent->value); in zend_generator_update_current()
650ZVAL_COPY(ZEND_CALL_VAR(new_root->execute_data, yield_from->result.var), &new_root_parent->retval); in zend_generator_update_current()
680 ZVAL_COPY(&generator->value, value); in zend_generator_get_next_delegated_value()
699 ZVAL_COPY(&generator->value, value); in zend_generator_get_next_delegated_value()
730 ZVAL_COPY(&generator->value, value); in zend_generator_get_next_delegated_value()
1010 ZVAL_COPY(root->send_target, value); in ZEND_METHOD()
1078 ZVAL_COPY(return_value, &generator->retval); in ZEND_METHOD()
/PHP-8.3/ext/standard/
H A Dassert.c315 ZVAL_COPY(return_value, &ASSERTG(callback)); in PHP_FUNCTION()
327 ZVAL_COPY(&ASSERTG(callback), value); in PHP_FUNCTION()
H A Darray.c821 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]);
3930 ZVAL_COPY(&tmp, src_zval);
4645 ZVAL_COPY(return_value, input);
6352 ZVAL_COPY(&args[1], operand);
[all …]
/PHP-8.3/ext/pdo_sqlite/
H A Dsqlite_driver.c545 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/readline/
H A Dreadline.c484 ZVAL_COPY(&_readline_completion, &fci.function_name); in PHP_FUNCTION()
530 ZVAL_COPY(&_prepped_callback, &fci.function_name); in PHP_FUNCTION()
/PHP-8.3/ext/dom/
H A Ddom_iterators.c206 ZVAL_COPY(&iterator->curobj, entry); in php_dom_iterator_move_forward()
299 ZVAL_COPY(&iterator->curobj, entry); in php_dom_get_iterator()
H A Dnodelist.c166 ZVAL_COPY(return_value, entry); in php_dom_nodelist_get_item_into_zval()
/PHP-8.3/Zend/Optimizer/
H A Dsccp.c167 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 Dpass3.c98 ZVAL_COPY(&zv, &ZEND_OP1_LITERAL(opline)); in zend_optimizer_pass3()
/PHP-8.3/ext/spl/
H A Dspl_observer.c143 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()
748 ZVAL_COPY(&element->inf, inf); in PHP_METHOD()
H A Dspl_heap.c152 ZVAL_COPY(result, &elem->data); in spl_pqueue_extract_helper()
157 ZVAL_COPY(result, &elem->priority); in spl_pqueue_extract_helper()
670 ZVAL_COPY(&elem.data, data); in PHP_METHOD()
671 ZVAL_COPY(&elem.priority, priority); in PHP_METHOD()
H A Dspl_dllist.c166 ZVAL_COPY(&elem->data, data); in spl_ptr_llist_unshift()
186 ZVAL_COPY(&elem->data, data); in spl_ptr_llist_push()
740 ZVAL_COPY(&element->data, value); in PHP_METHOD()
1188 ZVAL_COPY(&elem->data, value); in PHP_METHOD()
/PHP-8.3/ext/xsl/
H A Dphp_xsl.c185 ZVAL_COPY(wrapper, wrapper_in); in php_xsl_create_object()
/PHP-8.3/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp126 ZVAL_COPY(&bio_new->text, &bio_orig->text); in BreakIterator_clone_obj()
/PHP-8.3/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()

Completed in 225 milliseconds

1234