Home
last modified time | relevance | path

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

/PHP-7.1/win32/
H A Dreaddir.c31 short finished; /* 1 if there are not more files */ member
89 dp->finished = 1; in opendir()
100 dp->finished = 0; in opendir()
112 if (!dp || dp->finished) in readdir()
117 dp->finished = 1; in readdir()
143 if (!dp || dp->finished) { in readdir_r()
150 dp->finished = 1; in readdir_r()
206 dp->finished = 0; in rewinddir()
238 dp->finished = 1; in rewinddir()
/PHP-7.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-7.1/TSRM/
H A Dreaddir.h32 short finished; /* 1 if there are not more files */ member
/PHP-7.1/ext/zlib/
H A Dzlib_filter.c34 zend_bool finished; member
81 while (bin < (unsigned int) bucket->buflen && !data->finished) { in php_zlib_inflate_filter()
93 data->finished = '\1'; in php_zlib_inflate_filter()
124 if (!data->finished && flags & PSFS_FLAG_FLUSH_CLOSE) { in php_zlib_inflate_filter()
153 if (!data->finished) { in php_zlib_inflate_dtor()
336 data->finished = '\0'; in php_zlib_filter_create()
/PHP-7.1/Zend/tests/
H A Dbug36759.phpt2 Bug #36759 (Objects destructors are invoked in wrong order when script is finished)
/PHP-7.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-7.1/ext/spl/examples/
H A Dsearchiterator.inc42 /** Do not move forward but instead mark as finished.
/PHP-7.1/ext/soap/
H A DTODO.old8 serialization in general needs to be polished/finished... all xsd types
/PHP-7.1/sapi/fpm/tests/
H A Dlogtool.inc155 … "The suffix has not been finished from position $this->suffixPosition in line: $line"
/PHP-7.1/
H A DREADME.SUBMITTING_PATCH147 After testing is finished, create a patch file using the command:
H A DREADME.STREAMS142 When you have finished, remember to close the stream.
H A DNEWS3407 finished). (Bob)
/PHP-7.1/ext/mbstring/oniguruma/doc/
H A DAPI590 The use of this library is finished.
/PHP-7.1/main/streams/
H A Dplain_wrapper.c959 if (dir && dir->finished) { in php_plain_files_dir_opener()
/PHP-7.1/sapi/fpm/
H A Dwww.conf.in310 ; %T: time the log has been written (the request has finished)
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c59518 goto finished;
59532 goto finished;
59540 goto finished;
59582 finished:
163202 finished:
173591 if( rc!=SQLITE_OK ) goto finished;
173601 goto finished;
173616 if( rc!=SQLITE_OK ) goto finished;
173635 if( rc!=SQLITE_OK ) goto finished;
173642 if( rc!=SQLITE_OK ) goto finished;
[all …]
/PHP-7.1/ext/pcre/pcrelib/
H A DChangeLog1814 -M (multiline) and the pattern match finished with a line ending.
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt2566 When you are finished with a pattern, you can free the memory used for

Completed in 692 milliseconds