Home
last modified time | relevance | path

Searched refs:previous (Results 1 – 25 of 89) sorted by path

1234

/PHP-5.5/
H A DNEWS682 . Fixed bug #69033 (Request may get env. variables from previous requests
1181 . Fixed bug #67043 (substr_compare broke by previous change) (Tjerk)
1835 . Return previous handler when passing NULL to set_error_handler and
1850 . Fixed bug #64936 (doc comments picked up from previous scanner run). (Stas,
2002 version required (as build with previous version is broken).
3243 instruction without previous ZEND_FETCH_CLASS.
4049 . Fixed bug #55007 (compiler fail after previous fail). (Felipe)
5168 - Fixed bug #49059 (DateTime::diff() repeats previous sub() operation).
5370 - Fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted
5982 . proper support for "this week", "previous week"/"last week" and "next week"
[all …]
H A DREADME.EXT_SKEL80 An optional argument is separated from the previous by an optional space,
H A DREADME.MAILINGLIST_RULES48 previous posters have said. This is even more important the longer the
68 and remove any previous comment that is not relevant to your post.
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES80 the previous behaviour - the class name is lowercased. Expect the
H A DREADME.RELEASE_PROCESS26 5. Follow all steps to the letter. When unclear ask previous RM's (David/Julien/
28 first releases one of the previous RM's is around to answer questions. For the
151 1. Checkout your release branch, you should have created when releasing previous RC
H A Dacinclude.m4698 dnl and will overwrite any previous variable of that name.
723 dnl and will overwrite any previous variable of that name.
/PHP-5.5/Zend/RFCs/
H A D001.txt46 previous versions of the scripting engine. However, you won't bump
51 The previous code will assign $object the handle of a new instance of
/PHP-5.5/Zend/
H A DZEND_CHANGES9 Objects were handled in previous versions like primitive types
H A Dzend_exceptions.c39 zval *previous; in zend_exception_set_previous() local
55 exception = previous; in zend_exception_set_previous()
101 zval *previous = EG(exception); in zend_throw_exception_internal() local
104 if (previous) { in zend_throw_exception_internal()
198 zval *object, *previous = NULL; in ZEND_METHOD() local
215 if (previous) { in ZEND_METHOD()
271 if (previous) { in ZEND_METHOD()
641 zval *previous; in ZEND_METHOD() local
646 RETURN_ZVAL(previous, 1, 0); in ZEND_METHOD()
752 ZEND_ARG_INFO(0, previous)
[all …]
/PHP-5.5/Zend/tests/
H A D019.phpt279 * Following calls will restore the previous value of a variable.
H A D030.phpt64 ["previous":"Exception":private]=>
H A Dbug40833.phpt65 //This will not crash (comment previous & uncomment this to test
H A Dbug55007.phpt2 Bug #55007 (compiler fail after previous fail)
H A Dbug70121.phpt5 …6:"'."\0".'Exception'."\0".'trace";a:0:{}s:19:"'."\0".'Exception'."\0".'previous";O:8:"stdClass":0…
H A Dclosure_041.phpt2 Closure 041: Rebinding: preservation of previous scope when not given as arg unless impossible
6 /* It's impossible to preserve the previous scope when doing so would break
H A Dclosure_046.phpt2 Closure 046: Rebinding: preservation of previous scope when "static" given as scope arg (same as cl…
6 /* It's impossible to preserve the previous scope when doing so would break
H A Dexception_007.phpt2 Setting previous exception
H A Dtry_finally_006.phpt9 previous:
16 goto previous;
H A Dtry_finally_007.phpt2 Try finally (with goto previous label)
/PHP-5.5/ext/date/lib/
H A Dparse_date.re247 { "previous", 0, -1 },
930 reltexttext = 'next'|'last'|'previous'|'this';
/PHP-5.5/ext/date/tests/
H A Dbug49059.phpt2 Bug #49059 (DateTime::diff() repeats previous sub() operation)
/PHP-5.5/ext/dom/tests/
H A Ddom003.phpt58 ["previous":"Exception":private]=>
H A Ddom_set_attr_node.phpt70 ["previous":"Exception":private]=>
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic5853 # DOS BPB information (70) and after DOS floppy (120) like in previous file version
/PHP-5.5/ext/gd/libgd/
H A Dgdft.c784 FT_UInt glyph_index, previous; local
871 previous = 0;
935 previous = 0; /* clear kerning flag */
952 previous = 0; /* clear kerning flag */
1038 if (use_kerning && previous && glyph_index) {
1039 FT_Get_Kerning(face, previous, glyph_index, ft_kerning_default, &delta);
1110 previous = glyph_index;

Completed in 129 milliseconds

1234