Tell us what does this var_dump return! var_dump( null == 0, # ? false == 0, # ? INF==INF, # ? (-1*INF) == (-1*INF), # ? (-1*INF) < (-1*INF), # ? (-1*INF) > (-1*INF), # ? ‚Interesting‘, null == (-1*INF), # ? false == (-1*INF), # ? null < (-1*INF), # ? false < (-1*INF) # ? );
It seems that you really like our PHP Challenges, which really makes us happy. So we bring another one to your attention. Since you got pretty comfortable with numbers during our last test, we will continue on testing your PHP skills with… numbers „management“. The challenge:
Yesterday, our team was curious to see which are the most popular IDEs among PHP developers. So what we did, was to create a simple picture and post it in several online groups of real PHP Developers. And as for our findings…we were quite impressed by the buzz our question created, so we made up a short infographic to sum…
According to latest eMarketer forecast report, the global value of e-commerce sales will increase by 50% in the next 5 years. By the end of 2013, it is estimated that total sales will measure $1.2 trillion. So stay ahead of the trend, and build your online shop with Innobyte! Innobyte is a premium web development and system integrator company, with…
Let’s say that we have a PC with unlimited processing power, BUT with very little RAM. We need to optimize its memory, by using a script that creates 2 functions: one for archiving an array and another one to search through this array. There are also a set of rules that you need to respect: 1: You will use only…
As the challenge we’ve given you last week was a real hit, we want to provoke you again! So… you are given 2 integral numbers: a and b. Request: Write a code sequence that interchanges the values of these 2, without using additional variables.
I have noticed many people interested in getting their Magento certification (either as Magento Certified Developer or Magento Certified Developer Plus). I have seen a lot of questions being asked on forums about how one should prepare for such an exam. Our team seems to have it all figured out, as Emanuel has just announced us yesterday that he is…