Definitions
from Wiktionary, Creative Commons Attribution/Share-Alike License.
- noun The act of
redeclaring .
Etymologies
Sorry, no etymologies found.
Support

Help support Wordnik (and make this page ad-free) by adopting the word redeclaration.
Examples
-
Your deliberate redeclaration of a symbol name is an assertion that the value of the symbol has not changed; and you want the assembler to issue you an error message if it has changed.
DOCUMENTATION: A86 Assembler Package by Eric Isaacson Chapter 9 1990
-
Back to the first solution ... add the wrapper and deal with the updates as they occur ... michaelo wrote: These functions are wrapped to prevent redeclaration and are intended to be reused by mod designers ...
phpBB.com michaelo 2010
-
You're going to have to put some code around those functions to avoid redeclaration. if (! function_exists ( 'utf8_strrpos')) function utf8_strrpos ($str, $needle, $offset = null) zeroordie wrote: I figured out how to allow usergroups to see certain links.
phpBB.com Noxwizard 2010
-
You're going to have to put some code around those functions to avoid redeclaration. if (! function_exists ( 'utf8_strrpos')) function utf8_strrpos ($str, $needle, $offset = null) zeroordie wrote: I figured out how to allow usergroups to see certain links.
phpBB.com Noxwizard 2010
-
You're going to have to put some code around those functions to avoid redeclaration. if (! function_exists ( 'utf8_strrpos')) function utf8_strrpos ($str, $needle, $offset = null) zeroordie wrote: I figured out how to allow usergroups to see certain links.
phpBB.com Noxwizard 2010
-
To prevent redeclaration errors there are some very simple measures.
phpBB.com michaelo 2010
-
These functions are wrapped to prevent redeclaration and are intended to be reused by mod designers ... if (! function_exists ( 'function_name')) {...}
phpBB.com michaelo 2010
-
If it was not, then nothing to worry about, but if it was!! you end up with a redeclaration error.
phpBB.com michaelo 2010
-
To remove redeclaration errors you must first remove your include file code line, then move your dependant code to where the first call occurred ...
phpBB.com michaelo 2010
-
Logically it prevents a function form being redeclaration irrespective of build-in or user defined ...
phpBB.com michaelo 2010
Comments
Log in or sign up to get involved in the conversation. It's quick and easy.