Home
last modified time | relevance | path

Searched refs:copy (Results 201 – 225 of 283) sorted by relevance

12345678910>>...12

/PHP-8.0/ext/hash/tests/
H A Dhash_serialize_001.phpt35 $copy = unserialize($serial);
36 hash_update($copy, "Can’t tell if this is true or dream");
37 var_dump(hash_final($copy));
/PHP-8.0/ext/phar/
H A Dphar_object.stub.php49 public function copy(string $from, string $to) {} function in Phar
261 public function copy(string $from, string $to) {} function in PharData
H A Dphar_object_arginfo.h379 ZEND_METHOD(Phar, copy);
458 ZEND_ME(Phar, copy, arginfo_class_Phar_copy, ZEND_ACC_PUBLIC)
519 ZEND_MALIAS(Phar, copy, copy, arginfo_class_PharData_copy, ZEND_ACC_PUBLIC)
/PHP-8.0/ext/exif/tests/
H A Dexif003.phpt19 copy of test1.jpg as a thumbnail.
/PHP-8.0/ext/phar/tests/
H A Dphar_convert_tar3.phpt36 copy($fname2 . '.bz2', $fname3);
H A Dphar_decompress.phpt26 copy($gz->getPath(), $fname2);
H A Ddir.phpt22 copy($fname, $fname2);
26 copy($fname, $fname3);
/PHP-8.0/ext/phar/tests/tar/
H A Dbignames.phpt18 copy($fname, $fname2);
H A Dphar_convert_phar4.phpt36 copy($fname . '.gz', $fname2);
H A Dphar_stub.phpt20 copy($fname2, $fname);
/PHP-8.0/ext/phar/tests/zip/
H A Dmetadata_write_commit.phpt29 copy($f2name, $fname);
H A Dall.phpt32 copy($fname, $fname2);
H A Dphar_oo_compressallbz2.phpt38 copy($fname, $fname2);
H A Dphar_stub.phpt20 copy($fname2, $fname);
/PHP-8.0/ext/zip/tests/
H A Doo_properties.phpt13 copy($dirname . 'test_with_comment.zip', $file);
/PHP-8.0/build/
H A Dax_func_which_gethostbyname_r.m448 # You should have received a copy of the GNU General Public License along
52 # gives unlimited permission to copy, distribute and modify the configure
/PHP-8.0/tests/lang/
H A DforeachLoop.009.phpt6 // "Unless the array is referenced, foreach operates on a copy of the specified array."
/PHP-8.0/Zend/
H A Dzend_language_scanner.l1171 char *copy = Z_STRVAL_P(zendlval); in strip_multiline_string_indentation() local
1184 copy = (char *) nl + newline_len; in strip_multiline_string_indentation()
1225 memmove(copy, str, len); in strip_multiline_string_indentation()
1227 copy += len; in strip_multiline_string_indentation()
1231 *copy = '\0'; in strip_multiline_string_indentation()
1232 Z_STRLEN_P(zendlval) = copy - Z_STRVAL_P(zendlval); in strip_multiline_string_indentation()
2913 zend_string *copy = Z_STR_P(zendlval);
2921 if (UNEXPECTED(zend_scan_escape_string(zendlval, ZSTR_VAL(copy), ZSTR_LEN(copy), 0) != SUCCESS)) {
2922 zend_string_efree(copy);
2926 zend_string_efree(copy);
H A Dzend_closures.c563 zval copy; in zend_closure_get_debug_info() local
566 ZVAL_STRING(&copy, "<constant ast>"); in zend_closure_get_debug_info()
571 ZVAL_COPY(&copy, var); in zend_closure_get_debug_info()
574 zend_hash_add_new(Z_ARRVAL(val), key, &copy); in zend_closure_get_debug_info()
/PHP-8.0/ext/standard/tests/file/
H A Dfileinode_variation.phpt46 copy( $file1, $file_path."/fileinode1_variation_new.tmp");
H A D005_variation-win32.phpt88 echo "\n-- Checking same times, after making a copy of the file --\n";
90 copy($file_name, $file_copy);
187 -- Checking same times, after making a copy of the file --
/PHP-8.0/ext/standard/tests/strings/
H A Dget_html_translation_table_basic4.phpt126 string(6) "&copy;"
H A Dget_html_translation_table_basic6.phpt127 [�] => &copy;
/PHP-8.0/docs/
H A Dself-contained-extensions.md34 You now have an empty directory. We will copy the files from the mysqli
123 This will automatically copy the necessary build files and create configure from
/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_optimizer_internal.h80 int zend_optimizer_get_persistent_constant(zend_string *name, zval *result, int copy);

Completed in 39 milliseconds

12345678910>>...12