Home
last modified time | relevance | path

Searched refs:end (Results 676 – 687 of 687) sorted by relevance

1...<<2122232425262728

/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestinput22899 ){1,7} # end item; 1-7 of them required
2900 [0-9a-f]{1,4} $ # final hex number at end of string
4042 /-- Test the ugly "start or end of word" compatibility syntax --/
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-5.6/scripts/dev/
H A Dgenerate-phpt.phar1174 return end($this->allowedArgumentLists);
/PHP-5.6/ext/pcre/pcrelib/
H A DNEWS82 mean "start of word" and "end of word", respectively, as a transition aid.
/PHP-5.6/ext/mbstring/oniguruma/
H A DHISTORY122 2007/03/02: [bug] invalid optimization for semi-end-buf in onig_search().
390 2006/08/09: [impl] remove a comma at the end of enum ReduceType
/PHP-5.6/ext/reflection/
H A Dphp_reflection.c704 zend_op *end = op + op_array->last; in _get_recv_op() local
707 while (op < end) { in _get_recv_op()
/PHP-5.6/ext/pgsql/
H A Dpgsql.c4463 unsigned char *start, *end, buf[4]; /* 000 + '\0' */ local
4469 *bp = (unsigned char)strtoul(start, (char **)&end, 8);
/PHP-5.6/ext/standard/
H A Darray.c817 PHP_FUNCTION(end) in PHP_FUNCTION() argument
H A Dbasic_functions.c3276 PHP_FE(end, arginfo_end)
/PHP-5.6/
H A Dacinclude.m4189 dnl can be either written in C or C++ (filenames shall end in .c
/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c59112 int end; /* First byte past the last cell pointer in data[] */
59152 end = cellOffset + 2*pPage->nCell;
59158 assert( idx >= end+2 );
59166 memmove(&data[ins+2], &data[ins], end-ins);

Completed in 512 milliseconds

1...<<2122232425262728