100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
PHP Zend Certification $10.49   Add to cart

Exam (elaborations)

PHP Zend Certification

 2 views  0 purchase
  • Course
  • PHP Zend Certification
  • Institution
  • PHP Zend Certification

Integral numbers are internally converted into what? - answer-bits What is the symbol for the bitwise AND? - answer-& What is the symbol for the bitwise OR? - answer-| What is the symbol for the bitwise XOR? - answer-^ What is the criteria for the bitwise AND? - answer-Matching "1" in b...

[Show more]

Preview 2 out of 6  pages

  • August 6, 2024
  • 6
  • 2024/2025
  • Exam (elaborations)
  • Questions & answers
  • PHP Zend Certification
  • PHP Zend Certification
avatar-seller
TOPDOCTOR
PHP Zend Certification
Integral numbers are internally converted into what? - answer-bits

What is the symbol for the bitwise AND? - answer-&

What is the symbol for the bitwise OR? - answer-|

What is the symbol for the bitwise XOR? - answer-^

What is the criteria for the bitwise AND? - answer-Matching "1" in both operands.

What is the criteria for the bitwise OR? - answer-At least one "1" in an operand

What is the criteria for the bitwise XOR? - answer-True only if operands are different

What is the symbol to NEGATE BITS? - answer-~

What symbol is used to shift bits? - answer-<< or >>

<?= is short for what? - answer-<?php echo

Value equality operator (PHP handles data type conversion) "123" === 123 - answer-==

Value inequality operator (PHP handles data type conversion) "123" != 124 - answer-!=

Value/type equality operator (Compares values with a type check) 123 === 123 -
answer-===

Value/type inequality operator (Compares values with a type check) "123" !== 123 -
answer-!==

Array UNION operator - answer-+

Array EQUAL operator - answer-==

Array IDENTICAL operator - answer-===

Array NOT EQUAL operator - answer-!=

Array NOT EQUAL operator - answer-<>

Array NOT IDENTICAL operator - answer-!==

Logical operator: $a and $b - answer-BOTH $a AND $b TRUE

, Logical operator: $a or $b - answer-EITHER $a OR $b TRUE

Logical operator: $a xor $b - answer-EITHER $a,$b TRUE; NOT BOTH

Logical operator: ! $a - answer-$a NOT TRUE

Logical operator: $a && $b - answer-BOTH $aAND $bTRUE

Logical operator: $a || $b - answer-EITHER $a OR $b TRUE

Logical operator: $a ^ $b - answer-EITHER $a,$b TRUE; NOT BOTH

EXECUTION OPERATORS USE _______________ TO EXECUTE THE CONTENTS
ENCLOSED BY THEM AS A SHELL COMMAND, EQUIVALENT TO shell_exec() -
answer-``

Variables are case sensitive (true or false) - answer-true

Variables are not case sensitive (true or false) - answer-false

Variables can be assigned by value or by reference (true or false) - answer-true

Variables can only be assigned by value (true or false) - answer-false

Variables can only be assigned by reference (true or false) - answer-false

The ______ symbol creates a reference, or alias, and causes both the original variable
and alias to point to the same memory value. - answer-&

VARIABLE TYPING IS SET AUTOMATICALLY BY THE PHP PARSER AND CALLED -
answer-TYPE JUGGLING/COERCION

INITIALIZING VARIABLES EMPTY IS A GOOD PRACTICE (true or false) - answer-true

THE FUNCTION ____________ RETURNS A BOOLEAN ON A PASSED VARIABLE
CONTAINING A VALUE OTHER THAN NULL STRING, NULL, OR ZERO - answer-
isset()

TERNARY OPERATOR, SHORT FORM
SHORTHAND ASSIGNMENT FORM: RAISES AN E_NOTICE IF NO VALUE AND
THEREFORE NOT RECOMMENDED - answer-$FOO = <EXPRESSION> ?: <VALUE
IF FALSE>;

SPACESHIP OPERATOR, SHORT FORM
RETURNS 1 IF A > B, -1 IF B > A, 0 IF A == B - answer-A <=> B

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

Guaranteed quality through customer reviews

Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.

Quick and easy check-out

Quick and easy check-out

You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.

Focus on what matters

Focus on what matters

Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!

Frequently asked questions

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

Satisfaction guarantee: how does it work?

Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.

Who am I buying these notes from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller TOPDOCTOR. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy these notes for $10.49. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

78861 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy study notes for 14 years now

Start selling
$10.49
  • (0)
  Add to cart