Home
last modified time | relevance | path

Searched refs:file (Results 1851 – 1875 of 1991) sorted by relevance

1...<<71727374757677787980

/PHP-5.5/ext/standard/tests/strings/
H A Dstrncasecmp_variation11.phpt97 fclose($file_handle); //closing the file handle
H A Dstrtr_variation8.phpt84 fclose($file_handle); //closing the file handle
H A Dchop_variation1.phpt30 // creating a file resource
H A Dprintf_variation1.phpt32 // creating a file resource
H A Dsprintf_variation1.phpt32 // creating a file resource
H A Dstrcasecmp.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"
/PHP-5.5/ext/spl/examples/
H A Ddualiterator.inc3 /** @file dualiterator.inc
/PHP-5.5/ext/spl/internal/
H A Dregexiterator.inc3 /** @file regexiterator.inc
/PHP-5.5/ext/mbstring/tests/
H A Dmb_convert_variables.phpt11 //$debug = true; // Uncomment this line to view error/warning/notice message in *.out file
/PHP-5.5/tests/security/
H A Dopen_basedir.inc3 // This file contains helper functions for testing open_basedir configuration
/PHP-5.5/ext/standard/tests/file/
H A Dparse_ini_file_variation5.phpt8 * Description: Parse configuration file
H A Dmkdir_variation2.phpt9 * Source code: ext/standard/file.c
H A Dpathinfo_basic2-win32.phpt13 Description: Returns information about a file path
H A Dtouch_variation3-win32.phpt14 * Description: Set modification time of file
H A Dtouch_variation3.phpt14 * Description: Set modification time of file
H A Dtouch_variation4-win32.phpt14 * Description: Set modification time of file
H A Dtouch_variation4.phpt14 * Description: Set modification time of file
/PHP-5.5/ext/gd/libgd/
H A DREADME46 Group. See the file README-JPEG.TXT for more information.
/PHP-5.5/
H A Dacinclude.m44 dnl This file contains local autoconf functions.
99 dnl instances in every file passed to AC_OUTPUT()
107 dnl PHP_OUTPUT(file)
109 dnl Adds "file" to the list of files generated by AC_OUTPUT
171 dnl Processes a file called Makefile.frag in the source directory
256 dnl choose the right compiler/flags/etc. for the source-file
1124 dnl PHP_CHECK_TYPES(type-list, include-file [, extra-headers])
1575 dnl http://www.sas.com/standards/large.file/x_open.20Mar96.html
2585 dnl PHP_INSTALL_HEADERS(path [, file ...])
2658 dnl Generates the config.nice file
[all …]
/PHP-5.5/ext/openssl/tests/
H A Dopenssl_x509_parse_basic.phpt9 $cert = "file://" . dirname(__FILE__) . "/cert.crt";
/PHP-5.5/ext/dba/
H A DREADME4 This is a general abstraction layer for several file-based databases. As
/PHP-5.5/ext/xmlrpc/
H A Dconfig.m498 dnl some xmlrpc-epi header files have generic file names like
/PHP-5.5/ext/phar/
H A Dphar.c2583 php_stream *file, *oldfile, *newfile, *stubfile; local
2833 file = phar_get_efp(entry, 0 TSRMLS_CC);
2847 CRC32(newcrc32, php_stream_getc(file));
2888 php_stream_flush(file);
2900 if (SUCCESS != phar_stream_copy_to_stream(file, entry->cfp, entry->uncompressed_filesize, NULL)) {
3102 file = entry->cfp;
3103 php_stream_rewind(file);
3105 file = phar_get_efp(entry, 0 TSRMLS_CC);
3118 if (!file) {
3132 if (phar_stream_copy_to_stream(file, newfile, entry->compressed_filesize, &wrote) == FAILURE) {
/PHP-5.5/Zend/
H A Dzend_hash.c52 static void _zend_is_inconsistent(const HashTable *ht, const char *file, int line) in _zend_is_inconsistent() argument
59 zend_output_debug_string(1, "%s(%d) : ht=%p is being destroyed", file, line, ht); in _zend_is_inconsistent()
62 zend_output_debug_string(1, "%s(%d) : ht=%p is already destroyed", file, line, ht); in _zend_is_inconsistent()
65 zend_output_debug_string(1, "%s(%d) : ht=%p is being cleaned", file, line, ht); in _zend_is_inconsistent()
68 zend_output_debug_string(1, "%s(%d) : ht=%p is inconsistent", file, line, ht); in _zend_is_inconsistent()
H A DZEND_CHANGES553 $this->file = __FILE__; // of throw clause
561 protected $file; // source filename of exception
574 return $this->file;
1050 returning a value from the global scope of the included file or
1109 effectively send header information all throughout your file,
1149 include()'d file or an eval()'d string. The impact should
1152 * The return statement no longer works from a require()'d file. It

Completed in 63 milliseconds

1...<<71727374757677787980