Home
last modified time | relevance | path

Searched refs:file (Results 1 – 25 of 1991) sorted by last modified time

12345678910>>...80

/PHP-5.5/win32/
H A Dphp5dll.dsp391 SOURCE=..\ext\standard\file.c
604 SOURCE=..\ext\standard\file.h
H A Dphp5dllts.dsp1823 SOURCE=..\ext\standard\file.c
2042 SOURCE=..\ext\standard\file.h
H A Dphp5dllts.rc26 #error this file is not editable by Microsoft Visual C++
H A Dphp5ts.rc26 #error this file is not editable by Microsoft Visual C++
H A Dphp5ts_cli.rc26 #error this file is not editable by Microsoft Visual C++
H A Dbuilddef.bat2 rem Generate phpts.def file, which exports symbols from our dll that
H A Dinstall.txt37 The configuration file
270 the file to the Windows system directory, copy the file to the web
576 script file and add this code: <?php
961 file:
1249 The configuration file
1491 --with-config-file-path=/etc
1495 --with-config-file-scan-dir=PATH
1536 httpd.conf file:
1591 --with-config-file-path=/usr/lib \
1737 * Open the C:\autoexec.bat file
[all …]
/PHP-5.5/win32/build/
H A Dconfutils.js527 var i, found = false, place = false, file, env;
539 file = glob(explicit_path[i] + "\\" + thing_to_find);
540 if (file) {
542 place = file[0];
553 file = glob(env[i] + "\\" + thing_to_find);
554 if (file) {
H A Dmkdist.php411 while (FALSE !== ($file = readdir($directory_list))) {
412 $full_path = $directory . '/' . $file;
413 if($file != '.' && $file != '..' && $file != '.svn' && is_dir($full_path)) {
414 if ($file == 'tests' || $file == 'examples') {
440 foreach (new DirectoryIterator($path_to_phar . '/phar') as $file) {
441 if ($file->isDir() || $file == 'phar.php') {
445 echo 'adding ', $file, "\n";
446 $phar[(string) $file] = file_get_contents($path_to_phar. '/phar/' . $file);
450 $stub = file($path_to_phar . '/phar/phar.php');
H A Dphpize.js.in7 | This source file is subject to version 3.01 of the PHP license, |
8 | that is bundled with this package in the file LICENSE, and is |
212 C.WriteLine("/* This file automatically generated from script/confutils.js */");
H A Dprojectgen.js150 var file = get_define("PHPLIB").replace("lib", "def");
151 var path = "..\\" + bdir + file;
189 var file = "timelib_config.h";
191 var pos = headers.search(file);
194 replace = entry.replace(file, file + ".win32");
198 replace += "\tcopy $(InputPath) $(InputDir)\\" + file + "\r\n\r\n";
H A Dtemplate.rc1 /* This is a template RC file.
H A Dconfig.w323 // "Master" config file; think of it as a configure.in
H A Dconfig.w32.phpize.in3 // "Master" config file; think of it as a configure.in
H A DDSP.README1 MSVC++ project file generation
11 The switch for project file generation is a buildconf switch and
30 project file generation still fails (as in, you ran the command and
/PHP-5.5/tests/security/
H A Dopen_basedir_tempnam.phpt20 $file = tempnam($initdir."/test/ok", "test");
21 var_dump($file);
22 var_dump(unlink($file));
25 $file = tempnam(".", "test");
26 var_dump($file);
27 var_dump(unlink($file));
29 $file = tempnam("../ok", "test");
30 var_dump($file);
31 var_dump(unlink($file));
H A Dopen_basedir.inc3 // This file contains helper functions for testing open_basedir configuration
H A Dopen_basedir_copy_variation1.phpt31 Warning: unlink(copy.txt): No such file or directory in %s on line %d
H A Dopen_basedir_file.phpt9 test_open_basedir_before("file");
10 test_open_basedir_error("file");
12 var_dump(file("ok.txt"));
13 var_dump(file("../ok/ok.txt"));
14 var_dump(file($initdir."/test/ok/ok.txt"));
15 var_dump(file($initdir."/test/ok/../ok/ok.txt"));
17 test_open_basedir_after("file");
25 *** Testing open_basedir configuration [file] ***
44 Warning: file(..): failed to open stream: %s in %s on line %d
54 Warning: file(/): failed to open stream: %s in %s on line %d
[all …]
H A Dopen_basedir_filetype.phpt50 string(4) "file"
51 string(4) "file"
52 string(4) "file"
53 string(4) "file"
H A Dopen_basedir_linkinfo.phpt10 BUG: open_basedir cannot delete symlink to prohibited file. See also
/PHP-5.5/tests/output/
H A Dob_014.phpt20 [file] => %s
H A Dob_015.phpt20 [file] => %s
/PHP-5.5/tests/lang/
H A Dinclude_variation3.phpt2 Including a file in the current script directory from eval'd code
H A Dbug32924.phpt2 Bug #32924 (prepend does not add file to included files)

Completed in 77 milliseconds

12345678910>>...80