Jorge Gatica

- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Jorge Gatica commented, -
Jorge Gatica created a post, How to align the arrow when not all have key-value pair?
I know that it is possible to align key value in an Array, $array = array( 1 => 'a', "1" => "b", 1.5 => "c", true => "d", '1' => "e",); But ... is it possible to align a mixed Array... -
-
Jorge Gatica created a post, Exist an equivalent tab "Debug Output" of Eclipse in PhpStorm?
I need see the code output progressively, this solution exist in Eclipse through tab Debug Output, but in PhoStorm I'm not capable to see. I'm using xdebug