Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
Dwoo
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Common
Dwoo
Commits
48ef9789
Commit
48ef9789
authored
Oct 08, 2008
by
Seldaek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
a few forgotten var_dump's, erm.
git-svn-id:
svn://dwoo.org/dwoo/trunk@199
0598d79b-80c4-4d41-97ba-ac86fbbd088b
parent
29c7ffb1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
Compiler.php
lib/Dwoo/Compiler.php
+0
-2
No files found.
lib/Dwoo/Compiler.php
View file @
48ef9789
...
...
@@ -1187,7 +1187,6 @@ class Dwoo_Compiler implements Dwoo_ICompiler
$pointer
+=
$endpos
-
$startpos
+
strlen
(
'*'
.
$this
->
rd
);
if
(
isset
(
$whitespaceStart
)
&&
preg_match
(
'#^[\t ]*\r?\n#'
,
substr
(
$src
,
$endpos
+
strlen
(
'*'
.
$this
->
rd
)),
$m
))
{
$pointer
+=
strlen
(
$m
[
0
]);
var_dump
(
'x'
);
$this
->
curBlock
[
'buffer'
]
=
substr
(
$this
->
curBlock
[
'buffer'
],
0
,
-
(
$this
->
getPointer
()
-
$startpos
-
strlen
(
$this
->
ld
)));
}
return
false
;
...
...
@@ -1300,7 +1299,6 @@ class Dwoo_Compiler implements Dwoo_ICompiler
$tmp
=
$this
->
replaceModifiers
(
array
(
null
,
null
,
$out
[
count
(
$out
)
-
1
][
0
],
$match
[
0
]),
'var'
,
$pointer
);
$out
[
count
(
$out
)
-
1
][
0
]
=
$tmp
;
$out
[
count
(
$out
)
-
1
][
1
]
.=
substr
(
$substr
,
$srcPointer
,
$srcPointer
-
$pointer
);
var_dump
(
$out
);
}
else
{
$out
=
$this
->
replaceModifiers
(
array
(
null
,
null
,
$out
,
$match
[
0
]),
'var'
,
$pointer
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment