Home
last modified time | relevance | path

Searched refs:copy (Results 176 – 200 of 301) sorted by relevance

12345678910>>...13

/PHP-7.0/ext/phar/tests/
H A Dphar_convert_tar.phpt33 copy($fname2, $fname3);
H A Dphar_convert_zip.phpt33 copy($fname2, $fname3);
H A Dzf_test.phpt16 copy($orig_file, $tgz_file);
H A Dphar_bz2.phpt38 copy($fname, $fname2);
H A Dphar_gzip.phpt40 copy($fname, $fname2);
H A Dphar_convert_tar3.phpt36 copy($fname2 . '.bz2', $fname3);
/PHP-7.0/ext/phar/tests/tar/
H A Dtar_gzipU.phpt39 copy($fname, $fname2);
H A Dphar_convert_phar2.phpt32 copy($fname . '.gz', $fname2);
H A Dphar_convert_phar3.phpt32 copy($fname . '.bz2', $fname2);
H A Dtar_bz2U.phpt43 copy($fname, $fname2);
H A Dtar_bz2.phpt43 copy($fname, $fname2);
H A Dtar_gzip.phpt39 copy($fname, $fname2);
H A Dall.phpt32 copy($fname, $fname2);
H A DallU.phpt32 copy($fname, $fname2);
H A Dphar_convert_phar4.phpt36 copy($fname . '.gz', $fname2);
/PHP-7.0/ext/phar/tests/zip/
H A D033.phpt24 copy($fname, $fname2);
H A Dphar_convert_phar.phpt31 copy($fname3, $fname2);
/PHP-7.0/ext/interbase/tests/
H A D004.phpt98 …ibase_blob_add($bl_h, "| You should have received a copy of both licenses referred to here. |\n"…
153 | You should have received a copy of both licenses referred to here. |
178 | You should have received a copy of both licenses referred to here. |
/PHP-7.0/ext/mbstring/oniguruma/
H A DREADME56 1. copy win32\Makefile Makefile
57 2. copy win32\config.h config.h
64 4. copy win32\testc.c testc.c
/PHP-7.0/
H A Dmakedist91 ./buildconf --copy --force
/PHP-7.0/ext/standard/tests/array/
H A Darray_pad_variation5.phpt6 * Description: Returns a copy of input array padded with pad_value to size pad_size
H A Darray_pad_error.phpt6 * Description: Returns a copy of input array padded with pad_value to size pad_size
H A Darray_shift_variation8.phpt14 * it will return a *copy* of the first element of the array,
/PHP-7.0/tests/classes/
H A Darray_access_005.phpt45 $x = $people[0]; // creates a copy
/PHP-7.0/ext/spl/
H A Dphp_spl.c415 zend_function *copy = emalloc(sizeof(zend_op_array)); in PHP_FUNCTION() local
417 memcpy(copy, alfi->func_ptr, sizeof(zend_op_array)); in PHP_FUNCTION()
418 copy->op_array.function_name = zend_string_copy(alfi->func_ptr->op_array.function_name); in PHP_FUNCTION()
419 …zend_call_method(Z_ISUNDEF(alfi->obj)? NULL : &alfi->obj, alfi->ce, &copy, ZSTR_VAL(func_name), ZS… in PHP_FUNCTION()
591 zend_function *copy = emalloc(sizeof(zend_op_array)); in PHP_FUNCTION() local
593 memcpy(copy, alfi.func_ptr, sizeof(zend_op_array)); in PHP_FUNCTION()
595 alfi.func_ptr = copy; in PHP_FUNCTION()

Completed in 40 milliseconds

12345678910>>...13