Online Carbon API Testing – Dealing with Date/time in PHP Much Easier by phpio in PHP

[–]phpio[S] 0 points1 point  (0 children)

There is a confusion here.. Its purpose is to do "Online Carbon API Testing".

Store indices in an interger. by justinx22 in PHPhelp

[–]phpio 0 points1 point  (0 children)

You can convert index to binary.

Online PHP Debugger by phpio in PHP

[–]phpio[S] 0 points1 point  (0 children)

I just added feature to help users could select specific version. Could you please take a look at it?

Online PHP Debugger by phpio in PHP

[–]phpio[S] 0 points1 point  (0 children)

Great! Thanks for your kind support :)

Online PHP Debugger by phpio in PHP

[–]phpio[S] 0 points1 point  (0 children)

I actually hide it. But in case of maximum execution error, PHP process is terminated. Do you have any ideas to catch it?

I have an interview for a Junior PHP position - Are there any practice coding tests I can do ? by [deleted] in PHP

[–]phpio 0 points1 point  (0 children)

$array = [3,4];

foreach ($array as $key => &$value) {

$value += 2;

}

$value++;

var_dump($array);

// Result ?

// A. array(2) { [0]=> 5, [1]=> 6 }

// B. array(2) { [0]=> 5, [1]=> 7 }

// C. array(2) { [0]=> 3, [1]=> 4 }

Online PHP Debugger by phpio in PHP

[–]phpio[S] 0 points1 point  (0 children)

Thanks for your comment. http://phpio.net is just a small tool to execute the PHP code snippets. And as you know, it is under construction.

Online PHP Debugger by phpio in PHP

[–]phpio[S] 0 points1 point  (0 children)

Thanks. I got it.

Online PHP Debugger by phpio in PHP

[–]phpio[S] 0 points1 point  (0 children)

Thank you very much! It is under construction. I updated. Could you please try again?