mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-17 02:10:02 +09:00
Replace FirePHP with composer library
This commit is contained in:
parent
c3dc2c68f3
commit
ecbf7e188b
36 changed files with 3984 additions and 916 deletions
12
vendor/firephp/firephp-core/tests/API/newlines.php
vendored
Normal file
12
vendor/firephp/firephp-core/tests/API/newlines.php
vendored
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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue