Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.5/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-5.5/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-5.5/TSRM/
H A Dbuildconf4 --copy)
5 automake_flags=--copy
/PHP-5.5/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-5.5/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()
16 copy($src, $dst);
H A Dbug32160.txt1 copy test
/PHP-5.5/ext/curl/tests/
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-5.5/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);
H A Ddir.phpt22 copy($fname, $fname2);
26 copy($fname, $fname3);
/PHP-5.5/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);
H A Dzlib_scheme_copy_variation2.phpt2 Test compress.zlib:// scheme with the copy function: uncompressed to compressed
28 copy($srcFile, $destFile);
/PHP-5.5/
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-5.5/ext/simplexml/tests/
H A D002.phpt27 $copy = clone $sxe;
29 var_dump($copy);
/PHP-5.5/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-5.5/ext/pcre/
H A Dupgrade-pcre.php66 copy($newfile, $file);
99 copy($file, $file2);
/PHP-5.5/tests/classes/
H A Dclone_003.phpt30 $copy = clone $obj;
34 print_r($copy);
/PHP-5.5/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-5.5/main/streams/
H A Dglob_wrapper.c50 PHPAPI char* _php_glob_stream_get_path(php_stream *stream, int copy, int *plen STREAMS_DC TSRMLS_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, int *plen STREAMS_DC TSRMLS… in _php_glob_stream_get_pattern() argument
80 if (copy) { in _php_glob_stream_get_pattern()
/PHP-5.5/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-5.5/ext/phar/tests/tar/
H A Ddir.phpt23 copy($fname, $fname2);
27 copy($fname, $fname3);
/PHP-5.5/ext/hash/tests/
H A Dhash_copy_001.phpt14 $copy = hash_copy($orig);
17 var_dump(hash_final($copy));
24 $copy = hash_copy($orig);
27 hash_update($copy, b"Can’t tell if this is true or dream");
28 var_dump(hash_final($copy));
/PHP-5.5/ext/spl/examples/
H A Dphar_from_dir.php45 copy($file, "phar://newphar/$file");

Completed in 52 milliseconds

12345678910>>...12