Home
last modified time | relevance | path

Searched refs:file (Results 1926 – 1950 of 1994) sorted by relevance

1...<<71727374757677787980

/PHP-7.4/ext/standard/
H A Dconfig.m4449 AC_DEFINE(HAVE_ARGON2LIB, 1, [ Define to 1 if you have the <argon2.h> header file ])
486 cyr_convert.c datetime.c dir.c dl.c dns.c exec.c file.c filestat.c \
/PHP-7.4/ext/standard/tests/strings/
H A Dimplode1.phpt88 /* file type resource */
H A Dstrrchr_variation10.phpt128 fclose($file_handle); //closing the file handle
H A Dstristr_variation2.phpt79 fclose($file_handle); //closing the file handle
H A Dstripos_variation10.phpt90 fclose($file_handle); //closing the file handle
/PHP-7.4/ext/standard/tests/file/
H A Dpathinfo_variaton.phpt6 Description: Returns information about a file path
/PHP-7.4/ext/fileinfo/libmagic/
H A Dfile.h419 const char *file; member
/PHP-7.4/win32/build/
H A Dconfutils.js590 var i, found = false, place = false, file, env;
602 file = glob(explicit_path[i] + "\\" + thing_to_find);
603 if (file) {
605 place = file[0];
616 file = glob(env[i] + "\\" + thing_to_find);
617 if (file) {
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c1472 const char **file = index_files; in php_cli_server_request_translate_vpath() local
1476 while (*file) { in php_cli_server_request_translate_vpath()
1477 size_t l = strlen(*file); in php_cli_server_request_translate_vpath()
1478 memmove(q, *file, l + 1); in php_cli_server_request_translate_vpath()
1483 file++; in php_cli_server_request_translate_vpath()
1485 if (!*file || is_static_file) { in php_cli_server_request_translate_vpath()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_real_connect.phpt128 printf("[020] Cannot open temporary file %s\n", $filename);
H A Dmysqli_get_client_stats.phpt834 $file = tempnam(sys_get_temp_dir(), 'mysqli_test');
835 if ($fp = fopen($file, 'w')) {
838 chmod($file, 0644);
839 … = sprintf('LOAD DATA LOCAL INFILE "%s" INTO TABLE test', mysqli_real_escape_string($link, $file));
847 unlink($file);
/PHP-7.4/ext/bcmath/libbcmath/
H A DLICENSE255 When a "work that uses the Library" uses material from a header file
262 If such an object file uses only numerical parameters, data
265 file is unrestricted, regardless of whether it is legally a derivative
473 It is safest to attach them to the start of each source file to most
474 effectively convey the exclusion of warranty; and each file should
/PHP-7.4/Zend/tests/type_declarations/
H A Dscalar_return_basic.phpt12 set_error_handler(function (int $errno, string $errmsg, string $file, int $line) use ($errnames) {
H A Dscalar_basic.phpt10 set_error_handler(function (int $errno, string $errmsg, string $file, int $line) use ($errnames) {
H A Dscalar_return_basic_64bit.phpt12 set_error_handler(function (int $errno, string $errmsg, string $file, int $line) use ($errnames) {
/PHP-7.4/ext/standard/tests/array/
H A Darray_reverse_variation3.phpt79 // close the file resource used
H A Darray_intersect_variation1.phpt105 // close the file resource used
/PHP-7.4/build/
H A Dphp_cxx_compile_stdcxx.m492 # Copying and distribution of this file, with or without modification, are
94 # and this notice are preserved. This file is offered as-is, without any
/PHP-7.4/ext/dom/
H A Dnode.c1703 char *file = NULL; in dom_canonicalization() local
1719 "s|bba!a!", &file, &file_len, &exclusive, in dom_canonicalization()
1816 buf = xmlOutputBufferCreateFilename(file, NULL, 0); in dom_canonicalization()
/PHP-7.4/docs/
H A Drelease-process.md288 3. Create the release file (`releases/x_y_z.php`)
296 5. Update the ChangeLog file for the given major version
298 e.g. `ChangeLog-7.php` from the `NEWS` file
/PHP-7.4/ext/openssl/
H A Dopenssl.c1297 static int php_openssl_load_rand_file(const char * file, int *egdsocket, int *seeded) /* {{{ */ in php_openssl_load_rand_file() argument
1304 if (file == NULL) { in php_openssl_load_rand_file()
1305 file = RAND_file_name(buffer, sizeof(buffer)); in php_openssl_load_rand_file()
1307 } else if (RAND_egd(file) > 0) { in php_openssl_load_rand_file()
1314 if (file == NULL || !RAND_load_file(file, -1)) { in php_openssl_load_rand_file()
1327 static int php_openssl_write_rand_file(const char * file, int egdsocket, int seeded) /* {{{ */ in php_openssl_write_rand_file() argument
1337 if (file == NULL) { in php_openssl_write_rand_file()
1338 file = RAND_file_name(buffer, sizeof(buffer)); in php_openssl_write_rand_file()
1341 if (file == NULL || !RAND_write_file(file)) { in php_openssl_write_rand_file()
/PHP-7.4/ext/hash/sha3/generic32lc/
H A DKeccakSponge.inc12 and related or neighboring rights to the source code in this file.
/PHP-7.4/ext/hash/sha3/generic64lc/
H A DKeccakSponge.inc12 and related or neighboring rights to the source code in this file.
/PHP-7.4/ext/standard/tests/general_functions/
H A Dprint_r.phpt229 /* file type resource */
249 /* unset file type resource */
H A Dprint_r_64bit.phpt233 /* file type resource */
253 /* unset file type resource */

Completed in 101 milliseconds

1...<<71727374757677787980