Home
last modified time | relevance | path

Searched refs:copy (Results 76 – 100 of 301) sorted by relevance

12345678910>>...13

/PHP-7.0/ext/zlib/tests/
H A Dzlib_scheme_copy_variation2.phpt2 Test compress.zlib:// scheme with the copy function: uncompressed to compressed
28 copy($srcFile, $destFile);
/PHP-7.0/ext/phar/tests/zip/
H A Ddir.phpt22 copy($fname, $fname2);
26 copy($fname, $fname3);
H A Dphar_setalias.phpt39 copy($fname, $fname2);
44 copy($fname2, $fname3);
/PHP-7.0/ext/phar/tests/tar/
H A Ddir.phpt23 copy($fname, $fname2);
27 copy($fname, $fname3);
/PHP-7.0/ext/filter/
H A Dfilter.c369 … *value, zend_long filter, zend_long flags, zval *options, char* charset, zend_bool copy) /* {{{ */ in php_zval_filter() argument
380 if (copy) { in php_zval_filter()
499 … *value, zend_long filter, zend_long flags, zval *options, char *charset, zend_bool copy) /* {{{ */ in php_zval_filter_recursive() argument
513 php_zval_filter_recursive(element, filter, flags, options, charset, copy); in php_zval_filter_recursive()
516 php_zval_filter(element, filter, flags, options, charset, copy); in php_zval_filter_recursive()
520 php_zval_filter(value, filter, flags, options, charset, copy); in php_zval_filter_recursive()
589 static void php_filter_call(zval *filtered, zend_long filter, zval *filter_args, const int copy, ze… in php_filter_call() argument
635 if (copy) { in php_filter_call()
646 php_zval_filter_recursive(filtered, filter, filter_flags, options, charset, copy); in php_filter_call()
650 if (copy) { in php_filter_call()
[all …]
/PHP-7.0/ext/phar/tests/cache_list/
H A Dcopyonwrite18.phar.phpt2 Phar: copy-on-write test 18 [cache_list]
H A Dcopyonwrite1.phar.phpt2 Phar: copy-on-write test 1 [cache_list]
H A Dcopyonwrite20.phar.phpt2 Phar: copy-on-write test 20 [cache_list]
H A Dcopyonwrite15.phar.phpt2 Phar: copy-on-write test 15 [cache_list]
H A Dcopyonwrite16.phar.phpt2 Phar: copy-on-write test 16 [cache_list]
H A Dcopyonwrite17.phar.phpt2 Phar: copy-on-write test 17 [cache_list]
H A Dcopyonwrite7.phar.phpt2 Phar: copy-on-write test 7 [cache_list]
H A Dcopyonwrite19.phar.phpt2 Phar: copy-on-write test 19 [cache_list]
H A Dcopyonwrite8.phar.phpt2 Phar: copy-on-write test 8 [cache_list]
H A Dcopyonwrite4.phar.phpt2 Phar: copy-on-write test 4 [cache_list]
H A Dcopyonwrite3.phar.phpt2 Phar: copy-on-write test 3 [cache_list]
/PHP-7.0/Zend/tests/
H A Darray_append_COW.phpt2 Tests that array manipulation code is correctly dealing with copy on write and splitting on referen…
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 destoies original value)
/PHP-7.0/ext/phar/tests/cache_list/files/
H A Dwrite15.phar4 $p->copy("test.txt","copied");
/PHP-7.0/ext/pgsql/tests/
H A D06copy.phpt2 PostgreSQL copy functions
/PHP-7.0/ext/date/lib/
H A DLICENSE.rst5 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-7.0/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-7.0/ext/spl/tests/
H A Dbug42654.phpt21 $copy = $iterator->getArrayCopy();
22 var_dump($copy);
/PHP-7.0/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 …]

Completed in 36 milliseconds

12345678910>>...13