Home
last modified time | relevance | path

Searched refs:last (Results 226 – 250 of 261) sorted by relevance

1234567891011

/PHP-5.4/Zend/
H A Dzend_execute_API.c1291 end=CG(active_op_array)->opcodes+CG(active_op_array)->last; in execute_new_code()
1335 CG(active_op_array)->last -= 1; /* get rid of that ZEND_RETURN */ in execute_new_code()
1336 EG(start_op) = CG(active_op_array)->opcodes+CG(active_op_array)->last; in execute_new_code()
H A Dzend_compile.h270 zend_uint last; member
H A DZEND_CHANGES436 last reference to an object is destroyed the object's
494 the last catch block. If no catch block has a 'instanceof' match
/PHP-5.4/ext/oci8/tests/
H A Dbug51291_1.phpt2 Bug #51291 (oci_error() doesn't report last error when called two times)
/PHP-5.4/
H A DUPGRADING.INTERNALS28 virtual_file_ex takes now a TSRM context as last parameter:
H A Drun-tests.php2205 $last = 1;
2208 $last = 2;
H A DNEWS287 . Fixed bug #67985 (Incorrect last used array index copied to new array after
1440 . Fixed bug #62887 (Only /status?plain&full gives "last request cpu"). (fat)
2568 detected together with the last read). (Gustavo)
2831 with the last read). (Gustavo)
3930 - Fixed bug #51096 ('last day' and 'first day' are handled incorrectly when
4435 - Fixed bug #48660 (parse_ini_*(): dollar sign as last character of value
4783 . support for "first/last day of <month>" style texts.
4797 with months - like in "last saturday of februari 2008".
4903 - Fixed a bug causing miscalculations with the "last <weekday> of <n> month"
6904 - Fixed bug #33386 (ScriptControl only sees last function of class). (Rob)
[all …]
/PHP-5.4/main/
H A Dmain.c282 char *last = NULL; in php_binary_init() local
286 search_dir = php_strtok_r(path, ":", &last); in php_binary_init()
294 search_dir = php_strtok_r(NULL, ":", &last); in php_binary_init()
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt73 // last host specification should be the one used
/PHP-5.4/ext/phar/
H A Dphar_internal.h593 char *tsrm_strtok_r(char *s, const char *delim, char **last);
H A Dphar.c2106 char *tsrm_strtok_r(char *s, const char *delim, char **last) /* {{{ */ argument
2111 s = *last;
2129 *last = s;
2132 *last = s + 1;
/PHP-5.4/ext/fileinfo/
H A Dlibmagic.patch3074 const char *last; /* end of search region */
3095 - end = last = RCAST(const char *, s) + nbytes;
3096 + end = last = RCAST(const char *, s) + bytecnt;
3097 /* mget() guarantees buf <= last */
3104 - last = RCAST(const char *, s) + nbytes;
3105 + last = RCAST(const char *, s) + bytecnt;
3108 ms->search.s_len = last - buf;
/PHP-5.4/ext/curl/
H A Dinterface.c2059 struct HttpPost *last = NULL; in _php_curl_setopt() local
2112 error = curl_formadd(&first, &last, in _php_curl_setopt()
2126 error = curl_formadd(&first, &last, in _php_curl_setopt()
/PHP-5.4/ext/openssl/
H A DREADME49 returns the message from the last error that the OpenSSL library encountered
/PHP-5.4/ext/mbstring/oniguruma/doc/
H A DAPI394 and at last callback again.
/PHP-5.4/ext/mbstring/
H A Dmbstring.c4611 char *last=NULL; in php_mb_safe_strrchr_ex() local
4619 last = (char *)p; in php_mb_safe_strrchr_ex()
4634 last = (char *)p; in php_mb_safe_strrchr_ex()
4644 return last; in php_mb_safe_strrchr_ex()
/PHP-5.4/ext/soap/
H A Dphp_encoding.c3276 ret->prev = parent->last; in to_xml_any()
3278 if (parent->last) { in to_xml_any()
3279 parent->last->next = ret; in to_xml_any()
3283 parent->last = ret; in to_xml_any()
H A Dsoap.c3578 soapHeader *h, *last = NULL; local
3673 if (last == NULL) {
3676 last->next = h;
3678 last = h;
/PHP-5.4/ext/pcre/pcrelib/
H A DNEWS688 Another (I hope this is the last!) change has been made to the API for the
696 Yet another (and again I hope this really is the last) change has been made
H A Dpcre_jit_compile.c3215 BOOL last, any, caseless; in scan_prefix() local
3230 last = TRUE; in scan_prefix()
3238 last = FALSE; in scan_prefix()
3278 last = FALSE; in scan_prefix()
3297 last = FALSE; in scan_prefix()
3539 if (last) in scan_prefix()
H A DHACKING388 All but the last three are single-unit items, with no data. The others are
H A DChangeLog291 Search order: first, last, middle.
1218 change is that for partial matches, the last encountered mark name is
1399 last byte inspected. This is an incompatible change, but I hope it is small
1464 17. There was optimizing code for the last branch of non-capturing parentheses,
1853 18. If the last data line in a file for pcretest does not have a newline on
2822 when the subject happened to end in the byte 0x85 (e.g. if the last
3309 newline (only possible for the last line of a file) and it was a
4190 starting at the last subject character, bytes beyond the end of the subject
4262 new versions from the libtool 1.5 distribution (the last one is a copy of
5270 causing the entire string to be ignored, instead of just the last character.
[all …]
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt243 PCRE_SPTR16 name, PCRE_UCHAR16 **first, PCRE_UCHAR16 **last);
574 PCRE_SPTR32 name, PCRE_UCHAR32 **first, PCRE_UCHAR32 **last);
1624 const char *name, char **first, char **last);
1806 used, these functions are always called in a stack-like manner (last
2300 library, the last two are recognized only in UTF-8 mode.
2839 is no such value, -1 is returned. For anchored patterns, a last literal
3015 For anchored patterns, a last literal value is recorded only if it fol-
3537 If a capturing subpattern is matched repeatedly, it is the last portion
3996 const char *name, char **first, char **last);
4841 last one is used.
[all …]
/PHP-5.4/ext/fileinfo/tests/
H A Dmagic4026 >4 ledate >0 \b, last modified: %s
4116 ## >>22 bedate >0 last modified: %s,
4135 ## >>25 bedate >0 last modified: %s,
7126 >8404 string x last mounted on %s,
7127 #>9504 ledate x last checked at %s,
7128 >8224 ledate x last written at %s,
7142 >&-1164 string x last mounted on %s,
7144 >&-304 leqldate x last written at %s,
7186 >8404 string x last mounted on %s,
7187 #>9504 bedate x last checked at %s,
[all …]
/PHP-5.4/ext/simplexml/
H A Dsimplexml.c1132 …ode->children->next || node->children->children || node->parent->children == node->parent->last ) { in sxe_get_prop_hash()

Completed in 241 milliseconds

1234567891011