Home
last modified time | relevance | path

Searched refs:file (Results 2051 – 2075 of 2075) sorted by relevance

1...<<818283

/PHP-7.0/ext/fileinfo/libmagic/
H A Dsoftmagic.c108 const char *file, size_t line) in file_fmtcheck() argument
114 " with `%s'", file, line, m->desc, def); in file_fmtcheck()
H A Dapprentice.c504 ms->file = "unknown"; in file_ms_alloc()
1037 ms->file = fn; in load_1()
/PHP-7.0/sapi/fpm/
H A Dconfig.m4237 AC_MSG_CHECKING([for proc mem file])
/PHP-7.0/ext/pcre/pcrelib/testdata/
H A Dtestoutput142 UTF-8 or Unicode property support. The file starts with all the tests of
H A Dgrepinput1 This is a file of miscellaneous text that is used as test data for checking
2 that the pcregrep command is working correctly. The file must be more than 24K
12 Here follows a whole lot of stuff that makes the file over 24K long.
611 This is the last line of this file.
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.0/ext/standard/
H A Dconfig.m4615 cyr_convert.c datetime.c dir.c dl.c dns.c exec.c file.c filestat.c \
H A Dbasic_functions.c1444 ZEND_ARG_INFO(1, file)
3094 PHP_FE(file, arginfo_file)
3632 BASIC_MINIT_SUBMODULE(file) in PHP_MINIT_FUNCTION()
3714 BASIC_MSHUTDOWN_SUBMODULE(file) in PHP_MSHUTDOWN_FUNCTION()
/PHP-7.0/ext/standard/tests/misc/
H A Dget_browser_basic.phpt12 die( 'skip: browscap.ini file ' . ini_get('browscap') . " not readable" );
H A Dget_browser_variation3.phpt8 $lst = file(__DIR__ . "/user_agents.txt", FILE_IGNORE_NEW_LINES);
/PHP-7.0/ext/pcre/pcrelib/
H A DHACKING6 documentation and the comment at the head of the RunTest file.
302 enumerations of the form ucp_xx, defined in the ucp.h source file. The value is
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param.phpt17 in this file and we test mysqli_stmt_bind_result() in the other
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt2 This file contains a concatenation of the PCRE man pages, converted to plain
336 There is only one header file, pcre.h. It contains prototypes for all
667 There is only one header file, pcre.h. It contains prototypes for all
870 using CMake instead of configure. The text file README contains general
875 "by hand") in the text file called NON-AUTOTOOLS-BUILD. You should
876 consult this file as well as the README file if you are building in a
891 by editing the config.h file, or by passing parameter settings to the
1169 distributed in the file pcre_chartables.c.dist. These tables are for
2114 file:
3608 defined in the header file:
[all …]
/PHP-7.0/ext/pcre/tests/
H A D005.phpt5 // this file is not used in the cron job
/PHP-7.0/ext/interbase/
H A Dinterbase.c152 ZEND_ARG_INFO(0, file)
/PHP-7.0/ext/tidy/
H A Dtidy.c296 ZEND_ARG_INFO(0, file)
/PHP-7.0/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()
973 file_val = zval_get_string(file); in PHP_METHOD()
/PHP-7.0/ext/phar/
H A Dphar_object.c39 static int phar_file_type(HashTable *mimes, char *file, char **mime_type) /* {{{ */ in phar_file_type() argument
43 ext = strrchr(file, '.'); in phar_file_type()
/PHP-7.0/sapi/tests/
H A Dbug69487.phpt14 Warning: Unknown: Unable to create temporary file, Check permissions in temporary files directory. …
/PHP-7.0/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.0/ext/imap/
H A Dphp_imap.c307 ZEND_ARG_INFO(0, file)
/PHP-7.0/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.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c84925 SorterFile file; /* Temp file for level-0 PMAs */
85679 if( pTask->file.pFd ){
85680 sqlite3OsCloseFree(pTask->file.pFd);
86191 if( pTask->file.pFd==0 ){
86192 rc = vdbeSorterOpenTempFile(db, 0, &pTask->file.pFd);
86193 assert( rc!=SQLITE_OK || pTask->file.pFd );
86194 assert( pTask->file.iEof==0 );
86200 vdbeSorterExtendFile(db, pTask->file.pFd, pTask->file.iEof+pList->szPMA+9);
86213 pTask->file.iEof);
86223 rc = vdbePmaWriterFinish(&writer, &pTask->file.iEof);
[all …]

Completed in 448 milliseconds

1...<<818283