Home
last modified time | relevance | path

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

1...<<1112

/PHP-5.3/ext/standard/tests/array/
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-5.3/sapi/cgi/
H A DREADME.FastCGI77 copy the FastCGI-PHP binary in there. (named 'php-cgi') This sets up
/PHP-5.3/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc20 * You should have received a copy of the GNU Lesser General Public
/PHP-5.3/win32/build/
H A Dconfig.w32.phpize.in63 …STDOUT.WriteLine('Parsers will not be generated. Upgrade your copy at http://sf.net/projects/re2c'…
H A Dconfig.w3264 …STDOUT.WriteLine('Parsers will not be generated. Upgrade your copy at http://sf.net/projects/re2c'…
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dsqlite.h.in506 ** routines is a copy of the first argument to xFunc() or xFinialize().
757 ** Finally, the 5th "copy" parameter is TRUE if SQLite should make its
758 ** own private copy of this value, or false if the space that the 3rd
774 int sqlite_bind(sqlite_vm*, int idx, const char *value, int len, int copy);
/PHP-5.3/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-5.3/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-5.3/ext/fileinfo/
H A Dlibmagic.patch2850 - char *copy;
2854 - if ((copy = malloc(len + 1)) == NULL)
2856 - (void)memcpy(copy, str, len);
2857 - copy[len] = '\0';
2858 - return copy;
/PHP-5.3/
H A DREADME.RELEASE_PROCESS193 to manually copy the old information to include/releases.inc
H A Dserver-tests.php153 copy("$src/$entry", "$new/$entry");
H A DUPGRADING93 copy(): $context
H A DINSTALL271 (you should now have an httpd binary which you can copy to your Apache bin d
326 accompanying files and copy this into the src/modules/php5 directory in
477 rename or copy it to a .phps file:
1860 And then you would copy php.ini-development from the
H A DNEWS1262 closing a copy of the socket). (Gustavo)
1876 - Added support for copy to/from array/file for pdo_pgsql extension.
1939 - Fixed bug #52240 (hash_copy() does not copy the HMAC key, causes wrong
2237 - Fixed bug #50657 (copy() with an empty (zero-byte) HTTP source succeeds but
2707 . Optimized ZEND_RETURN opcode to not allocate and copy return value if it is
2782 . Added context parameter for copy() function. (Sara)
3795 - Fixed bug #44182 (extract($a, EXTR_REFS) can fail to split copy-on-write
4202 - Fixed bug #42243 (copy() does not output an error when the first arg is a
4360 - Fixed bug #37715 (array pointers resetting on copy). (Dmitry)
5282 - Fixed bug #38637 (curl_copy_handle() fails to fully copy the cURL handle).
[all …]
/PHP-5.3/ext/soap/
H A Dphp_encoding.c663 xmlNodePtr copy; in to_zval_user() local
665 copy = xmlCopyNode(node, 1); in to_zval_user()
667 xmlNodeDump(buf, NULL, copy, 0, 0); in to_zval_user()
671 xmlFreeNode(copy); in to_zval_user()
H A Dsoap.c194 va_list copy; \
195 va_copy(copy, args); \
196 old_error_handler(error_num, error_filename, error_lineno, format, copy); \
197 va_end(copy); \
/PHP-5.3/win32/
H A Dphp5dllts.dsp2287 copy $(InputPath) $(InputDir)\timelib_config.h
2298 copy $(InputPath) $(InputDir)\timelib_config.h
2309 copy $(InputPath) $(InputDir)\timelib_config.h
2320 copy $(InputPath) $(InputDir)\timelib_config.h
H A Dinstall.txt319 +--pear -- initial copy of PEAR
397 To make php5ts.dll available you have three options: copy
398 the file to the Windows system directory, copy the file to the web
1634 And then you would copy php.ini-production from the distribution to
/PHP-5.3/ext/pcre/pcrelib/
H A DREADME314 not specify this option, pcre_chartables.c is created as a copy of
552 by making a copy of pcre_chartables.c.dist, which is a default set of tables
734 default, this is created as a copy of pcre_chartables.c.dist, which contains
H A DHACKING385 minimum is zero), with the final copy terminating with OP_KETRMIN or OP_KETRMAX
H A DNEWS343 QuoteMeta function and the ability to allow copy construction and
/PHP-5.3/ext/standard/
H A Dstring.c1104 int copy; in php_implode() local
1106 zend_make_printable_zval(*tmp, &expr, &copy); in php_implode()
1108 if (copy) { in php_implode()
H A Dfile.c1730 PHP_FUNCTION(copy) in PHP_FUNCTION() argument
/PHP-5.3/ext/date/lib/
H A Dparse_date.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. |

Completed in 136 milliseconds

1...<<1112