Home
last modified time | relevance | path

Searched refs:dest (Results 1 – 25 of 103) sorted by last modified time

12345

/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 …]
H A Dmkdist.php145 $fp = fopen($dest, "w");
195 fclose($dest);
254 copy($src, $dist_dir . '/' . $dest);
331 $dest = "$dist_dir/$dll[0]"; variable
334 if (!file_exists("$dest") || !is_dir("$dest")) {
335 if (!mkdir("$dest", 0777, true)) {
363 function copy_dir($source, $dest) argument
365 if (!is_dir($dest)) {
366 if (!mkdir($dest)) {
377 $fd = $dest . '/' . $f;
[all …]
/PHP-5.5/main/streams/
H A Dstreams.c1496 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
1536 didwrite = php_stream_write(dest, p, mapped); in _php_stream_copy_to_stream_ex()
1570 didwrite = php_stream_write(dest, writeptr, towrite); in _php_stream_copy_to_stream_ex()
1603 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
1606 int ret = _php_stream_copy_to_stream_ex(src, dest, maxlen, &len STREAMS_REL_CC TSRMLS_CC); in _php_stream_copy_to_stream()
/PHP-5.5/main/
H A Dphp_streams.h439 PHPAPI size_t _php_stream_copy_to_stream(php_stream *src, php_stream *dest, size_t maxlen STREAMS_D…
440 #define php_stream_copy_to_stream(src, dest, maxlen) _php_stream_copy_to_stream((src), (dest), (max… argument
441 PHPAPI int _php_stream_copy_to_stream_ex(php_stream *src, php_stream *dest, size_t maxlen, size_t *…
442 #define php_stream_copy_to_stream_ex(src, dest, maxlen, len) _php_stream_copy_to_stream_ex((src), ( argument
H A Dphp_variables.c579 static void php_autoglobal_merge(HashTable *dest, HashTable *src TSRMLS_DC) in php_autoglobal_merge() argument
587 int globals_check = (dest == (&EG(symbol_table))); in php_autoglobal_merge()
593 …|| (key_type == HASH_KEY_IS_STRING && zend_hash_find(dest, string_key, string_key_len, (void **) &… in php_autoglobal_merge()
594 …|| (key_type == HASH_KEY_IS_LONG && zend_hash_index_find(dest, num_key, (void **)&dest_entry) != S… in php_autoglobal_merge()
600 zend_hash_update(dest, string_key, string_key_len, src_entry, sizeof(zval *), NULL); in php_autoglobal_merge()
605 zend_hash_index_update(dest, num_key, src_entry, sizeof(zval *), NULL); in php_autoglobal_merge()
/PHP-5.5/
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-5.5/ext/zip/tests/
H A Dbug40228.phpt7 $dest = dirname(__FILE__);
8 $arc_name = $dest . "/bug40228.zip";
11 $zip->extractTo($dest);
12 if (is_dir($dest . '/test/empty')) {
14 rmdir($dest . '/test/empty');
15 rmdir($dest . '/test');
/PHP-5.5/ext/zip/
H A Dphp_zip.c138 static int php_zip_extract_file(struct zip * za, char *dest, char *file, int file_len TSRMLS_DC) in php_zip_extract_file() argument
177 len = spprintf(&file_dirname_fullpath, 0, "%s/%s", dest, path_cleaned); in php_zip_extract_file()
184 len = spprintf(&file_dirname_fullpath, 0, "%s", dest); in php_zip_extract_file()
186 len = spprintf(&file_dirname_fullpath, 0, "%s/%s", dest, file_dirname); in php_zip_extract_file()
/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/standard/
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.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 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);
H A Duuencode.c68 PHPAPI int php_uuencode(char *src, int src_len, char **dest) /* {{{ */ in php_uuencode() argument
74 p = *dest = safe_emalloc((size_t) ceil(src_len * 1.38), 1, 46); in php_uuencode()
123 return (p - *dest); in php_uuencode()
127 PHPAPI int php_uudecode(char *src, int src_len, char **dest) /* {{{ */ in php_uudecode() argument
132 p = *dest = safe_emalloc((size_t) ceil(src_len * 0.75), 1, 1); in php_uudecode()
171 if ((len = total_len > (p - *dest))) { in php_uudecode()
181 *(*dest + total_len) = '\0'; in php_uudecode()
186 efree(*dest); in php_uudecode()
/PHP-5.5/ext/standard/tests/file/
H A Dsymlink_to_symlink.phpt15 // symlink to a regular file using a relative dest
H A Dstream_copy_to_stream.phpt13 $dest = fopen($new_file, 'w');
15 fclose($src); fclose($dest);
25 $dest = fopen($new_file, 'w');
27 fclose($src); fclose($dest);
40 $dest = fopen($new_file, 'w');
42 fclose($src); fclose($dest);
55 $dest = fopen($new_file, 'w');
57 fclose($src); fclose($dest);
72 fclose($src); fclose($dest);
88 fclose($src); fclose($dest);
[all …]
H A Drename_variation1-win32.phpt46 // rename the src dir to a new dir in dest dir
H A Drename_variation1.phpt39 // 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.
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_variation11.phpt5 /* Prototype: bool copy ( string $source, string $dest );
6 Description: Makes a copy of the file source to dest.
H A Dcopy_variation12-win32.phpt10 /* Prototype: bool copy ( string $source, string $dest );
11 Description: Makes a copy of the file source to dest.
23 $dest = $file_path."/copy_copy_variation12";
25 var_dump( copy($src_dir, $dest) );
27 var_dump( file_exists($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_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-win32.phpt10 /* Prototype: bool copy ( string $source, string $dest );
11 Description: Makes a copy of the file source to dest.
H A Dcopy_variation6.phpt10 /* Prototype: bool copy ( string $source, string $dest );
11 Description: Makes a copy of the file source to dest.
48 foreach($dests as $dest) {
52 var_dump( copy($src_file_name, $dest) );
55 var_dump( file_exists($dest) );
58 print($dest);
66 var_dump( filesize($dest) );
69 unlink("$dest");

Completed in 80 milliseconds

12345