Home
last modified time | relevance | path

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

/PHP-8.1/win32/
H A Dreaddir.c76 dp->finished = 1; in opendir()
87 dp->finished = 0; in opendir()
100 if (!dp || dp->finished) in readdir()
105 dp->finished = 1; in readdir()
155 dp->finished = 0; in rewinddir()
187 dp->finished = 1; in rewinddir()
H A Dreaddir.h30 uint8_t finished; /* 1 if there are not more files */ member
/PHP-8.1/ext/zlib/
H A Dzlib_filter.c30 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.1/ext/xml/tests/
H A Dxml_error_string_basic.phpt28 string(35) "Processing Instruction not finished"
30 string(28) "XML declaration not finished"
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_poll_reference.phpt43 printf("[002] The queries should have finished already\n");
74 printf("[003] The queries should have finished already\n");
104 printf("[004] The queries should have finished already\n");
136 printf("[005] The queries should have finished already\n");
178 printf("[006] The queries should have finished already\n");
/PHP-8.1/Zend/tests/
H A Dbug36759.phpt2 Bug #36759 (Objects destructors are invoked in wrong order when script is finished)
/PHP-8.1/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.1/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.1/sapi/fpm/
H A Dwww.conf.in341 ; %T: time the log has been written (the request has finished)
374 ; application calls 'fastcgi_finish_request' or when application has finished and
/PHP-8.1/sapi/fpm/tests/
H A Dfcgi.inc578 … throw new \Exception('FCGI_STD' . strtoupper($type) . ' stream already finished by empty record');
H A Dlogtool.inc268 … "The suffix has not been finished from position $this->suffixPosition in line: $line"
/PHP-8.1/docs/
H A Dstreams.md148 function succeeds. When you have finished, remember to close the stream.
/PHP-8.1/main/streams/
H A Dplain_wrapper.c1077 if (dir && dir->finished) { in php_plain_files_dir_opener()
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic20732 >>44 lelong&1 0 not finished
20733 >>44 lelong&1 1 finished
H A Dmagic私はガラスを食べられます20732 >>44 lelong&1 0 not finished
20733 >>44 lelong&1 1 finished

Completed in 129 milliseconds