Home
last modified time | relevance | path

Searched refs:file (Results 1826 – 1850 of 1991) sorted by relevance

1...<<71727374757677787980

/PHP-5.5/ext/gd/
H A Dgd.c1414 char *file; in PHP_FUNCTION() local
1420 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p", &file, &file_name) == FAILURE) { in PHP_FUNCTION()
2348 char *file; in _php_image_create_from() local
2424 im = gdImageCreateFromXpm(file); in _php_image_create_from()
2450 php_error_docref(NULL TSRMLS_CC, E_WARNING, "'%s' is not a valid %s file", file, tn); in _php_image_create_from()
2551 char *file = NULL; in _php_image_output() local
2570 fn = file; in _php_image_output()
3922 char *file; in PHP_FUNCTION() local
3933 if (VCWD_STAT(file, &st) < 0) { in PHP_FUNCTION()
3934 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Font file not found (%s)", file); in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Darray_combine_variation4.phpt85 // close the file resource used
H A Darray_intersect_assoc_variation7.phpt88 // close the file resource used
H A Darray_intersect_assoc_variation8.phpt88 // close the file resource used
H A Darray_intersect_variation7.phpt85 // close the file resource used
H A Darray_intersect_variation8.phpt85 // close the file resource used
H A Darray_walk_closure.phpt221 ["file"]=>
/PHP-5.5/ext/standard/tests/strings/
H A Dexplode_variation1.phpt81 fclose($file_handle); //closing the file handle
H A Dexplode_variation3.phpt81 fclose($file_handle); //closing the file handle
H A Dstrncasecmp_variation4.phpt97 fclose($file_handle); //closing the file handle
H A Dstrncasecmp_variation10.phpt96 fclose($file_handle); //closing the file handle
H A Dstrcmp.phpt68 $file1 = fopen($filename1, "w"); // creating new file
69 $file2 = fopen($filename2, "w"); // creating new file
71 /* getting resource type for file handle */
82 fclose($file1); // closing the file "dummy.txt"
83 fclose($file2); // closing the file "dummy1.txt"
H A Dconvert_uudecode_variation1.phpt79 fclose($file_handle); //closing the file handle
/PHP-5.5/ext/spl/internal/
H A Dcachingiterator.inc3 /** @file cachingiterator.inc
/PHP-5.5/ext/standard/tests/assert/
H A Dassert_variation.phpt25 function assert($file, $line, $myev)
/PHP-5.5/ext/standard/tests/file/
H A Dmkdir_variation3.phpt9 * Source code: ext/standard/file.c
H A Duserstreams.phpt67 /* store the data in a regular file so that we can compare
72 rewind($tf) or die("failed to rewind tmp file!");
H A Dchmod_variation4.phpt6 * Description: Change file mode
/PHP-5.5/ext/standard/tests/mail/
H A Dezmlm_hash_variation1.phpt81 fclose($file_handle); //closing the file handle
/PHP-5.5/ext/exif/tests/
H A Dexif_tagname_variation1.phpt91 // closing the file
/PHP-5.5/ext/gd/libgd/
H A Dgd_gif_in.c47 #define ReadOK(file,buffer,len) (gdGetBuf(buffer, len, file) > 0) argument
/PHP-5.5/
H A DNEWS134 file). (CVE-2015-8865) (Anatol)
5058 - Fixed bug #51647 Certificate file without private key (pk in another file)
5344 not file). (Stas)
5350 non-existant file). (Dmitry)
5635 file). (Greg)
6644 document to file. (Ilia)
6742 in parsed file). (Jani)
7054 - Fixed move_uploaded_file() to always set file permissions of resulting file
7387 non-existent file). (Tony)
8646 file. (Mike)
[all …]
/PHP-5.5/win32/build/
H A Dconfutils.js527 var i, found = false, place = false, file, env;
539 file = glob(explicit_path[i] + "\\" + thing_to_find);
540 if (file) {
542 place = file[0];
553 file = glob(env[i] + "\\" + thing_to_find);
554 if (file) {
/PHP-5.5/ext/openssl/tests/
H A Dopenssl_x509_parse_basic_v9.phpt9 $cert = "file://" . dirname(__FILE__) . "/cert.crt";
/PHP-5.5/ext/phar/tests/
H A Dstat.phpt202 string(4) "file"

Completed in 65 milliseconds

1...<<71727374757677787980