mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-17 15:01:26 +01:00
Installed FirePHP with composer
This commit is contained in:
12
htdocs/includes/firephp/firephp-core/tests/API/newlines.php
Normal file
12
htdocs/includes/firephp/firephp-core/tests/API/newlines.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
set_include_path(dirname(dirname(dirname(__FILE__))).'/lib'.PATH_SEPARATOR.get_include_path());
|
||||
require('FirePHPCore/fb.php');
|
||||
|
||||
|
||||
fb('Hello\nWorld');
|
||||
fb(array('Hello\nWorld'));
|
||||
fb(array('Table cell with newline',array(
|
||||
array('Header'),
|
||||
array('Hello\nWorld'),
|
||||
)),FirePHP::TABLE);
|
||||
Reference in New Issue
Block a user