Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.4/ext/phar/tests/tar/
H A Dphar_stub.phpt20 copy($fname2, $fname);
/PHP-7.4/ext/phar/tests/zip/
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-7.4/ext/standard/
H A Dfile.h53 PHP_FUNCTION(copy);
/PHP-7.4/ext/zip/tests/
H A Doo_properties.phpt13 copy($dirname . 'test_with_comment.zip', $file);
/PHP-7.4/ext/opcache/
H A Dzend_persist.c158 zend_ast_zval *copy = zend_shared_memdup(ast, sizeof(zend_ast_zval)); in zend_persist_ast() local
159 zend_persist_zval(&copy->val); in zend_persist_ast()
160 node = (zend_ast *) copy; in zend_persist_ast()
163 zend_ast_list *copy = zend_shared_memdup(ast, in zend_persist_ast() local
166 if (copy->child[i]) { in zend_persist_ast()
167 copy->child[i] = zend_persist_ast(copy->child[i]); in zend_persist_ast()
170 node = (zend_ast *) copy; in zend_persist_ast()
/PHP-7.4/ext/phar/tests/
H A Dphar_decompress.phpt26 copy($gz->getPath(), $fname2);
H A Dphar_unlinkarchive.phpt58 copy($fname2, $fname3);
/PHP-7.4/ext/standard/tests/array/
H A Darray_pad_variation7.phpt6 * Description: Returns a copy of input array padded with pad_value to size pad_size
/PHP-7.4/Zend/
H A Dzend_language_scanner.l1135 char *copy = Z_STRVAL_P(zendlval); in strip_multiline_string_indentation() local
1148 copy = (char *) nl + newline_len; in strip_multiline_string_indentation()
1189 memmove(copy, str, len); in strip_multiline_string_indentation()
1191 copy += len; in strip_multiline_string_indentation()
1195 *copy = '\0'; in strip_multiline_string_indentation()
1196 Z_STRLEN_P(zendlval) = copy - Z_STRVAL_P(zendlval); in strip_multiline_string_indentation()
2749 zend_string *copy = Z_STR_P(zendlval);
2757 if (UNEXPECTED(zend_scan_escape_string(zendlval, ZSTR_VAL(copy), ZSTR_LEN(copy), 0) != SUCCESS)) {
2758 zend_string_efree(copy);
2762 zend_string_efree(copy);
/PHP-7.4/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-7.4/tests/lang/
H A DforeachLoop.009.phpt6 // "Unless the array is referenced, foreach operates on a copy of the specified array."
/PHP-7.4/ext/standard/tests/file/
H A D005_variation-win32.phpt98 echo "\n-- Checking different times, after making a copy of the file --\n";
100 copy($file_name, $file_copy);
187 -- Checking different times, after making a copy of the file --
H A Dfileinode_variation.phpt51 copy( $file1, $file_path."/fileinode1_variation_new.tmp");
/PHP-7.4/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-7.4/ext/standard/tests/strings/
H A Dget_html_translation_table_basic4.phpt132 string(6) "©"
H A Dget_html_translation_table_basic6.phpt127 [�] => ©
H A Dsprintf_f_2.phpt14 /* copy & paste from the docs */
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_optimizer_internal.h80 int zend_optimizer_get_persistent_constant(zend_string *name, zval *result, int copy);
/PHP-7.4/TSRM/
H A Dtsrm_win32.c435 HANDLE copy, self = GetCurrentProcess(); in dupHandle() local
436 …if (!DuplicateHandle(self, fh, self, &copy, 0, inherit, DUPLICATE_SAME_ACCESS|DUPLICATE_CLOSE_SOUR… in dupHandle()
439 return copy; in dupHandle()
/PHP-7.4/win32/build/
H A Dphpize.js.in11 | 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. |
/PHP-7.4/ext/ffi/
H A Dffi.g11 | 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. |
43 | If you did not receive a copy of the PHP license and are unable to |
45 | license@php.net so we can mail you a copy immediately. |
/PHP-7.4/ext/standard/html_tables/
H A Dents_html401.txt11 copy 00A9
H A Dents_xhtml.txt10 copy 00A9

Completed in 46 milliseconds

12345678910>>...12