Home
last modified time | relevance | path

Searched refs:copy (Results 1 – 25 of 298) sorted by last modified time

12345678910>>...12

/PHP-5.5/win32/
H A Dphp5dllts.dsp2275 copy $(InputPath) $(InputDir)\timelib_config.h
2286 copy $(InputPath) $(InputDir)\timelib_config.h
2297 copy $(InputPath) $(InputDir)\timelib_config.h
2308 copy $(InputPath) $(InputDir)\timelib_config.h
H A Dglob.c723 char *copy; local
749 if ((copy = malloc(len)) != NULL) {
750 if (g_Ctoc(path, copy, len)) {
751 free(copy);
754 pathv[pglob->gl_offs + pglob->gl_pathc++] = copy;
764 return(copy == NULL ? GLOB_NOSPACE : 0);
H A Dinstall.txt191 +--pear -- initial copy of PEAR
269 To make php5ts.dll available you have three options: copy
270 the file to the Windows system directory, copy the file to the web
1493 And then you would copy php.ini-production from the distribution to
/PHP-5.5/win32/build/
H A Dmkdist.php211 copy("$build_dir/php.exe", "$dist_dir/php.exe");
212 copy("$build_dir/$phpdll", "$dist_dir/$phpdll");
216 copy("$build_dir/$phplib", "$dist_dir/dev/$phplib");
254 copy($src, $dist_dir . '/' . $dest);
310 copy($dll, "$dist_dir/" . basename($dll));
360 copy($dll, "$pecl_dir/" . basename($dll));
381 copy($fs, $fd);
472 copy('run-tests.php', $test_dir . '/run-test.php');
501 copy($url, $destfilename);
535 copy($item, "$dist_dir/$bi");
[all …]
H A Dphpize.bat4 copy %PHP_BUILDCONF_PATH%\win32\build\configure.bat %PHP_BUILDCONF_PATH% > nul
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. |
H A DMakefile92 @copy win32\build\default.manifest $(BUILD_DIR)\$(PHPDLL).manifest
189 @copy $(BUILD_DIR)\$(PHPLIB) $(BUILD_DIR_DEV)\lib /y >nul
194 @copy win32\build\confutils.js $(BUILD_DIR_DEV)\script\ /y >nul
195 @copy win32\build\configure.tail $(BUILD_DIR_DEV)\script\ /y >nul
197 @copy win32\build\Makefile.phpize $(BUILD_DIR_DEV)\script\ /y >nul
198 @copy win32\build\phpize.bat $(BUILD_DIR_DEV)\ /y >nul
199 @copy win32\build\template.rc $(BUILD_DIR_DEV)\build\ /y >nul
200 @copy win32\build\default.manifest $(BUILD_DIR_DEV)\build\ /y >nul
202 @copy $(BUILD_DIR)\devel\phpize.js $(BUILD_DIR_DEV)\script\ /y >nul
211 @copy $(BUILD_DIR)\*.exe $(PHP_PREFIX) /y >nul
[all …]
H A Dconfig.w3269 …STDOUT.WriteLine('Parsers will not be generated. Upgrade your copy at http://sf.net/projects/re2c'…
H A Dconfig.w32.phpize.in68 …STDOUT.WriteLine('Parsers will not be generated. Upgrade your copy at http://sf.net/projects/re2c'…
H A DDSP.README31 configure again after saving, and you have a working copy of MSVS
/PHP-5.5/tests/security/
H A Dopen_basedir_copy.phpt8 test_open_basedir_before("copy");
10 var_dump(copy("ok.txt", "../bad"));
11 var_dump(copy("ok.txt", "../bad/bad.txt"));
12 var_dump(copy("ok.txt", ".."));
13 var_dump(copy("ok.txt", "../"));
14 var_dump(copy("ok.txt", "/"));
15 var_dump(copy("ok.txt", "../bad/."));
17 var_dump(copy("ok.txt", "./../."));
19 var_dump(copy("ok.txt", "copy.txt"));
20 var_dump(unlink("copy.txt"));
[all …]
H A Dopen_basedir_copy_variation1.phpt8 test_open_basedir_before("copy");
10 var_dump(copy("../bad/bad.txt", "copy.txt"));
11 var_dump(unlink("copy.txt"));
13 test_open_basedir_after("copy");
21 *** Testing open_basedir configuration [copy] ***
28 Warning: copy(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allowed…
31 Warning: unlink(copy.txt): No such file or directory in %s on line %d
33 *** Finished testing open_basedir configuration [copy] ***
/PHP-5.5/tests/lang/
H A Dbug20175.phpt38 * The return statment transports a copy of the value to return. In other
H A DforeachLoop.009.phpt6 // "Unless the array is referenced, foreach operates on a copy of the specified array."
H A DforeachLoop.010.phpt11 // "Unless the array is referenced, foreach operates on a copy of
19 // At this point the array $a is no longer referenced, so foreach should operate on a copy of the a…
H A D031.phpt30 print "What happens without inner loop reset but copy.\n";
41 print "What happens with inner loop reset over copy.\n";
61 What happens without inner loop reset but copy.
66 What happens with inner loop reset over copy.
/PHP-5.5/tests/classes/
H A Dclone_001.phpt16 $copy = clone $obj;
17 $copy->p3 = 'C';
21 var_dump($copy);
H A Dclone_002.phpt18 $copy = clone $obj;
19 $copy->p3 = 'C';
23 var_dump($copy);
H A Dclone_003.phpt30 $copy = clone $obj;
34 print_r($copy);
H A Darray_access_005.phpt45 $x = $people[0]; // creates a copy
/PHP-5.5/
H A Dserver-tests.php153 copy("$src/$entry", "$new/$entry");
/PHP-5.5/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.5/sapi/cli/tests/
H A D019.phpt33 If you did not receive a copy of the PHP license, or have any
/PHP-5.5/sapi/cgi/
H A DREADME.FastCGI77 copy the FastCGI-PHP binary in there. (named 'php-cgi') This sets up
/PHP-5.5/sapi/apache_hooks/
H A DapMakefile.libdir4 copy the Makefile.tmpl onto the end.

Completed in 40 milliseconds

12345678910>>...12