Home
last modified time | relevance | path

Searched refs:end (Results 726 – 739 of 739) sorted by relevance

1...<<21222324252627282930

/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestoutput2977 Failed: \ at end of pattern at offset 4
980 Failed: \ at end of pattern at offset 4
10241 ){1,7} # end item; 1-7 of them required
10242 [0-9a-f]{1,4} $ # final hex number at end of string
14142 /-- Test the ugly "start or end of word" compatibility syntax --/
14180 Start of matched string is beyond its end - displaying from end to start.
H A Dtestoutput81508 / ^ a (?# begins with a) b\sc (?# then b c) $ (?# then end)/x
1518 /(?x) ^ a (?# begins with a) b\sc (?# then b c) $ (?# then end)/
5913 a rather long string that doesn't end with one of them
/PHP-7.1/ext/pcre/pcrelib/
H A DNEWS82 mean "start of word" and "end of word", respectively, as a transition aid.
/PHP-7.1/scripts/dev/
H A Dgenerate-phpt.phar1174 return end($this->allowedArgumentLists);
/PHP-7.1/
H A DNEWS172 . Fixed bug #76948 (Failed shutdown/reboot or end session in Windows).
2753 . Fixed bug #72221 (segfault, past-the-end access). (Lauri Kenttä)
3538 . Fixed bug #70187 (Notice: unserialize(): Unexpected end of serialized
3857 . Fixed possible read after end of buffer and use after free. (Dmitry)
H A Dacinclude.m4189 dnl can be either written in C or C++ (filenames shall end in .c
/PHP-7.1/ext/mbstring/oniguruma/
H A DHISTORY127 2007/03/02: [bug] invalid optimization for semi-end-buf in onig_search().
395 2006/08/09: [impl] remove a comma at the end of enum ReduceType
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c687 zend_op *end = op + op_array->last; in _get_recv_op() local
690 while (op < end) { in _get_recv_op()
/PHP-7.1/ext/pgsql/
H A Dpgsql.c4530 unsigned char *start, *end, buf[4]; /* 000 + '\0' */ local
4536 *bp = (unsigned char)strtoul(start, (char **)&end, 8);
/PHP-7.1/Zend/
H A Dzend_vm_def.h7264 throw_op_num = EX(func)->op_array.live_range[exc_opline->op2.num].end;
7954 zval *end = p + num_args; variable
7961 } while (p != end);
H A Dzend_vm_execute.h1767 throw_op_num = EX(func)->op_array.live_range[exc_opline->op2.num].end;
1957 zval *end = p + num_args; local
1964 } while (p != end);
/PHP-7.1/ext/standard/
H A Dbasic_functions.c3299 PHP_FE(end, arginfo_end)
/PHP-7.1/ext/fileinfo/
H A Dlibmagic.patch3462 end = last = RCAST(const char *, s) + bytecnt;
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c146867 WindowCsrAndReg end;
147311 p, OP_Gt, p->end.csr, regCountdown, p->current.csr, lblDone
147344 csr = p->end.csr;
147345 reg = p->end.reg;
147842 s.end.csr = s.current.csr+3;
147904 s.end.reg = pParse->nMem+1; pParse->nMem += nPeer;
147979 sqlite3VdbeAddOp2(v, OP_Rewind, s.end.csr, 1);
147985 sqlite3VdbeAddOp3(v, OP_Copy, regPeer, s.end.reg, pOrderBy->nExpr-1);
148002 windowCodeRangeTest(&s, OP_Ge, s.current.csr, regEnd, s.end.csr, lbl);
148028 windowCodeRangeTest(&s, OP_Ge, s.current.csr, regEnd, s.end.csr, lbl);

Completed in 600 milliseconds

1...<<21222324252627282930