Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.

$sys.capture.options will become normal data #9

Open
skruppy opened this issue Sep 15, 2011 · 0 comments
Open

$sys.capture.options will become normal data #9

skruppy opened this issue Sep 15, 2011 · 0 comments

Comments

@skruppy
Copy link

skruppy commented Sep 15, 2011

Reproduction

Taking the example from the documentation http://static.invenzzia.org/docs/opt/2_0/book/en/syntax.instructions.capture.html using Opt 2.1 beta 1.

{u:$sys.capture.options}

Result

The example will compile like a normal variable:

<?php echo $ctx->_data['sys']['capture']['options'];   ?>

This won't throw an exception, but also won't do anything else.

Expected

<?php echo $self::$_capture['options'];   ?>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant