Home
last modified time | relevance | path

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

1234

/PHP-5.6/
H A DNEWS437 . Fixed bug #72581 (previous property undefined in Exception after
1646 . Fixed bug #69033 (Request may get env. variables from previous requests
2061 . Fixed bug #67043 (substr_compare broke by previous change) (Tjerk)
2761 . Fixed bug #67043 (substr_compare broke by previous change) (Tjerk)
3413 . Return previous handler when passing NULL to set_error_handler and
3580 version required (as build with previous version is broken).
4821 instruction without previous ZEND_FETCH_CLASS.
5627 . Fixed bug #55007 (compiler fail after previous fail). (Felipe)
6746 - Fixed bug #49059 (DateTime::diff() repeats previous sub() operation).
6948 - Fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted
[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.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 DUPGRADING.INTERNALS184 IAP of ht (for compatibility with the previous implementation) and resets
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.6/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.6/Zend/
H A DZEND_CHANGES9 Objects were handled in previous versions like primitive types
H A Dzend_exceptions.c39 zval *previous, *ancestor; in zend_exception_set_previous() local
63 exception = previous; in zend_exception_set_previous()
109 zval *previous = EG(exception); in zend_throw_exception_internal() local
112 if (previous) { in zend_throw_exception_internal()
206 zval *object, *previous = NULL; in ZEND_METHOD() local
223 if (previous) { in ZEND_METHOD()
279 if (previous) { in ZEND_METHOD()
649 zval *previous; in ZEND_METHOD() local
654 RETURN_ZVAL(previous, 1, 0); in ZEND_METHOD()
776 ZEND_ARG_INFO(0, previous)
[all …]
/PHP-5.6/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.6/ext/date/lib/
H A Dparse_date.re253 { "previous", 0, -1 },
940 reltexttext = 'next'|'last'|'previous'|'this';
/PHP-5.6/ext/date/tests/
H A Dbug49059.phpt2 Bug #49059 (DateTime::diff() repeats previous sub() operation)
/PHP-5.6/ext/dom/tests/
H A Ddom003.phpt58 ["previous":"Exception":private]=>
H A Ddom_set_attr_node.phpt70 ["previous":"Exception":private]=>
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic6328 # DOS BPB information (70) and after DOS floppy (120) like in previous file version
/PHP-5.6/ext/gd/libgd/
H A Dgdft.c820 FT_UInt glyph_index, previous; local
914 previous = 0;
972 previous = 0; /* clear kerning flag */
986 previous = 0; /* clear kerning flag */
1072 if (use_kerning && previous && glyph_index) {
1073 FT_Get_Kerning(face, previous, glyph_index, ft_kerning_default, &delta);
1175 previous = glyph_index;

Completed in 124 milliseconds

1234