Home
last modified time | relevance | path

Searched refs:file (Results 1801 – 1825 of 1991) sorted by relevance

1...<<71727374757677787980

/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch64 ** index pages for directories that don't have an explicit index file.
1025 /* Change the log file. */
1054 -# A list of file extensions followed by the corresponding MIME type.
1325 /* Stat the file, if necessary. */
1335 /* Open the file. */
1406 /* Returns an mmap()ed area for the given file, or (void*) 0 on errors.
1521 /* Re-open the log file. */
1759 /* Set the connection file descriptor to no-delay mode. */
1981 /* No file address means someone else is handling it. */
2000 /* Cool, we have a valid connection and a file to send to it. */
[all …]
/PHP-5.5/ext/dom/
H A Ddocument.c126 ZEND_ARG_INFO(0, file)
164 ZEND_ARG_INFO(0, file)
1761 char *file; in PHP_FUNCTION() local
1764 …_NUM_ARGS() TSRMLS_CC, getThis(), "Op|l", &id, dom_document_class_entry, &file, &file_len, &option… in PHP_FUNCTION()
1783 bytes = xmlSaveFormatFileEnc(file, docp, NULL, format); in PHP_FUNCTION()
2290 char *file; in PHP_FUNCTION() local
2293 …ND_NUM_ARGS() TSRMLS_CC, getThis(), "Op", &id, dom_document_class_entry, &file, &file_len) == FAIL… in PHP_FUNCTION()
2309 bytes = htmlSaveFileFormat(file, docp, encoding, format); in PHP_FUNCTION()
/PHP-5.5/ext/pdo_sqlite/
H A Dsqlite_driver.c34 int _pdo_sqlite_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, const char *file, int line TSRMLS_DC) /* {{… in _pdo_sqlite_error() argument
41 einfo->file = file; in _pdo_sqlite_error()
/PHP-5.5/sapi/isapi/stresstest/
H A Dstresstest.cpp306 enum state {none, test, skipif, post, get, file, expect} parsestate = none; in ParseTestFile() enumerator
329 parsestate = file; in ParseTestFile()
350 case file: in ParseTestFile()
/PHP-5.5/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 Dfputcsv_error.phpt7 …ption:fputcsv() formats a line (passed as a fields array) as CSV and write it to the specified file
H A Dfgetcsv_error.phpt7 Description: Gets line from file pointer and parse for CSV fields
H A Dreadlink_realpath_variation1.phpt24 // create a temp file
/PHP-5.5/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_b.phpt16 /* creating file resource */
H A Ddebug_zval_dump_b_64bit.phpt16 /* creating file resource */
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput34 different version of this file called wintestinput3 for use on Windows,
/PHP-5.5/ext/standard/tests/array/
H A Darray_combine_variation5.phpt77 // close the file resource used
/PHP-5.5/ext/phar/tests/
H A D027.phpt14 $file = "<?php __HALT_COMPILER(); ?>";
H A D027U.phpt14 $file = b"<?php __HALT_COMPILER(); ?>";
/PHP-5.5/ext/spl/
H A Ddoxygen.cfg66 WARN_FORMAT = "$file:$line: $text"
/PHP-5.5/ext/spl/internal/
H A Dsplobjectstorage.inc3 /** @file splobjectstorage.inc
/PHP-5.5/ext/mbstring/tests/
H A Dmb_convert_encoding.phpt11 //$debug = true; // Uncomment this line to view error/warning/notice message in *.out file
/PHP-5.5/ext/mysql/tests/
H A Dbug55473.phpt2 Bug #5547 (mysql_pconnect leaks file descriptors on reconnect)
/PHP-5.5/ext/standard/tests/strings/
H A Dmoney_format_variation2.phpt101 // close the file handle
H A Dstr_pad_variation3.phpt85 fclose($file_handle); //closing the file handle
H A Dstripos_variation10.phpt90 fclose($file_handle); //closing the file handle
H A Dstrrchr_variation10.phpt128 fclose($file_handle); //closing the file handle
H A Dstrrpos_variation10.phpt90 fclose($file_handle); //closing the file handle
/PHP-5.5/Zend/
H A Dconfigure.in2 dnl Process this file with autoconf to produce a configure script.
/PHP-5.5/ext/standard/
H A Dfilestat.c719 FILE *file; in PHP_FUNCTION() local
783 file = VCWD_FOPEN(filename, "w"); in PHP_FUNCTION()
784 if (file == NULL) { in PHP_FUNCTION()
788 fclose(file); in PHP_FUNCTION()

Completed in 44 milliseconds

1...<<71727374757677787980