Home
last modified time | relevance | path

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

12345678910>>...13

/php-src/Zend/tests/
H A Darray_unshift_COW.phpt2 Tests that array unshift code is correctly dealing with copy on write and splitting on reference
H A Dunset_cv11.phpt2 unset() CV 11 (unset() of copy destroys original value)
H A Dunset_cv10.phpt5 /* This is working on a copy of $GLOBALS, so nothing interesting happens here. */
/php-src/ext/phar/tests/cache_list/
H A Dcopyonwrite3.phar.phpt2 Phar: copy-on-write test 3 [cache_list]
H A Dcopyonwrite23.phar.phpt2 Phar: copy-on-write test 23 [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]
/php-src/tests/lang/
H A DforeachLoop.010.phpt11 // "Unless the array is referenced, foreach operates on a copy of
19 // At this point the array $a is no longer referenced, so foreach should operate on a copy of the a…
/php-src/ext/date/lib/
H A DLICENSE.rst6 Permission is hereby granted, free of charge, to any person obtaining a copy
9 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/php-src/ext/spl/tests/
H A Dbug42654.phpt21 $copy = $iterator->getArrayCopy();
22 var_dump($copy);
H A Darray_002.phpt2 SPL: ArrayObject copy constructor
/php-src/ext/opcache/jit/ir/
H A DLICENSE5 Permission is hereby granted, free of charge, to any person obtaining a copy
8 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/php-src/ext/gd/tests/
H A Dimagecopyresampled_basic.phpt49 echo "Size of copy: width=". $width . " height=" . $height . "\n";
67 Size of copy: width=200 height=150
/php-src/ext/
H A Dext_skel.php310 if (!copy($options['skel'] . $config_script . '.in', $new_config_script)) {
331 …if (!copy($options['skel'] . $src_file, $options['dir'] . $options['ext'] . DIRECTORY_SEPARATOR . …
357 if (!copy($test, $options['dir'] . $options['ext'] . DIRECTORY_SEPARATOR . $new_test)) {
/php-src/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-src/ext/standard/tests/array/
H A Dbug44182.phpt2 Bug #44182 (extract EXTR_REFS can fail to split copy-on-write references)
/php-src/ext/hash/tests/
H A Dbug52240.phpt2 Bug #52240 (hash_copy() does not copy the HMAC key, causes wrong results and PHP crashes)
/php-src/ext/phar/tests/cache_list/files/
H A Dwrite15.phar.inc10 $p->copy("test.txt","copied");
/php-src/
H A Dbuildconf.bat4 copy %PHP_BUILDCONF_PATH%\win32\build\configure.bat %PHP_BUILDCONF_PATH% > nul
/php-src/Zend/tests/generators/
H A Dyield_from_chain_dtor_order.phpt19 $copy = $bar;
/php-src/ext/bcmath/libbcmath/
H A DLICENSE6 Everyone is permitted to copy and distribute verbatim copies
51 permission to copy, distribute and/or modify the library.
153 1. You may copy and distribute verbatim copies of the Library's
155 you conspicuously and appropriately publish on each copy an
158 warranty; and distribute a copy of this License along with the
166 of it, thus forming a work based on the Library, and copy and
225 subsequent copies and derivative works made from that copy.
230 4. You may copy and distribute the Library (or a portion or
241 compelled to copy the source along with the object code.
319 materials or that you have already sent this user a copy.
[all …]
/php-src/ext/phar/tests/
H A Dbug71391.phpt8 copy(__DIR__."/bug71391.tar", __DIR__."/bug71391.test.tar");
/php-src/ext/filter/
H A Dfilter.c247 …(zval *value, zend_long filter, zend_long flags, zval *options, char* charset, bool copy) /* {{{ */ in php_zval_filter() argument
372 …(zval *value, zend_long filter, zend_long flags, zval *options, char *charset, bool copy) /* {{{ */ in php_zval_filter_recursive() argument
386 php_zval_filter_recursive(element, filter, flags, options, charset, copy); in php_zval_filter_recursive()
388 php_zval_filter(element, filter, flags, options, charset, copy); in php_zval_filter_recursive()
393 php_zval_filter(value, filter, flags, options, charset, copy); in php_zval_filter_recursive()
465 const int copy, zend_long filter_flags in php_filter_call() argument
517 php_zval_filter_recursive(filtered, filter, filter_flags, options, charset, copy); in php_filter_call()
530 php_zval_filter(filtered, filter, filter_flags, options, charset, copy); in php_filter_call()
/php-src/ext/zip/examples/
H A Dget_set_comments.php3 copy('test_with_comment.zip', 't.zip');
/php-src/ext/dom/tests/modern/spec/
H A DNode_cloneNode_copy_document_properties.phpt2 DOM\Node::cloneNode() should copy the document properties

Completed in 30 milliseconds

12345678910>>...13