Home
last modified time | relevance | path

Searched refs:last (Results 276 – 296 of 296) sorted by relevance

1...<<1112

/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt254 PCRE_SPTR16 name, PCRE_UCHAR16 **first, PCRE_UCHAR16 **last);
585 PCRE_SPTR32 name, PCRE_UCHAR32 **first, PCRE_UCHAR32 **last);
1635 const char *name, char **first, char **last);
1817 used, these functions are always called in a stack-like manner (last
2311 library, the last two are recognized only in UTF-8 mode.
2850 is no such value, -1 is returned. For anchored patterns, a last literal
3026 For anchored patterns, a last literal value is recorded only if it fol-
3548 If a capturing subpattern is matched repeatedly, it is the last portion
4007 const char *name, char **first, char **last);
4852 last one is used.
[all …]
/PHP-7.0/ext/soap/
H A Dsoap.c3596 soapHeader *h, *last = NULL; local
3691 if (last == NULL) {
3694 last->next = h;
3696 last = h;
/PHP-7.0/ext/simplexml/
H A Dsimplexml.c1074 …node->children->next || node->children->children || node->parent->children == node->parent->last) { in sxe_prop_is_empty()
1194 …ode->children->next || node->children->children || node->parent->children == node->parent->last ) { in sxe_get_prop_hash()
/PHP-7.0/
H A Dconfig.guess1378 This script, last modified $timestamp, has failed to recognize
H A DNEWS589 . Fixed bug #73858 (first/last day of' flag is not being reset). (Derick)
603 . Fixed bug #74031 (ReflectionFunction for imagepng is missing last two
1282 . Fixed bug #72694 (mb_ereg_search_setpos does not accept a string's last
H A Dphp.ini-development510 ; Store the last error/warning message in $php_errormsg (boolean). Setting this value
H A Dphp.ini-production510 ; Store the last error/warning message in $php_errormsg (boolean). Setting this value
H A DINSTALL822 In the last section, PHP was installed with only core modules. It's
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic4478 >4 ledate >0 \b, last modified: %s
4582 ## >>22 bedate >0 last modified: %s,
4601 ## >>25 bedate >0 last modified: %s,
8094 >8404 string x last mounted on %s,
8095 #>9504 ledate x last checked at %s,
8096 >8224 ledate x last written at %s,
8110 >&-1164 string x last mounted on %s,
8154 >8404 string x last mounted on %s,
8155 #>9504 bedate x last checked at %s,
8156 >8224 bedate x last written at %s,
[all …]
/PHP-7.0/ext/pcre/pcrelib/
H A DChangeLog149 exactly enough group forward references such that the last one extended
467 Search order: first, last, middle.
1394 change is that for partial matches, the last encountered mark name is
1575 last byte inspected. This is an incompatible change, but I hope it is small
1640 17. There was optimizing code for the last branch of non-capturing parentheses,
2029 18. If the last data line in a file for pcretest does not have a newline on
2998 when the subject happened to end in the byte 0x85 (e.g. if the last
3485 newline (only possible for the last line of a file) and it was a
4438 new versions from the libtool 1.5 distribution (the last one is a copy of
5446 causing the entire string to be ignored, instead of just the last character.
[all …]
H A DHACKING388 All but the last three are single-unit items, with no data. The others are
H A Dpcre_jit_compile.c3239 BOOL last, any, caseless; in scan_prefix() local
3258 last = TRUE; in scan_prefix()
3267 last = FALSE; in scan_prefix()
3307 last = FALSE; in scan_prefix()
3326 last = FALSE; in scan_prefix()
3568 if (last) in scan_prefix()
/PHP-7.0/Zend/
H A Dzend_inheritance.c451 zend_op *end = op + fptr->op_array.last; in zend_get_function_declaration()
/PHP-7.0/ext/fileinfo/
H A Dlibmagic.patch3462 end = last = RCAST(const char *, s) + bytecnt;
3463 /* mget() guarantees buf <= last */
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt303 /* last row has been implicitly cleaned from the wire by freeing the result set */
/PHP-7.0/ext/pcre/pcrelib/testdata/
H A Dgrepinput611 This is the last line of this file.
/PHP-7.0/build/
H A Dlibtool.m4732 # Insert the option either (1) after the last *FLAGS variable, or
1149 # Insert the option either (1) after the last *FLAGS variable, or
4312 # The last name is the one that the linker finds with -lNAME.
/PHP-7.0/ext/mbstring/oniguruma/
H A DHISTORY361 2006/08/22: [impl] remove last line comma in enum OpCode.
/PHP-7.0/ext/reflection/
H A Dphp_reflection.c659 zend_op *end = op + op_array->last; in _get_recv_op()
/PHP-7.0/win32/
H A Dinstall.txt263 better maintenance, we advise you to follow the last option, add C:\php
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c131454 int k, last;
131513 last = sqlite3VdbeCurrentAddr(v);
131516 for(; k<last; k++, pOp++){

Completed in 586 milliseconds

1...<<1112