Home
last modified time | relevance | path

Searched refs:filename (Results 201 – 225 of 1055) sorted by relevance

12345678910>>...43

/PHP-5.5/ext/zlib/tests/
H A Dgzeof_variation1.phpt12 $filename = dirname(__FILE__)."/gzeof_variation1.txt.gz";
13 $h = gzopen($filename, 'w');
22 unlink($filename);
/PHP-5.5/ext/standard/tests/file/
H A Dfile_variation5-win32.phpt18 $filename = basename($filepath);
24 var_dump(file("./$test_dirname/../$filename"));
27 var_dump(file("./$test_dirname/bad_dir/../../$filename"));
31 var_dump(file("../$filename"));
H A Dcopy_variation15.phpt8 $filename = dirname(__FILE__)."/copy_variation15_root_check.tmp";
9 $fp = fopen($filename, 'w');
11 if(fileowner($filename) == 0) {
12 unlink ($filename);
15 unlink($filename);
H A Dcopy_variation9.phpt9 $filename = dirname(__FILE__)."/copy_variation9_root_check.tmp";
10 $fp = fopen($filename, 'w');
12 if(fileowner($filename) == 0) {
13 unlink ($filename);
16 unlink($filename);
H A Dfscanf_variation13.phpt18 $filename = "$file_path/fscanf_variation13.tmp";
19 $file_handle = fopen($filename, "w");
21 exit("Error:failed to open file $filename");
44 $file_handle = fopen($filename, "r");
46 exit("Error:failed to open file $filename");
66 $filename = "$file_path/fscanf_variation13.tmp";
67 unlink($filename);
H A Dfscanf_variation22.phpt18 $filename = "$file_path/fscanf_variation22.tmp";
19 $file_handle = fopen($filename, "w");
21 exit("Error:failed to open file $filename");
51 $file_handle = fopen($filename, "r");
53 exit("Error:failed to open file $filename");
77 $filename = "$file_path/fscanf_variation22.tmp";
78 unlink($filename);
H A Dfscanf_variation44.phpt18 $filename = "$file_path/fscanf_variation44.tmp";
19 $file_handle = fopen($filename, "w");
21 exit("Error:failed to open file $filename");
44 $file_handle = fopen($filename, "r");
46 exit("Error:failed to open file $filename");
66 $filename = "$file_path/fscanf_variation44.tmp";
67 unlink($filename);
H A Dfscanf_variation50.phpt18 $filename = "$file_path/fscanf_variation50.tmp";
19 $file_handle = fopen($filename, "w");
21 exit("Error:failed to open file $filename");
44 $file_handle = fopen($filename, "r");
46 exit("Error:failed to open file $filename");
66 $filename = "$file_path/fscanf_variation50.tmp";
67 unlink($filename);
H A Dfscanf_variation7.phpt18 $filename = "$file_path/fscanf_variation7.tmp";
19 $file_handle = fopen($filename, "w");
21 exit("Error:failed to open file $filename");
44 $file_handle = fopen($filename, "r");
46 exit("Error:failed to open file $filename");
66 $filename = "$file_path/fscanf_variation7.tmp";
67 unlink($filename);
H A Dfscanf_variation16.phpt18 $filename = "$file_path/fscanf_variation16.tmp";
19 $file_handle = fopen($filename, "w");
21 exit("Error:failed to open file $filename");
51 $file_handle = fopen($filename, "r");
53 exit("Error:failed to open file $filename");
77 $filename = "$file_path/fscanf_variation16.tmp";
78 unlink($filename);
H A Dfscanf_variation19.phpt18 $filename = "$file_path/fscanf_variation19.tmp";
19 $file_handle = fopen($filename, "w");
21 exit("Error:failed to open file $filename");
48 $file_handle = fopen($filename, "r");
50 exit("Error:failed to open file $filename");
70 $filename = "$file_path/fscanf_variation19.tmp";
71 unlink($filename);
H A Dfscanf_variation32.phpt18 $filename = "$file_path/fscanf_variation32.tmp";
19 $file_handle = fopen($filename, "w");
21 exit("Error:failed to open file $filename");
49 $file_handle = fopen($filename, "r");
51 exit("Error:failed to open file $filename");
71 $filename = "$file_path/fscanf_variation32.tmp";
72 unlink($filename);
H A Dfscanf_variation38.phpt18 $filename = "$file_path/fscanf_variation38.tmp";
19 $file_handle = fopen($filename, "w");
21 exit("Error:failed to open file $filename");
44 $file_handle = fopen($filename, "r");
46 exit("Error:failed to open file $filename");
66 $filename = "$file_path/fscanf_variation38.tmp";
67 unlink($filename);
H A Dis_writable_variation2.phpt9 $filename = dirname(__FILE__)."/is_readable_root_check.tmp";
10 $fp = fopen($filename, 'w');
12 if(fileowner($filename) == 0) {
13 unlink ($filename);
17 unlink ($filename);
21 /* Prototype: bool is_writable ( string $filename );
22 Description: Tells whether the filename is writable.
H A Dfgets_socket_variation2.phpt9 $filename = __FILE__ . ".tmp";
10 $fd = fopen($filename, "w+");
39 $data = file_get_contents($filename);
40 unlink($filename);
H A Dfile_variation5.phpt18 $filename = basename($filepath);
24 var_dump(file("./$test_dirname/../$filename"));
27 var_dump(file("./$test_dirname/bad_dir/../../$filename"));
37 var_dump(file("../$filename"));
/PHP-5.5/sapi/cgi/tests/
H A D003.phpt15 $filename = dirname(__FILE__).'/003.test.php';
33 file_put_contents($filename, $code);
35 var_dump(`$php -n -w "$filename"`);
39 @unlink($filename);
/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_file_001.phpt17 Warning: finfo_file(): Empty filename or path in %s on line %d
20 Warning: finfo_file(): Empty filename or path in %s on line %d
23 Warning: finfo_file(): Empty filename or path in %s on line %d
/PHP-5.5/ext/standard/tests/image/
H A Dgetimagesize_variation3.phpt27 //loop through each element of the array for filename
28 foreach($file_types_array as $key => $filename) {
29 echo "\n-- $key ($filename) --\n";
30 var_dump( getimagesize(dirname(__FILE__)."/$filename" ) );
31 var_dump( getimagesize(dirname(__FILE__)."/$filename", $info) );
/PHP-5.5/ext/zip/tests/
H A Doo_properties.phpt30 printf("zip->filename (%d):\n\tempty(): %d\n\tisset(): %d\n", strlen($zip->filename), empty($zip->f…
54 zip->filename (%d):
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_blacklist.c241 static void zend_accel_blacklist_loadone(zend_blacklist *blacklist, char *filename) in zend_accel_blacklist_loadone() argument
243 void zend_accel_blacklist_load(zend_blacklist *blacklist, char *filename) in zend_accel_blacklist_loadone()
251 if ((fp = fopen(filename, "r")) == NULL) { in zend_accel_blacklist_loadone()
252 zend_accel_error(ACCEL_LOG_WARNING, "Cannot load blacklist file: %s\n", filename); in zend_accel_blacklist_loadone()
256 zend_accel_error(ACCEL_LOG_DEBUG,"Loading blacklist file: '%s'", filename); in zend_accel_blacklist_loadone()
258 if (VCWD_REALPATH(filename, buf)) { in zend_accel_blacklist_loadone()
332 void zend_accel_blacklist_load(zend_blacklist *blacklist, char *filename) argument
340 ret = glob(filename, 0, NULL, &globbuf);
346 zend_accel_error(ACCEL_LOG_WARNING, "No blacklist file found matching: %s\n", filename);
/PHP-5.5/ext/standard/
H A Dbrowscap.c34 char filename[MAXPATHLEN]; member
246 if (filename == NULL || filename[0] == '\0') { in browscap_read_file()
264 fh.handle.fp = VCWD_FOPEN(filename, "r"); in browscap_read_file()
271 zend_error(E_CORE_WARNING, "Cannot open '%s' for reading", filename); in browscap_read_file()
274 fh.filename = filename; in browscap_read_file()
294 browscap_globals->activation_bdata.filename[0] = '\0'; in browscap_globals_ctor()
306 bdata->filename[0] = '\0'; in browscap_bdata_dtor()
320 if (bdata->filename[0] != '\0') { in PHP_INI_MH()
323 if (VCWD_REALPATH(new_value, bdata->filename) == NULL) { in PHP_INI_MH()
356 if (bdata->filename[0] != '\0') { in PHP_RSHUTDOWN_FUNCTION()
[all …]
/PHP-5.5/ext/zip/examples/
H A DextractAll.php4 echo $zip->filename . "\n";
14 echo $zip->filename . "\n";
H A Dextract.php8 echo $zip->filename . "\n";
18 echo $zip->filename . "\n";
/PHP-5.5/ext/spl/examples/
H A Dfindfile.inc23 /** @internal filename to find */
26 /** Construct from path and filename
48 /** @return whether the current file matches the given filename
55 /** @return the filename to search for.

Completed in 50 milliseconds

12345678910>>...43