Home
last modified time | relevance | path

Searched refs:dst (Results 101 – 105 of 105) sorted by relevance

12345

/PHP-8.2/ext/intl/
H A Dphp_intl_arginfo.h685 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, dst, _IS_BOOL, 0, "false")
/PHP-8.2/ext/imap/
H A Dphp_imap.c96 char *cpytxt(SIZEDTEXT *dst, char *text, unsigned long size);
98 long utf8_mime2text(SIZEDTEXT *src, SIZEDTEXT *dst);
100 long utf8_mime2text (SIZEDTEXT *src, SIZEDTEXT *dst, long flags);
/PHP-8.2/Zend/
H A Dzend_compile.c4240 HashTable *dst = zend_new_array(zend_hash_num_elements(src)); in zend_compile_func_in_array() local
4247 zend_hash_add(dst, Z_STR_P(val), &tmp); in zend_compile_func_in_array()
4249 zend_hash_index_add(dst, Z_LVAL_P(val), &tmp); in zend_compile_func_in_array()
4251 zend_array_destroy(dst); in zend_compile_func_in_array()
4260 zend_array_destroy(dst); in zend_compile_func_in_array()
4264 zend_hash_add(dst, Z_STR_P(val), &tmp); in zend_compile_func_in_array()
4272 Z_ARRVAL(array.u.constant) = dst; in zend_compile_func_in_array()
H A Dzend_execute.c4043 zval *dst = ZEND_CALL_ARG(new_call, 1); in zend_vm_stack_copy_call_frame() local
4045 ZVAL_COPY_VALUE(dst, src); in zend_vm_stack_copy_call_frame()
4048 dst++; in zend_vm_stack_copy_call_frame()
/PHP-8.2/ext/phar/
H A Dphar_object.c1075 static void phar_spl_foreign_clone(spl_filesystem_object *src, spl_filesystem_object *dst) /* {{{ */ in phar_spl_foreign_clone() argument
1077 phar_archive_data *phar_data = (phar_archive_data *) dst->oth; in phar_spl_foreign_clone()

Completed in 111 milliseconds

12345