Home
last modified time | relevance | path

Searched refs:copy (Results 101 – 125 of 302) sorted by relevance

12345678910>>...13

/PHP-7.2/ext/phar/tests/cache_list/
H A Dcopyonwrite8.phar.phpt2 Phar: copy-on-write test 8 [cache_list]
H A Dcopyonwrite3.phar.phpt2 Phar: copy-on-write test 3 [cache_list]
H A Dcopyonwrite2.phar.phpt2 Phar: copy-on-write test 2 [cache_list]
H A Dcopyonwrite12.phar.phpt2 Phar: copy-on-write test 12 [cache_list]
H A Dcopyonwrite13.phar.phpt2 Phar: copy-on-write test 13 [cache_list]
H A Dcopyonwrite14.phar.phpt2 Phar: copy-on-write test 14 [cache_list]
H A Dcopyonwrite21.phar.phpt2 Phar: copy-on-write test 21 [cache_list]
H A Dcopyonwrite22.phar.phpt2 Phar: copy-on-write test 22 [cache_list]
H A Dcopyonwrite24.phar.phpt2 Phar: copy-on-write test 24 [cache_list]
H A Dcopyonwrite25.phar.phpt2 Phar: copy-on-write test 25 [cache_list]
H A Dcopyonwrite23.phar.phpt2 Phar: copy-on-write test 23 [cache_list]
H A Dcopyonwrite11.phar.phpt2 Phar: copy-on-write test 11 [cache_list]
H A Dcopyonwrite9.phar.phpt2 Phar: copy-on-write test 9 [cache_list]
/PHP-7.2/Zend/tests/
H A Dunset_cv11.phpt2 unset() CV 11 (unset() of copy destoies original value)
/PHP-7.2/ext/mbstring/libmbfl/
H A DLICENSE6 Everyone is permitted to copy and distribute verbatim copies
50 permission to copy, distribute and/or modify the library.
150 1. You may copy and distribute verbatim copies of the Library's
152 you conspicuously and appropriately publish on each copy an
155 warranty; and distribute a copy of this License along with the
163 of it, thus forming a work based on the Library, and copy and
222 subsequent copies and derivative works made from that copy.
227 4. You may copy and distribute the Library (or a portion or
238 compelled to copy the source along with the object code.
316 materials or that you have already sent this user a copy.
[all …]
/PHP-7.2/
H A Dbuildconf.bat4 copy %PHP_BUILDCONF_PATH%\win32\build\configure.bat %PHP_BUILDCONF_PATH% > nul
/PHP-7.2/ext/phar/tests/cache_list/files/
H A Dwrite15.phar.inc10 $p->copy("test.txt","copied");
/PHP-7.2/ext/standard/tests/array/
H A Dbug44182.phpt2 Bug #44182 (extract EXTR_REFS can fail to split copy-on-write references)
/PHP-7.2/ext/phar/tests/
H A Dbug71391.phpt8 copy(__DIR__."/bug71391.tar", __DIR__."/bug71391.test.tar");
/PHP-7.2/ext/hash/tests/
H A Dbug52240.phpt2 Bug #52240 (hash_copy() does not copy the HMAC key, causes wrong results and PHP crashes)
H A Dhash-clone.phpt14 $copy = clone $orig;
17 var_dump(hash_final($copy));
24 $copy = clone $orig;
27 hash_update($copy, "Can’t tell if this is true or dream");
28 var_dump(hash_final($copy));
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, "Can’t tell if this is true or dream");
28 var_dump(hash_final($copy));
/PHP-7.2/ext/gd/tests/
H A Dimagecopyresampled_basic.phpt51 echo "Size of copy: width=". $width . " height=" . $height . "\n";
69 Size of copy: width=200 height=150
/PHP-7.2/ext/zip/examples/
H A Dget_set_comments.php4 copy('test_with_comment.zip', 't.zip');
/PHP-7.2/ext/spl/tests/
H A Darray_002.phpt2 SPL: ArrayObject copy constructor

Completed in 31 milliseconds

12345678910>>...13