File manager - Edit - /home/premiey/www/wp-content/plugins/ameliabooking/vendor/oyejorge/less.php/lib/Less/Tree/Javascript.php
Back
<?php /** * Javascript * * @package Less * @subpackage tree */ class Less_Tree_Javascript extends Less_Tree{ public $type = 'Javascript'; public $escaped; public $expression; public $index; /** * @param boolean $index * @param boolean $escaped */ public function __construct($string, $index, $escaped){ $this->escaped = $escaped; $this->expression = $string; $this->index = $index; } public function compile(){ return new Less_Tree_Anonymous('/* Sorry, can not do JavaScript evaluation in PHP... :( */'); } }
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Generation time: 0 |
proxy
|
phpinfo
|
Settings