Home
last modified time | relevance | path

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

1...<<71727374757677787980

/PHP-5.5/ext/pcre/tests/
H A D005.phpt5 // this file is not used in the cron job
/PHP-5.5/
H A Dconfig.guess1539 # eval: (add-hook 'write-file-hooks 'time-stamp)
/PHP-5.5/win32/
H A Dphp5dll.dsp391 SOURCE=..\ext\standard\file.c
604 SOURCE=..\ext\standard\file.h
H A Dphp5dllts.dsp1823 SOURCE=..\ext\standard\file.c
2042 SOURCE=..\ext\standard\file.h
/PHP-5.5/ext/interbase/
H A Dinterbase.c152 ZEND_ARG_INFO(0, file)
/PHP-5.5/ext/soap/
H A Dsoap.c904 zval *faultcode, *faultstring, *file, *line, *trace; in PHP_METHOD() local
916 file = zend_read_property(soap_fault_class_entry, this_ptr, "file", sizeof("file")-1, 1 TSRMLS_CC); in PHP_METHOD()
935 convert_to_string(file); in PHP_METHOD()
940 Z_STRVAL_P(faultcode), Z_STRVAL_P(faultstring), Z_STRVAL_P(file), Z_LVAL_P(line), in PHP_METHOD()
/PHP-5.5/ext/date/lib/
H A Dparse_date.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/tidy/
H A Dtidy.c297 ZEND_ARG_INFO(0, file)
/PHP-5.5/ext/phar/
H A Dphar_object.c39 static int phar_file_type(HashTable *mimes, char *file, char **mime_type TSRMLS_DC) /* {{{ */ in phar_file_type() argument
43 ext = strrchr(file, '.'); in phar_file_type()
/PHP-5.5/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-5.5/ext/imap/
H A Dphp_imap.c307 ZEND_ARG_INFO(0, file)
/PHP-5.5/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-5.5/ext/phar/tests/
H A Dbug45218_SLOWTEST.phpt2 Phar::buildFromIterator() iterator, too many files for open file handles (Bug #45218)
H A Dbug45218_SLOWTESTU.phpt2 Phar::buildFromIterator() iterator, too many files for open file handles (Bug #45218)
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c78201 SorterFile file; /* Temp file for level-0 PMAs */
78946 if( pTask->file.pFd ){
78947 sqlite3OsCloseFree(pTask->file.pFd);
79449 if( pTask->file.pFd==0 ){
79450 rc = vdbeSorterOpenTempFile(db, 0, &pTask->file.pFd);
79451 assert( rc!=SQLITE_OK || pTask->file.pFd );
79452 assert( pTask->file.iEof==0 );
79458 vdbeSorterExtendFile(db, pTask->file.pFd, pTask->file.iEof+pList->szPMA+9);
79471 pTask->file.iEof);
79481 rc = vdbePmaWriterFinish(&writer, &pTask->file.iEof);
[all …]

Completed in 440 milliseconds

1...<<71727374757677787980