Home
last modified time | relevance | path

Searched refs:finished (Results 1 – 15 of 15) sorted by relevance

/PHP-8.0/win32/
H A Dreaddir.c80 dp->finished = 1; in opendir()
91 dp->finished = 0; in opendir()
104 if (!dp || dp->finished) in readdir()
109 dp->finished = 1; in readdir()
159 dp->finished = 0; in rewinddir()
191 dp->finished = 1; in rewinddir()
H A Dreaddir.h30 uint8_t finished; /* 1 if there are not more files */ member
/PHP-8.0/ext/xml/tests/
H A Dxml_error_string_basic.phpt32 string(35) "Processing Instruction not finished"
34 string(28) "XML declaration not finished"
/PHP-8.0/ext/zlib/
H A Dzlib_filter.c30 zend_bool finished; /* for zlib.deflate: signals that no flush is pending */ member
77 while (bin < (unsigned int) bucket->buflen && !data->finished) { in php_zlib_inflate_filter()
89 data->finished = '\1'; in php_zlib_inflate_filter()
121 if (!data->finished && flags & PSFS_FLAG_FLUSH_CLOSE) { in php_zlib_inflate_filter()
150 if (!data->finished) { in php_zlib_inflate_dtor()
208 data->finished = flush_mode != Z_NO_FLUSH; in php_zlib_deflate_filter()
236 if (flags & PSFS_FLAG_FLUSH_CLOSE || ((flags & PSFS_FLAG_FLUSH_INC) && !data->finished)) { in php_zlib_deflate_filter()
241 data->finished = 1; in php_zlib_deflate_filter()
338 data->finished = '\0'; in php_zlib_filter_create()
402 data->finished = 1; in php_zlib_filter_create()
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_poll_reference.phpt42 printf("[002] The queries should have finished already\n");
73 printf("[003] The queries should have finished already\n");
103 printf("[004] The queries should have finished already\n");
135 printf("[005] The queries should have finished already\n");
177 printf("[006] The queries should have finished already\n");
/PHP-8.0/Zend/tests/
H A Dbug36759.phpt2 Bug #36759 (Objects destructors are invoked in wrong order when script is finished)
/PHP-8.0/Zend/tests/generators/
H A Dbug70904.phpt2 Bug #70904 (yield from incorrectly marks valid generator as finished)
H A Dbug74954.phpt2 Bug #74954 (crash after update of generator yielding from finished generator)
/PHP-8.0/sapi/fpm/fpm/
H A Dzlog.c744 if (stream->finished) { in zlog_stream_str()
745 stream->finished = 0; in zlog_stream_str()
828 if (stream->finished || stream->len == 0) { in zlog_stream_finish()
844 stream->finished = 1; in zlog_stream_finish()
868 zlog_bool finished = zlog_stream_finish(stream); in zlog_stream_close() local
871 return finished; in zlog_stream_close()
H A Dzlog.h71 unsigned int finished:1; member
/PHP-8.0/sapi/fpm/
H A Dwww.conf.in327 ; %T: time the log has been written (the request has finished)
360 ; application calls 'fastcgi_finish_request' or when application has finished and
/PHP-8.0/sapi/fpm/tests/
H A Dfcgi.inc578 … throw new \Exception('FCGI_STD' . strtoupper($type) . ' stream already finished by empty record');
H A Dlogtool.inc254 … "The suffix has not been finished from position $this->suffixPosition in line: $line"
/PHP-8.0/docs/
H A Dstreams.md148 function succeeds. When you have finished, remember to close the stream.
/PHP-8.0/main/streams/
H A Dplain_wrapper.c1035 if (dir && dir->finished) { in php_plain_files_dir_opener()

Completed in 32 milliseconds