Search code examples
What does 'Language Construct' mean?...


terminologylanguage-construct

Read More
Why does "echo '2' . print(2) + 3" print 521?...


phpoutputlanguage-construct

Read More
?: operator (the 'Elvis operator') in PHP...


phpconditional-operatorlanguage-construct

Read More
What is the difference between echo with braces and without braces, and why do both methods exist?...


phpsyntaxechoparentheseslanguage-construct

Read More
Is there a way to implement custom language features in C#?...


c#syntactic-sugarlanguage-construct

Read More
Specifying default parameter when calling C++ function...


c++c++11default-valuelanguage-construct

Read More
Where is PHP echo implemented in the source?...


phpechoimplementationphp-internalslanguage-construct

Read More
How can I emulate destructuring in C++?...


c++c++17destructuringlanguage-construct

Read More
Does PHP have a facility to reduce the duplication of parameter declaration and initialization in th...


phpconstructorinitializationlanguage-construct

Read More
Does JavaScript have a language construct similar to the php list command?...


javascriptphpnode.jssymbol-tablelanguage-construct

Read More
When and Why use Loop Do Construct in Ruby...


rubyloopslanguage-construct

Read More
Python: Any way to declare constant parameters?...


pythonconstantslanguage-construct

Read More
Can I use an implicit class name in Dart?...


dartwith-statementlanguage-construct

Read More
Is this special treatment of exit and die documented in PHP?...


phpexpressionlanguage-construct

Read More
What does "array_expression" mean in php?...


phparraysexpressionlanguage-construct

Read More
Use constant as class name...


phplanguage-construct

Read More
C# equivalent of C++ std::vector<int>.end()...


c#c++language-construct

Read More
What is the difference between a language construct and a "built-in" function in PHP?...


phpfunctionbuilt-inlanguage-construct

Read More
What does this syntax ( page = $page ? $page : 'default' ) in PHP mean?...


phpwordpressternary-operatorconditional-operatorlanguage-construct

Read More
What is ?: in PHP 5.3?...


phpphp-5.3ternary-operatorconditional-operatorlanguage-construct

Read More
PHP Declarator In If-Statement Scope...


phpscopelanguage-construct

Read More
Can I use variable functions with language constructs?...


phpfunctionvariableslanguage-construct

Read More
Are there any other uses of parenthesis in powershell?...


syntaxpowershelllanguage-construct

Read More
increment a variable based on loop count...


phploopsforeachlanguage-construct

Read More
Advanced constructs in Javascript...


javascriptdata-structurescontrol-structurelanguage-construct

Read More
ECHO does not work in the third exp of FOR LOOP but PRINT does work?...


phploopsfor-looplanguage-construct

Read More
Speedy attribute lookup in dynamically typed language?...


algorithmcompiler-constructiondynamic-typinglanguage-construct

Read More
How can I run a method from an object's parent class that has been overridden in PHP?...


phplanguage-construct

Read More
Which aspects of the JAVA conditional operator construct are described formally, and which are descr...


javagenericsconstructlanguage-construct

Read More
What are the different ways to implement a Singleton Design Pattern in C# based on situations...


c#design-patternssingletonlanguage-construct

Read More
BackNext