Home
last modified time | relevance | path

Searched refs:file (Results 2151 – 2171 of 2171) sorted by relevance

1...<<81828384858687

/PHP-7.3/ext/fileinfo/libmagic/
H A Dsoftmagic.c132 const char *file, size_t line) in file_fmtcheck() argument
138 " with `%s'", file, line, desc, def); in file_fmtcheck()
H A Dapprentice.c505 ms->file = "unknown"; in file_ms_alloc()
1089 ms->file = fn; in load_1()
/PHP-7.3/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.3/sapi/fpm/
H A Dconfig.m4235 AC_MSG_CHECKING([for proc mem file])
/PHP-7.3/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.3/sapi/fpm/tests/
H A Dfcgi.inc3 * This file is part of PHP-FastCGI-Client.
/PHP-7.3/Zend/
H A Dzend_vm_gen.php2309 $in = @file($def);
2317 $skl = @file($skel);
/PHP-7.3/ext/standard/
H A Dbasic_functions.c1452 ZEND_ARG_INFO(1, file)
3154 PHP_FE(file, arginfo_file)
3689 BASIC_MINIT_SUBMODULE(file) in PHP_MINIT_FUNCTION()
3779 BASIC_MSHUTDOWN_SUBMODULE(file) in PHP_MSHUTDOWN_FUNCTION()
/PHP-7.3/ext/pcre/tests/
H A D005.phpt5 // this file is not used in the cron job
/PHP-7.3/ext/interbase/
H A Dinterbase.c152 ZEND_ARG_INFO(0, file)
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DSYNTAX.md775 `docs/CALLOUT.md` file, with an example in `samples/callout.c`.
791 `docs/CALLOUT.md` file, with an example in `samples/callout.c`.
/PHP-7.3/ext/tidy/
H A Dtidy.c312 ZEND_ARG_INFO(0, file)
/PHP-7.3/ext/soap/
H A Dsoap.c912 zval *faultcode, *faultstring, *file, *line, trace, rv1, rv2, rv3, rv4; in PHP_METHOD() local
926 file = zend_read_property(soap_fault_class_entry, this_ptr, "file", sizeof("file")-1, 1, &rv3); in PHP_METHOD()
943 file_val = zval_get_string(file); in PHP_METHOD()
/PHP-7.3/ext/phar/
H A Dphar_object.c28 static int phar_file_type(HashTable *mimes, char *file, char **mime_type) /* {{{ */ in phar_file_type() argument
32 ext = strrchr(file, '.'); in phar_file_type()
/PHP-7.3/sapi/tests/
H A Dbug69487.phpt14 Warning: Unknown: Unable to create temporary file, Check permissions in temporary files directory. …
/PHP-7.3/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-64.macros12 and related or neighboring rights to the source code in this file.
/PHP-7.3/ext/curl/
H A Dinterface.c96 static void php_curl_ssl_lock(int mode, int n, const char * file, int line) in php_curl_ssl_lock() argument
/PHP-7.3/ext/imap/
H A Dphp_imap.c306 ZEND_ARG_INFO(0, file)
/PHP-7.3/ext/phar/tests/
H A Dbug45218_SLOWTEST.phpt2 Phar::buildFromIterator() iterator, too many files for open file handles (Bug #45218)
/PHP-7.3/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 705 milliseconds

1...<<81828384858687