Home
last modified time | relevance | path

Searched refs:copy (Results 51 – 75 of 301) sorted by relevance

12345678910>>...13

/PHP-7.0/ext/curl/tests/
H A Dcurl_copy_handle_basic_005.phpt27 $copy = curl_copy_handle($ch);
30 $curl_content_copy = curl_exec($copy);
31 curl_close($copy);
H A Dcurl_copy_handle_variation2.phpt15 echo "*** Testing curl_copy_handle(): add options after copy ***\n";
20 // copy the handle
39 *** Testing curl_copy_handle(): add options after copy ***
/PHP-7.0/ext/phar/tests/
H A D029.phpt25 copy($fname1, $fname2);
28 var_dump(Phar::loadPhar($fname1, 'copy'));
32 var_dump(Phar::loadPhar($fname2, 'copy'));
49 alias "copy" is already used for archive "%s029.1.phar.php" cannot be overloaded with "%s029.2.phar…
/PHP-7.0/win32/build/
H A DMakefile117 @copy win32\build\default.manifest $(BUILD_DIR)\$(PHPDLL).manifest >nul
221 @copy $(BUILD_DIR)\$(PHPLIB) $(BUILD_DIR_DEV)\lib /y >nul
226 @copy run-tests.php $(BUILD_DIR_DEV)\script\ /y >nul
227 @copy win32\build\confutils.js $(BUILD_DIR_DEV)\script\ /y >nul
228 @copy win32\build\configure.tail $(BUILD_DIR_DEV)\script\ /y >nul
230 @copy win32\build\Makefile.phpize $(BUILD_DIR_DEV)\script\ /y >nul
231 @copy win32\build\phpize.bat $(BUILD_DIR_DEV)\ /y >nul
232 @copy win32\build\template.rc $(BUILD_DIR_DEV)\build\ /y >nul
233 @copy win32\build\default.manifest $(BUILD_DIR_DEV)\build\ /y >nul
235 @copy $(BUILD_DIR)\devel\phpize.js $(BUILD_DIR_DEV)\script\ /y >nul
[all …]
/PHP-7.0/tests/lang/
H A D031.phpt30 print "What happens without inner loop reset but copy.\n";
41 print "What happens with inner loop reset over copy.\n";
61 What happens without inner loop reset but copy.
66 What happens with inner loop reset over copy.
/PHP-7.0/TSRM/
H A Dbuildconf4 --copy)
5 automake_flags=--copy
/PHP-7.0/Zend/
H A Dbuildconf4 --copy)
5 automake_flags=--copy
H A Dheader11 | If you did not receive a copy of the Zend license and are unable to |
13 | license@zend.com so we can mail you a copy immediately. |
/PHP-7.0/ext/standard/tests/file/
H A Dcopy_variation2.phpt2 Test copy() function: usage variations - destination file names(special chars)
10 /* Prototype: bool copy ( string $source, string $dest );
11 Description: Makes a copy of the file source to dest.
15 /* Test copy() function: In creation of destination file names containing special characters
19 echo "*** Test copy() function: destination file names containing special characters ***\n";
52 echo "Size of the source file before copy operation => ";
56 echo "\n--- Now applying copy() on source file to create copies ---";
63 var_dump( copy($src_file_name, $dest_file_name) );
94 *** Test copy() function: destination file names containing special characters ***
95 Size of the source file before copy operation => int(1500)
[all …]
H A Dbug65701.phpt2 Test for bug #65701: copy() doesn't work when destination filename is created by tempnam()
18 copy($src, $dst);
H A Dbug32160.txt1 copy test
/PHP-7.0/ext/phar/tests/zip/
H A Dphar_setsignaturealgo2.phpt25 copy($fname, $fname2);
31 copy($fname2, $fname3);
37 copy($fname3, $fname4);
45 copy($fname4, $fname5);
59 copy($fname5, $fname6);
/PHP-7.0/
H A Dheader11 | If you did not receive a copy of the PHP license and are unable to |
13 | license@php.net so we can mail you a copy immediately. |
/PHP-7.0/ext/zlib/tests/
H A Dzlib_scheme_copy_basic.phpt2 Test compress.zlib:// scheme with the copy function: compressed to compressed
16 copy($srcFile, $destFile);
H A Dzlib_scheme_copy_variation1.phpt2 Test compress.zlib:// scheme with the copy function: compressed to uncompressed
16 copy($srcFile, $destFile);
/PHP-7.0/ext/simplexml/tests/
H A D002.phpt27 $copy = clone $sxe;
29 var_dump($copy);
/PHP-7.0/ext/spl/tests/
H A DarrayObject_exchangeArray_basic1.phpt2 SPL: ArrayObject::exchangeArray() and copy-on-write references
7 $cowRef = $swapIn; // create a copy-on-write ref to $swapIn
/PHP-7.0/ext/pcre/
H A Dupgrade-pcre.php66 copy($newfile, $file);
99 copy($file, $file2);
/PHP-7.0/tests/classes/
H A Dclone_003.phpt30 $copy = clone $obj;
34 print_r($copy);
/PHP-7.0/ext/opcache/
H A Dzend_accelerator_util_funcs.c194 copy->kind = ZEND_AST_ZVAL; in zend_ast_clone()
195 copy->attr = ast->attr; in zend_ast_clone()
197 return (zend_ast *) copy; in zend_ast_clone()
202 copy->kind = list->kind; in zend_ast_clone()
203 copy->attr = list->attr; in zend_ast_clone()
209 copy->child[i] = NULL; in zend_ast_clone()
212 return (zend_ast *) copy; in zend_ast_clone()
216 copy->kind = ast->kind; in zend_ast_clone()
217 copy->attr = ast->attr; in zend_ast_clone()
222 copy->child[i] = NULL; in zend_ast_clone()
[all …]
/PHP-7.0/appveyor/
H A Dtest_task.bat48 copy %DEPS_DIR%\template\ssl\openssl.cnf c:\usr\local\ssl
60 copy %DEPS_DIR%\bin\libenchant_ispell.dll c:\enchant_plugins
62 copy %DEPS_DIR%\bin\libenchant_myspell.dll c:\enchant_plugins
81 copy %PHP_BUILD_CACHE_ENCHANT_DICT_DIR%\* %USERPROFILE%\enchant\myspell
/PHP-7.0/main/streams/
H A Dglob_wrapper.c50 PHPAPI char* _php_glob_stream_get_path(php_stream *stream, int copy, size_t *plen STREAMS_DC) /* {{… in _php_glob_stream_get_path() argument
58 if (copy) { in _php_glob_stream_get_path()
72 PHPAPI char* _php_glob_stream_get_pattern(php_stream *stream, int copy, size_t *plen STREAMS_DC) /*… in _php_glob_stream_get_pattern() argument
80 if (copy) { in _php_glob_stream_get_pattern()
/PHP-7.0/ext/fileinfo/tests/
H A Dbug61964.phpt16 $magic_file_copy = $dir . "/magic.copy";
18 copy($magic_file, $magic_file_copy);
19 copy($magic_file, $magic_file_copy2);
/PHP-7.0/main/
H A Dinternal_functions.c.in11 | If you did not receive a copy of the PHP license and are unable to |
13 | license@php.net so we can mail you a copy immediately. |
/PHP-7.0/ext/spl/examples/
H A Dphar_from_dir.php45 copy($file, "phar://newphar/$file");

Completed in 44 milliseconds

12345678910>>...13