Page MenuHomeWickedGov Phorge

JavaScript.php
No OneTemporary

Size
545 B
Referenced Files
None
Subscribers
None

JavaScript.php

<?php
/**
* @private
* @see less-3.13.1.js#JavaScript.prototype
*/
class Less_Tree_JavaScript extends Less_Tree {
public $escaped;
public $expression;
public $index;
/**
* @param string $string
* @param bool $escaped
* @param int $index
*/
public function __construct( $string, $escaped, $index ) {
$this->escaped = $escaped;
$this->expression = $string;
$this->index = $index;
}
public function compile( $env ) {
return new Less_Tree_Anonymous( '/* Sorry, can not do JavaScript evaluation in PHP... :( */' );
}
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 16, 21:01 (1 d, 14 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
73/a6/8f6df738b772820c8ccd6401cb59
Default Alt Text
JavaScript.php (545 B)

Event Timeline