添加注释

pull/1/head
韩天峰 3 months ago
parent 81272cf7fb
commit b11a6630fe
  1. 1
      src/Php/Translator.php

@ -285,6 +285,7 @@ class Translator extends Preprocessor
public function prepare(string $path): array
{
// 预先添加一些函数符号,在编译阶段部分语法会转为函数调用
$this->funcSymbols['shell_exec'] = $this->getFuncPtr('shell_exec');
$this->funcSymbols['define'] = $this->getFuncPtr('define');

Loading…
Cancel
Save