Home
last modified time | relevance | path

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

1...<<111213

/PHP-7.0/ext/date/lib/
H A Dparse_iso_intervals.re6 * Permission is hereby granted, free of charge, to any person obtaining a copy
9 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/PHP-7.0/ext/fileinfo/
H A Dlibmagic.patch3354 - char *copy;
3360 - (void)memcpy(copy, str, len);
3361 - copy[len] = '\0';
3362 - return copy;
3582 - char *copy;
3584 - copy = malloc(slen);
3585 - if (copy == NULL) {
3592 - copy[--slen] = '\0';
3593 - search = copy;
3644 - copy = NULL;
[all …]
/PHP-7.0/ext/pdo/
H A Dpdo_sql_parser.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. |
/PHP-7.0/ext/standard/tests/array/
H A Darray_pad_variation3.phpt6 * Description: Returns a copy of input array padded with pad_value to size pad_size
H A Darray_pad_variation1.phpt6 * Description: Returns a copy of input array padded with pad_value to size pad_size
H A Darray_pad_variation6.phpt6 * Description: Returns a copy of input array padded with pad_value to size pad_size
/PHP-7.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-7.0/ext/phar/tests/
H A Dphar_convert_again.phpt38 copy($tbz->getPath(), $fname2);
/PHP-7.0/ext/standard/tests/strings/
H A Dhtmlentities_html4.phpt75 &copy; U+000A9
H A Dget_html_translation_table_basic5.phpt651 [©] => &copy;
/PHP-7.0/Zend/RFCs/
H A D001.txt98 called on the originally instantiated object and not a copy. Line 22
/PHP-7.0/ext/phar/
H A DTODO100 X Phar::copy($from, $to); [Greg]
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_store_result_copy.phpt106 globally to copy mode and run all the tests */
/PHP-7.0/
H A DREADME.REDIST.BINS170 The authors hereby grant permission to use, copy, modify, distribute,
267 of charge, to (a) use, copy, distribute, modify, perform and display this
321 Permission to use, copy, modify, and distribute this software for any
H A DREADME.RELEASE_PROCESS209 to manually copy the old information to include/releases.inc
/PHP-7.0/sapi/cgi/
H A DREADME.FastCGI77 copy the FastCGI-PHP binary in there. (named 'php-cgi') This sets up
/PHP-7.0/ext/mbstring/oniguruma/win32/
H A DMakefile16 CP = copy
/PHP-7.0/ext/standard/
H A Dvar_unserializer.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. |
/PHP-7.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-7.0/ext/opcache/
H A DREADME28 make install # this will copy opcache.so into PHP extension directory
/PHP-7.0/ext/mbstring/
H A DREADME_PHP3-i18n-ja137 Don't forget to copy php3.ini-dist to desired location.
140 If you have already installed PHP3, copy all the entries in php3.ini-dist
/PHP-7.0/sapi/fpm/
H A Dconfig.m4145 …long v1 = (unsigned int) -1; /* copy will fail if sizeof(long) == 8 and we've got "int ptrace()" */
/PHP-7.0/ext/soap/
H A Dphp_encoding.c649 xmlNodePtr copy; in to_zval_user() local
651 copy = xmlCopyNode(node, 1); in to_zval_user()
653 xmlNodeDump(buf, NULL, copy, 0, 0); in to_zval_user()
656 xmlFreeNode(copy); in to_zval_user()
/PHP-7.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
59 if (copy) { in zend_optimizer_get_persistent_constant()
/PHP-7.0/ext/pcre/pcrelib/
H A DREADME343 not specify this option, pcre_chartables.c is created as a copy of
582 by making a copy of pcre_chartables.c.dist, which is a default set of tables
801 default, this is created as a copy of pcre_chartables.c.dist, which contains

Completed in 92 milliseconds

1...<<111213