Home
last modified time | relevance | path

Searched refs:FILE (Results 76 – 100 of 9364) sorted by relevance

12345678910>>...375

/php-src/sapi/fpm/tests/
H A Dlog-bwp-limit-1024-msg-120.phpt5 --FILE--
12 error_log = {{FILE:LOG}}
H A Dlog-bwp-limit-1500-msg-3300.phpt5 --FILE--
12 error_log = {{FILE:LOG}}
H A Dstatus-basic.phpt5 --FILE--
12 error_log = {{FILE:LOG}}
H A Dlog-bwp-msg-flush-split-real.phpt5 --FILE--
12 error_log = {{FILE:LOG}}
H A Dbug77106-fcgi-missing-nl.phpt5 --FILE--
12 error_log = {{FILE:LOG}}
H A Dgh9981-fastcgi-error-header-reset.phpt6 --FILE--
13 error_log = {{FILE:LOG}}
H A Dbug64539-status-json-encoding.phpt6 --FILE--
13 error_log = {{FILE:LOG}}
H A Dgh12621.phpt5 --FILE--
12 error_log = {{FILE:LOG}}
H A Dbug72573-http-proxy.phpt5 --FILE--
12 error_log = {{FILE:LOG}}
H A Dbug78599-path-info-underflow.phpt5 --FILE--
12 error_log = {{FILE:LOG}}
H A Dgetallheaders.phpt5 --FILE--
12 error_log = {{FILE:LOG}}
H A Dlog-bwd-multiple-msgs.phpt5 --FILE--
12 error_log = {{FILE:LOG}}
H A Dlog-bwp-msg-flush-split-fallback.phpt5 --FILE--
12 error_log = {{FILE:LOG}}
H A Dstatus-listen.phpt5 --FILE--
12 error_log = {{FILE:LOG}}
H A Dbug80669-uid-user-groups.phpt9 --FILE--
20 error_log = {{FILE:LOG}}
H A Dgh8646.phpt7 --FILE--
14 error_log = {{FILE:LOG}}
H A Dproc-idle-timeout.phpt9 --FILE--
16 error_log = {{FILE:LOG}}
H A Dsocket-ipv4-fallback.phpt8 --FILE--
15 error_log = {{FILE:LOG}}
H A Dbug72185-fcgi-empty-frame.phpt5 --FILE--
12 error_log = {{FILE:LOG}}
H A Dlog-bwd-multiple-msgs-stdout-stderr.phpt7 --FILE--
14 error_log = {{FILE:LOG}}
H A Dlog-bwp-realloc-buffer.phpt5 --FILE--
12 error_log = {{FILE:LOG}}
H A Dfcgi-env-nopif-custom-without-pi-without-pt.phpt5 --FILE--
12 error_log = {{FILE:LOG}}
/php-src/ext/curl/tests/
H A Dcurl_basic_028.phpt13 --FILE--
31 Warning: curl_setopt(): The FILE protocol cannot be activated when an open_basedir is set in %s on …
H A Dbug52827.phpt5 --FILE--
11 * cast to a FILE* handle in curl_setopt already
/php-src/Zend/
H A Dzend_stream.c30 return fread(buf, 1, len, (FILE*)handle); in zend_stream_stdio_reader()
35 if (handle && (FILE*)handle != stdin) { in zend_stream_stdio_closer()
36 fclose((FILE*)handle); in zend_stream_stdio_closer()
43 if (handle && zend_fstat(fileno((FILE*)handle), &buf) == 0) { in zend_stream_stdio_fsizer()
63 ZEND_API void zend_stream_init_fp(zend_file_handle *handle, FILE *fp, const char *filename) { in zend_stream_init_fp()
150 file_handle->handle.stream.isatty = isatty(fileno((FILE *)file_handle->handle.stream.handle)); in zend_stream_fixup()

Completed in 30 milliseconds

12345678910>>...375