Home
last modified time | relevance | path

Searched refs:file (Results 2176 – 2191 of 2191) sorted by relevance

1...<<8182838485868788

/PHP-7.1/ext/fileinfo/libmagic/
H A Dapprentice.c504 ms->file = "unknown"; in file_ms_alloc()
1037 ms->file = fn; in load_1()
/PHP-7.1/ext/pcre/tests/
H A D005.phpt5 // this file is not used in the cron job
/PHP-7.1/ext/interbase/
H A Dinterbase.c152 ZEND_ARG_INFO(0, file)
/PHP-7.1/
H A DUPGRADING251 on the opened file descriptor. This mode is only available in PHP compiled on
/PHP-7.1/ext/tidy/
H A Dtidy.c301 ZEND_ARG_INFO(0, file)
/PHP-7.1/ext/soap/
H A Dsoap.c940 zval *faultcode, *faultstring, *file, *line, trace, rv1, rv2, rv3, rv4; in PHP_METHOD() local
954 file = zend_read_property(soap_fault_class_entry, this_ptr, "file", sizeof("file")-1, 1, &rv3); in PHP_METHOD()
971 file_val = zval_get_string(file); in PHP_METHOD()
/PHP-7.1/ext/phar/
H A Dphar_object.c30 static int phar_file_type(HashTable *mimes, char *file, char **mime_type) /* {{{ */ in phar_file_type() argument
34 ext = strrchr(file, '.'); in phar_file_type()
/PHP-7.1/sapi/tests/
H A Dbug69487.phpt14 Warning: Unknown: Unable to create temporary file, Check permissions in temporary files directory. …
/PHP-7.1/ext/curl/
H A Dinterface.c98 static void php_curl_ssl_lock(int mode, int n, const char * file, int line) in php_curl_ssl_lock() argument
/PHP-7.1/ext/imap/
H A Dphp_imap.c307 ZEND_ARG_INFO(0, file)
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestinput15330 test is moved out of the Perl-compatible file. --/
H A Dtestoutput18832 test is moved out of the Perl-compatible file. --/
/PHP-7.1/ext/phar/tests/
H A Dbug45218_SLOWTESTU.phpt2 Phar::buildFromIterator() iterator, too many files for open file handles (Bug #45218)
H A Dbug45218_SLOWTEST.phpt2 Phar::buildFromIterator() iterator, too many files for open file handles (Bug #45218)
/PHP-7.1/ext/standard/tests/misc/
H A Dget_browser_variation3.phpt8 $lst = file(__DIR__ . "/user_agents.txt", FILE_IGNORE_NEW_LINES);
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c92024 SorterFile file; /* Temp file for level-0 PMAs */
92774 if( pTask->file.pFd ){
92775 sqlite3OsCloseFree(pTask->file.pFd);
93282 if( pTask->file.pFd==0 ){
93283 rc = vdbeSorterOpenTempFile(db, 0, &pTask->file.pFd);
93284 assert( rc!=SQLITE_OK || pTask->file.pFd );
93285 assert( pTask->file.iEof==0 );
93291 vdbeSorterExtendFile(db, pTask->file.pFd, pTask->file.iEof+pList->szPMA+9);
93304 pTask->file.iEof);
93314 rc = vdbePmaWriterFinish(&writer, &pTask->file.iEof);
[all …]

Completed in 530 milliseconds

1...<<8182838485868788