Home
last modified time | relevance | path

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

/PHP-5.5/ext/session/tests/
H A Dsession_set_save_handler_class_008.phpt30 public function finish() {
32 echo "(#$this->num) finish called $id\n";
53 $handler->finish();
61 (#1) finish called %s
H A Dsession_set_save_handler_class_010.phpt30 public function finish() {
32 echo "(#$this->num) finish called $id\n";
48 register_shutdown_function(array($handler, 'finish'));
60 (#1) finish called %s
H A Dsession_set_save_handler_class_007.phpt30 public function finish() {
32 echo "(#$this->num) finish called $id\n";
53 $handler->finish();
66 (#1) finish called %s
H A Dsession_set_save_handler_class_009.phpt30 public function finish() {
32 echo "(#$this->num) finish called $id\n";
H A Dsession_encode_serialize.phpt17 // Should finish without errors
/PHP-5.5/Zend/tests/
H A Dnowdoc_012.phpt14 Now let's finish it
25 Now let's finish it
/PHP-5.5/main/streams/
H A Dphp_stream_filter_api.h131 PHPAPI int _php_stream_filter_flush(php_stream_filter *filter, int finish TSRMLS_DC);
140 #define php_stream_filter_flush(filter, finish) _php_stream_filter_flush((filter), (finish) TSRMLS_… argument
H A Dfilter.c431 PHPAPI int _php_stream_filter_flush(php_stream_filter *filter, int finish TSRMLS_DC) in _php_stream_filter_flush()
439 long flags = (finish ? PSFS_FLAG_FLUSH_CLOSE : PSFS_FLAG_FLUSH_INC); in _php_stream_filter_flush()
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug65806.phpt58 echo "finish serialize/unserialize" . PHP_EOL;
80 finish serialize/unserialize
/PHP-5.5/ext/ereg/regex/
H A Dregcomp.c712 finish = '-';
714 finish = p_b_symbol(p);
716 finish = start;
719 for (i = start; i <= finish; i++)
926 register sopno finish = HERE(); local
965 copy = dupl(p, start+1, finish+1);
966 assert(copy == finish+4);
974 copy = dupl(p, start, finish);
978 copy = dupl(p, start, finish);
1352 dupl(p, start, finish) in dupl() argument
[all …]
H A Dregcomp.ih41 static sopno dupl(register struct parse *p, sopno start, sopno finish);
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug39322.phpt20 sleep(1); // wait a bit to let the process finish
/PHP-5.5/ext/iconv/tests/
H A Dbug48147.phpt14 // finish invalid
/PHP-5.5/ext/standard/
H A Dhttp_fopen_wrapper.c257 goto finish; in php_stream_url_wrap_http_ex()
281 goto finish; in php_stream_url_wrap_http_ex()
291 finish: in php_stream_url_wrap_http_ex()
/PHP-5.5/Zend/
H A Dzend_constants.c390 goto finish; in zend_get_constant_ex()
437 finish: in zend_get_constant_ex()
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregexec.c1398 goto finish; in match_at()
1424 goto finish; in match_at()
2690 goto finish; in match_at()
2720 finish: in match_at()
3414 else goto finish; /* error */ \ in onig_search()
3423 else goto finish; /* error */ \ in onig_search()
3436 else goto finish; /* error */ \ in onig_search()
3445 else goto finish; /* error */ \ in onig_search()
3715 finish: in onig_search()
H A DHISTORY1093 should finish matching process if find-condition
/PHP-5.5/
H A DREADME.SELF-CONTAINED-EXTENSIONS45 It is time to finish the module. Run:
H A Dltmain.sh534 --finish) mode="finish" ;;
6300 $echo "$modename: warning: remember to run \`$progname --finish$future_libdirs'" 1>&2
6306 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'
6827 finish)
/PHP-5.5/sapi/litespeed/
H A DREADME181 can not finish processing of a request in the given time period, it
H A Dlsapilib.c1327 static struct lsapi_packet_header finish = {'L', 'S', variable
1348 pReq->m_pIovecCur->iov_base = (void *)&finish; in LSAPI_Finish_r()
/PHP-5.5/build/
H A Dlibtool.m44380 # Commands used to finish a libtool library installation in a directory.
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c142069 goto finish;
142074 goto finish;
142087 goto finish;
142091 goto finish;
142094 finish:
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt7438 of dynamic anchor, or "I've started, so I must finish." The name of the

Completed in 577 milliseconds