Home
last modified time | relevance | path

Searched refs:dest (Results 76 – 100 of 111) sorted by relevance

12345

/PHP-7.4/ext/standard/tests/file/
H A Dcopy_variation1.phpt5 /* Prototype: bool copy ( string $source, string $dest );
6 Description: Makes a copy of the file source to dest.
H A Dcopy_variation4.phpt13 /* Prototype: bool copy ( string $source, string $dest );
14 Description: Makes a copy of the file source to dest.
H A Dcopy_variation2-win32-mb.phpt10 /* Prototype: bool copy ( string $source, string $dest );
11 Description: Makes a copy of the file source to dest.
H A Dcopy_variation2-win32.phpt10 /* Prototype: bool copy ( string $source, string $dest );
11 Description: Makes a copy of the file source to dest.
H A Dcopy_variation2.phpt10 /* Prototype: bool copy ( string $source, string $dest );
11 Description: Makes a copy of the file source to dest.
/PHP-7.4/ext/standard/
H A Darray.c3671 zend_hash_extend(dest, zend_hash_num_elements(dest) + zend_hash_num_elements(src), 1);
3672 ZEND_HASH_FILL_PACKED(dest) {
3775 HashTable *dest; local
3793 dest = zend_array_dup(Z_ARRVAL_P(arg));
3794 ZVAL_ARR(return_value, dest);
3815 HashTable *src, *dest; local
3872 dest = Z_ARRVAL_P(return_value);
3874 zend_hash_real_init_packed(dest);
3875 ZEND_HASH_FILL_PACKED(dest) {
3887 zend_hash_real_init_mixed(dest);
[all …]
H A Dfile.c1673 PHPAPI int php_copy_file(const char *src, const char *dest) in php_copy_file() argument
1675 return php_copy_file_ctx(src, dest, 0, NULL); in php_copy_file()
1681 PHPAPI int php_copy_file_ex(const char *src, const char *dest, int src_flg) in php_copy_file_ex() argument
1683 return php_copy_file_ctx(src, dest, src_flg, NULL); in php_copy_file_ex()
1689 PHPAPI int php_copy_file_ctx(const char *src, const char *dest, int src_flg, php_stream_context *ct… in php_copy_file_ctx() argument
1710 …switch (php_stream_stat_path_ex(dest, PHP_STREAM_URL_STAT_QUIET | PHP_STREAM_URL_STAT_NOCACHE, &de… in php_copy_file_ctx()
1740 if ((dp = expand_filepath(dest, NULL)) == NULL) { in php_copy_file_ctx()
1766 deststream = php_stream_open_wrapper_ex(dest, "wb", REPORT_ERRORS, NULL, ctx); in php_copy_file_ctx()
H A Dstreamsfuncs.c471 php_stream *src, *dest; in PHP_FUNCTION() local
486 php_stream_from_zval(dest, zdest); in PHP_FUNCTION()
493 ret = php_stream_copy_to_stream_ex(src, dest, maxlen, &len); in PHP_FUNCTION()
/PHP-7.4/ext/ftp/
H A Dftp.h203 int ftp_rename(ftpbuf_t *ftp, const char *src, const size_t src_len, const char *dest, const size_…
H A Dphp_ftp.c220 ZEND_ARG_INFO(0, dest)
1465 char *src, *dest; in PHP_FUNCTION() local
1468 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rss", &z_ftp, &src, &src_len, &dest, &dest_len) == FAI… in PHP_FUNCTION()
1477 if (!ftp_rename(ftp, src, src_len, dest, dest_len)) { in PHP_FUNCTION()
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cp5022x.c49 static void mbfl_filt_conv_wchar_cp50220_copy(mbfl_convert_filter *src, mbfl_convert_filter *dest);
603 mbfl_filt_conv_wchar_cp50220_copy(mbfl_convert_filter *src, mbfl_convert_filter *dest) in mbfl_filt_conv_wchar_cp50220_copy() argument
607 *dest = *src; in mbfl_filt_conv_wchar_cp50220_copy()
613 dest->opaque = ctx; in mbfl_filt_conv_wchar_cp50220_copy()
614 dest->data = &ctx->last; in mbfl_filt_conv_wchar_cp50220_copy()
/PHP-7.4/ext/com_dotnet/
H A Dphp_com_dotnet_internal.h166 PHP_COM_DOTNET_API int php_com_safearray_get_elem(VARIANT *array, VARIANT *dest, LONG dim1);
H A Dcom_saproxy.c63 static inline void clone_indices(php_com_saproxy *dest, php_com_saproxy *src, int ndims) in clone_indices() argument
68 ZVAL_DUP(&dest->indices[i], &src->indices[i]); in clone_indices()
/PHP-7.4/build/
H A Dltmain.sh5840 dest=
5849 if test -n "$dest"; then
5850 files="$files $dest"
5851 dest=$arg
5875 dest=$arg
5904 if test -z "$dest"; then
5914 dest=`$echo "X$dest" | $Xsed -e 's%/$%%'`
5917 test -d "$dest" && isdir=yes
5919 destdir="$dest"
5923 test "X$destdir" = "X$dest" && destdir=.
[all …]
/PHP-7.4/ext/gd/
H A Dgd.c4183 FILE *org, *dest; in _php_image_convert() local
4227 if (!dest) { in _php_image_convert()
4242 fclose(dest); in _php_image_convert()
4254 fclose(dest); in _php_image_convert()
4263 fclose(dest); in _php_image_convert()
4300 fclose(dest); in _php_image_convert()
4312 fclose(dest); in _php_image_convert()
4320 fclose(dest); in _php_image_convert()
4329 fclose(dest); in _php_image_convert()
4354 fflush(dest); in _php_image_convert()
[all …]
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeTILEGX_64.c463 #define ADD_SOLO(dest, srca, srcb) \ argument
464 push_inst(compiler, ADD_X1 | DEST_X1(dest) | SRCA_X1(srca) | SRCB_X1(srcb))
466 #define ADDI_SOLO(dest, srca, imm) \ argument
467 push_inst(compiler, ADDI_X1 | DEST_X1(dest) | SRCA_X1(srca) | IMM8_X1(imm))
469 #define ADDLI_SOLO(dest, srca, imm) \ argument
470 push_inst(compiler, ADDLI_X1 | DEST_X1(dest) | SRCA_X1(srca) | IMM16_X1(imm))
472 #define SHL16INSLI_SOLO(dest, srca, imm) \ argument
473 push_inst(compiler, SHL16INSLI_X1 | DEST_X1(dest) | SRCA_X1(srca) | IMM16_X1(imm))
H A DsljitNativeSPARC_common.c637 sljit_ins dest; in getput_arg() local
687 dest = ((flags & MEM_MASK) <= GPR_REG ? D(reg) : FD(reg)); in getput_arg()
690 …return push_inst(compiler, data_transfer_insts[flags & MEM_MASK] | dest | S1(arg2) | IMM(0), delay… in getput_arg()
691 …return push_inst(compiler, data_transfer_insts[flags & MEM_MASK] | dest | S1(base) | S2(arg2), del… in getput_arg()
/PHP-7.4/ext/gd/libgd/
H A Dgd.h105 int gdAlphaBlend(int dest, int src);
107 int gdLayerMultiply(int dest, int src);
/PHP-7.4/main/streams/
H A Dstreams.c1538 PHPAPI int _php_stream_copy_to_stream_ex(php_stream *src, php_stream *dest, size_t maxlen, size_t *… in _php_stream_copy_to_stream_ex() argument
1587 didwrite = php_stream_write(dest, p, mapped); in _php_stream_copy_to_stream_ex()
1636 ssize_t didwrite = php_stream_write(dest, writeptr, towrite); in _php_stream_copy_to_stream_ex()
1666 PHPAPI size_t _php_stream_copy_to_stream(php_stream *src, php_stream *dest, size_t maxlen STREAMS_D… in _php_stream_copy_to_stream() argument
1669 int ret = _php_stream_copy_to_stream_ex(src, dest, maxlen, &len STREAMS_REL_CC); in _php_stream_copy_to_stream()
/PHP-7.4/Zend/
H A Dzend_execute.c838 zend_bool dest; in zend_verify_weak_scalar_type_hint() local
840 if (!zend_parse_arg_bool_weak(arg, &dest)) { in zend_verify_weak_scalar_type_hint()
844 ZVAL_BOOL(arg, dest); in zend_verify_weak_scalar_type_hint()
848 zend_long dest; in zend_verify_weak_scalar_type_hint() local
850 if (!zend_parse_arg_long_weak(arg, &dest)) { in zend_verify_weak_scalar_type_hint()
854 ZVAL_LONG(arg, dest); in zend_verify_weak_scalar_type_hint()
858 double dest; in zend_verify_weak_scalar_type_hint() local
860 if (!zend_parse_arg_double_weak(arg, &dest)) { in zend_verify_weak_scalar_type_hint()
864 ZVAL_DOUBLE(arg, dest); in zend_verify_weak_scalar_type_hint()
868 zend_string *dest; in zend_verify_weak_scalar_type_hint() local
[all …]
H A Dzend_language_scanner.l125 char *src = str, *dest = str; in BEGIN_EXTERN_C() local
128 *dest = *src; in BEGIN_EXTERN_C()
129 dest++; in BEGIN_EXTERN_C()
135 *dest = '\0'; in BEGIN_EXTERN_C()
H A Dzend_generators.c539 static void zend_generator_merge_child_nodes(zend_generator_node *dest, zend_generator_node *src, z… in zend_generator_merge_child_nodes() argument
544 zend_generator_add_single_child(dest, child, (zend_generator *) leaf); in zend_generator_merge_child_nodes()
/PHP-7.4/ext/imap/
H A Dphp_imap.c2774 SIZEDTEXT src, dest; in PHP_FUNCTION() local
2782 dest.data = NULL; in PHP_FUNCTION()
2783 dest.size = 0; in PHP_FUNCTION()
2788 utf8_mime2text(&src, &dest); in PHP_FUNCTION()
2790 utf8_mime2text(&src, &dest, U8T_DECOMPOSE); in PHP_FUNCTION()
2792 RETVAL_STRINGL((char*)dest.data, dest.size); in PHP_FUNCTION()
2793 if (dest.data) { in PHP_FUNCTION()
2794 free(dest.data); in PHP_FUNCTION()
2796 if (src.data && src.data != dest.data) { in PHP_FUNCTION()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_structs.h134 #define COPY_CLIENT_ERROR(dest, source) SET_CLIENT_ERROR((dest), (source).error_no, (source).sq… argument
1111 void (*read)(struct st_mysqlnd_read_buffer *, size_t count, zend_uchar * dest);
/PHP-7.4/ext/zip/
H A Dphp_zip.c136 static int php_zip_extract_file(struct zip * za, char *dest, char *file, size_t file_len) in php_zip_extract_file() argument
176 len = spprintf(&file_dirname_fullpath, 0, "%s/%s", dest, path_cleaned); in php_zip_extract_file()
183 len = spprintf(&file_dirname_fullpath, 0, "%s", dest); in php_zip_extract_file()
185 len = spprintf(&file_dirname_fullpath, 0, "%s/%s", dest, file_dirname); in php_zip_extract_file()

Completed in 171 milliseconds

12345