Home
last modified time | relevance | path

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

1234567891011

/PHP-5.3/ext/openssl/
H A DREADME49 returns the message from the last error that the OpenSSL library encountered
/PHP-5.3/Zend/
H A Dzend_compile.h211 zend_uint last, size; 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.3/
H A Drun-tests.php2176 $last = 1;
2179 $last = 2;
H A DNEWS344 . Fixed bug #62887 (Only /status?plain&full gives "last request cpu"). (fat)
706 detected together with the last read). (Gustavo)
907 . Dropped restriction of not setting the same value multiple times, the last
969 with the last read). (Gustavo)
2069 - Fixed bug #51096 ('last day' and 'first day' are handled incorrectly when
2574 - Fixed bug #48660 (parse_ini_*(): dollar sign as last character of value
2922 . support for "first/last day of <month>" style texts.
2936 with months - like in "last saturday of februari 2008".
3042 - Fixed a bug causing miscalculations with the "last <weekday> of <n> month"
5043 - Fixed bug #33386 (ScriptControl only sees last function of class). (Rob)
[all …]
H A Dconfigure.in24 dnl ## Diversion 5 is the last one. Here we generate files and clean up.
H A DINSTALL203 you only need to repeat the last three steps. You only need to
1026 In the last section, PHP was installed with only core modules. It's
H A Dphp.ini-development586 ; Store the last error/warning message in $php_errormsg (boolean). Setting this value
H A Dphp.ini-production586 ; Store the last error/warning message in $php_errormsg (boolean). Setting this value
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dsqlite.h.in213 ** by the last INSERT, UPDATE, or DELETE statment executed by sqlite_exec(),
214 ** or by the last VM to run to completion. The change count is not updated
256 ** The algorithm is simple. If the last token other than spaces
/PHP-5.3/ext/mbstring/oniguruma/doc/
H A DAPI394 and at last callback again.
/PHP-5.3/ext/mbstring/
H A Dmbstring.c4442 char *last=NULL; in php_mb_safe_strrchr_ex() local
4450 last = (char *)p; in php_mb_safe_strrchr_ex()
4465 last = (char *)p; in php_mb_safe_strrchr_ex()
4475 return last; in php_mb_safe_strrchr_ex()
/PHP-5.3/ext/pcre/pcrelib/
H A DNEWS591 Another (I hope this is the last!) change has been made to the API for the
599 Yet another (and again I hope this really is the last) change has been made
H A DHACKING341 All but the last two are just single-unit items. The others are followed by
H A DChangeLog458 change is that for partial matches, the last encountered mark name is
639 last byte inspected. This is an incompatible change, but I hope it is small
704 17. There was optimizing code for the last branch of non-capturing parentheses,
1093 18. If the last data line in a file for pcretest does not have a newline on
2061 when the subject happened to end in the byte 0x85 (e.g. if the last
2548 newline (only possible for the last line of a file) and it was a
3429 starting at the last subject character, bytes beyond the end of the subject
3501 new versions from the libtool 1.5 distribution (the last one is a copy of
4509 causing the entire string to be ignored, instead of just the last character.
4514 some of these cases. It does this by remembering the last required literal
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt237 PCRE_SPTR16 name, PCRE_UCHAR16 **first, PCRE_UCHAR16 **last);
566 PCRE_SPTR32 name, PCRE_UCHAR32 **first, PCRE_UCHAR32 **last);
1591 const char *name, char **first, char **last);
1772 used, these functions are always called in a stack-like manner (last
2223 library, the last two are recognized only in UTF-8 mode.
2697 is no such value, -1 is returned. For anchored patterns, a last literal
3841 const char *name, char **first, char **last);
4604 present, the last one is used.
5471 first or last character in the class.
6343 last character, then all but the last two characters, and so on. Once
[all …]
/PHP-5.3/ext/soap/
H A Dphp_encoding.c3292 ret->prev = parent->last; in to_xml_any()
3294 if (parent->last) { in to_xml_any()
3295 parent->last->next = ret; in to_xml_any()
3299 parent->last = ret; in to_xml_any()
H A Dsoap.c3772 soapHeader *h, *last = NULL; local
3867 if (last == NULL) {
3870 last->next = h;
3872 last = h;
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic3658 >4 ledate >0 \b, last modified: %s
3748 ## >>22 bedate >0 last modified: %s,
3767 ## >>25 bedate >0 last modified: %s,
6241 >8404 string x last mounted on %s,
6242 #>9504 ledate x last checked at %s,
6243 >8224 ledate x last written at %s,
6257 >&-1164 string x last mounted on %s,
6259 >&-304 leqldate x last written at %s,
6301 >8404 string x last mounted on %s,
6302 #>9504 bedate x last checked at %s,
[all …]
/PHP-5.3/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-5.3/ext/pcre/pcrelib/testdata/
H A Dgrepinput611 This is the last line of this file.
H A Dtestinput22990 last is here because Perl gives the match as "b" rather than "ab". I
/PHP-5.3/build/
H A Dlibtool.m4726 # Insert the option either (1) after the last *FLAGS variable, or
1143 # Insert the option either (1) after the last *FLAGS variable, or
4309 # The last name is the one that the linker finds with -lNAME.
/PHP-5.3/ext/mbstring/oniguruma/
H A DHISTORY132 2006/08/22: [impl] remove last line comma in enum OpCode.
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c657 zend_op *end = op + op_array->last; in _get_recv_op()

Completed in 249 milliseconds

1234567891011