Home
last modified time | relevance | path

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

/PHP-5.3/Zend/tests/
H A Dnowdoc_012.phpt14 Now let's finish it
25 Now let's finish it
/PHP-5.3/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.3/ext/ereg/regex/
H A Dregcomp.c704 finish = '-';
706 finish = p_b_symbol(p);
708 finish = start;
711 for (i = start; i <= finish; i++)
918 register sopno finish = HERE(); local
957 copy = dupl(p, start+1, finish+1);
958 assert(copy == finish+4);
966 copy = dupl(p, start, finish);
970 copy = dupl(p, start, finish);
1340 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.3/ext/standard/tests/general_functions/
H A Dbug39322.phpt20 sleep(1); // wait a bit to let the process finish
/PHP-5.3/Zend/
H A Dzend_constants.c352 goto finish; in zend_get_constant_ex()
399 finish: in zend_get_constant_ex()
/PHP-5.3/
H A DTODO-PHP53 Important stuff to finish: PPP members/PPP methods,
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.3/ext/standard/
H A Dhttp_fopen_wrapper.c232 goto finish; in php_stream_url_wrap_http_ex()
256 goto finish; in php_stream_url_wrap_http_ex()
266 finish: in php_stream_url_wrap_http_ex()
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregexec.c1580 goto finish; in match_at()
1606 goto finish; in match_at()
2871 goto finish; in match_at()
2901 finish: in match_at()
3589 else goto finish; /* error */ \ in onig_search()
3598 else goto finish; /* error */ \ in onig_search()
3861 finish: in onig_search()
H A DHISTORY888 should finish matching process if find-condition
/PHP-5.3/sapi/litespeed/
H A DREADME181 can not finish processing of a request in the given time period, it
H A Dlsapilib.c705 static struct lsapi_packet_header finish = {'L', 'S', variable
723 pReq->m_pIovecCur->iov_base = (void *)&finish; in LSAPI_Finish_r()
/PHP-5.3/build/
H A Dlibtool.m44377 # Commands used to finish a libtool library installation in a directory.
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c119187 goto finish;
119192 goto finish;
119206 goto finish;
119210 goto finish;
119213 finish:
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt7032 of dynamic anchor, or "I've started, so I must finish." The name of the

Completed in 349 milliseconds