Home
last modified time | relevance | path

Searched refs:file (Results 1901 – 1925 of 1991) sorted by relevance

1...<<71727374757677787980

/PHP-5.5/ext/standard/tests/strings/
H A Dstrtr_variation9.phpt81 fclose($file_handle); //closing the file handle
H A Dhebrev_variation2.phpt89 fclose($file_handle); //closing the file handle
H A Dimplode1.phpt88 /* file type resource */
H A Dstrcspn_variation1.phpt37 // creating a file resource
H A Dstrcspn_variation2.phpt36 // creating a file resource
H A Dstrcspn_variation3.phpt36 // creating a file resource
H A Dstrspn_variation1.phpt37 // creating a file resource
H A Dstrspn_variation2.phpt36 // creating a file resource
H A Dstrspn_variation3.phpt36 // creating a file resource
/PHP-5.5/ext/fileinfo/libmagic/
H A Dfile.h391 const char *file; member
/PHP-5.5/ext/standard/tests/file/
H A Dfnmatch_variation.phpt15 echo "*** Testing fnmatch() with file and various patterns ***\n";
138 *** Testing fnmatch() with file and various patterns ***
H A Dpathinfo_variaton.phpt6 Description: Returns information about a file path
H A Drmdir_variation2.phpt9 * Source code: ext/standard/file.c
H A Dpathinfo_basic2.phpt13 Description: Returns information about a file path
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c1497 const char **file = index_files; in php_cli_server_request_translate_vpath() local
1501 while (*file) { in php_cli_server_request_translate_vpath()
1502 size_t l = strlen(*file); in php_cli_server_request_translate_vpath()
1503 memmove(q, *file, l + 1); in php_cli_server_request_translate_vpath()
1508 file++; in php_cli_server_request_translate_vpath()
1510 if (!*file || is_static_file) { in php_cli_server_request_translate_vpath()
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar304 $lines = file($filename);
326 $text = file($filename);
358 * Autoloader using a map file (gtClassMap.php)
359 * defining the file to load each class from.
805 * Writes a single test case to a file
1410 * Construct the common headers (title, file section..) of the test case
/PHP-5.5/ext/openssl/
H A Dopenssl.c921 static int php_openssl_load_rand_file(const char * file, int *egdsocket, int *seeded TSRMLS_DC) /* … in php_openssl_load_rand_file() argument
928 if (file == NULL) { in php_openssl_load_rand_file()
929 file = RAND_file_name(buffer, sizeof(buffer)); in php_openssl_load_rand_file()
931 } else if (RAND_egd(file) > 0) { in php_openssl_load_rand_file()
938 if (file == NULL || !RAND_load_file(file, -1)) { in php_openssl_load_rand_file()
950 static int php_openssl_write_rand_file(const char * file, int egdsocket, int seeded) /* {{{ */ in php_openssl_write_rand_file() argument
961 if (file == NULL) { in php_openssl_write_rand_file()
962 file = RAND_file_name(buffer, sizeof(buffer)); in php_openssl_write_rand_file()
964 if (file == NULL || !RAND_write_file(file)) { in php_openssl_write_rand_file()
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY496 add AUTHORS file.
752 2004/12/24: [dist] remove file onigcmpt200.h.
843 change installed file mode to 0644.
1753 2003/02/10: [inst] change backup file suffix name from '.orig' to '.ruby_orig'.
1787 2003/02/05: [dist] add .cvsignore file.
1793 2003/02/04: [dist] add API document file doc/API.
1820 2003/01/29: [dist] add INSTALL-RUBY file.
1845 2003/01/16: [inst] rename library file from 'libregex.a' to 'libonig.a'.
1846 2003/01/15: [dist] add testc.c to distribution file.
1898 2002/04/20: [impl] divide regex.c file into regcomp.c, regexec.c, reggnu.c
[all …]
/PHP-5.5/ext/pdo/
H A Dpdo_sql_parser.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-5.5/ext/standard/
H A Durl_scanner_ex.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-5.5/ext/spl/internal/
H A Dspldoublylinkedlist.inc2 /** @file spldoublylinkedlist.inc
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_real_connect.phpt126 printf("[020] Cannot open temporary file %s\n", $filename);
H A Dmysqli_get_client_stats.phpt846 $file = tempnam(sys_get_temp_dir(), 'mysqli_test');
847 if ($fp = fopen($file, 'w')) {
850 chmod($file, 0644);
851 … = sprintf('LOAD DATA LOCAL INFILE "%s" INTO TABLE test', mysqli_real_escape_string($link, $file));
859 unlink($file);
/PHP-5.5/ext/standard/tests/array/
H A Darray_reverse_variation3.phpt79 // close the file resource used
/PHP-5.5/Zend/
H A Dzend_vm_gen.php1037 $in = @file($def);
1045 $skl = @file($skel);

Completed in 68 milliseconds

1...<<71727374757677787980