Home
last modified time | relevance | path

Searched refs:start (Results 351 – 361 of 361) sorted by relevance

1...<<1112131415

/PHP-5.6/
H A DNEWS649 . Fixed bug #63740 (strtotime seems to use both sunday and monday as start of
1637 . Fixed bug #68063 (Empty session IDs do still start sessions) (Yasuo)
1685 . Implemented FR #68268 (DatePeriod: Getter for start date, end date and
4410 for non-root start). (fat)
4584 . Fixed bug #61058 (array_fill leaks if start index is PHP_INT_MAX).
5211 . Fixed bug #61058 (array_fill leaks if start index is PHP_INT_MAX).
6651 - Fixed bug #51604 (newline in end of header is shown in start of message).
7862 - Fixed bug #44842 (parse_ini_file keys that start/end with underscore).
9397 . start timeout thread only if necessary
10086 start-up on the same thread). (p dot desarnaud at wanadoo dot fr)
[all …]
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestoutput72293 First char at start or follows newline
H A Dgrepinput7 PATTERN at the start of a line.
/PHP-5.6/Zend/
H A Dzend_vm_def.h5294 if (EX(op_array)->brk_cont_array[i].start < 0) {
5296 } else if (EX(op_array)->brk_cont_array[i].start > op_num) {
H A Dzend_compile.c1081 brk_cont_element->start = get_next_op_number(CG(active_op_array)); in do_begin_loop()
1092 CG(active_op_array)->brk_cont_array[CG(context).current_brk_cont].start = -1; in do_end_loop()
H A Dzend_vm_execute.h1227 if (EX(op_array)->brk_cont_array[i].start < 0) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
1229 } else if (EX(op_array)->brk_cont_array[i].start > op_num) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
/PHP-5.6/ext/pcre/pcrelib/
H A DREADME92 with a set of man pages whose names all start with "pcre". The one that is just
/PHP-5.6/sapi/thttpd/
H A Dthttpd_patch1907 + ** if we start getting new data on this socket, "promote" it
/PHP-5.6/build/
H A Dlibtool.m4405 # Add some code to the start of the generated configure script which
1399 # for dependence libraries. The import file would start with
6249 # Be careful that the start marker always follows a newline.
/PHP-5.6/ext/fileinfo/
H A Dlibmagic.patch3173 const char *buf; /* start of search region */
/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c31934 int start = 0;
31941 if( lockPath[i] == '/' && (i - start > 0) ){
31943 if( i-start>2 || (i-start==1 && buf[start] != '.' && buf[start] != '/')
31944 || (i-start==2 && buf[start] != '.' && buf[start+1] != '.') ){
31956 start=i+1;
71395 u64 start; /* CPU clock count at start of opcode */
71457 start = sqlite3Hwtime();
77331 if( endTime>start ) pOrigOp->cycles += endTime - start;
119561 int start;
119629 start = sqlite3VdbeCurrentAddr(v);
[all …]

Completed in 476 milliseconds

1...<<1112131415