Home
last modified time | relevance | path

Searched refs:file (Results 1876 – 1900 of 1994) sorted by relevance

1...<<71727374757677787980

/PHP-7.4/ext/standard/tests/file/
H A Dunlink_variation5.phpt2 Test unlink() function : usage variations - files with diff. file permissions
15 /* delete files with different file permission(0000 to 0777) */
19 // temp file used
22 echo "*** Testing unlink() on a file ***\n";
25 // create temp file
28 // changing mode of file
31 var_dump( unlink($filename) ); // deleting file
32 var_dump( file_exists($filename) ); // confirm file deleted
38 *** Testing unlink() on a file ***
H A Duserstreams.phpt66 /* store the data in a regular file so that we can compare
71 rewind($tf) or die("failed to rewind tmp file!");
H A Dpathinfo_basic2-win32.phpt13 Description: Returns information about a file path
/PHP-7.4/ext/ffi/
H A Dffi.g7 | This source file is subject to version 3.01 of the PHP license, |
8 | that is bundled with this package in the file LICENSE, and is |
39 | This source file is subject to version 3.01 of the PHP license, |
40 | that is bundled with this package in the file LICENSE, and is |
/PHP-7.4/ext/standard/tests/array/
H A Darray_walk_closure.phpt221 ["file"]=>
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_combine_variation4.phpt85 // close the file resource used
/PHP-7.4/ext/gd/libgd/
H A Dgd_gif_in.c48 #define ReadOK(file,buffer,len) (gdGetBuf(buffer, len, file) > 0) argument
/PHP-7.4/
H A Dconfigure.ac1 dnl Process this file with autoconf to produce a configure script.
445 sys/file.h \
872 PHP_ARG_WITH([config-file-path],
873 [path to configuration file],
874 [AS_HELP_STRING([--with-config-file-path=PATH],
891 PHP_ARG_WITH([config-file-scan-dir],,
892 [AS_HELP_STRING([--with-config-file-scan-dir=PATH],
1550 | distribution in the file LICENSE. By continuing this installation |
1605 | sqlnet.ora file on the PHP host, or set the environment variable |
/PHP-7.4/ext/spl/tests/
H A Ddualiterator.inc3 /** @file dualiterator.inc
/PHP-7.4/ext/standard/tests/strings/
H A Dstrtr_variation8.phpt84 fclose($file_handle); //closing the file handle
H A Dsprintf_variation1.phpt32 // creating a file resource
H A Dprintf_variation1.phpt32 // creating a file resource
/PHP-7.4/ext/phar/tests/
H A Dstat.phpt203 string(4) "file"
/PHP-7.4/ext/skeleton/
H A Dconfig.m4.in3 dnl Comments in this file start with the string 'dnl'.
/PHP-7.4/tests/security/
H A Dopen_basedir.inc3 // This file contains helper functions for testing open_basedir configuration
/PHP-7.4/ext/mbstring/tests/
H A Dmb_convert_variables.phpt11 //$debug = true; // Uncomment this line to view error/warning/notice message in *.out file
/PHP-7.4/ext/zip/
H A Dphp_zip.c136 static int php_zip_extract_file(struct zip * za, char *dest, char *file, size_t file_len) in php_zip_extract_file() argument
161 virtual_file_ex(&new_state, file, NULL, CWD_EXPAND); in php_zip_extract_file()
169 if (path_cleaned_len >= MAXPATHLEN || zip_stat(za, file, 0, &sb) != 0) { in php_zip_extract_file()
244 zf = zip_fopen(za, file, 0); in php_zip_extract_file()
2686 char *file = (char*)zip_get_name(intern, i, ZIP_FL_UNCHANGED); local
2687 if (!file || !php_zip_extract_file(intern, pathto, file, strlen(file))) {
/PHP-7.4/ext/json/
H A Djson_scanner.re7 | This source file is subject to version 3.01 of the PHP license, |
8 | that is bundled with this package in the file LICENSE, and is |
/PHP-7.4/ext/pdo_odbc/
H A Dconfig.m4116 AC_MSG_ERROR([Cannot find header file(s) for pdo_odbc])
/PHP-7.4/ext/oci8/tests/
H A Dconn_attr.inc10 …testuser identified by $testpassword", // $testuser should be set by the file that includes conn_…
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_x509_parse_basic.phpt7 $cert = "file://" . __DIR__ . "/cert.crt";

Completed in 77 milliseconds

1...<<71727374757677787980