@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Variable testing tests. |
|
4 | - * |
|
5 | - * @package PHPCheatsheets |
|
6 | - */ |
|
3 | + * Variable testing tests. |
|
4 | + * |
|
5 | + * @package PHPCheatsheets |
|
6 | + */ |
|
7 | 7 | |
8 | 8 | // Prevent direct calls to this file. |
9 | 9 | if ( ! defined( 'APP_DIR' ) ) { |
@@ -1,25 +1,25 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * File: xvardump.php |
|
4 | - * |
|
5 | - * Group of functions for variable visualisation purposes. |
|
6 | - * |
|
7 | - * The main function pr_var() can be used as a color-coded alternative for var_dump(). |
|
8 | - * |
|
9 | - * A couple of 'shortcut' functions are provided for known variable types. |
|
10 | - * Only use those if you know what you are receiving and don't need variable typing info. |
|
11 | - * |
|
12 | - * @package xvardump |
|
13 | - * @author Juliette Reinders Folmer, {@link http://www.adviesenzo.nl/ Advies en zo} - |
|
14 | - * <[email protected]> |
|
15 | - * |
|
16 | - * @version 1.7 |
|
17 | - * @since 2009-09-30 // Last changed: by Juliette Reinders Folmer |
|
18 | - * @copyright Advies en zo, Meedenken en -doen �2005-2009 |
|
19 | - * @license http://www.opensource.org/licenses/lgpl-license.php GNU Lesser General Public License |
|
20 | - * @license http://opensource.org/licenses/academic Academic Free License Version 1.2 |
|
21 | - * @example example/example.php |
|
22 | - */ |
|
3 | + * File: xvardump.php |
|
4 | + * |
|
5 | + * Group of functions for variable visualisation purposes. |
|
6 | + * |
|
7 | + * The main function pr_var() can be used as a color-coded alternative for var_dump(). |
|
8 | + * |
|
9 | + * A couple of 'shortcut' functions are provided for known variable types. |
|
10 | + * Only use those if you know what you are receiving and don't need variable typing info. |
|
11 | + * |
|
12 | + * @package xvardump |
|
13 | + * @author Juliette Reinders Folmer, {@link http://www.adviesenzo.nl/ Advies en zo} - |
|
14 | + * <[email protected]> |
|
15 | + * |
|
16 | + * @version 1.7 |
|
17 | + * @since 2009-09-30 // Last changed: by Juliette Reinders Folmer |
|
18 | + * @copyright Advies en zo, Meedenken en -doen �2005-2009 |
|
19 | + * @license http://www.opensource.org/licenses/lgpl-license.php GNU Lesser General Public License |
|
20 | + * @license http://opensource.org/licenses/academic Academic Free License Version 1.2 |
|
21 | + * @example example/example.php |
|
22 | + */ |
|
23 | 23 | |
24 | 24 | // Prevent direct calls to this file. |
25 | 25 | if ( ! defined( 'APP_DIR' ) ) { |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Controller. |
|
4 | - * |
|
5 | - * @package PHPCheatsheets |
|
6 | - */ |
|
3 | + * Controller. |
|
4 | + * |
|
5 | + * @package PHPCheatsheets |
|
6 | + */ |
|
7 | 7 | |
8 | 8 | define( 'APP_DIR', dirname( __FILE__ ) ); |
9 | 9 |