Home
last modified time | relevance | path

Searched refs:dest (Results 51 – 75 of 112) sorted by relevance

12345

/PHP-7.1/ext/pcre/pcrelib/sljit/
H A DsljitConfigInternal.h214 #define SLJIT_MEMMOVE(dest, src, len) memmove(dest, src, len) argument
218 #define SLJIT_ZEROMEM(dest, len) memset(dest, 0, len) argument
/PHP-7.1/ext/pdo/
H A Dpdo_stmt.c560 ZVAL_NULL(dest); in fetch_value()
573 ZVAL_NULL(dest); in fetch_value()
581 ZVAL_NULL(dest); in fetch_value()
586 ZVAL_NULL(dest); in fetch_value()
595 ZVAL_STR(dest, buf); in fetch_value()
618 ZVAL_NULL(dest); in fetch_value()
631 ZVAL_NULL(dest); in fetch_value()
637 convert_to_long_ex(dest); in fetch_value()
658 switch (Z_TYPE_P(dest)) { in fetch_value()
661 convert_to_string(dest); in fetch_value()
[all …]
/PHP-7.1/ext/standard/tests/file/
H A Dcopy_variation11.phpt5 /* Prototype: bool copy ( string $source, string $dest );
6 Description: Makes a copy of the file source to dest.
H A Dcopy_variation7.phpt10 /* Prototype: bool copy ( string $source, string $dest );
11 Description: Makes a copy of the file source to dest.
H A Dcopy_variation3-win32.phpt10 /* Prototype: bool copy ( string $source, string $dest );
11 Description: Makes a copy of the file source to dest.
H A Dcopy_variation5.phpt10 /* Prototype: bool copy ( string $source, string $dest );
11 Description: Makes a copy of the file source to dest.
H A Dcopy_variation3.phpt10 /* Prototype: bool copy ( string $source, string $dest );
11 Description: Makes a copy of the file source to dest.
H A Dcopy_variation5-win32.phpt10 /* Prototype: bool copy ( string $source, string $dest );
11 Description: Makes a copy of the file source to dest.
H A Dsymlink_to_symlink.phpt15 // symlink to a regular file using a relative dest
H A Drename_variation1.phpt39 // rename the src dir to a new dir in dest dir
H A Drename_variation1-win32.phpt46 // rename the src dir to a new dir in dest dir
H A Dcopy_variation1.phpt5 /* Prototype: bool copy ( string $source, string $dest );
6 Description: Makes a copy of the file source to dest.
/PHP-7.1/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_memory_device.h64 MBFLAPI extern int mbfl_memory_device_devcat(mbfl_memory_device *dest, mbfl_memory_device *src);
H A Dmbfl_convert.c426 mbfl_convert_filter *dest) in mbfl_convert_filter_copy() argument
429 src->filter_copy(src, dest); in mbfl_convert_filter_copy()
433 *dest = *src; in mbfl_convert_filter_copy()
/PHP-7.1/main/
H A Dphp_streams.h451 PHPAPI size_t _php_stream_copy_to_stream(php_stream *src, php_stream *dest, size_t maxlen STREAMS_D…
452 #define php_stream_copy_to_stream(src, dest, maxlen) _php_stream_copy_to_stream((src), (dest), (max… argument
453 PHPAPI int _php_stream_copy_to_stream_ex(php_stream *src, php_stream *dest, size_t maxlen, size_t *…
454 #define php_stream_copy_to_stream_ex(src, dest, maxlen, len) _php_stream_copy_to_stream_ex((src), ( argument
H A Dphp_variables.c652 static void php_autoglobal_merge(HashTable *dest, HashTable *src) in php_autoglobal_merge() argument
657 int globals_check = (dest == (&EG(symbol_table))); in php_autoglobal_merge()
661 || (string_key && (dest_entry = zend_hash_find(dest, string_key)) == NULL) in php_autoglobal_merge()
662 || (string_key == NULL && (dest_entry = zend_hash_index_find(dest, num_key)) == NULL) in php_autoglobal_merge()
670 zend_hash_update(dest, string_key, src_entry); in php_autoglobal_merge()
675 zend_hash_index_update(dest, num_key, src_entry); in php_autoglobal_merge()
/PHP-7.1/Zend/
H A Dzend_API.c304 *dest = zend_is_true(arg); in zend_parse_arg_bool_weak()
351 *dest = 0; in zend_parse_arg_long_weak()
353 *dest = 1; in zend_parse_arg_long_weak()
392 *dest = 0; in zend_parse_arg_long_cap_weak()
394 *dest = 1; in zend_parse_arg_long_cap_weak()
421 *dest = (double)(l); in zend_parse_arg_double_weak()
427 *dest = 0.0; in zend_parse_arg_double_weak()
429 *dest = 1.0; in zend_parse_arg_double_weak()
453 *dest = Z_STR_P(arg); in zend_parse_arg_str_weak()
460 *dest = Z_STR_P(arg); in zend_parse_arg_str_weak()
[all …]
/PHP-7.1/ext/phar/
H A Dutil.c652 if (dest->link) { in phar_copy_entry_fp()
653 efree(dest->link); in phar_copy_entry_fp()
654 dest->link = NULL; in phar_copy_entry_fp()
655 dest->tar_type = (dest->is_tar ? TAR_FILE : '\0'); in phar_copy_entry_fp()
658 dest->fp_type = PHAR_MOD; in phar_copy_entry_fp()
659 dest->offset = 0; in phar_copy_entry_fp()
660 dest->is_modified = 1; in phar_copy_entry_fp()
661 dest->fp = php_stream_fopen_tmpfile(); in phar_copy_entry_fp()
662 if (dest->fp == NULL) { in phar_copy_entry_fp()
674 php_stream_close(dest->fp); in phar_copy_entry_fp()
[all …]
/PHP-7.1/ext/mbstring/oniguruma/
H A Dregparse.c224 dest[len] = (UChar )0; in onig_strcpy()
285 if (dest) in strcat_capa()
1992 bsr1 = dest->bs; in and_cclass()
1993 buf1 = dest->mbuf; in and_cclass()
2007 if (bsr1 != dest->bs) { in and_cclass()
2009 bsr1 = dest->bs; in and_cclass()
2034 dest->mbuf = pbuf; in and_cclass()
2050 bsr1 = dest->bs; in or_cclass()
2051 buf1 = dest->mbuf; in or_cclass()
2067 bsr1 = dest->bs; in or_cclass()
[all …]
/PHP-7.1/ext/dom/
H A Dphp_dom.c186 dom_doc_propsptr source, dest; in dom_copy_doc_props() local
191 dest = dom_get_doc_props(dest_doc); in dom_copy_doc_props()
193 dest->formatoutput = source->formatoutput; in dom_copy_doc_props()
194 dest->validateonparse = source->validateonparse; in dom_copy_doc_props()
195 dest->resolveexternals = source->resolveexternals; in dom_copy_doc_props()
196 dest->preservewhitespace = source->preservewhitespace; in dom_copy_doc_props()
197 dest->substituteentities = source->substituteentities; in dom_copy_doc_props()
198 dest->stricterror = source->stricterror; in dom_copy_doc_props()
199 dest->recover = source->recover; in dom_copy_doc_props()
201 ALLOC_HASHTABLE(dest->classmap); in dom_copy_doc_props()
[all …]
/PHP-7.1/win32/build/
H A Dconfutils.js2013 var dest;
2021 dest = PHP_DIR + "/script/";
2023 if (!FSO.FolderExists(dest)) {
2024 FSO.CreateFolder(dest);
2027 if (FSO.FileExists(dest + "/ext_pickle.js")) {
2075 dest = PHP_DIR + "/include/main";
2092 if (FSO.FileExists(dest + "/config.pickle.h")) {
2217 dest = get_define("BUILD_DIR") + '/devel';
2219 if (!FSO.FolderExists(dest)) {
2220 FSO.CreateFolder(dest);
[all …]
/PHP-7.1/ext/gd/libgd/
H A Dgdkanji.c559 any2eucjp (unsigned char *dest, unsigned char *src, unsigned int dest_max) in any2eucjp() argument
578 ustrcpy (dest, src); in any2eucjp()
581 ustrcpy (dest, tmp_dest); in any2eucjp()
/PHP-7.1/ext/standard/
H A Darray.c3045 zend_hash_extend(dest, zend_hash_num_elements(dest) + zend_hash_num_elements(src), 1);
3046 ZEND_HASH_FILL_PACKED(dest) {
3064 zend_hash_update(dest, string_key, src_entry);
3166 HashTable *dest; local
3171 dest = zend_array_dup(Z_ARRVAL_P(arg));
3172 ZVAL_ARR(return_value, dest);
3188 HashTable *src, *dest; local
3195 dest = Z_ARRVAL_P(return_value);
3197 zend_hash_real_init(dest, 1);
3198 ZEND_HASH_FILL_PACKED(dest) {
[all …]
/PHP-7.1/ext/ftp/
H A Dftp.h188 int ftp_rename(ftpbuf_t *ftp, const char *src, const char *dest);
/PHP-7.1/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);
595 mbfl_filt_conv_wchar_cp50220_copy(mbfl_convert_filter *src, mbfl_convert_filter *dest) in mbfl_filt_conv_wchar_cp50220_copy() argument
599 *dest = *src; in mbfl_filt_conv_wchar_cp50220_copy()
605 dest->opaque = ctx; in mbfl_filt_conv_wchar_cp50220_copy()
606 dest->data = &ctx->last; in mbfl_filt_conv_wchar_cp50220_copy()

Completed in 111 milliseconds

12345