Home
last modified time | relevance | path

Searched refs:filename (Results 251 – 275 of 980) sorted by path

1...<<11121314151617181920>>...40

/PHP-7.4/ext/standard/
H A Dmail.c413 void php_mail_log_to_file(char *filename, char *message, size_t message_size) { in php_mail_log_to_file() argument
416 php_stream *stream = php_stream_open_wrapper(filename, "a", flags, NULL); in php_mail_log_to_file()
H A Dphp_filestat.h82 PHPAPI void php_clear_stat_cache(zend_bool clear_realpath_cache, const char *filename, size_t filen…
83 PHPAPI void php_stat(const char *filename, size_t filename_length, int type, zval *return_value);
H A Dstreamsfuncs.c1547 char *filename; in PHP_FUNCTION() local
1552 Z_PARAM_PATH(filename, filename_len) in PHP_FUNCTION()
1555 resolved_path = zend_resolve_path(filename, filename_len); in PHP_FUNCTION()
/PHP-7.4/ext/standard/tests/array/
H A Darray_multisort_variation1.phpt14 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
17 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
H A Darray_multisort_variation2.phpt14 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
17 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
H A Darray_multisort_variation3.phpt14 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
17 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
H A Darray_multisort_variation8.phpt14 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
/PHP-7.4/ext/standard/tests/class_object/
H A Dget_class_methods_variation_001.phpt12 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
13 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
H A Dget_parent_class_variation_002.phpt15 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
16 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
H A Dis_subclass_of_variation_001.phpt15 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
16 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
H A Dis_subclass_of_variation_004.phpt15 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
16 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
H A Dmethod_exists_variation_001.phpt15 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
16 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
/PHP-7.4/ext/standard/tests/dir/
H A Ddir_bug73971.phpt12 $filename = $base . DIRECTORY_SEPARATOR . str_repeat('テスト', 48); // 144 glyph here, less than 256
15 mkdir($filename); // created correctly
17 var_dump(basename($filename)); // 432 bytes here, more than 256
37 $filename = $base . DIRECTORY_SEPARATOR . str_repeat('テスト', 48);
39 rmdir($filename);
/PHP-7.4/ext/standard/tests/file/
H A D003.phpt14 $filename="";
17 $bb = $test($filename);
22 $filename="run-tests.php";
25 $bb = $test($filename);
H A D005_basic.phpt6 Prototype: int fileatime ( string $filename );
10 Prototype: int filemtime ( string $filename );
14 Prototype: int filectime ( string $filename );
18 Prototype: bool touch ( string $filename [, int $time [, int $atime]] );
20 named in the filename parameter to the value given in time.
H A D005_error.phpt6 Prototype: int fileatime ( string $filename );
10 Prototype: int filemtime ( string $filename );
14 Prototype: int filectime ( string $filename );
18 Prototype: bool touch ( string $filename [, int $time [, int $atime]] );
20 named in the filename parameter to the value given in time.
H A D005_variation-win32.phpt12 Prototype: int fileatime ( string $filename );
16 Prototype: int filemtime ( string $filename );
20 Prototype: int filectime ( string $filename );
24 Prototype: bool touch ( string $filename [, int $time [, int $atime]] );
26 named in the filename parameter to the value given in time.
30 Prototype: void stat_fn(string $filename);
33 function stat_fn( $filename ) {
35 print( @date( 'Y:M:D:H:i:s', fileatime($filename) ) )."\n";
38 print( @date( 'Y:M:D:H:i:s', filemtime($filename) ) )."\n";
41 print( @date( 'Y:M:D:H:i:s', filectime($filename) ) )."\n";
H A D005_variation2-win32.phpt14 Prototype: int fileatime ( string $filename );
18 Prototype: int filemtime ( string $filename );
22 Prototype: int filectime ( string $filename );
26 Prototype: bool touch ( string $filename [, int $time [, int $atime]] );
28 named in the filename parameter to the value given in time.
32 Prototype: void stat_fn(string $filename);
35 function stat_fn( $filename ) {
36 echo "\n-- File '$filename' --\n";
38 echo fileatime($filename)."\n";
41 echo filemtime($filename)."\n";
[all …]
H A D005_variation2.phpt14 Prototype: int fileatime ( string $filename );
18 Prototype: int filemtime ( string $filename );
22 Prototype: int filectime ( string $filename );
26 Prototype: bool touch ( string $filename [, int $time [, int $atime]] );
28 named in the filename parameter to the value given in time.
32 Prototype: void stat_fn(string $filename);
35 function stat_fn( $filename ) {
36 echo "\n-- File '$filename' --\n";
38 echo fileatime($filename)."\n";
41 echo filemtime($filename)."\n";
[all …]
H A D006_basic.phpt13 Prototype: int fileperms ( string $filename );
16 Prototype: bool chmod ( string $filename, int $mode );
18 filename to that given in mode
H A D006_error.phpt13 Prototype: int fileperms ( string $filename )
16 Prototype: bool chmod ( string $filename, int $mode )
18 filename to that given in mode
H A D006_variation1.phpt13 Prototype: int fileperms ( string $filename );
16 Prototype: bool chmod ( string $filename, int $mode );
18 filename to that given in mode
H A D006_variation2.phpt13 Prototype: int fileperms ( string $filename );
16 Prototype: bool chmod ( string $filename, int $mode );
18 filename to that given in mode
H A D007_basic.phpt6 Prototype: resource fopen(string $filename, string $mode
44 $filename = __DIR__."/007_basic.tmp";
46 $handle = fopen($filename, $modes[$i]);
60 unlink($filename);
73 $handle = fopen($filename, $x_modes[$i]);
87 unlink( $filename );
H A D007_error.phpt8 Prototype: resource fopen(string $filename, string $mode

Completed in 69 milliseconds

1...<<11121314151617181920>>...40