Home
last modified time | relevance | path

Searched refs:filename (Results 76 – 100 of 1055) sorted by path

12345678910>>...43

/PHP-5.5/ext/exif/tests/
H A Dexif_imagetype_variation1.phpt2 Test exif_imagetype() function : usage variations - different types for filename argument
8 /* Prototype : int exif_imagetype ( string $filename )
13 echo "*** Testing exif_imagetype() : different types for filename argument ***\n";
81 // when $filename is supplied with different values
83 echo "\n--- Testing exif_imagetype() by supplying different values for 'filename' argument ---\n";
85 foreach($values as $filename) {
87 var_dump( exif_imagetype($filename) );
100 *** Testing exif_imagetype() : different types for filename argument ***
106 --- Testing exif_imagetype() by supplying different values for 'filename' argument ---
H A Dexif_read_exif_data_basic.phpt11 /* Prototype : array read_exif_data ( string $filename [, string $sections [, bool $arrays [, …
/PHP-5.5/ext/fileinfo/
H A Dfileinfo.c139 ZEND_ARG_INFO(0, filename)
145 ZEND_ARG_INFO(0, filename)
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapptype.c51 char *filename; in file_os2_apptype() local
55 filename = strdup(fn); in file_os2_apptype()
56 else if ((filename = tempnam("./", "tmp")) == NULL) { in file_os2_apptype()
61 _splitpath(filename, drive, dir, fname, ext); in file_os2_apptype()
84 free(filename); in file_os2_apptype()
/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
H A Dfinfo_file_002.phpt11 foreach (glob(__DIR__ . "/resources/*") as $filename) {
12 if (is_file($filename)) {
13 $results["$filename"] = finfo_file($fp, $filename);
H A Dmagic1675 # data.tar varies, and the location of its filename varies too.
1719 # filename of the first file (null terminated). Since some types collide
3997 # * Original filename is only at offset 10 if "extra field" absent
10415 >>0x1600 string >\0 original filename %s,
11873 # 1 byte # filename length
11874 # 2 string # filename
13649 # the wrong filename will be printed. (This should be (8.Q), when that syntax
13749 # file of ePub or OpenDocument, we'll have to scan for a filename
H A Dmime_content_type_001.phpt28 Warning: mime_content_type(): Empty filename or path in %s on line %d
30 Warning: mime_content_type(): Empty filename or path in %s on line %d
/PHP-5.5/ext/ftp/
H A Dftp.c591 ftp_chmod(ftpbuf_t *ftp, const int mode, const char *filename, const int filename_len) in ftp_chmod() argument
599 spprintf(&buffer, 0, "CHMOD %o %s", mode, filename); in ftp_chmod()
H A Dftp.h142 int ftp_chmod(ftpbuf_t *ftp, const int mode, const char *filename, const int filename_len);
H A Dphp_ftp.c104 ZEND_ARG_INFO(0, filename)
203 ZEND_ARG_INFO(0, filename)
208 ZEND_ARG_INFO(0, filename)
606 char *filename; in PHP_FUNCTION() local
610 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rlp", &z_ftp, &mode, &filename, &filename_le… in PHP_FUNCTION()
616 if (!ftp_chmod(ftp, mode, filename, filename_len)) { in PHP_FUNCTION()
/PHP-5.5/ext/gd/
H A Dgd.c142 ZEND_ARG_INFO(0, filename)
300 ZEND_ARG_INFO(0, filename)
305 ZEND_ARG_INFO(0, filename)
311 ZEND_ARG_INFO(0, filename)
317 ZEND_ARG_INFO(0, filename)
322 ZEND_ARG_INFO(0, filename)
327 ZEND_ARG_INFO(0, filename)
332 ZEND_ARG_INFO(0, filename)
336 ZEND_ARG_INFO(0, filename)
340 ZEND_ARG_INFO(0, filename)
[all …]
H A Dphp_gd.h34 #define PHP_GD_CHECK_OPEN_BASEDIR(filename, errormsg) \ argument
35 if (!filename || php_check_open_basedir(filename TSRMLS_CC)) { \
/PHP-5.5/ext/gd/libgd/
H A Dgd.h405 gdImagePtr gdImageCreateFromXpm (char *filename);
H A Dgdtest.c5 unlink (const char *filename) in unlink() argument
7 return _unlink (filename); in unlink()
H A Dgdxpm.c18 gdImagePtr gdImageCreateFromXpm (char *filename) in gdImageCreateFromXpm() argument
30 ret = XpmReadFileToXpmImage(filename, &image, &info); in gdImageCreateFromXpm()
H A Dtestac.c14 char *filename);
76 char *filename) in testDrawing() argument
110 out = fopen (filename, "wb"); in testDrawing()
/PHP-5.5/ext/gd/tests/
H A Dcreatefromwbmp2.phpt10 $filename = dirname(__FILE__) . '/_tmp.wbmp';
11 $fp = fopen($filename,"wb");
13 exit("Failed to create <$filename>");
41 $im = imagecreatefromwbmp($filename);
42 unlink($filename);
H A Dcreatefromwbmp2_extern.phpt10 $filename = dirname(__FILE__) . '/_tmp.wbmp';
11 $fp = fopen($filename,"wb");
13 exit("Failed to create <$filename>");
41 $im = imagecreatefromwbmp($filename);
42 unlink($filename);
H A Dimagegif_nullbyte_injection.phpt37 Warning: imagegif(): Invalid 2nd parameter, filename must not contain null bytes in %s on line %d
H A Dimagejpeg_nullbyte_injection.phpt37 Warning: imagejpeg(): Invalid 2nd parameter, filename must not contain null bytes in %s on line %d
H A Dimageloadfont_invalid.phpt9 $filename = dirname(__FILE__) . '/font.gdf';
11 $fp = fopen($filename, 'wb');
16 $font = imageloadfont($filename);
19 unlink($filename);
H A Dimagepng_nullbyte_injection.phpt37 Warning: imagepng(): Invalid 2nd parameter, filename must not contain null bytes in %s on line %d
H A Dimagewbmp_nullbyte_injection.phpt37 Warning: imagewbmp(): Invalid 2nd parameter, filename must not contain null bytes in %s on line %d
H A Dimagewebp_nullbyte_injection.phpt37 Warning: imagewebp(): Invalid 2nd parameter, filename must not contain null bytes in %s on line %d

Completed in 100 milliseconds

12345678910>>...43