Home
last modified time | relevance | path

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

/php-src/ext/xml/tests/
H A Dxml_error_string_basic_libxml.phpt16 string(%d) %r"Invalid document end"|"Tag not finished"%r
18 string(35) "Processing Instruction not finished"
20 string(28) "XML declaration not finished"
H A Dbug81351.phpt26 … element found|xml_parse returned 0, xml_get_error_code = 77, xml_error_string = Tag not finished%r
/php-src/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()
162 dp->finished = 0; in rewinddir()
194 dp->finished = 1; in rewinddir()
H A Dreaddir.h36 uint8_t finished; /* 1 if there are not more files */ member
/php-src/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-src/ext/mysqli/tests/
H A Dmysqli_poll_reference.phpt39 printf("[002] The queries should have finished already\n");
70 printf("[003] The queries should have finished already\n");
100 printf("[004] The queries should have finished already\n");
132 printf("[005] The queries should have finished already\n");
174 printf("[006] The queries should have finished already\n");
/php-src/Zend/tests/
H A Dgh13446_1.phpt2 GH-13446: Exception handler is restored after is has finished
H A Dbug36759.phpt2 Bug #36759 (Objects destructors are invoked in wrong order when script is finished)
/php-src/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-src/sapi/fpm/fpm/
H A Dzlog.c741 if (stream->finished) { in zlog_stream_str()
742 stream->finished = 0; in zlog_stream_str()
825 if (stream->finished || stream->len == 0) { in zlog_stream_finish()
841 stream->finished = 1; in zlog_stream_finish()
865 zlog_bool finished = zlog_stream_finish(stream); in zlog_stream_close() local
868 return finished; in zlog_stream_close()
H A Dzlog.h71 unsigned int finished:1; member
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_quote_gbk_double_escape.phpt28 * 3. The function finished, let's look at the output: 0xBF 0x5C 0x27.
/php-src/ext/mbstring/tests/
H A Dmb_substr_count.phpt63 // by a decoder flush function, and that codepoint finished a match with the
/php-src/sapi/fpm/
H A Dwww.conf.in346 ; %T: time the log has been written (the request has finished)
395 ; application calls 'fastcgi_finish_request' or when application has finished and
/php-src/docs-old/
H A Dstreams.md148 function succeeds. When you have finished, remember to close the stream.
/php-src/sapi/fpm/tests/
H A Dlogtool.inc268 … "The suffix has not been finished from position $this->suffixPosition in line: $line"
H A Dfcgi.inc840 … throw new \Exception('FCGI_STD' . strtoupper($type) . ' stream already finished by empty record');
/php-src/ext/mbstring/
H A Dmbstring.c3291 unsigned int finished = 0; /* For how many candidate encodings have we processed all the input? */ in count_demerits() local
3295 finished++; in count_demerits()
3299 while ((strict || length > 1) && finished < length) { in count_demerits()
3328 finished++; in count_demerits()
/php-src/main/streams/
H A Dplain_wrapper.c1086 if (dir && dir->finished) { in php_plain_files_dir_opener()
/php-src/docs/
H A Drelease-process.md353 Add, commit, and push your changes, when finished.
728 Add, commit, and push your changes, when finished.
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cjk.c5564 goto finished; in mb_sjismac_to_wchar()
5584 goto finished; in mb_sjismac_to_wchar()
5627 finished: in mb_sjismac_to_wchar()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます24052 >>44 lelong&1 0 not finished
24053 >>44 lelong&1 1 finished
H A Dmagic24052 >>44 lelong&1 0 not finished
24053 >>44 lelong&1 1 finished

Completed in 268 milliseconds