Home
last modified time | relevance | path

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

1...<<111213

/PHP-7.2/ext/spl/
H A Dphp_spl.c619 zend_function *copy = emalloc(sizeof(zend_op_array)); in PHP_FUNCTION() local
621 memcpy(copy, alfi.func_ptr, sizeof(zend_op_array)); in PHP_FUNCTION()
623 alfi.func_ptr = copy; in PHP_FUNCTION()
/PHP-7.2/ext/standard/tests/strings/
H A Dget_html_translation_table_basic1.phpt204 string(6) "&copy;"
H A Dhtmlentities_html4.phpt75 &copy; U+000A9
H A Dget_html_translation_table_basic5.phpt651 [©] => &copy;
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch3291 - char *copy;
3295 - if ((copy = malloc(len + 1)) == NULL)
3297 - (void)memcpy(copy, str, len);
3298 - copy[len] = '\0';
3299 - return copy;
3439 - char *copy;
3442 - if (copy == NULL) {
3450 - copy[--slen] = '\0';
3451 - search = copy;
3502 - copy = NULL;
[all …]
/PHP-7.2/ext/mbstring/oniguruma/
H A DREADME61 2. copy ..\windows\testc.c .
H A DREADME.md88 2. copy ..\windows\testc.c .
/PHP-7.2/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.2/ext/phar/tests/
H A Dphar_convert_again.phpt38 copy($tbz->getPath(), $fname2);
/PHP-7.2/ext/standard/
H A Durl_scanner_ex.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. |
447 * we continue to scan the tag, otherwise we simply copy the complete
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.2/ext/phar/
H A DTODO100 X Phar::copy($from, $to); [Greg]
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_store_result_copy.phpt106 globally to copy mode and run all the tests */
/PHP-7.2/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.2/
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 Dserver-tests.php145 copy("$src/$entry", "$new/$entry");
/PHP-7.2/sapi/cgi/
H A DREADME.FastCGI77 copy the FastCGI-PHP binary in there. (named 'php-cgi') This sets up
/PHP-7.2/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.2/ext/opcache/
H A DREADME28 make install # this will copy opcache.so into PHP extension directory
/PHP-7.2/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.2/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.2/ext/soap/
H A Dphp_encoding.c637 xmlNodePtr copy; in to_zval_user() local
639 copy = xmlCopyNode(node, 1); in to_zval_user()
641 xmlNodeDump(buf, NULL, copy, 0, 0); in to_zval_user()
644 xmlFreeNode(copy); in to_zval_user()
/PHP-7.2/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()

Completed in 72 milliseconds

1...<<111213