Home
last modified time | relevance | path

Searched refs:file (Results 26 – 50 of 1991) sorted by last modified time

12345678910>>...80

/PHP-5.5/tests/lang/
H A Dbug35382.phpt2 Bug #35382 (Comment in end of file produces fatal error)
H A Dbug38579.phpt2 Bug #38579 (include_once() may include the same file twice)
11 $file = dirname(__FILE__)."/bug38579.inc";
12 include_once(strtolower($file));
13 include_once(strtoupper($file));
H A Dbug43958.phpt12 MyClass::loadCode('file-which-does-not-exist-on-purpose.php');
14 Warning: include(file-which-does-not-exist-on-purpose.php): failed to open stream: No such file or …
16 Warning: include(): Failed opening 'file-which-does-not-exist-on-purpose.php' for inclusion (includ…
H A D016.phpt2 Testing user-defined function in included file
H A D023.phpt247 *** Nested file include test ***<br>
249 This is Finish.phtml. This file is supposed to be included
H A D024.phpt363 *** Nested file include test ***
590 *** Nested file include test ***
815 *** Nested file include test ***
1040 *** Nested file include test ***
1265 *** Nested file include test ***
1490 *** Nested file include test ***
1715 *** Nested file include test ***
1940 *** Nested file include test ***
2165 *** Nested file include test ***
2390 *** Nested file include test ***
[all …]
H A D038.phpt11 $this->file = $errfile;
H A D039.phpt15 $this->file = $errfile;
/PHP-5.5/tests/func/
H A D010.phpt56 $filename = dirname(__FILE__).'/010-file.php';
57 file_put_contents(dirname(__FILE__).'/010-file.php', $str);
67 @unlink(dirname(__FILE__).'/010-file.php');
/PHP-5.5/tests/classes/
H A Dinterface_optional_arg_003.phpt2 default argument value in and in implementing class with interface in included file
/PHP-5.5/
H A Dserver-tests.php818 foreach ($this->test_files as $file) {
822 $dirs[dirname($file)] = dirname($newlocation);
1136 function getSectionText($file) argument
1144 '_FILE' => $file,
1145 '_DIR' => realpath(dirname($file)),
1148 $fp = @fopen($file, "r")
1233 function run_test($file) argument
1238 $section_text = $this->getSectionText($file);
1257 @unlink(preg_replace('/\.phpt$/','.log',$file));
1543 'name' => $file,
[all …]
/PHP-5.5/tests/basic/
H A Dbug45986.phpt2 Bug #45986 (wrong error message for a non existent file on rename)
H A Dbug55500.phpt11 Content-Disposition: form-data; name="file[]"; filename="file1.txt"
16 Content-Disposition: form-data; name="file[[type]"; filename="file2.txt"
21 Content-Disposition: form-data; name="file[[name]"; filename="file3.txt"
26 Content-Disposition: form-data; name="file[name]["; filename="file4.txt"
38 [%u|b%"file"]=>
H A Denable_post_data_reading_02.phpt9 Content-Type: text/plain-file
25 Content-Type: text/plain-file
H A Drfc1867_array_upload.phpt12 Content-Disposition: form-data; name="file[]"; filename="file1.txt"
17 Content-Disposition: form-data; name="file[2]"; filename="file2.txt"
22 Content-Disposition: form-data; name="file[]"; filename="file3.txt"
34 [%u|b%"file"]=>
H A Drfc1867_max_file_uploads_empty_files.phpt13 Content-Type: text/plain-file
18 Content-Type: text/plain-file
23 Content-Type: text/plain-file
28 Content-Type: text/plain-file
76 string(15) "text/plain-file"
89 string(15) "text/plain-file"
H A Drfc1867_max_file_uploads_empty_files_debug.phpt13 Content-Type: text/plain-file
18 Content-Type: text/plain-file
23 Content-Type: text/plain-file
28 Content-Type: text/plain-file
41 Notice: No file uploaded in Unknown on line 0
43 Notice: No file uploaded in Unknown on line 0
45 Warning: Uploaded file size 0 - file [file4=file4.txt] not saved in Unknown on line 0
91 string(15) "text/plain-file"
/PHP-5.5/scripts/dev/
H A Dcredits8 file=ext/standard/credits_$what.h
9 cat >$file <<END
18 CREDITS file instead
25 awk "$awkprog" $files | sort -f | uniq >> $file
26 echo "Updated $file"
H A Dextern_c.php6 foreach (glob("$dir/*") as $file) {
7 if (is_dir($file)) {
8 if (basename($file) != "CVS") {
9 scan_dir($file);
11 } else if (fnmatch("*.h", $file)) {
12 scan_file($file);
17 function scan_file($file) { argument
20 foreach (file($file) as $nr => $line) {
30 if (!$flag) echo "$file:".($nr+1)." $line";
H A Dfind_tested.php181 while(($file = $thisdir->read()) !== false) {
182 if ($file != '.' && $file != '..') {
183 $path = $thisdir->path.$file;
187 if (preg_match("/\w+\.phpt$/", $file)) {
196 function extract_tests($file) { argument
197 $code = file_get_contents($file);
H A Dgenerate-phpt.phar304 $lines = file($filename);
326 $text = file($filename);
358 * Autoloader using a map file (gtClassMap.php)
359 * defining the file to load each class from.
805 * Writes a single test case to a file
1410 * Construct the common headers (title, file section..) of the test case
/PHP-5.5/scripts/dev/generate-phpt/src/
H A DgtCodeSnippet.php24 $lines = file($filename);
46 $text = file($filename);
/PHP-5.5/scripts/
H A Dphpize.in111 Make sure that the file exists and is executable and then rerun this script.
H A Dphpize.m41 dnl This file becomes configure.in for self-contained extensions.
/PHP-5.5/sapi/pi3web/
H A DREADME4 into the INSTALL file which accompanies that distribution.

Completed in 85 milliseconds

12345678910>>...80