Home
last modified time | relevance | path

Searched refs:dst (Results 126 – 134 of 134) sorted by relevance

123456

/php-src/ext/standard/
H A Darray.c6385 zval dst; local
6386 zend_result status = Z_OBJ_HT_P(entry)->cast_object(Z_OBJ_P(entry), &dst, _IS_NUMBER);
6389 if (status == FAILURE || (Z_TYPE(dst) != IS_LONG && Z_TYPE(dst) != IS_DOUBLE)) {
6394 op(return_value, return_value, &dst);
/php-src/ext/dom/
H A Dphp_dom.c674 static void *dom_realloc(void *dst, size_t size) { in dom_realloc() argument
675 return erealloc(dst, size); in dom_realloc()
/php-src/ext/intl/
H A Dphp_intl_arginfo.h690 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, dst, _IS_BOOL, 0, "false")
/php-src/Zend/
H A Dzend_compile.c4386 HashTable *dst = zend_new_array(zend_hash_num_elements(src)); in zend_compile_func_in_array() local
4393 zend_hash_add(dst, Z_STR_P(val), &tmp); in zend_compile_func_in_array()
4395 zend_hash_index_add(dst, Z_LVAL_P(val), &tmp); in zend_compile_func_in_array()
4397 zend_array_destroy(dst); in zend_compile_func_in_array()
4406 zend_array_destroy(dst); in zend_compile_func_in_array()
4410 zend_hash_add(dst, Z_STR_P(val), &tmp); in zend_compile_func_in_array()
4418 Z_ARRVAL(array.u.constant) = dst; in zend_compile_func_in_array()
H A Dzend_execute.c4172 zval *dst = ZEND_CALL_ARG(new_call, 1); in zend_vm_stack_copy_call_frame() local
4174 ZVAL_COPY_VALUE(dst, src); in zend_vm_stack_copy_call_frame()
4177 dst++; in zend_vm_stack_copy_call_frame()
/php-src/ext/opcache/jit/ir/
H A Dir.c2903 void _ir_VA_COPY(ir_ctx *ctx, ir_ref dst, ir_ref src) argument
2906 ctx->control = ir_emit3(ctx, IR_VA_COPY, ctx->control, dst, src);
H A Dir_builder.h657 void _ir_VA_COPY(ir_ctx *ctx, ir_ref dst, ir_ref src);
/php-src/ext/phar/
H A Dphar_object.c1084 static void phar_spl_foreign_clone(spl_filesystem_object *src, spl_filesystem_object *dst) /* {{{ */ in phar_spl_foreign_clone() argument
1086 phar_archive_data *phar_data = (phar_archive_data *) dst->oth; in phar_spl_foreign_clone()
/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c3498 zend_jit_addr dst = ZEND_ADDR_MEM_ZVAL(ZREG_FP, EX_NUM_TO_VAR(i)); in zend_jit_trace_deoptimization() local
3499 zend_jit_zval_try_addref(jit, dst); in zend_jit_trace_deoptimization()

Completed in 206 milliseconds

123456