Home
last modified time | relevance | path

Searched refs:filename (Results 426 – 450 of 1055) sorted by relevance

1...<<11121314151617181920>>...43

/PHP-5.5/ext/standard/tests/file/
H A Dfscanf_variation17.phpt18 $filename = "$file_path/fscanf_variation17.tmp";
19 $file_handle = fopen($filename, "w");
21 exit("Error:failed to open file $filename");
56 $file_handle = fopen($filename, "r");
58 exit("Error:failed to open file $filename");
78 $filename = "$file_path/fscanf_variation17.tmp";
79 unlink($filename);
H A Dfscanf_variation46.phpt18 $filename = "$file_path/fscanf_variation46.tmp";
19 $file_handle = fopen($filename, "w");
21 exit("Error:failed to open file $filename");
56 $file_handle = fopen($filename, "r");
58 exit("Error:failed to open file $filename");
78 $filename = "$file_path/fscanf_variation46.tmp";
79 unlink($filename);
H A D005_variation.phpt15 Prototype: int fileatime ( string $filename );
19 Prototype: int filemtime ( string $filename );
23 Prototype: int filectime ( string $filename );
27 Prototype: bool touch ( string $filename [, int $time [, int $atime]] );
29 named in the filename parameter to the value given in time.
33 Prototype: void stat_fn(string $filename);
36 function stat_fn( $filename ) {
38 print( @date( 'Y:M:D:H:i:s', fileatime($filename) ) )."\n";
41 print( @date( 'Y:M:D:H:i:s', filemtime($filename) ) )."\n";
44 print( @date( 'Y:M:D:H:i:s', filectime($filename) ) )."\n";
H A Dlstat_stat_variation1.phpt11 /* Prototype: array lstat ( string $filename );
14 Prototype: array stat ( string $filename );
H A Dlstat_stat_variation2.phpt11 /* Prototype: array lstat ( string $filename );
14 Prototype: array stat ( string $filename );
H A Dlstat_stat_variation4.phpt12 /* Prototype: array lstat ( string $filename );
15 Prototype: array stat ( string $filename );
H A Dlstat_stat_variation7.phpt11 /* Prototype: array lstat ( string $filename );
14 Prototype: array stat ( string $filename );
H A Dfscanf_variation43.phpt18 $filename = "$file_path/fscanf_variation43.tmp";
19 $file_handle = fopen($filename, "w");
21 exit("Error:failed to open file $filename");
58 $file_handle = fopen($filename, "r");
60 exit("Error:failed to open file $filename");
80 $filename = "$file_path/fscanf_variation43.tmp";
81 unlink($filename);
H A Dfscanf_variation49.phpt18 $filename = "$file_path/fscanf_variation49.tmp";
19 $file_handle = fopen($filename, "w");
21 exit("Error:failed to open file $filename");
58 $file_handle = fopen($filename, "r");
60 exit("Error:failed to open file $filename");
80 $filename = "$file_path/fscanf_variation49.tmp";
81 unlink($filename);
H A Dfscanf_variation6.phpt18 $filename = "$file_path/fscanf_variation6.tmp";
19 $file_handle = fopen($filename, "w");
21 exit("Error:failed to open file $filename");
58 $file_handle = fopen($filename, "r");
60 exit("Error:failed to open file $filename");
80 $filename = "$file_path/fscanf_variation6.tmp";
81 unlink($filename);
H A Dfwrite_variation3-win32.phpt22 // include the file.inc for Function: function delete_file($filename)
42 $filename = dirname(__FILE__)."/fwrite_variation3.tmp"; // this is name of the file
45 $file_handle = fopen($filename, $file_mode);
47 echo "Error: failed to fopen() file: $filename!";
73 var_dump( filesize($filename) );
74 var_dump(md5(file_get_contents($filename)));
76 delete_file($filename); // delete file with name fwrite_variation3.tmp
H A Dfwrite_variation3.phpt22 // include the file.inc for Function: function delete_file($filename)
42 $filename = dirname(__FILE__)."/fwrite_variation3.tmp"; // this is name of the file
45 $file_handle = fopen($filename, $file_mode);
47 echo "Error: failed to fopen() file: $filename!";
74 var_dump( filesize($filename) );
75 var_dump(md5(file_get_contents($filename)));
77 delete_file($filename); // delete file with name fwrite_variation3.tmp
H A Dfscanf_variation12.phpt18 $filename = "$file_path/fscanf_variation12.tmp";
19 $file_handle = fopen($filename, "w");
21 exit("Error:failed to open file $filename");
58 $file_handle = fopen($filename, "r");
60 exit("Error:failed to open file $filename");
80 $filename = "$file_path/fscanf_variation12.tmp";
81 unlink($filename);
H A Dfscanf_variation31.phpt18 $filename = "$file_path/fscanf_variation31.tmp";
19 $file_handle = fopen($filename, "w");
21 exit("Error:failed to open file $filename");
58 $file_handle = fopen($filename, "r");
60 exit("Error:failed to open file $filename");
80 $filename = "$file_path/fscanf_variation31.tmp";
81 unlink($filename);
H A Dfscanf_variation37.phpt18 $filename = "$file_path/fscanf_variation37.tmp";
19 $file_handle = fopen($filename, "w");
21 exit("Error:failed to open file $filename");
58 $file_handle = fopen($filename, "r");
60 exit("Error:failed to open file $filename");
80 $filename = "$file_path/fscanf_variation37.tmp";
81 unlink($filename);
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c63 ZEND_ARG_INFO(0, filename)
1299 PHP_FALIAS(filename, apache_request_filename, NULL)
1715 char *filename; in PHP_FUNCTION() local
1724 php_error(E_WARNING, "Unable to include '%s' - URI lookup failed", filename); in PHP_FUNCTION()
1836 char *filename; in PHP_FUNCTION() local
1845 php_error(E_WARNING, "URI lookup failed", filename); in PHP_FUNCTION()
1870 if (rr->filename) { in PHP_FUNCTION()
1871 add_property_string(return_value,"filename", rr->filename, 1); in PHP_FUNCTION()
1914 zval **filename;
1920 convert_to_string_ex(filename);
[all …]
/PHP-5.5/ext/zip/examples/
H A Ddir.php14 echo "filename: " . $za->filename . "\n";
/PHP-5.5/ext/spl/tests/
H A Diterator_042.phpt6 function test_error_handler($errno, $msg, $filename, $linenum, $vars)
8 echo "Error $msg in $filename on line $linenum\n";
/PHP-5.5/ext/session/tests/
H A Drfc1867_disabled_2.phpt31 Content-Disposition: form-data; name="file1"; filename="file1.txt"
35 Content-Disposition: form-data; name="file2"; filename="file2.txt"
H A Drfc1867_disabled.phpt31 Content-Disposition: form-data; name="file1"; filename="file1.txt"
35 Content-Disposition: form-data; name="file2"; filename="file2.txt"
H A Drfc1867_no_name.phpt31 Content-Disposition: form-data; name="file1"; filename="file1.txt"
35 Content-Disposition: form-data; name="file2"; filename="file2.txt"
/PHP-5.5/ext/bz2/tests/
H A D001.phpt28 Warning: bzopen(): filename cannot be empty in %s on line %d
31 Warning: bzopen(): filename cannot be empty in %s on line %d
/PHP-5.5/ext/zip/
H A Dzip_stream.c188 php_stream *php_stream_zip_open(char *filename, char *path, char *mode STREAMS_DC TSRMLS_DC) in php_stream_zip_open() argument
201 if (filename) { in php_stream_zip_open()
202 if (ZIP_OPENBASEDIR_CHECKPATH(filename)) { in php_stream_zip_open()
207 stream_za = zip_open(filename, ZIP_CREATE, &err); in php_stream_zip_open()
/PHP-5.5/sapi/tests/
H A Dtest001.phpt7 PATH_TRANSLATED=$filename
/PHP-5.5/ext/standard/tests/image/
H A Dgetimagesize_basic.phpt42 foreach($imagetype_filenames as $key => $filename) {
43 echo "\n-- $key ($filename) --\n";
44 var_dump( getimagesize(dirname(__FILE__)."/$filename", $info) );

Completed in 49 milliseconds

1...<<11121314151617181920>>...43