Home
last modified time | relevance | path

Searched refs:copy (Results 251 – 275 of 283) sorted by relevance

1...<<1112

/PHP-8.0/ext/phar/tests/
H A Dphar_convert_again.phpt38 copy($tbz->getPath(), $fname2);
/PHP-8.0/ext/standard/
H A Durl_scanner_ex.re9 | If you did not receive a copy of the PHP license and are unable to |
11 | license@php.net so we can mail you a copy immediately. |
443 * we continue to scan the tag, otherwise we simply copy the complete
H A Dvar_unserializer.re9 | If you did not receive a copy of the PHP license and are unable to |
11 | license@php.net so we can mail you a copy immediately. |
H A Darray.c3836 zend_bool copy = 1; local
3841 copy = 0;
3845 if (copy) {
H A Dbasic_functions.stub.php836 function copy(string $from, string $to, $context = null): bool {} function
H A Dbasic_functions_arginfo.h2563 ZEND_FUNCTION(copy);
3201 ZEND_FE(copy, arginfo_copy)
H A Dfile.c1582 PHP_FUNCTION(copy) in PHP_FUNCTION() argument
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_store_result_copy.phpt109 globally to copy mode and run all the tests */
/PHP-8.0/sapi/fpm/tests/
H A Dfcgi.inc7 * Permission is hereby granted, free of charge, to any person obtaining a copy of
10 * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
/PHP-8.0/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc20 * You should have received a copy of the GNU Lesser General Public
/PHP-8.0/build/
H A Dpkg.m417 dnl You should have received a copy of the GNU General Public License
/PHP-8.0/
H A DCONTRIBUTING.md416 | If you did not receive a copy of the PHP license and are unable to |
418 | license@php.net so we can mail you a copy immediately. |
H A Dphp.ini-development564 ; You can download a copy of the PHP manual from http://php.net/docs
565 ; and change docref_root to the base URL of your local copy including the
/PHP-8.0/docs/
H A Drelease-process.md43 * Clone a new copy of the php-src repository (it will rewrite history, keep
278 * If that fails for any non-trivially fixable reason, you can manually copy
/PHP-8.0/Zend/tests/
H A Doperator_unsupported_types.phpt110 $copy = eval("return $illegalValue;");
112 $copy++;
113 echo "No error for $copy++\n";
117 $copy = eval("return $illegalValue;");
119 $copy--;
120 echo "No error for $copy--\n";
/PHP-8.0/sapi/fpm/
H A Dconfig.m4139 …long v1 = (unsigned int) -1; /* copy will fail if sizeof(long) == 8 and we've got "int ptrace()" */
/PHP-8.0/ext/standard/tests/strings/
H A Dget_html_translation_table_basic5.phpt651 [©] => &copy;
H A Dhtml_entity_decode_html5.phpt836 "&copy;",
2970 &copy; => © c2a9
H A Dhtmlentities_html5.phpt155 &copy; U+000A9
/PHP-8.0/ext/opcache/Optimizer/
H A Dblock_pass.c34 int zend_optimizer_get_persistent_constant(zend_string *name, zval *result, int copy) in zend_optimizer_get_persistent_constant() argument
43 if (copy) { in zend_optimizer_get_persistent_constant()
/PHP-8.0/ext/soap/
H A Dphp_encoding.c633 xmlNodePtr copy; in to_zval_user() local
635 copy = xmlCopyNode(node, 1); in to_zval_user()
637 xmlNodeDump(buf, NULL, copy, 0, 0); in to_zval_user()
640 xmlFreeNode(copy); in to_zval_user()
/PHP-8.0/ext/sodium/
H A Dlibsodium.c124 zend_string *copy = zend_string_init(Z_STRVAL_P(zv), Z_STRLEN_P(zv), 0); in sodium_separate_string() local
126 ZVAL_STR(zv, copy); in sodium_separate_string()
/PHP-8.0/ext/standard/html_tables/
H A Dents_html5.txt831 copy 000A9
/PHP-8.0/ext/date/lib/
H A Dparse_date.re7 * Permission is hereby granted, free of charge, to any person obtaining a copy
10 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/PHP-8.0/ext/phar/phar/
H A Dpharcommand.inc917 if (!@copy($f, $target)) {

Completed in 123 milliseconds

1...<<1112