Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.3/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.3/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 Dbug32160.txt1 copy test
/PHP-5.3/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.3/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);
H A Dphar_setalias.phpt39 copy($fname, $fname2);
44 copy($fname2, $fname3);
/PHP-5.3/
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.3/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.3/ext/simplexml/tests/
H A D002.phpt27 $copy = clone $sxe;
29 var_dump($copy);
/PHP-5.3/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
H A Dbug42654.phpt21 $copy = $iterator->getArrayCopy();
22 var_dump($copy);
/PHP-5.3/ext/hash/tests/
H A Dhash_copy_001.phpt13 $copy = hash_copy($orig);
16 var_dump(hash_final($copy));
22 $copy = hash_copy($orig);
25 hash_update($copy, b"Can’t tell if this is true or dream");
26 var_dump(hash_final($copy));
/PHP-5.3/tests/classes/
H A Dclone_003.phpt30 $copy = clone $obj;
34 print_r($copy);
/PHP-5.3/ext/pcre/
H A Dupgrade-pcre.php66 copy($newfile, $file);
99 copy($file, $file2);
/PHP-5.3/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.3/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.3/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.3/ext/phar/tests/tar/
H A Ddir.phpt23 copy($fname, $fname2);
27 copy($fname, $fname3);
/PHP-5.3/ext/spl/examples/
H A Dphar_from_dir.php45 copy($file, "phar://newphar/$file");
/PHP-5.3/ext/phar/tests/cache_list/
H A Dcopyonwrite18.phar.phpt2 Phar: copy-on-write test 18 [cache_list]
/PHP-5.3/Zend/tests/
H A Darray_append_COW.phpt2 Tests that array manipulation code is correctly dealing with copy on write and splitting on referen…

Completed in 68 milliseconds

12345678910>>...12