Home
last modified time | relevance | path

Searched refs:copy (Results 126 – 150 of 276) sorted by relevance

12345678910>>...12

/PHP-7.4/ext/standard/tests/strings/
H A Dhtmlentities16.phpt20 string(58) "€©роскошный"
/PHP-7.4/Zend/tests/
H A Dbug67633.phpt2 Bug #67633: A foreach on an array returned from a function not doing copy-on-write
H A Dbug37715.phpt2 Bug #37715 (array pointers resetting on copy)
/PHP-7.4/ext/hash/tests/
H A Dhash-clone.phpt12 $copy = clone $orig;
15 var_dump(hash_final($copy));
22 $copy = clone $orig;
25 hash_update($copy, "Can’t tell if this is true or dream");
26 var_dump(hash_final($copy));
H A Dhash_copy_001.phpt12 $copy = hash_copy($orig);
15 var_dump(hash_final($copy));
22 $copy = hash_copy($orig);
25 hash_update($copy, "Can’t tell if this is true or dream");
26 var_dump(hash_final($copy));
/PHP-7.4/ext/phar/tests/cache_list/
H A Dcopyonwrite5.phar.phpt2 Phar: copy-on-write test 5 [cache_list]
H A Dcopyonwrite6.phar.phpt2 Phar: copy-on-write test 6 [cache_list]
H A Dcopyonwrite4a.phpt2 Phar: copy-on-write test 4a [cache_list]
/PHP-7.4/ext/zip/tests/
H A Doo_addemptydir.phpt14 copy($dirname . 'test.zip', $file);
H A Dbug64342_1-mb.phpt14 copy($dirname . 'test.zip', $file);
H A Dbug64342_1.phpt14 copy($dirname . 'test.zip', $file);
H A Doo_unchangeIndex.phpt11 copy($dirname.'test.zip', $file);
H A Doo_unchangeName.phpt11 copy($dirname.'test.zip', $file);
/PHP-7.4/ext/curl/tests/
H A Dcurl_copy_handle_basic.phpt21 // copy the handle
H A Dcurl_copy_handle_variation1.phpt20 // copy the handle
/PHP-7.4/ext/phar/tests/
H A Dbug46060.phpt17 copy($fname, $fname2);
H A Dphar_oo_getcontentsgz.phpt17 copy($fname, $fname2);
H A Dbug65028.phpt136 copy(__DIR__ . "/bug65028.phar", __DIR__ . "/bug65028-copy.phar");
141 $phar = new Phar(__DIR__ . "/bug65028-copy.phar");
152 @unlink(__DIR__ . "/bug65028-copy.phar");
/PHP-7.4/ext/exif/tests/
H A Dexif002.phpt13 copy of test1.jpg as a thumbnail.
/PHP-7.4/ext/zlib/tests/
H A Dzlib_wrapper_ftruncate_basic.phpt13 copy($f, $f2);
/PHP-7.4/ext/phar/tests/tar/
H A Dlinks.phpt10 copy(__DIR__ . '/files/links.tar', $fname);
/PHP-7.4/ext/phar/tests/zip/
H A Dlargezip.phpt19 copy($fname, $fname2);
H A Dnotphar.phpt14 copy(__DIR__ . '/files/zip.zip', $fname);
/PHP-7.4/ext/filter/
H A Dfilter.c376 … *value, zend_long filter, zend_long flags, zval *options, char* charset, zend_bool copy) /* {{{ */ in php_zval_filter() argument
501 … *value, zend_long filter, zend_long flags, zval *options, char *charset, zend_bool copy) /* {{{ */ in php_zval_filter_recursive() argument
515 php_zval_filter_recursive(element, filter, flags, options, charset, copy); in php_zval_filter_recursive()
517 php_zval_filter(element, filter, flags, options, charset, copy); in php_zval_filter_recursive()
522 php_zval_filter(value, filter, flags, options, charset, copy); in php_zval_filter_recursive()
596 static void php_filter_call(zval *filtered, zend_long filter, zval *filter_args, const int copy, ze… in php_filter_call() argument
650 php_zval_filter_recursive(filtered, filter, filter_flags, options, charset, copy); in php_filter_call()
663 php_zval_filter(filtered, filter, filter_flags, options, charset, copy); in php_filter_call()
/PHP-7.4/ext/phar/
H A Dphar_path_check.re11 | 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. |

Completed in 193 milliseconds

12345678910>>...12