GithubHelp home page GithubHelp logo

alceanicu / zce Goto Github PK

View Code? Open in Web Editor NEW
120.0 11.0 42.0 19.84 MB

๐ŸŽ“ Zend Certified PHP Engineer Certification (free training application)

License: MIT License

JavaScript 2.17% TypeScript 74.79% HTML 18.57% SCSS 4.47%
zend-certification php-quiz-application php-questions zce zend-certified-php-engineer zcpe php-certification php-certification-training zend-php-certification exam

zce's People

Contributors

alceanicu avatar csteins avatar dependabot[bot] avatar sambwest avatar vlasscontreras avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

zce's Issues

Green indicators seem wrong for answers

image

I tried the following code here
https://sandbox.onlinephpfunctions.com/

<?php
        //Enter your code here, enjoy!

$string = "14302";
$string[$string[2]] = "4";
print $string;

The output was 14342.

The attached screenshow shows 14342 in red, although my selected answer was wrong (I got it wrong at that time), your red/green indicates wrong. Also the green should indicate only one right answer.

Question 323 Issue

Hi,

I think there is an issue with question 323.

https://github.com/alceanicu/zce/blob/master/questions/0323.md


What is the output of the following PHP script?

$string1 = 'foo' . 'bar';
$string2 = 'hello' + 'goodbye';
$string3 = "abc" + "123";

echo sprintf('%s - %s - %s', $string1, $string2, $string3);
Enter the exact script output

 A) foobar - 0 - 123
 B) 0
 C) foo
 D) bar
 
Answer
Answer: A, C

PHP < 8 Output: "foobar - 0 - 123" - Answer A
PHP 8 Output: "Fatal error: Uncaught TypeError: Unsupported operand types"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.