Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F9786238
parser_prefix.phpt
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
380 B
Referenced Files
None
Subscribers
None
parser_prefix.phpt
View Options
--TEST--
Test of prefix comments handling
--SKIPIF--
--FILE--
<?php
include '../lib/rcube_sieve_script.php';
$txt = '
# this is a comment
# and the second line
require ["variables"];
set "b" "c";
';
$s = new rcube_sieve_script($txt, array(), array('variables'));
echo $s->as_text();
?>
--EXPECT--
# this is a comment
# and the second line
require ["variables"];
set "b" "c";
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Aug 18, 6:22 AM (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1240015
Default Alt Text
parser_prefix.phpt (380 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment