Home
last modified time | relevance | path

Searched refs:dest (Results 26 – 50 of 103) sorted by relevance

12345

/PHP-5.5/ext/intl/converter/
H A Dconverter.c31 UConverter *src, *dest; member
583 char *dest = src; in PHP_METHOD() local
596 php_converter_set_encoding(objval, &(objval->dest), dest, dest_len TSRMLS_CC); in PHP_METHOD()
631 if (objval->dest) { in PHP_METHOD()
689 char *dest; in php_converter_do_convert() local
731 efree(dest); in php_converter_do_convert()
735 *pdest = dest; in php_converter_do_convert()
781 char *str, *dest; in PHP_METHOD() local
814 char *str, *src, *dest; in PHP_METHOD() local
1041 if (objval->dest) { in php_converter_free_object()
[all …]
/PHP-5.5/ext/standard/
H A Durl.c571 char *dest = str; in php_url_decode() local
576 *dest = ' '; in php_url_decode()
588 *dest = *data; in php_url_decode()
591 dest++; in php_url_decode()
593 *dest = '\0'; in php_url_decode()
594 return dest - str; in php_url_decode()
676 char *dest = str; local
690 *dest = *data;
693 dest++;
695 *dest = '\0';
[all …]
H A Dfile.h77 PHPAPI int php_copy_file(char *src, char *dest TSRMLS_DC);
78 PHPAPI int php_copy_file_ex(char *src, char *dest, int src_chk TSRMLS_DC);
79 PHPAPI int php_copy_file_ctx(char *src, char *dest, int src_chk, php_stream_context *ctx TSRMLS_DC);
H A Dphp_array.h107 PHPAPI int php_array_merge(HashTable *dest, HashTable *src, int recursive TSRMLS_DC);
108 PHPAPI int php_array_replace_recursive(HashTable *dest, HashTable *src TSRMLS_DC);
H A Durl_scanner_ex.c107 static inline void append_modified_url(smart_str *url, smart_str *dest, smart_str *url_app, const c… in PHP_INI_END()
164 { smart_str_append(dest, url); return; } in PHP_INI_END()
193 smart_str_append(dest, url); in PHP_INI_END()
198 smart_str_appendl(dest, url->c, bash - url->c); in PHP_INI_END()
200 smart_str_append(dest, url); in PHP_INI_END()
202 smart_str_appends(dest, sep); in PHP_INI_END()
203 smart_str_append(dest, url_app); in PHP_INI_END()
206 smart_str_appendl(dest, bash, q - bash); in PHP_INI_END()
H A Durl_scanner_ex.re110 static inline void append_modified_url(smart_str *url, smart_str *dest, smart_str *url_app, const c…
120 ":" { smart_str_append(dest, url); return; }
129 smart_str_append(dest, url);
134 smart_str_appendl(dest, url->c, bash - url->c);
136 smart_str_append(dest, url);
138 smart_str_appends(dest, sep);
139 smart_str_append(dest, url_app);
142 smart_str_appendl(dest, bash, q - bash);
/PHP-5.5/ext/standard/tests/file/
H A Dcopy_variation13.phpt2 Test copy() function: usage variations - src as dir and dest as an existing file(Bug #42243)
5 /* Prototype: bool copy ( string $source, string $dest );
6 Description: Makes a copy of the file source to dest.
H A Dcopy_variation14.phpt2 Test copy() function: usage variations - non existing src/dest
5 /* Prototype: bool copy ( string $source, string $dest );
6 Description: Makes a copy of the file source to dest.
H A Dcopy_variation15.phpt19 /* Prototype: bool copy ( string $source, string $dest );
20 Description: Makes a copy of the file source to dest.
41 $dest = $dir."/copy_copy_variation15.tmp";
H A Dcopy_variation10.phpt5 /* Prototype: bool copy ( string $source, string $dest );
6 Description: Makes a copy of the file source to dest.
H A Dcopy_error.phpt5 /* Prototype: bool copy ( string $source, string $dest );
6 * Description: Makes a copy of the file source to dest.
H A Dcopy_basic.phpt5 /* Prototype: bool copy ( string $source, string $dest );
6 * Description: Makes a copy of the file source to dest.
H A Dcopy_variation18.phpt5 /* Prototype: bool copy ( string $source, string $dest );
6 Description: Makes a copy of the file source to dest.
H A Dcopy_variation17.phpt5 /* Prototype: bool copy ( string $source, string $dest );
6 Description: Makes a copy of the file source to dest.
H A Dcopy_variation9.phpt20 /* Prototype: bool copy ( string $source, string $dest );
21 Description: Makes a copy of the file source to dest.
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.phpt11 /* Prototype: bool copy ( string $source, string $dest );
12 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.
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.h43 void (*filter_copy)(mbfl_convert_filter *src, mbfl_convert_filter *dest);
66 void (*filter_copy)(mbfl_convert_filter *src, mbfl_convert_filter *dest);
H A Dmbfl_memory_device.h64 MBFLAPI extern int mbfl_memory_device_devcat(mbfl_memory_device *dest, mbfl_memory_device *src);
/PHP-5.5/ext/zip/lib/
H A Dzip_close.c549 _zip_cdir_set_comment(struct zip_cdir *dest, struct zip *src) in _zip_cdir_set_comment() argument
552 dest->comment = _zip_memdup(src->ch_comment, in _zip_cdir_set_comment()
554 if (dest->comment == NULL) in _zip_cdir_set_comment()
556 dest->comment_len = src->ch_comment_len; in _zip_cdir_set_comment()
559 dest->comment = _zip_memdup(src->cdir->comment, in _zip_cdir_set_comment()
561 if (dest->comment == NULL) in _zip_cdir_set_comment()
563 dest->comment_len = src->cdir->comment_len; in _zip_cdir_set_comment()
/PHP-5.5/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-5.5/ext/pdo/
H A Dpdo.c69 char *dest = emalloc(len + 1); in php_pdo_str_tolower_dup() local
70 zend_str_tolower_copy(dest, src, len); in php_pdo_str_tolower_dup()
71 return dest; in php_pdo_str_tolower_dup()
H A Dpdo_stmt.c570 ZVAL_NULL(dest); in fetch_value()
583 ZVAL_NULL(dest); in fetch_value()
591 ZVAL_NULL(dest); in fetch_value()
596 ZVAL_NULL(dest); in fetch_value()
604 ZVAL_EMPTY_STRING(dest); in fetch_value()
629 ZVAL_NULL(dest); in fetch_value()
648 ZVAL_NULL(dest); in fetch_value()
654 convert_to_long_ex(&dest); in fetch_value()
675 switch (Z_TYPE_P(dest)) { in fetch_value()
678 convert_to_string(dest); in fetch_value()
[all …]
/PHP-5.5/win32/build/
H A Dconfutils.js1699 var dest;
1707 dest = PHP_DIR + "/script/";
1709 if (!FSO.FolderExists(dest)) {
1710 FSO.CreateFolder(dest);
1713 if (FSO.FileExists(dest + "/ext_pickle.js")) {
1761 dest = PHP_DIR + "/include/main";
1778 if (FSO.FileExists(dest + "/config.pickle.h")) {
1894 dest = get_define("BUILD_DIR") + '/devel';
1896 if (!FSO.FolderExists(dest)) {
1897 FSO.CreateFolder(dest);
[all …]

Completed in 113 milliseconds

12345