ace-rails-ap 4.3 → 4.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (249) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +2 -2
  3. data/ace-rails-ap.gemspec +0 -2
  4. data/lib/ace/rails/version.rb +1 -1
  5. data/vendor/assets/javascripts/ace/ace.js +659 -1137
  6. data/vendor/assets/javascripts/ace/ext-beautify.js +5 -2
  7. data/vendor/assets/javascripts/ace/ext-code_lens.js +238 -0
  8. data/vendor/assets/javascripts/ace/ext-emmet.js +36 -28
  9. data/vendor/assets/javascripts/ace/ext-language_tools.js +63 -48
  10. data/vendor/assets/javascripts/ace/ext-modelist.js +12 -6
  11. data/vendor/assets/javascripts/ace/ext-options.js +46 -19
  12. data/vendor/assets/javascripts/ace/ext-prompt.js +57 -38
  13. data/vendor/assets/javascripts/ace/ext-settings_menu.js +46 -19
  14. data/vendor/assets/javascripts/ace/ext-spellcheck.js +0 -1
  15. data/vendor/assets/javascripts/ace/ext-themelist.js +2 -1
  16. data/vendor/assets/javascripts/ace/keybinding-emacs.js +21 -22
  17. data/vendor/assets/javascripts/ace/keybinding-sublime.js +2 -5
  18. data/vendor/assets/javascripts/ace/keybinding-vim.js +45 -9
  19. data/vendor/assets/javascripts/ace/keybinding-vscode.js +262 -0
  20. data/vendor/assets/javascripts/ace/mode-abc.js +3 -0
  21. data/vendor/assets/javascripts/ace/mode-actionscript.js +1 -0
  22. data/vendor/assets/javascripts/ace/mode-alda.js +311 -0
  23. data/vendor/assets/javascripts/ace/mode-asl.js +17 -16
  24. data/vendor/assets/javascripts/ace/mode-c_cpp.js +1 -0
  25. data/vendor/assets/javascripts/ace/mode-clojure.js +1 -0
  26. data/vendor/assets/javascripts/ace/mode-coffee.js +1 -0
  27. data/vendor/assets/javascripts/ace/mode-coldfusion.js +3 -0
  28. data/vendor/assets/javascripts/ace/mode-csound_document.js +40 -5
  29. data/vendor/assets/javascripts/ace/mode-csound_orchestra.js +37 -5
  30. data/vendor/assets/javascripts/ace/mode-csound_score.js +1 -0
  31. data/vendor/assets/javascripts/ace/mode-css.js +1 -0
  32. data/vendor/assets/javascripts/ace/mode-curly.js +3 -0
  33. data/vendor/assets/javascripts/ace/mode-d.js +1 -1
  34. data/vendor/assets/javascripts/ace/mode-dart.js +2 -0
  35. data/vendor/assets/javascripts/ace/mode-diff.js +1 -0
  36. data/vendor/assets/javascripts/ace/mode-django.js +4 -0
  37. data/vendor/assets/javascripts/ace/mode-dockerfile.js +1 -0
  38. data/vendor/assets/javascripts/ace/mode-drools.js +1 -0
  39. data/vendor/assets/javascripts/ace/mode-edifact.js +1 -0
  40. data/vendor/assets/javascripts/ace/mode-ejs.js +673 -165
  41. data/vendor/assets/javascripts/ace/mode-erlang.js +1 -0
  42. data/vendor/assets/javascripts/ace/mode-fsl.js +1 -0
  43. data/vendor/assets/javascripts/ace/mode-glsl.js +1 -0
  44. data/vendor/assets/javascripts/ace/mode-gobstones.js +2 -0
  45. data/vendor/assets/javascripts/ace/mode-graphqlschema.js +1 -0
  46. data/vendor/assets/javascripts/ace/mode-groovy.js +1 -0
  47. data/vendor/assets/javascripts/ace/mode-haml.js +419 -104
  48. data/vendor/assets/javascripts/ace/mode-handlebars.js +3 -0
  49. data/vendor/assets/javascripts/ace/mode-haskell.js +1 -0
  50. data/vendor/assets/javascripts/ace/mode-html.js +3 -0
  51. data/vendor/assets/javascripts/ace/mode-html_elixir.js +3 -0
  52. data/vendor/assets/javascripts/ace/mode-html_ruby.js +673 -165
  53. data/vendor/assets/javascripts/ace/mode-io.js +1 -0
  54. data/vendor/assets/javascripts/ace/mode-java.js +2 -0
  55. data/vendor/assets/javascripts/ace/mode-javascript.js +1 -0
  56. data/vendor/assets/javascripts/ace/mode-json.js +3 -0
  57. data/vendor/assets/javascripts/ace/mode-json5.js +360 -0
  58. data/vendor/assets/javascripts/ace/mode-jsoniq.js +1 -0
  59. data/vendor/assets/javascripts/ace/mode-jsp.js +1 -0
  60. data/vendor/assets/javascripts/ace/mode-kotlin.js +2 -0
  61. data/vendor/assets/javascripts/ace/mode-liquid.js +4 -0
  62. data/vendor/assets/javascripts/ace/mode-lsl.js +1 -0
  63. data/vendor/assets/javascripts/ace/mode-lua.js +1 -0
  64. data/vendor/assets/javascripts/ace/mode-luapage.js +4 -0
  65. data/vendor/assets/javascripts/ace/mode-makefile.js +1 -0
  66. data/vendor/assets/javascripts/ace/mode-markdown.js +5 -0
  67. data/vendor/assets/javascripts/ace/mode-maze.js +1 -0
  68. data/vendor/assets/javascripts/ace/mode-mediawiki.js +592 -0
  69. data/vendor/assets/javascripts/ace/mode-nix.js +1 -0
  70. data/vendor/assets/javascripts/ace/mode-nsis.js +1 -1
  71. data/vendor/assets/javascripts/ace/mode-nunjucks.js +2698 -0
  72. data/vendor/assets/javascripts/ace/mode-perl.js +1 -0
  73. data/vendor/assets/javascripts/ace/mode-pgsql.js +2 -2
  74. data/vendor/assets/javascripts/ace/mode-php.js +4 -0
  75. data/vendor/assets/javascripts/ace/mode-php_laravel_blade.js +4 -0
  76. data/vendor/assets/javascripts/ace/mode-prisma.js +489 -0
  77. data/vendor/assets/javascripts/ace/mode-protobuf.js +1 -0
  78. data/vendor/assets/javascripts/ace/mode-puppet.js +5 -6
  79. data/vendor/assets/javascripts/ace/mode-python.js +3 -2
  80. data/vendor/assets/javascripts/ace/mode-qml.js +381 -0
  81. data/vendor/assets/javascripts/ace/mode-r.js +1 -0
  82. data/vendor/assets/javascripts/ace/mode-razor.js +4 -0
  83. data/vendor/assets/javascripts/ace/mode-rhtml.js +3 -0
  84. data/vendor/assets/javascripts/ace/mode-rst.js +1 -0
  85. data/vendor/assets/javascripts/ace/mode-ruby.js +670 -165
  86. data/vendor/assets/javascripts/ace/mode-rust.js +1 -1
  87. data/vendor/assets/javascripts/ace/mode-scala.js +1 -0
  88. data/vendor/assets/javascripts/ace/mode-sh.js +1 -0
  89. data/vendor/assets/javascripts/ace/mode-sjs.js +1 -0
  90. data/vendor/assets/javascripts/ace/mode-slim.js +708 -110
  91. data/vendor/assets/javascripts/ace/mode-smarty.js +3 -0
  92. data/vendor/assets/javascripts/ace/mode-snippets.js +1 -0
  93. data/vendor/assets/javascripts/ace/mode-soy_template.js +3 -0
  94. data/vendor/assets/javascripts/ace/mode-sql.js +1 -0
  95. data/vendor/assets/javascripts/ace/mode-sqlserver.js +2 -1
  96. data/vendor/assets/javascripts/ace/mode-svg.js +1 -0
  97. data/vendor/assets/javascripts/ace/mode-swift.js +6 -0
  98. data/vendor/assets/javascripts/ace/mode-tcl.js +1 -0
  99. data/vendor/assets/javascripts/ace/mode-terraform.js +10 -7
  100. data/vendor/assets/javascripts/ace/mode-tex.js +1 -0
  101. data/vendor/assets/javascripts/ace/mode-textile.js +1 -0
  102. data/vendor/assets/javascripts/ace/mode-tsx.js +1 -0
  103. data/vendor/assets/javascripts/ace/mode-twig.js +3 -0
  104. data/vendor/assets/javascripts/ace/mode-typescript.js +1 -0
  105. data/vendor/assets/javascripts/ace/mode-vala.js +1 -0
  106. data/vendor/assets/javascripts/ace/mode-vbscript.js +444 -15
  107. data/vendor/assets/javascripts/ace/mode-velocity.js +4 -0
  108. data/vendor/assets/javascripts/ace/mode-vhdl.js +5 -6
  109. data/vendor/assets/javascripts/ace/mode-visualforce.js +3 -0
  110. data/vendor/assets/javascripts/ace/mode-wollok.js +2 -0
  111. data/vendor/assets/javascripts/ace/mode-xquery.js +1 -0
  112. data/vendor/assets/javascripts/ace/snippets/abap.js +1 -6
  113. data/vendor/assets/javascripts/ace/snippets/ada.js +1 -6
  114. data/vendor/assets/javascripts/ace/snippets/alda.js +9 -0
  115. data/vendor/assets/javascripts/ace/snippets/apache_conf.js +1 -6
  116. data/vendor/assets/javascripts/ace/snippets/apex.js +1 -6
  117. data/vendor/assets/javascripts/ace/snippets/applescript.js +1 -6
  118. data/vendor/assets/javascripts/ace/snippets/aql.js +1 -6
  119. data/vendor/assets/javascripts/ace/snippets/asciidoc.js +1 -6
  120. data/vendor/assets/javascripts/ace/snippets/asl.js +1 -5
  121. data/vendor/assets/javascripts/ace/snippets/assembly_x86.js +1 -6
  122. data/vendor/assets/javascripts/ace/snippets/autohotkey.js +1 -6
  123. data/vendor/assets/javascripts/ace/snippets/batchfile.js +1 -6
  124. data/vendor/assets/javascripts/ace/snippets/c9search.js +1 -6
  125. data/vendor/assets/javascripts/ace/snippets/cirru.js +1 -6
  126. data/vendor/assets/javascripts/ace/snippets/cobol.js +1 -6
  127. data/vendor/assets/javascripts/ace/snippets/coldfusion.js +1 -6
  128. data/vendor/assets/javascripts/ace/snippets/crystal.js +1 -6
  129. data/vendor/assets/javascripts/ace/snippets/csharp.js +1 -6
  130. data/vendor/assets/javascripts/ace/snippets/csound_score.js +1 -6
  131. data/vendor/assets/javascripts/ace/snippets/csp.js +1 -6
  132. data/vendor/assets/javascripts/ace/snippets/curly.js +1 -6
  133. data/vendor/assets/javascripts/ace/snippets/d.js +1 -6
  134. data/vendor/assets/javascripts/ace/snippets/dockerfile.js +1 -6
  135. data/vendor/assets/javascripts/ace/snippets/dot.js +1 -6
  136. data/vendor/assets/javascripts/ace/snippets/eiffel.js +1 -6
  137. data/vendor/assets/javascripts/ace/snippets/ejs.js +1 -6
  138. data/vendor/assets/javascripts/ace/snippets/elixir.js +1 -6
  139. data/vendor/assets/javascripts/ace/snippets/elm.js +1 -6
  140. data/vendor/assets/javascripts/ace/snippets/forth.js +1 -6
  141. data/vendor/assets/javascripts/ace/snippets/fortran.js +1 -6
  142. data/vendor/assets/javascripts/ace/snippets/fsharp.js +1 -6
  143. data/vendor/assets/javascripts/ace/snippets/ftl.js +1 -6
  144. data/vendor/assets/javascripts/ace/snippets/gcode.js +1 -6
  145. data/vendor/assets/javascripts/ace/snippets/gherkin.js +1 -6
  146. data/vendor/assets/javascripts/ace/snippets/gitignore.js +1 -6
  147. data/vendor/assets/javascripts/ace/snippets/glsl.js +1 -6
  148. data/vendor/assets/javascripts/ace/snippets/golang.js +1 -6
  149. data/vendor/assets/javascripts/ace/snippets/groovy.js +1 -6
  150. data/vendor/assets/javascripts/ace/snippets/handlebars.js +1 -6
  151. data/vendor/assets/javascripts/ace/snippets/haskell_cabal.js +1 -6
  152. data/vendor/assets/javascripts/ace/snippets/haxe.js +1 -6
  153. data/vendor/assets/javascripts/ace/snippets/hjson.js +1 -6
  154. data/vendor/assets/javascripts/ace/snippets/html_elixir.js +1 -6
  155. data/vendor/assets/javascripts/ace/snippets/html_ruby.js +1 -6
  156. data/vendor/assets/javascripts/ace/snippets/ini.js +1 -6
  157. data/vendor/assets/javascripts/ace/snippets/jack.js +1 -6
  158. data/vendor/assets/javascripts/ace/snippets/jade.js +1 -6
  159. data/vendor/assets/javascripts/ace/snippets/json.js +1 -6
  160. data/vendor/assets/javascripts/ace/snippets/json5.js +9 -0
  161. data/vendor/assets/javascripts/ace/snippets/jssm.js +1 -6
  162. data/vendor/assets/javascripts/ace/snippets/jsx.js +1 -6
  163. data/vendor/assets/javascripts/ace/snippets/julia.js +1 -6
  164. data/vendor/assets/javascripts/ace/snippets/kotlin.js +1 -6
  165. data/vendor/assets/javascripts/ace/snippets/latex.js +1 -6
  166. data/vendor/assets/javascripts/ace/snippets/less.js +1 -6
  167. data/vendor/assets/javascripts/ace/snippets/lisp.js +1 -6
  168. data/vendor/assets/javascripts/ace/snippets/livescript.js +1 -6
  169. data/vendor/assets/javascripts/ace/snippets/logiql.js +1 -6
  170. data/vendor/assets/javascripts/ace/snippets/logtalk.js +1 -6
  171. data/vendor/assets/javascripts/ace/snippets/luapage.js +1 -6
  172. data/vendor/assets/javascripts/ace/snippets/lucene.js +1 -6
  173. data/vendor/assets/javascripts/ace/snippets/mask.js +1 -6
  174. data/vendor/assets/javascripts/ace/snippets/matlab.js +1 -6
  175. data/vendor/assets/javascripts/ace/snippets/mediawiki.js +9 -0
  176. data/vendor/assets/javascripts/ace/snippets/mel.js +1 -6
  177. data/vendor/assets/javascripts/ace/snippets/mixal.js +1 -6
  178. data/vendor/assets/javascripts/ace/snippets/mushcode.js +1 -6
  179. data/vendor/assets/javascripts/ace/snippets/mysql.js +1 -6
  180. data/vendor/assets/javascripts/ace/snippets/nginx.js +1 -6
  181. data/vendor/assets/javascripts/ace/snippets/nim.js +1 -6
  182. data/vendor/assets/javascripts/ace/snippets/nix.js +1 -6
  183. data/vendor/assets/javascripts/ace/snippets/nsis.js +1 -6
  184. data/vendor/assets/javascripts/ace/snippets/nunjucks.js +9 -0
  185. data/vendor/assets/javascripts/ace/snippets/objectivec.js +1 -6
  186. data/vendor/assets/javascripts/ace/snippets/ocaml.js +1 -6
  187. data/vendor/assets/javascripts/ace/snippets/pascal.js +1 -6
  188. data/vendor/assets/javascripts/ace/snippets/perl6.js +1 -6
  189. data/vendor/assets/javascripts/ace/snippets/pgsql.js +1 -6
  190. data/vendor/assets/javascripts/ace/snippets/php_laravel_blade.js +1 -6
  191. data/vendor/assets/javascripts/ace/snippets/pig.js +1 -6
  192. data/vendor/assets/javascripts/ace/snippets/plain_text.js +1 -6
  193. data/vendor/assets/javascripts/ace/snippets/powershell.js +1 -6
  194. data/vendor/assets/javascripts/ace/snippets/praat.js +1 -6
  195. data/vendor/assets/javascripts/ace/snippets/prisma.js +9 -0
  196. data/vendor/assets/javascripts/ace/snippets/prolog.js +1 -6
  197. data/vendor/assets/javascripts/ace/snippets/properties.js +1 -6
  198. data/vendor/assets/javascripts/ace/snippets/protobuf.js +1 -6
  199. data/vendor/assets/javascripts/ace/snippets/puppet.js +1 -6
  200. data/vendor/assets/javascripts/ace/snippets/qml.js +9 -0
  201. data/vendor/assets/javascripts/ace/snippets/rdoc.js +1 -6
  202. data/vendor/assets/javascripts/ace/snippets/red.js +1 -6
  203. data/vendor/assets/javascripts/ace/snippets/redshift.js +1 -6
  204. data/vendor/assets/javascripts/ace/snippets/rhtml.js +1 -6
  205. data/vendor/assets/javascripts/ace/snippets/rust.js +1 -6
  206. data/vendor/assets/javascripts/ace/snippets/sass.js +1 -6
  207. data/vendor/assets/javascripts/ace/snippets/scad.js +1 -6
  208. data/vendor/assets/javascripts/ace/snippets/scala.js +1 -6
  209. data/vendor/assets/javascripts/ace/snippets/scheme.js +1 -6
  210. data/vendor/assets/javascripts/ace/snippets/scss.js +1 -6
  211. data/vendor/assets/javascripts/ace/snippets/sjs.js +1 -6
  212. data/vendor/assets/javascripts/ace/snippets/slim.js +1 -6
  213. data/vendor/assets/javascripts/ace/snippets/smarty.js +1 -6
  214. data/vendor/assets/javascripts/ace/snippets/soy_template.js +1 -6
  215. data/vendor/assets/javascripts/ace/snippets/space.js +1 -6
  216. data/vendor/assets/javascripts/ace/snippets/sparql.js +1 -6
  217. data/vendor/assets/javascripts/ace/snippets/stylus.js +1 -6
  218. data/vendor/assets/javascripts/ace/snippets/svg.js +1 -6
  219. data/vendor/assets/javascripts/ace/snippets/swift.js +1 -6
  220. data/vendor/assets/javascripts/ace/snippets/terraform.js +1 -6
  221. data/vendor/assets/javascripts/ace/snippets/text.js +1 -6
  222. data/vendor/assets/javascripts/ace/snippets/toml.js +1 -6
  223. data/vendor/assets/javascripts/ace/snippets/tsx.js +1 -6
  224. data/vendor/assets/javascripts/ace/snippets/turtle.js +1 -6
  225. data/vendor/assets/javascripts/ace/snippets/twig.js +1 -6
  226. data/vendor/assets/javascripts/ace/snippets/typescript.js +1 -6
  227. data/vendor/assets/javascripts/ace/snippets/vbscript.js +1 -6
  228. data/vendor/assets/javascripts/ace/snippets/verilog.js +1 -6
  229. data/vendor/assets/javascripts/ace/snippets/vhdl.js +1 -6
  230. data/vendor/assets/javascripts/ace/snippets/visualforce.js +1 -6
  231. data/vendor/assets/javascripts/ace/snippets/xml.js +1 -6
  232. data/vendor/assets/javascripts/ace/snippets/yaml.js +1 -6
  233. data/vendor/assets/javascripts/ace/snippets/zeek.js +1 -6
  234. data/vendor/assets/javascripts/ace/theme-ambiance.js +3 -2
  235. data/vendor/assets/javascripts/ace/theme-chaos.js +1 -1
  236. data/vendor/assets/javascripts/ace/theme-nord_dark.js +102 -0
  237. data/vendor/assets/javascripts/ace/worker-base.js +1421 -0
  238. data/vendor/assets/javascripts/ace/worker-coffee.js +17 -703
  239. data/vendor/assets/javascripts/ace/worker-css.js +17 -703
  240. data/vendor/assets/javascripts/ace/worker-html.js +17 -703
  241. data/vendor/assets/javascripts/ace/worker-javascript.js +7833 -5352
  242. data/vendor/assets/javascripts/ace/worker-json.js +17 -703
  243. data/vendor/assets/javascripts/ace/worker-lua.js +17 -703
  244. data/vendor/assets/javascripts/ace/worker-php.js +857 -1475
  245. data/vendor/assets/javascripts/ace/worker-xml.js +26 -707
  246. data/vendor/assets/javascripts/ace/worker-xquery.js +17 -703
  247. metadata +18 -4
  248. data/vendor/assets/javascripts/ace/mode-bro.js +0 -334
  249. data/vendor/assets/javascripts/ace/snippets/bro.js +0 -14
@@ -209,7 +209,6 @@ window.onmessage = function(e) {
209
209
  }
210
210
  else if (msg.init) {
211
211
  window.initBaseUrls(msg.tlns);
212
- require("ace/lib/es5-shim");
213
212
  sender = window.sender = window.initSender();
214
213
  var clazz = require(msg.module)[msg.classname];
215
214
  main = window.main = new clazz(sender);
@@ -599,8 +598,8 @@ EventEmitter._signal = function(eventName, e) {
599
598
 
600
599
  EventEmitter.once = function(eventName, callback) {
601
600
  var _self = this;
602
- this.addEventListener(eventName, function newCallback() {
603
- _self.removeEventListener(eventName, newCallback);
601
+ this.on(eventName, function newCallback() {
602
+ _self.off(eventName, newCallback);
604
603
  callback.apply(null, arguments);
605
604
  });
606
605
  if (!callback) {
@@ -672,7 +671,9 @@ EventEmitter.removeEventListener = function(eventName, callback) {
672
671
  };
673
672
 
674
673
  EventEmitter.removeAllListeners = function(eventName) {
675
- if (this._eventRegistry) this._eventRegistry[eventName] = [];
674
+ if (!eventName) this._eventRegistry = this._defaultHandlers = undefined;
675
+ if (this._eventRegistry) this._eventRegistry[eventName] = undefined;
676
+ if (this._defaultHandlers) this._defaultHandlers[eventName] = undefined;
676
677
  };
677
678
 
678
679
  exports.EventEmitter = EventEmitter;
@@ -772,7 +773,7 @@ var Anchor = exports.Anchor = function(doc, row, column) {
772
773
  });
773
774
  };
774
775
  this.detach = function() {
775
- this.document.removeEventListener("change", this.$onChange);
776
+ this.document.off("change", this.$onChange);
776
777
  };
777
778
  this.attach = function(doc) {
778
779
  this.document = doc || this.document;
@@ -1104,6 +1105,16 @@ var Document = function(textOrLines) {
1104
1105
  }
1105
1106
  };
1106
1107
 
1108
+ this.$safeApplyDelta = function(delta) {
1109
+ var docLength = this.$lines.length;
1110
+ if (
1111
+ delta.action == "remove" && delta.start.row < docLength && delta.end.row < docLength
1112
+ || delta.action == "insert" && delta.start.row <= docLength
1113
+ ) {
1114
+ this.applyDelta(delta);
1115
+ }
1116
+ };
1117
+
1107
1118
  this.$splitAndapplyLargeDelta = function(delta, MAX) {
1108
1119
  var lines = delta.lines;
1109
1120
  var l = lines.length - MAX + 1;
@@ -1126,7 +1137,7 @@ var Document = function(textOrLines) {
1126
1137
  this.applyDelta(delta, true);
1127
1138
  };
1128
1139
  this.revertDelta = function(delta) {
1129
- this.applyDelta({
1140
+ this.$safeApplyDelta({
1130
1141
  start: this.clonePos(delta.start),
1131
1142
  end: this.clonePos(delta.end),
1132
1143
  action: (delta.action == "insert" ? "remove" : "insert"),
@@ -1413,141 +1424,143 @@ define("ace/mode/php/php",[], function(require, exports, module) {
1413
1424
 
1414
1425
  var PHP = {Constants:{}};
1415
1426
 
1416
- PHP.Constants.T_INCLUDE = 257;
1417
- PHP.Constants.T_INCLUDE_ONCE = 258;
1418
- PHP.Constants.T_EVAL = 259;
1419
- PHP.Constants.T_REQUIRE = 260;
1420
- PHP.Constants.T_REQUIRE_ONCE = 261;
1421
- PHP.Constants.T_LOGICAL_OR = 262;
1422
- PHP.Constants.T_LOGICAL_XOR = 263;
1423
- PHP.Constants.T_LOGICAL_AND = 264;
1424
- PHP.Constants.T_PRINT = 265;
1425
- PHP.Constants.T_YIELD = 266;
1426
- PHP.Constants.T_DOUBLE_ARROW = 267;
1427
- PHP.Constants.T_YIELD_FROM = 268;
1428
- PHP.Constants.T_PLUS_EQUAL = 269;
1429
- PHP.Constants.T_MINUS_EQUAL = 270;
1430
- PHP.Constants.T_MUL_EQUAL = 271;
1431
- PHP.Constants.T_DIV_EQUAL = 272;
1432
- PHP.Constants.T_CONCAT_EQUAL = 273;
1433
- PHP.Constants.T_MOD_EQUAL = 274;
1434
- PHP.Constants.T_AND_EQUAL = 275;
1435
- PHP.Constants.T_OR_EQUAL = 276;
1436
- PHP.Constants.T_XOR_EQUAL = 277;
1437
- PHP.Constants.T_SL_EQUAL = 278;
1438
- PHP.Constants.T_SR_EQUAL = 279;
1439
- PHP.Constants.T_POW_EQUAL = 280;
1440
- PHP.Constants.T_COALESCE = 281;
1441
- PHP.Constants.T_BOOLEAN_OR = 282;
1442
- PHP.Constants.T_BOOLEAN_AND = 283;
1443
- PHP.Constants.T_IS_EQUAL = 284;
1444
- PHP.Constants.T_IS_NOT_EQUAL = 285;
1445
- PHP.Constants.T_IS_IDENTICAL = 286;
1446
- PHP.Constants.T_IS_NOT_IDENTICAL = 287;
1447
- PHP.Constants.T_SPACESHIP = 288;
1448
- PHP.Constants.T_IS_SMALLER_OR_EQUAL = 289;
1449
- PHP.Constants.T_IS_GREATER_OR_EQUAL = 290;
1450
- PHP.Constants.T_SL = 291;
1451
- PHP.Constants.T_SR = 292;
1452
- PHP.Constants.T_INSTANCEOF = 293;
1453
- PHP.Constants.T_INC = 294;
1454
- PHP.Constants.T_DEC = 295;
1455
- PHP.Constants.T_INT_CAST = 296;
1456
- PHP.Constants.T_DOUBLE_CAST = 297;
1457
- PHP.Constants.T_STRING_CAST = 298;
1458
- PHP.Constants.T_ARRAY_CAST = 299;
1459
- PHP.Constants.T_OBJECT_CAST = 300;
1460
- PHP.Constants.T_BOOL_CAST = 301;
1461
- PHP.Constants.T_UNSET_CAST = 302;
1462
- PHP.Constants.T_POW = 303;
1463
- PHP.Constants.T_NEW = 304;
1464
- PHP.Constants.T_CLONE = 305;
1465
- PHP.Constants.T_EXIT = 306;
1466
- PHP.Constants.T_IF = 307;
1467
- PHP.Constants.T_ELSEIF = 308;
1468
- PHP.Constants.T_ELSE = 309;
1469
- PHP.Constants.T_ENDIF = 310;
1470
- PHP.Constants.T_LNUMBER = 311;
1471
- PHP.Constants.T_DNUMBER = 312;
1472
- PHP.Constants.T_STRING = 313;
1473
- PHP.Constants.T_STRING_VARNAME = 314;
1474
- PHP.Constants.T_VARIABLE = 315;
1475
- PHP.Constants.T_NUM_STRING = 316;
1476
- PHP.Constants.T_INLINE_HTML = 317;
1477
- PHP.Constants.T_CHARACTER = 318;
1478
- PHP.Constants.T_BAD_CHARACTER = 319;
1479
- PHP.Constants.T_ENCAPSED_AND_WHITESPACE = 320;
1480
- PHP.Constants.T_CONSTANT_ENCAPSED_STRING = 321;
1481
- PHP.Constants.T_ECHO = 322;
1482
- PHP.Constants.T_DO = 323;
1483
- PHP.Constants.T_WHILE = 324;
1484
- PHP.Constants.T_ENDWHILE = 325;
1485
- PHP.Constants.T_FOR = 326;
1486
- PHP.Constants.T_ENDFOR = 327;
1487
- PHP.Constants.T_FOREACH = 328;
1488
- PHP.Constants.T_ENDFOREACH = 329;
1489
- PHP.Constants.T_DECLARE = 330;
1490
- PHP.Constants.T_ENDDECLARE = 331;
1491
- PHP.Constants.T_AS = 332;
1492
- PHP.Constants.T_SWITCH = 333;
1493
- PHP.Constants.T_ENDSWITCH = 334;
1494
- PHP.Constants.T_CASE = 335;
1495
- PHP.Constants.T_DEFAULT = 336;
1496
- PHP.Constants.T_BREAK = 337;
1497
- PHP.Constants.T_CONTINUE = 338;
1498
- PHP.Constants.T_GOTO = 339;
1499
- PHP.Constants.T_FUNCTION = 340;
1500
- PHP.Constants.T_CONST = 341;
1501
- PHP.Constants.T_RETURN = 342;
1502
- PHP.Constants.T_TRY = 343;
1503
- PHP.Constants.T_CATCH = 344;
1504
- PHP.Constants.T_FINALLY = 345;
1505
- PHP.Constants.T_THROW = 346;
1506
- PHP.Constants.T_USE = 347;
1507
- PHP.Constants.T_INSTEADOF = 348;
1508
- PHP.Constants.T_GLOBAL = 349;
1509
- PHP.Constants.T_STATIC = 350;
1510
- PHP.Constants.T_ABSTRACT = 351;
1511
- PHP.Constants.T_FINAL = 352;
1512
- PHP.Constants.T_PRIVATE = 353;
1513
- PHP.Constants.T_PROTECTED = 354;
1514
- PHP.Constants.T_PUBLIC = 355;
1515
- PHP.Constants.T_VAR = 356;
1516
- PHP.Constants.T_UNSET = 357;
1517
- PHP.Constants.T_ISSET = 358;
1518
- PHP.Constants.T_EMPTY = 359;
1519
- PHP.Constants.T_HALT_COMPILER = 360;
1520
- PHP.Constants.T_CLASS = 361;
1521
- PHP.Constants.T_TRAIT = 362;
1522
- PHP.Constants.T_INTERFACE = 363;
1523
- PHP.Constants.T_EXTENDS = 364;
1524
- PHP.Constants.T_IMPLEMENTS = 365;
1525
- PHP.Constants.T_OBJECT_OPERATOR = 366;
1526
- PHP.Constants.T_LIST = 367;
1527
- PHP.Constants.T_ARRAY = 368;
1528
- PHP.Constants.T_CALLABLE = 369;
1529
- PHP.Constants.T_CLASS_C = 370;
1530
- PHP.Constants.T_TRAIT_C = 371;
1531
- PHP.Constants.T_METHOD_C = 372;
1532
- PHP.Constants.T_FUNC_C = 373;
1533
- PHP.Constants.T_LINE = 374;
1534
- PHP.Constants.T_FILE = 375;
1535
- PHP.Constants.T_COMMENT = 376;
1536
- PHP.Constants.T_DOC_COMMENT = 377;
1537
- PHP.Constants.T_OPEN_TAG = 378;
1538
- PHP.Constants.T_OPEN_TAG_WITH_ECHO = 379;
1539
- PHP.Constants.T_CLOSE_TAG = 380;
1540
- PHP.Constants.T_WHITESPACE = 381;
1541
- PHP.Constants.T_START_HEREDOC = 382;
1542
- PHP.Constants.T_END_HEREDOC = 383;
1543
- PHP.Constants.T_DOLLAR_OPEN_CURLY_BRACES = 384;
1544
- PHP.Constants.T_CURLY_OPEN = 385;
1545
- PHP.Constants.T_PAAMAYIM_NEKUDOTAYIM = 386;
1546
- PHP.Constants.T_NAMESPACE = 387;
1547
- PHP.Constants.T_NS_C = 388;
1548
- PHP.Constants.T_DIR = 389;
1549
- PHP.Constants.T_NS_SEPARATOR = 390;
1550
- PHP.Constants.T_ELLIPSIS = 391;
1427
+ PHP.Constants.T_INCLUDE = 259
1428
+ PHP.Constants.T_INCLUDE_ONCE = 260
1429
+ PHP.Constants.T_EVAL = 318
1430
+ PHP.Constants.T_REQUIRE = 261
1431
+ PHP.Constants.T_REQUIRE_ONCE = 262
1432
+ PHP.Constants.T_LOGICAL_OR = 263
1433
+ PHP.Constants.T_LOGICAL_XOR = 264
1434
+ PHP.Constants.T_LOGICAL_AND = 265
1435
+ PHP.Constants.T_PRINT = 266
1436
+ PHP.Constants.T_YIELD = 267
1437
+ PHP.Constants.T_DOUBLE_ARROW = 268
1438
+ PHP.Constants.T_YIELD_FROM = 269
1439
+ PHP.Constants.T_PLUS_EQUAL = 270
1440
+ PHP.Constants.T_MINUS_EQUAL = 271
1441
+ PHP.Constants.T_MUL_EQUAL = 272
1442
+ PHP.Constants.T_DIV_EQUAL = 273
1443
+ PHP.Constants.T_CONCAT_EQUAL = 274
1444
+ PHP.Constants.T_MOD_EQUAL = 275
1445
+ PHP.Constants.T_AND_EQUAL = 276
1446
+ PHP.Constants.T_OR_EQUAL = 277
1447
+ PHP.Constants.T_XOR_EQUAL = 278
1448
+ PHP.Constants.T_SL_EQUAL = 279
1449
+ PHP.Constants.T_SR_EQUAL = 280
1450
+ PHP.Constants.T_POW_EQUAL = 281
1451
+ PHP.Constants.T_COALESCE_EQUAL = 282
1452
+ PHP.Constants.T_COALESCE = 283
1453
+ PHP.Constants.T_BOOLEAN_OR = 284
1454
+ PHP.Constants.T_BOOLEAN_AND = 285
1455
+ PHP.Constants.T_IS_EQUAL = 286
1456
+ PHP.Constants.T_IS_NOT_EQUAL = 287
1457
+ PHP.Constants.T_IS_IDENTICAL = 288
1458
+ PHP.Constants.T_IS_NOT_IDENTICAL = 289
1459
+ PHP.Constants.T_SPACESHIP = 290
1460
+ PHP.Constants.T_IS_SMALLER_OR_EQUAL = 291
1461
+ PHP.Constants.T_IS_GREATER_OR_EQUAL = 292
1462
+ PHP.Constants.T_SL = 293
1463
+ PHP.Constants.T_SR = 294
1464
+ PHP.Constants.T_INSTANCEOF = 295
1465
+ PHP.Constants.T_INC = 319
1466
+ PHP.Constants.T_DEC = 320
1467
+ PHP.Constants.T_INT_CAST = 296
1468
+ PHP.Constants.T_DOUBLE_CAST = 297
1469
+ PHP.Constants.T_STRING_CAST = 298
1470
+ PHP.Constants.T_ARRAY_CAST = 299
1471
+ PHP.Constants.T_OBJECT_CAST = 300
1472
+ PHP.Constants.T_BOOL_CAST = 301
1473
+ PHP.Constants.T_UNSET_CAST = 302
1474
+ PHP.Constants.T_POW = 303
1475
+ PHP.Constants.T_NEW = 304
1476
+ PHP.Constants.T_CLONE = 305
1477
+ PHP.Constants.T_EXIT = 321
1478
+ PHP.Constants.T_IF = 322
1479
+ PHP.Constants.T_ELSEIF = 307
1480
+ PHP.Constants.T_ELSE = 308
1481
+ PHP.Constants.T_ENDIF = 323
1482
+ PHP.Constants.T_LNUMBER = 309
1483
+ PHP.Constants.T_DNUMBER = 310
1484
+ PHP.Constants.T_STRING = 311
1485
+ PHP.Constants.T_STRING_VARNAME = 316
1486
+ PHP.Constants.T_VARIABLE = 312
1487
+ PHP.Constants.T_NUM_STRING = 317
1488
+ PHP.Constants.T_INLINE_HTML = 313
1489
+ PHP.Constants.T_BAD_CHARACTER = 395
1490
+ PHP.Constants.T_ENCAPSED_AND_WHITESPACE = 314
1491
+ PHP.Constants.T_CONSTANT_ENCAPSED_STRING = 315
1492
+ PHP.Constants.T_ECHO = 324
1493
+ PHP.Constants.T_DO = 325
1494
+ PHP.Constants.T_WHILE = 326
1495
+ PHP.Constants.T_ENDWHILE = 327
1496
+ PHP.Constants.T_FOR = 328
1497
+ PHP.Constants.T_ENDFOR = 329
1498
+ PHP.Constants.T_FOREACH = 330
1499
+ PHP.Constants.T_ENDFOREACH = 331
1500
+ PHP.Constants.T_DECLARE = 332
1501
+ PHP.Constants.T_ENDDECLARE = 333
1502
+ PHP.Constants.T_AS = 334
1503
+ PHP.Constants.T_SWITCH = 335
1504
+ PHP.Constants.T_ENDSWITCH = 336
1505
+ PHP.Constants.T_CASE = 337
1506
+ PHP.Constants.T_DEFAULT = 338
1507
+ PHP.Constants.T_BREAK = 339
1508
+ PHP.Constants.T_CONTINUE = 340
1509
+ PHP.Constants.T_GOTO = 341
1510
+ PHP.Constants.T_FUNCTION = 342
1511
+ PHP.Constants.T_FN = 343
1512
+ PHP.Constants.T_CONST = 344
1513
+ PHP.Constants.T_RETURN = 345
1514
+ PHP.Constants.T_TRY = 346
1515
+ PHP.Constants.T_CATCH = 347
1516
+ PHP.Constants.T_FINALLY = 348
1517
+ PHP.Constants.T_THROW = 349
1518
+ PHP.Constants.T_USE = 350
1519
+ PHP.Constants.T_INSTEADOF = 351
1520
+ PHP.Constants.T_GLOBAL = 352
1521
+ PHP.Constants.T_STATIC = 353
1522
+ PHP.Constants.T_ABSTRACT = 354
1523
+ PHP.Constants.T_FINAL = 355
1524
+ PHP.Constants.T_PRIVATE = 356
1525
+ PHP.Constants.T_PROTECTED = 357
1526
+ PHP.Constants.T_PUBLIC = 358
1527
+ PHP.Constants.T_VAR = 359
1528
+ PHP.Constants.T_UNSET = 360
1529
+ PHP.Constants.T_ISSET = 361
1530
+ PHP.Constants.T_EMPTY = 362
1531
+ PHP.Constants.T_HALT_COMPILER = 363
1532
+ PHP.Constants.T_CLASS = 364
1533
+ PHP.Constants.T_TRAIT = 365
1534
+ PHP.Constants.T_INTERFACE = 366
1535
+ PHP.Constants.T_EXTENDS = 367
1536
+ PHP.Constants.T_IMPLEMENTS = 368
1537
+ PHP.Constants.T_OBJECT_OPERATOR = 369
1538
+ PHP.Constants.T_DOUBLE_ARROW = 268
1539
+ PHP.Constants.T_LIST = 370
1540
+ PHP.Constants.T_ARRAY = 371
1541
+ PHP.Constants.T_CALLABLE = 372
1542
+ PHP.Constants.T_CLASS_C = 376
1543
+ PHP.Constants.T_TRAIT_C = 377
1544
+ PHP.Constants.T_METHOD_C = 378
1545
+ PHP.Constants.T_FUNC_C = 379
1546
+ PHP.Constants.T_LINE = 373
1547
+ PHP.Constants.T_FILE = 374
1548
+ PHP.Constants.T_COMMENT = 380
1549
+ PHP.Constants.T_DOC_COMMENT = 381
1550
+ PHP.Constants.T_OPEN_TAG = 382
1551
+ PHP.Constants.T_OPEN_TAG_WITH_ECHO = 383
1552
+ PHP.Constants.T_CLOSE_TAG = 384
1553
+ PHP.Constants.T_WHITESPACE = 385
1554
+ PHP.Constants.T_START_HEREDOC = 386
1555
+ PHP.Constants.T_END_HEREDOC = 387
1556
+ PHP.Constants.T_DOLLAR_OPEN_CURLY_BRACES = 388
1557
+ PHP.Constants.T_CURLY_OPEN = 389
1558
+ PHP.Constants.T_PAAMAYIM_NEKUDOTAYIM = 390
1559
+ PHP.Constants.T_NAMESPACE = 391
1560
+ PHP.Constants.T_NS_C = 392
1561
+ PHP.Constants.T_DIR = 375
1562
+ PHP.Constants.T_NS_SEPARATOR = 393
1563
+ PHP.Constants.T_ELLIPSIS = 394
1551
1564
 
1552
1565
  PHP.Lexer = function(src, ini) {
1553
1566
  var heredoc, heredocEndAllowed,
@@ -1762,6 +1775,10 @@ PHP.Lexer = function(src, ini) {
1762
1775
  value: PHP.Constants.T_FINALLY,
1763
1776
  re: /^finally\b/i
1764
1777
  },
1778
+ {
1779
+ value: PHP.Constants.T_FN,
1780
+ re: /^fn\b/i
1781
+ },
1765
1782
  {
1766
1783
  value: PHP.Constants.T_FOR,
1767
1784
  re: /^for\b/i
@@ -2616,7 +2633,7 @@ PHP.Parser.prototype.getNextToken = function( ) {
2616
2633
  };
2617
2634
 
2618
2635
  PHP.Parser.prototype.tokenName = function( token ) {
2619
- var constants = ["T_INCLUDE","T_INCLUDE_ONCE","T_EVAL","T_REQUIRE","T_REQUIRE_ONCE","T_LOGICAL_OR","T_LOGICAL_XOR","T_LOGICAL_AND","T_PRINT","T_YIELD","T_DOUBLE_ARROW","T_YIELD_FROM","T_PLUS_EQUAL","T_MINUS_EQUAL","T_MUL_EQUAL","T_DIV_EQUAL","T_CONCAT_EQUAL","T_MOD_EQUAL","T_AND_EQUAL","T_OR_EQUAL","T_XOR_EQUAL","T_SL_EQUAL","T_SR_EQUAL","T_POW_EQUAL","T_COALESCE","T_BOOLEAN_OR","T_BOOLEAN_AND","T_IS_EQUAL","T_IS_NOT_EQUAL","T_IS_IDENTICAL","T_IS_NOT_IDENTICAL","T_SPACESHIP","T_IS_SMALLER_OR_EQUAL","T_IS_GREATER_OR_EQUAL","T_SL","T_SR","T_INSTANCEOF","T_INC","T_DEC","T_INT_CAST","T_DOUBLE_CAST","T_STRING_CAST","T_ARRAY_CAST","T_OBJECT_CAST","T_BOOL_CAST","T_UNSET_CAST","T_POW","T_NEW","T_CLONE","T_EXIT","T_IF","T_ELSEIF","T_ELSE","T_ENDIF","T_LNUMBER","T_DNUMBER","T_STRING","T_STRING_VARNAME","T_VARIABLE","T_NUM_STRING","T_INLINE_HTML","T_CHARACTER","T_BAD_CHARACTER","T_ENCAPSED_AND_WHITESPACE","T_CONSTANT_ENCAPSED_STRING","T_ECHO","T_DO","T_WHILE","T_ENDWHILE","T_FOR","T_ENDFOR","T_FOREACH","T_ENDFOREACH","T_DECLARE","T_ENDDECLARE","T_AS","T_SWITCH","T_ENDSWITCH","T_CASE","T_DEFAULT","T_BREAK","T_CONTINUE","T_GOTO","T_FUNCTION","T_CONST","T_RETURN","T_TRY","T_CATCH","T_FINALLY","T_THROW","T_USE","T_INSTEADOF","T_GLOBAL","T_STATIC","T_ABSTRACT","T_FINAL","T_PRIVATE","T_PROTECTED","T_PUBLIC","T_VAR","T_UNSET","T_ISSET","T_EMPTY","T_HALT_COMPILER","T_CLASS","T_TRAIT","T_INTERFACE","T_EXTENDS","T_IMPLEMENTS","T_OBJECT_OPERATOR","T_DOUBLE_ARROW","T_LIST","T_ARRAY","T_CALLABLE","T_CLASS_C","T_TRAIT_C","T_METHOD_C","T_FUNC_C","T_LINE","T_FILE","T_COMMENT","T_DOC_COMMENT","T_OPEN_TAG","T_OPEN_TAG_WITH_ECHO","T_CLOSE_TAG","T_WHITESPACE","T_START_HEREDOC","T_END_HEREDOC","T_DOLLAR_OPEN_CURLY_BRACES","T_CURLY_OPEN","T_PAAMAYIM_NEKUDOTAYIM","T_NAMESPACE","T_NS_C","T_DIR","T_NS_SEPARATOR","T_ELLIPSIS"];
2636
+ var constants = ["T_INCLUDE","T_INCLUDE_ONCE","T_EVAL","T_REQUIRE","T_REQUIRE_ONCE","T_LOGICAL_OR","T_LOGICAL_XOR","T_LOGICAL_AND","T_PRINT","T_YIELD","T_DOUBLE_ARROW","T_YIELD_FROM","T_PLUS_EQUAL","T_MINUS_EQUAL","T_MUL_EQUAL","T_DIV_EQUAL","T_CONCAT_EQUAL","T_MOD_EQUAL","T_AND_EQUAL","T_OR_EQUAL","T_XOR_EQUAL","T_SL_EQUAL","T_SR_EQUAL","T_POW_EQUAL","T_COALESCE_EQUAL","T_COALESCE","T_BOOLEAN_OR","T_BOOLEAN_AND","T_IS_EQUAL","T_IS_NOT_EQUAL","T_IS_IDENTICAL","T_IS_NOT_IDENTICAL","T_SPACESHIP","T_IS_SMALLER_OR_EQUAL","T_IS_GREATER_OR_EQUAL","T_SL","T_SR","T_INSTANCEOF","T_INC","T_DEC","T_INT_CAST","T_DOUBLE_CAST","T_STRING_CAST","T_ARRAY_CAST","T_OBJECT_CAST","T_BOOL_CAST","T_UNSET_CAST","T_POW","T_NEW","T_CLONE","T_EXIT","T_IF","T_ELSEIF","T_ELSE","T_ENDIF","T_LNUMBER","T_DNUMBER","T_STRING","T_STRING_VARNAME","T_VARIABLE","T_NUM_STRING","T_INLINE_HTML","T_CHARACTER","T_BAD_CHARACTER","T_ENCAPSED_AND_WHITESPACE","T_CONSTANT_ENCAPSED_STRING","T_ECHO","T_DO","T_WHILE","T_ENDWHILE","T_FOR","T_ENDFOR","T_FOREACH","T_ENDFOREACH","T_DECLARE","T_ENDDECLARE","T_AS","T_SWITCH","T_ENDSWITCH","T_CASE","T_DEFAULT","T_BREAK","T_CONTINUE","T_GOTO","T_FUNCTION","T_FN","T_CONST","T_RETURN","T_TRY","T_CATCH","T_FINALLY","T_THROW","T_USE","T_INSTEADOF","T_GLOBAL","T_STATIC","T_ABSTRACT","T_FINAL","T_PRIVATE","T_PROTECTED","T_PUBLIC","T_VAR","T_UNSET","T_ISSET","T_EMPTY","T_HALT_COMPILER","T_CLASS","T_TRAIT","T_INTERFACE","T_EXTENDS","T_IMPLEMENTS","T_OBJECT_OPERATOR","T_DOUBLE_ARROW","T_LIST","T_ARRAY","T_CALLABLE","T_CLASS_C","T_TRAIT_C","T_METHOD_C","T_FUNC_C","T_LINE","T_FILE","T_COMMENT","T_DOC_COMMENT","T_OPEN_TAG","T_OPEN_TAG_WITH_ECHO","T_CLOSE_TAG","T_WHITESPACE","T_START_HEREDOC","T_END_HEREDOC","T_DOLLAR_OPEN_CURLY_BRACES","T_CURLY_OPEN","T_PAAMAYIM_NEKUDOTAYIM","T_NAMESPACE","T_NS_C","T_DIR","T_NS_SEPARATOR","T_ELLIPSIS"];
2620
2637
  var current = "UNKNOWN";
2621
2638
  constants.some(function( constant ) {
2622
2639
  if (PHP.Constants[ constant ] === token) {
@@ -2647,14 +2664,14 @@ PHP.Parser.prototype.createTokenMap = function() {
2647
2664
  };
2648
2665
 
2649
2666
  PHP.Parser.prototype.TOKEN_NONE = -1;
2650
- PHP.Parser.prototype.TOKEN_INVALID = 157;
2667
+ PHP.Parser.prototype.TOKEN_INVALID = 159;
2651
2668
 
2652
- PHP.Parser.prototype.TOKEN_MAP_SIZE = 392;
2669
+ PHP.Parser.prototype.TOKEN_MAP_SIZE = 394;
2653
2670
 
2654
- PHP.Parser.prototype.YYLAST = 889;
2655
- PHP.Parser.prototype.YY2TBLSTATE = 337;
2656
- PHP.Parser.prototype.YYGLAST = 410;
2657
- PHP.Parser.prototype.YYNLSTATES = 564;
2671
+ PHP.Parser.prototype.YYLAST = 964;
2672
+ PHP.Parser.prototype.YY2TBLSTATE = 348;
2673
+ PHP.Parser.prototype.YYGLAST = 508;
2674
+ PHP.Parser.prototype.YYNLSTATES = 602;
2658
2675
  PHP.Parser.prototype.YYUNEXPECTED = 32767;
2659
2676
  PHP.Parser.prototype.YYDEFAULT = -32766;
2660
2677
  PHP.Parser.prototype.YYERRTOK = 256;
@@ -2682,119 +2699,121 @@ PHP.Parser.prototype.T_XOR_EQUAL = 277;
2682
2699
  PHP.Parser.prototype.T_SL_EQUAL = 278;
2683
2700
  PHP.Parser.prototype.T_SR_EQUAL = 279;
2684
2701
  PHP.Parser.prototype.T_POW_EQUAL = 280;
2685
- PHP.Parser.prototype.T_COALESCE = 281;
2686
- PHP.Parser.prototype.T_BOOLEAN_OR = 282;
2687
- PHP.Parser.prototype.T_BOOLEAN_AND = 283;
2688
- PHP.Parser.prototype.T_IS_EQUAL = 284;
2689
- PHP.Parser.prototype.T_IS_NOT_EQUAL = 285;
2690
- PHP.Parser.prototype.T_IS_IDENTICAL = 286;
2691
- PHP.Parser.prototype.T_IS_NOT_IDENTICAL = 287;
2692
- PHP.Parser.prototype.T_SPACESHIP = 288;
2693
- PHP.Parser.prototype.T_IS_SMALLER_OR_EQUAL = 289;
2694
- PHP.Parser.prototype.T_IS_GREATER_OR_EQUAL = 290;
2695
- PHP.Parser.prototype.T_SL = 291;
2696
- PHP.Parser.prototype.T_SR = 292;
2697
- PHP.Parser.prototype.T_INSTANCEOF = 293;
2698
- PHP.Parser.prototype.T_INC = 294;
2699
- PHP.Parser.prototype.T_DEC = 295;
2700
- PHP.Parser.prototype.T_INT_CAST = 296;
2701
- PHP.Parser.prototype.T_DOUBLE_CAST = 297;
2702
- PHP.Parser.prototype.T_STRING_CAST = 298;
2703
- PHP.Parser.prototype.T_ARRAY_CAST = 299;
2704
- PHP.Parser.prototype.T_OBJECT_CAST = 300;
2705
- PHP.Parser.prototype.T_BOOL_CAST = 301;
2706
- PHP.Parser.prototype.T_UNSET_CAST = 302;
2707
- PHP.Parser.prototype.T_POW = 303;
2708
- PHP.Parser.prototype.T_NEW = 304;
2709
- PHP.Parser.prototype.T_CLONE = 305;
2710
- PHP.Parser.prototype.T_EXIT = 306;
2711
- PHP.Parser.prototype.T_IF = 307;
2712
- PHP.Parser.prototype.T_ELSEIF = 308;
2713
- PHP.Parser.prototype.T_ELSE = 309;
2714
- PHP.Parser.prototype.T_ENDIF = 310;
2715
- PHP.Parser.prototype.T_LNUMBER = 311;
2716
- PHP.Parser.prototype.T_DNUMBER = 312;
2717
- PHP.Parser.prototype.T_STRING = 313;
2718
- PHP.Parser.prototype.T_STRING_VARNAME = 314;
2719
- PHP.Parser.prototype.T_VARIABLE = 315;
2720
- PHP.Parser.prototype.T_NUM_STRING = 316;
2721
- PHP.Parser.prototype.T_INLINE_HTML = 317;
2722
- PHP.Parser.prototype.T_CHARACTER = 318;
2723
- PHP.Parser.prototype.T_BAD_CHARACTER = 319;
2724
- PHP.Parser.prototype.T_ENCAPSED_AND_WHITESPACE = 320;
2725
- PHP.Parser.prototype.T_CONSTANT_ENCAPSED_STRING = 321;
2726
- PHP.Parser.prototype.T_ECHO = 322;
2727
- PHP.Parser.prototype.T_DO = 323;
2728
- PHP.Parser.prototype.T_WHILE = 324;
2729
- PHP.Parser.prototype.T_ENDWHILE = 325;
2730
- PHP.Parser.prototype.T_FOR = 326;
2731
- PHP.Parser.prototype.T_ENDFOR = 327;
2732
- PHP.Parser.prototype.T_FOREACH = 328;
2733
- PHP.Parser.prototype.T_ENDFOREACH = 329;
2734
- PHP.Parser.prototype.T_DECLARE = 330;
2735
- PHP.Parser.prototype.T_ENDDECLARE = 331;
2736
- PHP.Parser.prototype.T_AS = 332;
2737
- PHP.Parser.prototype.T_SWITCH = 333;
2738
- PHP.Parser.prototype.T_ENDSWITCH = 334;
2739
- PHP.Parser.prototype.T_CASE = 335;
2740
- PHP.Parser.prototype.T_DEFAULT = 336;
2741
- PHP.Parser.prototype.T_BREAK = 337;
2742
- PHP.Parser.prototype.T_CONTINUE = 338;
2743
- PHP.Parser.prototype.T_GOTO = 339;
2744
- PHP.Parser.prototype.T_FUNCTION = 340;
2745
- PHP.Parser.prototype.T_CONST = 341;
2746
- PHP.Parser.prototype.T_RETURN = 342;
2747
- PHP.Parser.prototype.T_TRY = 343;
2748
- PHP.Parser.prototype.T_CATCH = 344;
2749
- PHP.Parser.prototype.T_FINALLY = 345;
2750
- PHP.Parser.prototype.T_THROW = 346;
2751
- PHP.Parser.prototype.T_USE = 347;
2752
- PHP.Parser.prototype.T_INSTEADOF = 348;
2753
- PHP.Parser.prototype.T_GLOBAL = 349;
2754
- PHP.Parser.prototype.T_STATIC = 350;
2755
- PHP.Parser.prototype.T_ABSTRACT = 351;
2756
- PHP.Parser.prototype.T_FINAL = 352;
2757
- PHP.Parser.prototype.T_PRIVATE = 353;
2758
- PHP.Parser.prototype.T_PROTECTED = 354;
2759
- PHP.Parser.prototype.T_PUBLIC = 355;
2760
- PHP.Parser.prototype.T_VAR = 356;
2761
- PHP.Parser.prototype.T_UNSET = 357;
2762
- PHP.Parser.prototype.T_ISSET = 358;
2763
- PHP.Parser.prototype.T_EMPTY = 359;
2764
- PHP.Parser.prototype.T_HALT_COMPILER = 360;
2765
- PHP.Parser.prototype.T_CLASS = 361;
2766
- PHP.Parser.prototype.T_TRAIT = 362;
2767
- PHP.Parser.prototype.T_INTERFACE = 363;
2768
- PHP.Parser.prototype.T_EXTENDS = 364;
2769
- PHP.Parser.prototype.T_IMPLEMENTS = 365;
2770
- PHP.Parser.prototype.T_OBJECT_OPERATOR = 366;
2771
- PHP.Parser.prototype.T_LIST = 367;
2772
- PHP.Parser.prototype.T_ARRAY = 368;
2773
- PHP.Parser.prototype.T_CALLABLE = 369;
2774
- PHP.Parser.prototype.T_CLASS_C = 370;
2775
- PHP.Parser.prototype.T_TRAIT_C = 371;
2776
- PHP.Parser.prototype.T_METHOD_C = 372;
2777
- PHP.Parser.prototype.T_FUNC_C = 373;
2778
- PHP.Parser.prototype.T_LINE = 374;
2779
- PHP.Parser.prototype.T_FILE = 375;
2780
- PHP.Parser.prototype.T_COMMENT = 376;
2781
- PHP.Parser.prototype.T_DOC_COMMENT = 377;
2782
- PHP.Parser.prototype.T_OPEN_TAG = 378;
2783
- PHP.Parser.prototype.T_OPEN_TAG_WITH_ECHO = 379;
2784
- PHP.Parser.prototype.T_CLOSE_TAG = 380;
2785
- PHP.Parser.prototype.T_WHITESPACE = 381;
2786
- PHP.Parser.prototype.T_START_HEREDOC = 382;
2787
- PHP.Parser.prototype.T_END_HEREDOC = 383;
2788
- PHP.Parser.prototype.T_DOLLAR_OPEN_CURLY_BRACES = 384;
2789
- PHP.Parser.prototype.T_CURLY_OPEN = 385;
2790
- PHP.Parser.prototype.T_PAAMAYIM_NEKUDOTAYIM = 386;
2791
- PHP.Parser.prototype.T_NAMESPACE = 387;
2792
- PHP.Parser.prototype.T_NS_C = 388;
2793
- PHP.Parser.prototype.T_DIR = 389;
2794
- PHP.Parser.prototype.T_NS_SEPARATOR = 390;
2795
- PHP.Parser.prototype.T_ELLIPSIS = 391;
2702
+ PHP.Parser.prototype.T_COALESCE_EQUAL = 281;
2703
+ PHP.Parser.prototype.T_COALESCE = 282;
2704
+ PHP.Parser.prototype.T_BOOLEAN_OR = 283;
2705
+ PHP.Parser.prototype.T_BOOLEAN_AND = 284;
2706
+ PHP.Parser.prototype.T_IS_EQUAL = 285;
2707
+ PHP.Parser.prototype.T_IS_NOT_EQUAL = 286;
2708
+ PHP.Parser.prototype.T_IS_IDENTICAL = 287;
2709
+ PHP.Parser.prototype.T_IS_NOT_IDENTICAL = 288;
2710
+ PHP.Parser.prototype.T_SPACESHIP = 289;
2711
+ PHP.Parser.prototype.T_IS_SMALLER_OR_EQUAL = 290;
2712
+ PHP.Parser.prototype.T_IS_GREATER_OR_EQUAL = 291;
2713
+ PHP.Parser.prototype.T_SL = 292;
2714
+ PHP.Parser.prototype.T_SR = 293;
2715
+ PHP.Parser.prototype.T_INSTANCEOF = 294;
2716
+ PHP.Parser.prototype.T_INC = 295;
2717
+ PHP.Parser.prototype.T_DEC = 296;
2718
+ PHP.Parser.prototype.T_INT_CAST = 297;
2719
+ PHP.Parser.prototype.T_DOUBLE_CAST = 298;
2720
+ PHP.Parser.prototype.T_STRING_CAST = 299;
2721
+ PHP.Parser.prototype.T_ARRAY_CAST = 300;
2722
+ PHP.Parser.prototype.T_OBJECT_CAST = 301;
2723
+ PHP.Parser.prototype.T_BOOL_CAST = 302;
2724
+ PHP.Parser.prototype.T_UNSET_CAST = 303;
2725
+ PHP.Parser.prototype.T_POW = 304;
2726
+ PHP.Parser.prototype.T_NEW = 305;
2727
+ PHP.Parser.prototype.T_CLONE = 306;
2728
+ PHP.Parser.prototype.T_EXIT = 307;
2729
+ PHP.Parser.prototype.T_IF = 308;
2730
+ PHP.Parser.prototype.T_ELSEIF = 309;
2731
+ PHP.Parser.prototype.T_ELSE = 310;
2732
+ PHP.Parser.prototype.T_ENDIF = 311;
2733
+ PHP.Parser.prototype.T_LNUMBER = 312;
2734
+ PHP.Parser.prototype.T_DNUMBER = 313;
2735
+ PHP.Parser.prototype.T_STRING = 314;
2736
+ PHP.Parser.prototype.T_STRING_VARNAME = 315;
2737
+ PHP.Parser.prototype.T_VARIABLE = 316;
2738
+ PHP.Parser.prototype.T_NUM_STRING = 317;
2739
+ PHP.Parser.prototype.T_INLINE_HTML = 318;
2740
+ PHP.Parser.prototype.T_CHARACTER = 319;
2741
+ PHP.Parser.prototype.T_BAD_CHARACTER = 320;
2742
+ PHP.Parser.prototype.T_ENCAPSED_AND_WHITESPACE = 321;
2743
+ PHP.Parser.prototype.T_CONSTANT_ENCAPSED_STRING = 322;
2744
+ PHP.Parser.prototype.T_ECHO = 323;
2745
+ PHP.Parser.prototype.T_DO = 324;
2746
+ PHP.Parser.prototype.T_WHILE = 325;
2747
+ PHP.Parser.prototype.T_ENDWHILE = 326;
2748
+ PHP.Parser.prototype.T_FOR = 327;
2749
+ PHP.Parser.prototype.T_ENDFOR = 328;
2750
+ PHP.Parser.prototype.T_FOREACH = 329;
2751
+ PHP.Parser.prototype.T_ENDFOREACH = 330;
2752
+ PHP.Parser.prototype.T_DECLARE = 331;
2753
+ PHP.Parser.prototype.T_ENDDECLARE = 332;
2754
+ PHP.Parser.prototype.T_AS = 333;
2755
+ PHP.Parser.prototype.T_SWITCH = 334;
2756
+ PHP.Parser.prototype.T_ENDSWITCH = 335;
2757
+ PHP.Parser.prototype.T_CASE = 336;
2758
+ PHP.Parser.prototype.T_DEFAULT = 337;
2759
+ PHP.Parser.prototype.T_BREAK = 338;
2760
+ PHP.Parser.prototype.T_CONTINUE = 339;
2761
+ PHP.Parser.prototype.T_GOTO = 340;
2762
+ PHP.Parser.prototype.T_FUNCTION = 341;
2763
+ PHP.Parser.prototype.T_FN = 342;
2764
+ PHP.Parser.prototype.T_CONST = 343;
2765
+ PHP.Parser.prototype.T_RETURN = 344;
2766
+ PHP.Parser.prototype.T_TRY = 345;
2767
+ PHP.Parser.prototype.T_CATCH = 346;
2768
+ PHP.Parser.prototype.T_FINALLY = 347;
2769
+ PHP.Parser.prototype.T_THROW = 348;
2770
+ PHP.Parser.prototype.T_USE = 349;
2771
+ PHP.Parser.prototype.T_INSTEADOF = 350;
2772
+ PHP.Parser.prototype.T_GLOBAL = 351;
2773
+ PHP.Parser.prototype.T_STATIC = 352;
2774
+ PHP.Parser.prototype.T_ABSTRACT = 353;
2775
+ PHP.Parser.prototype.T_FINAL = 354;
2776
+ PHP.Parser.prototype.T_PRIVATE = 355;
2777
+ PHP.Parser.prototype.T_PROTECTED = 356;
2778
+ PHP.Parser.prototype.T_PUBLIC = 357;
2779
+ PHP.Parser.prototype.T_VAR = 358;
2780
+ PHP.Parser.prototype.T_UNSET = 359;
2781
+ PHP.Parser.prototype.T_ISSET = 360;
2782
+ PHP.Parser.prototype.T_EMPTY = 361;
2783
+ PHP.Parser.prototype.T_HALT_COMPILER = 362;
2784
+ PHP.Parser.prototype.T_CLASS = 363;
2785
+ PHP.Parser.prototype.T_TRAIT = 364;
2786
+ PHP.Parser.prototype.T_INTERFACE = 365;
2787
+ PHP.Parser.prototype.T_EXTENDS = 366;
2788
+ PHP.Parser.prototype.T_IMPLEMENTS = 367;
2789
+ PHP.Parser.prototype.T_OBJECT_OPERATOR = 368;
2790
+ PHP.Parser.prototype.T_LIST = 369;
2791
+ PHP.Parser.prototype.T_ARRAY = 370;
2792
+ PHP.Parser.prototype.T_CALLABLE = 371;
2793
+ PHP.Parser.prototype.T_CLASS_C = 372;
2794
+ PHP.Parser.prototype.T_TRAIT_C = 373;
2795
+ PHP.Parser.prototype.T_METHOD_C = 374;
2796
+ PHP.Parser.prototype.T_FUNC_C = 375;
2797
+ PHP.Parser.prototype.T_LINE = 376;
2798
+ PHP.Parser.prototype.T_FILE = 377;
2799
+ PHP.Parser.prototype.T_COMMENT = 378;
2800
+ PHP.Parser.prototype.T_DOC_COMMENT = 379;
2801
+ PHP.Parser.prototype.T_OPEN_TAG = 380;
2802
+ PHP.Parser.prototype.T_OPEN_TAG_WITH_ECHO = 381;
2803
+ PHP.Parser.prototype.T_CLOSE_TAG = 382;
2804
+ PHP.Parser.prototype.T_WHITESPACE = 383;
2805
+ PHP.Parser.prototype.T_START_HEREDOC = 384;
2806
+ PHP.Parser.prototype.T_END_HEREDOC = 385;
2807
+ PHP.Parser.prototype.T_DOLLAR_OPEN_CURLY_BRACES = 386;
2808
+ PHP.Parser.prototype.T_CURLY_OPEN = 387;
2809
+ PHP.Parser.prototype.T_PAAMAYIM_NEKUDOTAYIM = 388;
2810
+ PHP.Parser.prototype.T_NAMESPACE = 389;
2811
+ PHP.Parser.prototype.T_NS_C = 390;
2812
+ PHP.Parser.prototype.T_DIR = 391;
2813
+ PHP.Parser.prototype.T_NS_SEPARATOR = 392;
2814
+ PHP.Parser.prototype.T_ELLIPSIS = 393;
2796
2815
  PHP.Parser.prototype.terminals = [
2797
- "$EOF",
2816
+ "EOF",
2798
2817
  "error",
2799
2818
  "T_INCLUDE",
2800
2819
  "T_INCLUDE_ONCE",
@@ -2822,6 +2841,7 @@ PHP.Parser.prototype.terminals = [
2822
2841
  "T_SL_EQUAL",
2823
2842
  "T_SR_EQUAL",
2824
2843
  "T_POW_EQUAL",
2844
+ "T_COALESCE_EQUAL",
2825
2845
  "'?'",
2826
2846
  "':'",
2827
2847
  "T_COALESCE",
@@ -2897,6 +2917,7 @@ PHP.Parser.prototype.terminals = [
2897
2917
  "T_CONTINUE",
2898
2918
  "T_GOTO",
2899
2919
  "T_FUNCTION",
2920
+ "T_FN",
2900
2921
  "T_CONST",
2901
2922
  "T_RETURN",
2902
2923
  "T_TRY",
@@ -2954,504 +2975,554 @@ PHP.Parser.prototype.terminals = [
2954
2975
  , "???"
2955
2976
  ];
2956
2977
  PHP.Parser.prototype.translate = [
2957
- 0, 157, 157, 157, 157, 157, 157, 157, 157, 157,
2958
- 157, 157, 157, 157, 157, 157, 157, 157, 157, 157,
2959
- 157, 157, 157, 157, 157, 157, 157, 157, 157, 157,
2960
- 157, 157, 157, 53, 155, 157, 156, 52, 35, 157,
2961
- 151, 152, 50, 47, 7, 48, 49, 51, 157, 157,
2962
- 157, 157, 157, 157, 157, 157, 157, 157, 29, 148,
2963
- 41, 15, 43, 28, 65, 157, 157, 157, 157, 157,
2964
- 157, 157, 157, 157, 157, 157, 157, 157, 157, 157,
2965
- 157, 157, 157, 157, 157, 157, 157, 157, 157, 157,
2966
- 157, 67, 157, 154, 34, 157, 153, 157, 157, 157,
2967
- 157, 157, 157, 157, 157, 157, 157, 157, 157, 157,
2968
- 157, 157, 157, 157, 157, 157, 157, 157, 157, 157,
2969
- 157, 157, 157, 149, 33, 150, 55, 157, 157, 157,
2970
- 157, 157, 157, 157, 157, 157, 157, 157, 157, 157,
2971
- 157, 157, 157, 157, 157, 157, 157, 157, 157, 157,
2972
- 157, 157, 157, 157, 157, 157, 157, 157, 157, 157,
2973
- 157, 157, 157, 157, 157, 157, 157, 157, 157, 157,
2974
- 157, 157, 157, 157, 157, 157, 157, 157, 157, 157,
2975
- 157, 157, 157, 157, 157, 157, 157, 157, 157, 157,
2976
- 157, 157, 157, 157, 157, 157, 157, 157, 157, 157,
2977
- 157, 157, 157, 157, 157, 157, 157, 157, 157, 157,
2978
- 157, 157, 157, 157, 157, 157, 157, 157, 157, 157,
2979
- 157, 157, 157, 157, 157, 157, 157, 157, 157, 157,
2980
- 157, 157, 157, 157, 157, 157, 157, 157, 157, 157,
2981
- 157, 157, 157, 157, 157, 157, 157, 157, 157, 157,
2982
- 157, 157, 157, 157, 157, 157, 1, 2, 3, 4,
2978
+ 0, 159, 159, 159, 159, 159, 159, 159, 159, 159,
2979
+ 159, 159, 159, 159, 159, 159, 159, 159, 159, 159,
2980
+ 159, 159, 159, 159, 159, 159, 159, 159, 159, 159,
2981
+ 159, 159, 159, 54, 157, 159, 158, 53, 36, 159,
2982
+ 153, 154, 51, 48, 7, 49, 50, 52, 159, 159,
2983
+ 159, 159, 159, 159, 159, 159, 159, 159, 30, 150,
2984
+ 42, 15, 44, 29, 66, 159, 159, 159, 159, 159,
2985
+ 159, 159, 159, 159, 159, 159, 159, 159, 159, 159,
2986
+ 159, 159, 159, 159, 159, 159, 159, 159, 159, 159,
2987
+ 159, 68, 159, 156, 35, 159, 155, 159, 159, 159,
2988
+ 159, 159, 159, 159, 159, 159, 159, 159, 159, 159,
2989
+ 159, 159, 159, 159, 159, 159, 159, 159, 159, 159,
2990
+ 159, 159, 159, 151, 34, 152, 56, 159, 159, 159,
2991
+ 159, 159, 159, 159, 159, 159, 159, 159, 159, 159,
2992
+ 159, 159, 159, 159, 159, 159, 159, 159, 159, 159,
2993
+ 159, 159, 159, 159, 159, 159, 159, 159, 159, 159,
2994
+ 159, 159, 159, 159, 159, 159, 159, 159, 159, 159,
2995
+ 159, 159, 159, 159, 159, 159, 159, 159, 159, 159,
2996
+ 159, 159, 159, 159, 159, 159, 159, 159, 159, 159,
2997
+ 159, 159, 159, 159, 159, 159, 159, 159, 159, 159,
2998
+ 159, 159, 159, 159, 159, 159, 159, 159, 159, 159,
2999
+ 159, 159, 159, 159, 159, 159, 159, 159, 159, 159,
3000
+ 159, 159, 159, 159, 159, 159, 159, 159, 159, 159,
3001
+ 159, 159, 159, 159, 159, 159, 159, 159, 159, 159,
3002
+ 159, 159, 159, 159, 159, 159, 159, 159, 159, 159,
3003
+ 159, 159, 159, 159, 159, 159, 1, 2, 3, 4,
2983
3004
  5, 6, 8, 9, 10, 11, 12, 13, 14, 16,
2984
3005
  17, 18, 19, 20, 21, 22, 23, 24, 25, 26,
2985
- 27, 30, 31, 32, 36, 37, 38, 39, 40, 42,
2986
- 44, 45, 46, 54, 56, 57, 58, 59, 60, 61,
2987
- 62, 63, 64, 66, 68, 69, 70, 71, 72, 73,
2988
- 74, 75, 76, 77, 78, 79, 80, 81, 157, 157,
2989
- 82, 83, 84, 85, 86, 87, 88, 89, 90, 91,
3006
+ 27, 28, 31, 32, 33, 37, 38, 39, 40, 41,
3007
+ 43, 45, 46, 47, 55, 57, 58, 59, 60, 61,
3008
+ 62, 63, 64, 65, 67, 69, 70, 71, 72, 73,
3009
+ 74, 75, 76, 77, 78, 79, 80, 81, 82, 159,
3010
+ 159, 83, 84, 85, 86, 87, 88, 89, 90, 91,
2990
3011
  92, 93, 94, 95, 96, 97, 98, 99, 100, 101,
2991
3012
  102, 103, 104, 105, 106, 107, 108, 109, 110, 111,
2992
3013
  112, 113, 114, 115, 116, 117, 118, 119, 120, 121,
2993
3014
  122, 123, 124, 125, 126, 127, 128, 129, 130, 131,
2994
- 132, 133, 134, 135, 136, 137, 157, 157, 157, 157,
2995
- 157, 157, 138, 139, 140, 141, 142, 143, 144, 145,
2996
- 146, 147
3015
+ 132, 133, 134, 135, 136, 137, 138, 139, 159, 159,
3016
+ 159, 159, 159, 159, 140, 141, 142, 143, 144, 145,
3017
+ 146, 147, 148, 149
2997
3018
  ];
2998
3019
 
2999
3020
  PHP.Parser.prototype.yyaction = [
3000
- 569, 570, 571, 572, 573, 215, 574, 575, 576, 612,
3001
- 613, 0, 27, 99, 100, 101, 102, 103, 104, 105,
3002
- 106, 107, 108, 109, 110,-32766,-32766,-32766, 95, 96,
3003
- 97, 24, 240, 226, -267,-32766,-32766,-32766,-32766,-32766,
3004
- -32766, 530, 344, 114, 98,-32766, 286,-32766,-32766,-32766,
3005
- -32766,-32766, 577, 870, 872,-32766,-32766,-32766,-32766,-32766,
3006
- -32766,-32766,-32766, 224,-32766, 714, 578, 579, 580, 581,
3007
- 582, 583, 584,-32766, 264, 644, 840, 841, 842, 839,
3008
- 838, 837, 585, 586, 587, 588, 589, 590, 591, 592,
3009
- 593, 594, 595, 615, 616, 617, 618, 619, 607, 608,
3010
- 609, 610, 611, 596, 597, 598, 599, 600, 601, 602,
3011
- 638, 639, 640, 641, 642, 643, 603, 604, 605, 606,
3012
- 636, 627, 625, 626, 622, 623, 116, 614, 620, 621,
3013
- 628, 629, 631, 630, 632, 633, 42, 43, 381, 44,
3014
- 45, 624, 635, 634, -214, 46, 47, 289, 48,-32767,
3015
- -32767,-32767,-32767, 90, 91, 92, 93, 94, 267, 241,
3016
- 22, 840, 841, 842, 839, 838, 837, 832,-32766,-32766,
3017
- -32766, 306, 1000, 1000, 1037, 120, 966, 436, -423, 244,
3018
- 797, 49, 50, 660, 661, 272, 362, 51,-32766, 52,
3019
- 219, 220, 53, 54, 55, 56, 57, 58, 59, 60,
3020
- 1016, 22, 238, 61, 351, 945,-32766,-32766,-32766, 967,
3021
- 968, 646, 705, 1000, 28, -456, 125, 966,-32766,-32766,
3022
- -32766, 715, 398, 399, 216, 1000,-32766, 339,-32766,-32766,
3023
- -32766,-32766, 25, 222, 980, 552, 355, 378,-32766, -423,
3024
- -32766,-32766,-32766, 121, 65, 1045, 408, 1047, 1046, 274,
3025
- 274, 131, 244, -423, 394, 395, 358, 519, 945, 537,
3026
- -423, 111, -426, 398, 399, 130, 972, 973, 974, 975,
3027
- 969, 970, 243, 128, -422, -421, 1013, 409, 976, 971,
3028
- 353, 791, 792, 7, -162, 63, 124, 255, 701, 256,
3029
- 274, 382, -122, -122, -122, -4, 715, 383, 646, 1042,
3030
- -421, 704, 274, -219, 33, 17, 384, -122, 385, -122,
3031
- 386, -122, 387, -122, 369, 388, -122, -122, -122, 34,
3032
- 35, 389, 352, 520, 36, 390, 353, 702, 62, 112,
3033
- 818, 287, 288, 391, 392, -422, -421, -161, 350, 393,
3034
- 40, 38, 690, 735, 396, 397, 361, 22, 122, -422,
3035
- -421,-32766,-32766,-32766, 791, 792, -422, -421, -425, 1000,
3036
- -456, -421, -238, 966, 409, 41, 382, 353, 717, 535,
3037
- -122,-32766, 383,-32766,-32766, -421, 704, 21, 813, 33,
3038
- 17, 384, -421, 385, -466, 386, 224, 387, -467, 273,
3039
- 388, 367, 945, -458, 34, 35, 389, 352, 345, 36,
3040
- 390, 248, 247, 62, 254, 715, 287, 288, 391, 392,
3041
- 399,-32766,-32766,-32766, 393, 295, 1000, 652, 735, 396,
3042
- 397, 117, 115, 113, 814, 119, 72, 73, 74, -162,
3043
- 764, 65, 240, 541, 370, 518, 274, 118, 270, 92,
3044
- 93, 94, 242, 717, 535, -4, 26, 1000, 75, 76,
3045
- 77, 78, 79, 80, 81, 82, 83, 84, 85, 86,
3046
- 87, 88, 89, 90, 91, 92, 93, 94, 95, 96,
3047
- 97, 547, 240, 713, 715, 382, 276,-32766,-32766, 126,
3048
- 945, 383, -161, 938, 98, 704, 225, 659, 33, 17,
3049
- 384, 346, 385, 274, 386, 728, 387, 221, 120, 388,
3050
- 505, 506, 540, 34, 35, 389, 715, -238, 36, 390,
3051
- 1017, 223, 62, 494, 18, 287, 288, 127, 297, 376,
3052
- 6, 98, 798, 393, 274, 660, 661, 490, 491, -466,
3053
- 39, -466, 514, -467, 539, -467, 16, 458, -458, 315,
3054
- 791, 792, 829, 553, 382, 817, 563, 653, 538, 765,
3055
- 383, 449, 751, 535, 704, 448, 435, 33, 17, 384,
3056
- 430, 385, 646, 386, 359, 387, 357, 647, 388, 673,
3057
- 429, 1040, 34, 35, 389, 715, 382, 36, 390, 941,
3058
- 492, 62, 383, 503, 287, 288, 704, 434, 440, 33,
3059
- 17, 384, 393, 385,-32766, 386, 445, 387, 495, 509,
3060
- 388, 10, 529, 542, 34, 35, 389, 715, 515, 36,
3061
- 390, 499, 500, 62, 214, -80, 287, 288, 452, 269,
3062
- 736, 717, 535, 488, 393, 356, 266, 979, 265, 730,
3063
- 982, 722, 358, 338, 493, 548, 0, 294, 737, 0,
3064
- 3, 0, 309, 0, 0, 382, 0, 0, 271, 0,
3065
- 0, 383, 0, 717, 535, 704, 227, 0, 33, 17,
3066
- 384, 9, 385, 0, 386, 0, 387, -382, 0, 388,
3067
- 0, 0, 325, 34, 35, 389, 715, 382, 36, 390,
3068
- 321, 341, 62, 383, 340, 287, 288, 704, 22, 320,
3069
- 33, 17, 384, 393, 385, 442, 386, 337, 387, 562,
3070
- 1000, 388, 32, 31, 966, 34, 35, 389, 823, 657,
3071
- 36, 390, 656, 821, 62, 703, 711, 287, 288, 561,
3072
- 822, 825, 717, 535, 695, 393, 747, 749, 693, 759,
3073
- 758, 752, 767, 945, 824, 706, 700, 712, 699, 698,
3074
- 658, 0, 263, 262, 559, 558, 382, 556, 554, 551,
3075
- 398, 399, 383, 550, 717, 535, 704, 546, 545, 33,
3076
- 17, 384, 543, 385, 536, 386, 71, 387, 933, 932,
3077
- 388, 30, 65, 731, 34, 35, 389, 274, 724, 36,
3078
- 390, 830, 734, 62, 663, 662, 287, 288,-32766,-32766,
3079
- -32766, 733, 732, 934, 393, 665, 664, 756, 555, 691,
3080
- 1041, 1001, 994, 1006, 1011, 1014, 757, 1043,-32766, 654,
3081
- -32766,-32766,-32766,-32766,-32766,-32766,-32767,-32767,-32767,-32767,
3082
- -32767, 655, 1044, 717, 535, -446, 926, 348, 343, 268,
3083
- 237, 236, 235, 234, 218, 217, 132, 129, -426, -425,
3084
- -424, 123, 20, 23, 70, 69, 29, 37, 64, 68,
3085
- 66, 67, -448, 0, 15, 19, 250, 910, 296, -217,
3086
- 467, 484, 909, 472, 528, 913, 11, 964, 955, -215,
3087
- 525, 379, 375, 373, 371, 14, 13, 12, -214, 0,
3088
- -393, 0, 1005, 1039, 992, 993, 963, 0, 981
3021
+ 607, 608, 609, 610, 611, 685, 612, 613, 614, 650,
3022
+ 651, 0, 32, 103, 104, 105, 106, 107, 108, 109,
3023
+ 110, 111, 112, 113, 114, 115,-32767,-32767,-32767,-32767,
3024
+ 94, 95, 96, 97, 98,-32766,-32766,-32766, 687, 491,
3025
+ -497, 904, 905, 906, 903, 902, 901, 904, 905, 906,
3026
+ 903, 902, 901, 615, 938, 940,-32766, 9,-32766,-32766,
3027
+ -32766,-32766,-32766,-32766,-32766,-32766,-32766, 616, 617, 618,
3028
+ 619, 620, 621, 622, 333, 1104, 683,-32766,-32766,-32766,
3029
+ 846, 1103, 119, 623, 624, 625, 626, 627, 628, 629,
3030
+ 630, 631, 632, 633, 653, 654, 655, 656, 657, 645,
3031
+ 646, 647, 675, 648, 649, 634, 635, 636, 637, 638,
3032
+ 639, 640, 677, 678, 679, 680, 681, 682, 641, 642,
3033
+ 643, 644, 674, 665, 663, 664, 660, 661, 402, 652,
3034
+ 658, 659, 666, 667, 669, 668, 670, 671, 45, 46,
3035
+ 421, 47, 48, 662, 673, 672, 27, 49, 50, 233,
3036
+ 51,-32766,-32766,-32766, 96, 97, 98, 24,-32766,-32766,
3037
+ -32766, -458, 261, 121, 1023,-32766,-32766,-32766, 1091, 1073,
3038
+ -32766,-32766,-32766, 1039,-32766,-32766,-32766,-32766,-32766,-32766,
3039
+ -496,-32766,-32766,-32766, 52, 53,-32766, -497,-32766,-32766,
3040
+ 54, 687, 55, 231, 232, 56, 57, 58, 59, 60,
3041
+ 61, 62, 63, 1016, 24, 242, 64, 369,-32766,-32766,
3042
+ -32766, 226, 1040, 1041, 423, 1076, 1073, -493, 880, 508,
3043
+ 1039, 436, 1023, -458, 768, 1073, 239, 333, -500,-32766,
3044
+ -500,-32766,-32766,-32766,-32766, 856, 253, -458, 276, 378,
3045
+ 372, 786, 68, 1073, -458, 685, -461, 278, 1126, 403,
3046
+ 289, 1127, 288, 99, 100, 101, 303, 252, 433, 434,
3047
+ 822,-32766, 69, 261, 237, 850, 851, 435, 436, 102,
3048
+ 1045, 1046, 1047, 1048, 1042, 1043, 256, 1016, -456, -456,
3049
+ 306, 444, 1049, 1044, 375, 133, 561, -239, 363, 66,
3050
+ 237, 268, 692, 273, 278, 422, -137, -137, -137, -4,
3051
+ 768, 1073, 310, 278, 1035, 757, 687, 362, 37, 20,
3052
+ 424, -137, 425, -137, 426, -137, 427, -137, 127, 428,
3053
+ -295, 278, -295, 38, 39, 370, 371, -496, 271, 40,
3054
+ 429, 277, 687, 65, 261, 1016, 302, 896, 430, 431,
3055
+ -456, -456, 333, -494, 432, 44, 42, 743, 791, 373,
3056
+ 374, -457, -234, 562, -456, -456, 375,-32766,-32766,-32766,
3057
+ 882, -456, -456, 124, -493, 75, 850, 851, 333, -273,
3058
+ -260, 422, 768, 770, 576, -137, 261, 125,-32766, 278,
3059
+ 823, 757, 857, 1073, 37, 20, 424, 240, 425, -178,
3060
+ 426, 589, 427, 393, 503, 428, 687, 235, 241, 38,
3061
+ 39, 370, 371, 125, 354, 40, 429, 260, 259, 65,
3062
+ 267, 687, 302, -457, 430, 431, -296, -177, -296, 24,
3063
+ 432, 305, 365, 700, 791, 373, 374, -457, 120, 118,
3064
+ 24, 1073, 30, 366, -457, 1039, -460, 850, 851, 687,
3065
+ 367, 691, 1073, 422, 291, 768, 1039, 333, -83, 770,
3066
+ 576, -4, 467, 757, 126, 368, 37, 20, 424, -92,
3067
+ 425, 278, 426, 444, 427, 1016, 375, 428, -219, -219,
3068
+ -219, 38, 39, 370, 371, 333, 1016, 40, 429, 850,
3069
+ 851, 65, 435, 436, 302, 236, 430, 431, 225, 708,
3070
+ -494, 709, 432, 435, 436, 743, 791, 373, 374, 690,
3071
+ 387, 136, 1117, 578, 68, 413, 238, 8, 33, 278,
3072
+ 1053, 227, 708, 687, 709, 68, 422, -260, 535, 21,
3073
+ 278, 770, 576, -219, 550, 551, 757, 687, 116, 37,
3074
+ 20, 424, 117, 425, 358, 426, -178, 427, 132, 328,
3075
+ 428, -218, -218, -218, 38, 39, 370, 371, 687, 333,
3076
+ 40, 429, 122, 768, 65, 383, 384, 302, 123, 430,
3077
+ 431, 29, 234, 333, -177, 432, 528, 529, 743, 791,
3078
+ 373, 374, 129, 850, 851, 135, 76, 77, 78, 1092,
3079
+ 881, 599, 582, 254, 333, 137, 138, 782, 590, 593,
3080
+ 293, 767, 131, 252, 770, 576, -218, 31, 102, 79,
3081
+ 80, 81, 82, 83, 84, 85, 86, 87, 88, 89,
3082
+ 90, 91, 92, 93, 94, 95, 96, 97, 98, 99,
3083
+ 100, 101, 43, 252, 422, 558, 768, 687, 690,-32766,
3084
+ 471, 130, 476, 685, 757, 102, 553, 37, 20, 424,
3085
+ 526, 425, 688, 426, 272, 427, 910, 1016, 428, 792,
3086
+ 1128, 793, 38, 39, 370, 583, 269, 570, 40, 429,
3087
+ 536, 1052, 65, 275, 1055, 302, -415, 541, 270, -81,
3088
+ 10, 391, 768, 432, 542, 554, 784, 594, 5, 0,
3089
+ 12, 577, 0, 0, 304, 0, 0, 0, 0, 336,
3090
+ 342, 0, 0, 0, 0, 0, 0, 422, 0, 0,
3091
+ 0, 584, 770, 576, 0, 0, 0, 757, 0, 0,
3092
+ 37, 20, 424, 343, 425, 0, 426, 0, 427, 768,
3093
+ 0, 428, 0, 0, 0, 38, 39, 370, 347, 387,
3094
+ 473, 40, 429, 359, 360, 65, 744, 35, 302, 36,
3095
+ 597, 598, 748, 422, 825, 809, 432, 816, 587, 876,
3096
+ 877, 806, 817, 757, 746, 804, 37, 20, 424, 885,
3097
+ 425, 888, 426, 889, 427, 768, 886, 428, 887, 893,
3098
+ -485, 38, 39, 370, 579, 770, 576, 40, 429, 581,
3099
+ 585, 65, 586, 588, 302, 592, 286, 287, 352, 353,
3100
+ 422, 580, 432, 1123, 591, 1125, 703, 790, 702, 712,
3101
+ 757, 789, 713, 37, 20, 424, 710, 425, 1124, 426,
3102
+ 788, 427, 768, 1004, 428, 711, 777, 785, 38, 39,
3103
+ 370, 808, 576, -483, 40, 429, 775, 814, 65, 815,
3104
+ 1122, 302, 1074, 1067, 1081, 1086, 422, 1089, -237, 432,
3105
+ -461, -460, -459, 23, 25, 28, 757, 34, 41, 37,
3106
+ 20, 424, 67, 425, 70, 426, 71, 427, 72, 73,
3107
+ 428, 74, 128, 134, 38, 39, 370, 139, 770, 576,
3108
+ 40, 429, 229, 230, 65, 246, 247, 302, 248, 249,
3109
+ 250, 251, 290, 422, 355, 432, 357, -427, -235, -234,
3110
+ 14, 15, 16, 757, 17, 19, 37, 20, 424, 325,
3111
+ 425, 404, 426, 406, 427, 409, 411, 428, 412, 419,
3112
+ 567, 38, 39, 370, 770, 576, 1027, 40, 429, 977,
3113
+ 1037, 65, 858, 1008, 302,-32766,-32766,-32766, -92, 13,
3114
+ 18, 22, 432, 263, 324, 501, 522, 569, 981, 978,
3115
+ 0, 994, 0, 1036, 1065, 1066,-32766, 1080,-32766,-32766,
3116
+ -32766,-32766,-32766,-32766,-32767,-32767,-32767,-32767,-32767, 1120,
3117
+ 532, 770, 576, 1054
3089
3118
  ];
3090
3119
 
3091
3120
  PHP.Parser.prototype.yycheck = [
3092
- 2, 3, 4, 5, 6, 13, 8, 9, 10, 11,
3121
+ 2, 3, 4, 5, 6, 78, 8, 9, 10, 11,
3093
3122
  12, 0, 15, 16, 17, 18, 19, 20, 21, 22,
3094
- 23, 24, 25, 26, 27, 8, 9, 10, 50, 51,
3095
- 52, 7, 54, 7, 79, 8, 9, 10, 8, 9,
3096
- 10, 77, 7, 13, 66, 28, 7, 30, 31, 32,
3097
- 33, 34, 54, 56, 57, 28, 8, 30, 31, 32,
3098
- 33, 34, 35, 35, 109, 1, 68, 69, 70, 71,
3099
- 72, 73, 74, 118, 7, 77, 112, 113, 114, 115,
3100
- 116, 117, 84, 85, 86, 87, 88, 89, 90, 91,
3123
+ 23, 24, 25, 26, 27, 28, 42, 43, 44, 45,
3124
+ 46, 47, 48, 49, 50, 8, 9, 10, 78, 79,
3125
+ 7, 114, 115, 116, 117, 118, 119, 114, 115, 116,
3126
+ 117, 118, 119, 55, 57, 58, 29, 7, 31, 32,
3127
+ 33, 34, 35, 36, 8, 9, 10, 69, 70, 71,
3128
+ 72, 73, 74, 75, 114, 1, 78, 8, 9, 10,
3129
+ 1, 7, 13, 85, 86, 87, 88, 89, 90, 91,
3101
3130
  92, 93, 94, 95, 96, 97, 98, 99, 100, 101,
3102
3131
  102, 103, 104, 105, 106, 107, 108, 109, 110, 111,
3103
3132
  112, 113, 114, 115, 116, 117, 118, 119, 120, 121,
3104
- 122, 123, 124, 125, 126, 127, 7, 129, 130, 131,
3105
- 132, 133, 134, 135, 136, 137, 2, 3, 4, 5,
3106
- 6, 143, 144, 145, 152, 11, 12, 7, 14, 41,
3107
- 42, 43, 44, 45, 46, 47, 48, 49, 109, 7,
3108
- 67, 112, 113, 114, 115, 116, 117, 118, 8, 9,
3109
- 10, 79, 79, 79, 82, 147, 83, 82, 67, 28,
3110
- 152, 47, 48, 102, 103, 7, 7, 53, 28, 55,
3111
- 56, 57, 58, 59, 60, 61, 62, 63, 64, 65,
3112
- 1, 67, 68, 69, 70, 112, 8, 9, 10, 75,
3113
- 76, 77, 148, 79, 13, 7, 67, 83, 8, 9,
3114
- 10, 1, 129, 130, 13, 79, 28, 146, 30, 31,
3115
- 32, 33, 140, 141, 139, 29, 102, 7, 28, 128,
3116
- 30, 31, 32, 149, 151, 77, 112, 79, 80, 156,
3117
- 156, 15, 28, 142, 120, 121, 146, 77, 112, 149,
3118
- 149, 15, 151, 129, 130, 15, 132, 133, 134, 135,
3119
- 136, 137, 138, 15, 67, 67, 77, 143, 144, 145,
3120
- 146, 130, 131, 7, 7, 151, 15, 153, 148, 155,
3121
- 156, 71, 72, 73, 74, 0, 1, 77, 77, 150,
3122
- 67, 81, 156, 152, 84, 85, 86, 87, 88, 89,
3123
- 90, 91, 92, 93, 29, 95, 96, 97, 98, 99,
3124
- 100, 101, 102, 143, 104, 105, 146, 148, 108, 15,
3125
- 150, 111, 112, 113, 114, 128, 128, 7, 7, 119,
3126
- 67, 67, 122, 123, 124, 125, 7, 67, 149, 142,
3127
- 142, 8, 9, 10, 130, 131, 149, 149, 151, 79,
3128
- 152, 128, 7, 83, 143, 7, 71, 146, 148, 149,
3129
- 150, 28, 77, 30, 31, 142, 81, 7, 148, 84,
3130
- 85, 86, 149, 88, 7, 90, 35, 92, 7, 33,
3131
- 95, 7, 112, 7, 99, 100, 101, 102, 103, 104,
3132
- 105, 128, 128, 108, 109, 1, 111, 112, 113, 114,
3133
- 130, 8, 9, 10, 119, 142, 79, 122, 123, 124,
3134
- 125, 15, 149, 149, 148, 29, 8, 9, 10, 152,
3135
- 29, 151, 54, 29, 149, 79, 156, 15, 143, 47,
3136
- 48, 49, 29, 148, 149, 150, 28, 79, 30, 31,
3133
+ 122, 123, 124, 125, 126, 127, 128, 129, 30, 131,
3134
+ 132, 133, 134, 135, 136, 137, 138, 139, 2, 3,
3135
+ 4, 5, 6, 145, 146, 147, 7, 11, 12, 36,
3136
+ 14, 8, 9, 10, 48, 49, 50, 68, 8, 9,
3137
+ 10, 68, 29, 7, 1, 8, 9, 10, 1, 80,
3138
+ 8, 9, 29, 84, 31, 32, 33, 34, 35, 29,
3139
+ 7, 31, 32, 33, 48, 49, 29, 154, 31, 32,
3140
+ 54, 78, 56, 57, 58, 59, 60, 61, 62, 63,
3141
+ 64, 65, 66, 114, 68, 69, 70, 71, 8, 9,
3142
+ 10, 13, 76, 77, 78, 1, 80, 7, 1, 49,
3143
+ 84, 132, 1, 130, 1, 80, 7, 114, 154, 29,
3144
+ 156, 31, 32, 33, 34, 1, 7, 144, 7, 103,
3145
+ 104, 1, 153, 80, 151, 78, 153, 158, 78, 151,
3146
+ 114, 81, 7, 51, 52, 53, 7, 55, 122, 123,
3147
+ 30, 8, 149, 29, 36, 132, 133, 131, 132, 67,
3148
+ 134, 135, 136, 137, 138, 139, 140, 114, 68, 68,
3149
+ 7, 145, 146, 147, 148, 13, 78, 154, 125, 153,
3150
+ 36, 155, 1, 157, 158, 72, 73, 74, 75, 0,
3151
+ 1, 80, 7, 158, 1, 82, 78, 7, 85, 86,
3152
+ 87, 88, 89, 90, 91, 92, 93, 94, 151, 96,
3153
+ 103, 158, 105, 100, 101, 102, 103, 154, 111, 106,
3154
+ 107, 68, 78, 110, 29, 114, 113, 120, 115, 116,
3155
+ 130, 130, 114, 7, 121, 68, 68, 124, 125, 126,
3156
+ 127, 68, 154, 145, 144, 144, 148, 8, 9, 10,
3157
+ 152, 151, 151, 30, 154, 151, 132, 133, 114, 152,
3158
+ 7, 72, 1, 150, 151, 152, 29, 149, 29, 158,
3159
+ 150, 82, 154, 80, 85, 86, 87, 36, 89, 7,
3160
+ 91, 151, 93, 130, 1, 96, 78, 36, 36, 100,
3161
+ 101, 102, 103, 149, 105, 106, 107, 130, 130, 110,
3162
+ 111, 78, 113, 130, 115, 116, 103, 7, 105, 68,
3163
+ 121, 144, 7, 124, 125, 126, 127, 144, 151, 151,
3164
+ 68, 80, 7, 7, 151, 84, 153, 132, 133, 78,
3165
+ 7, 150, 80, 72, 145, 1, 84, 114, 30, 150,
3166
+ 151, 152, 83, 82, 151, 7, 85, 86, 87, 154,
3167
+ 89, 158, 91, 145, 93, 114, 148, 96, 97, 98,
3168
+ 99, 100, 101, 102, 103, 114, 114, 106, 107, 132,
3169
+ 133, 110, 131, 132, 113, 36, 115, 116, 95, 103,
3170
+ 154, 105, 121, 131, 132, 124, 125, 126, 127, 80,
3171
+ 148, 13, 83, 151, 153, 103, 36, 105, 13, 158,
3172
+ 141, 13, 103, 78, 105, 153, 72, 154, 73, 74,
3173
+ 158, 150, 151, 152, 73, 74, 82, 78, 15, 85,
3174
+ 86, 87, 15, 89, 148, 91, 154, 93, 98, 99,
3175
+ 96, 97, 98, 99, 100, 101, 102, 103, 78, 114,
3176
+ 106, 107, 15, 1, 110, 103, 104, 113, 15, 115,
3177
+ 116, 142, 143, 114, 154, 121, 108, 109, 124, 125,
3178
+ 126, 127, 15, 132, 133, 15, 8, 9, 10, 154,
3179
+ 150, 151, 30, 30, 114, 15, 15, 36, 30, 30,
3180
+ 34, 30, 30, 55, 150, 151, 152, 29, 67, 31,
3137
3181
  32, 33, 34, 35, 36, 37, 38, 39, 40, 41,
3138
3182
  42, 43, 44, 45, 46, 47, 48, 49, 50, 51,
3139
- 52, 29, 54, 29, 1, 71, 67, 8, 9, 29,
3140
- 112, 77, 152, 152, 66, 81, 35, 148, 84, 85,
3141
- 86, 123, 88, 156, 90, 35, 92, 35, 147, 95,
3142
- 72, 73, 29, 99, 100, 101, 1, 152, 104, 105,
3143
- 152, 35, 108, 72, 73, 111, 112, 97, 98, 102,
3144
- 103, 66, 152, 119, 156, 102, 103, 106, 107, 152,
3145
- 67, 154, 74, 152, 29, 154, 152, 128, 152, 78,
3146
- 130, 131, 148, 149, 71, 148, 149, 148, 149, 148,
3147
- 77, 77, 148, 149, 81, 77, 77, 84, 85, 86,
3148
- 77, 88, 77, 90, 77, 92, 77, 77, 95, 77,
3149
- 77, 77, 99, 100, 101, 1, 71, 104, 105, 79,
3150
- 79, 108, 77, 79, 111, 112, 81, 79, 82, 84,
3151
- 85, 86, 119, 88, 82, 90, 86, 92, 87, 96,
3152
- 95, 94, 89, 29, 99, 100, 101, 1, 91, 104,
3153
- 105, 93, 96, 108, 94, 94, 111, 112, 94, 110,
3154
- 123, 148, 149, 109, 119, 102, 127, 139, 126, 147,
3155
- 139, 150, 146, 149, 154, 29, -1, 142, 123, -1,
3156
- 142, -1, 146, -1, -1, 71, -1, -1, 126, -1,
3157
- -1, 77, -1, 148, 149, 81, 35, -1, 84, 85,
3158
- 86, 142, 88, -1, 90, -1, 92, 142, -1, 95,
3159
- -1, -1, 146, 99, 100, 101, 1, 71, 104, 105,
3160
- 146, 146, 108, 77, 146, 111, 112, 81, 67, 146,
3161
- 84, 85, 86, 119, 88, 146, 90, 149, 92, 148,
3162
- 79, 95, 148, 148, 83, 99, 100, 101, 148, 148,
3163
- 104, 105, 148, 148, 108, 148, 148, 111, 112, 148,
3164
- 148, 148, 148, 149, 148, 119, 148, 148, 148, 148,
3165
- 148, 148, 148, 112, 148, 148, 148, 148, 148, 148,
3166
- 148, -1, 149, 149, 149, 149, 71, 149, 149, 149,
3167
- 129, 130, 77, 149, 148, 149, 81, 149, 149, 84,
3168
- 85, 86, 149, 88, 149, 90, 149, 92, 150, 150,
3169
- 95, 151, 151, 150, 99, 100, 101, 156, 150, 104,
3170
- 105, 150, 150, 108, 150, 150, 111, 112, 8, 9,
3171
- 10, 150, 150, 150, 119, 150, 150, 150, 150, 150,
3172
- 150, 150, 150, 150, 150, 150, 150, 150, 28, 150,
3173
- 30, 31, 32, 33, 34, 35, 36, 37, 38, 39,
3174
- 40, 150, 150, 148, 149, 151, 153, 151, 151, 151,
3175
- 151, 151, 151, 151, 151, 151, 151, 151, 151, 151,
3176
- 151, 151, 151, 151, 151, 151, 151, 151, 151, 151,
3177
- 151, 151, 151, -1, 152, 152, 152, 152, 152, 152,
3178
- 152, 152, 152, 152, 152, 152, 152, 152, 152, 152,
3179
- 152, 152, 152, 152, 152, 152, 152, 152, 152, -1,
3180
- 153, -1, 154, 154, 154, 154, 154, -1, 155
3183
+ 52, 53, 68, 55, 72, 75, 1, 78, 80, 83,
3184
+ 83, 68, 87, 78, 82, 67, 92, 85, 86, 87,
3185
+ 111, 89, 78, 91, 112, 93, 80, 114, 96, 125,
3186
+ 81, 125, 100, 101, 102, 30, 128, 90, 106, 107,
3187
+ 88, 141, 110, 128, 141, 113, 144, 94, 129, 95,
3188
+ 95, 95, 1, 121, 97, 97, 149, 152, 144, -1,
3189
+ 144, 151, -1, -1, 144, -1, -1, -1, -1, 148,
3190
+ 148, -1, -1, -1, -1, -1, -1, 72, -1, -1,
3191
+ -1, 30, 150, 151, -1, -1, -1, 82, -1, -1,
3192
+ 85, 86, 87, 148, 89, -1, 91, -1, 93, 1,
3193
+ -1, 96, -1, -1, -1, 100, 101, 102, 148, 148,
3194
+ 148, 106, 107, 148, 148, 110, 152, 150, 113, 150,
3195
+ 150, 150, 150, 72, 150, 150, 121, 150, 30, 150,
3196
+ 150, 150, 150, 82, 150, 150, 85, 86, 87, 150,
3197
+ 89, 150, 91, 150, 93, 1, 150, 96, 150, 150,
3198
+ 153, 100, 101, 102, 151, 150, 151, 106, 107, 151,
3199
+ 151, 110, 151, 151, 113, 151, 151, 151, 151, 151,
3200
+ 72, 151, 121, 152, 30, 152, 152, 152, 152, 152,
3201
+ 82, 152, 152, 85, 86, 87, 152, 89, 152, 91,
3202
+ 152, 93, 1, 152, 96, 152, 152, 152, 100, 101,
3203
+ 102, 150, 151, 153, 106, 107, 152, 152, 110, 152,
3204
+ 152, 113, 152, 152, 152, 152, 72, 152, 154, 121,
3205
+ 153, 153, 153, 153, 153, 153, 82, 153, 153, 85,
3206
+ 86, 87, 153, 89, 153, 91, 153, 93, 153, 153,
3207
+ 96, 153, 153, 153, 100, 101, 102, 153, 150, 151,
3208
+ 106, 107, 153, 153, 110, 153, 153, 113, 153, 153,
3209
+ 153, 153, 153, 72, 153, 121, 153, 155, 154, 154,
3210
+ 154, 154, 154, 82, 154, 154, 85, 86, 87, 154,
3211
+ 89, 154, 91, 154, 93, 154, 154, 96, 154, 154,
3212
+ 154, 100, 101, 102, 150, 151, 154, 106, 107, 154,
3213
+ 154, 110, 154, 154, 113, 8, 9, 10, 154, 154,
3214
+ 154, 154, 121, 154, 154, 154, 154, 154, 154, 154,
3215
+ -1, 155, -1, 156, 156, 156, 29, 156, 31, 32,
3216
+ 33, 34, 35, 36, 37, 38, 39, 40, 41, 156,
3217
+ 156, 150, 151, 157
3181
3218
  ];
3182
3219
 
3183
3220
  PHP.Parser.prototype.yybase = [
3184
- 0, 220, 295, 94, 180, 560, -2, -2, -2, -2,
3185
- -36, 473, 574, 606, 574, 505, 404, 675, 675, 675,
3186
- 28, 351, 462, 462, 462, 461, 396, 476, 451, 134,
3187
- 134, 134, 134, 134, 134, 134, 134, 134, 134, 134,
3188
- 134, 134, 134, 134, 134, 134, 134, 134, 134, 134,
3189
- 134, 134, 134, 134, 134, 134, 134, 134, 134, 134,
3190
- 134, 134, 134, 134, 134, 134, 134, 134, 134, 134,
3191
- 134, 134, 134, 134, 134, 134, 134, 134, 134, 134,
3192
- 134, 134, 134, 134, 134, 134, 134, 134, 134, 134,
3193
- 134, 134, 134, 134, 134, 134, 134, 134, 134, 134,
3194
- 134, 134, 134, 134, 134, 134, 134, 134, 134, 134,
3195
- 134, 134, 134, 134, 134, 134, 134, 134, 134, 134,
3196
- 134, 134, 134, 134, 134, 134, 134, 134, 134, 134,
3197
- 134, 134, 134, 401, 64, 201, 568, 704, 713, 708,
3198
- 702, 714, 520, 706, 705, 211, 650, 651, 450, 652,
3199
- 653, 654, 655, 709, 480, 703, 712, 418, 418, 418,
3200
- 418, 418, 418, 418, 418, 418, 418, 418, 418, 418,
3201
- 418, 418, 418, 48, 30, 469, 403, 403, 403, 403,
3202
- 403, 403, 403, 403, 403, 403, 403, 403, 403, 403,
3203
- 403, 403, 403, 403, 403, 160, 160, 160, 343, 210,
3204
- 208, 198, 17, 233, 27, 780, 780, 780, 780, 780,
3205
- 108, 108, 108, 108, 621, 621, 93, 280, 280, 280,
3206
- 280, 280, 280, 280, 280, 280, 280, 280, 632, 641,
3207
- 642, 643, 392, 392, 151, 151, 151, 151, 368, -45,
3208
- 146, 224, 224, 95, 410, 491, 733, 199, 199, 111,
3209
- 207, -22, -22, -22, 81, 506, 92, 92, 233, 233,
3210
- 273, 233, 423, 423, 423, 221, 221, 221, 221, 221,
3211
- 110, 221, 221, 221, 617, 512, 168, 516, 647, 397,
3212
- 503, 656, 274, 381, 377, 538, 535, 337, 523, 337,
3213
- 421, 441, 428, 525, 337, 337, 285, 401, 394, 378,
3214
- 567, 474, 339, 564, 140, 179, 409, 399, 384, 594,
3215
- 561, 711, 330, 710, 358, 149, 378, 378, 378, 370,
3216
- 593, 548, 355, -8, 646, 484, 277, 417, 386, 645,
3217
- 635, 230, 634, 276, 331, 356, 565, 485, 485, 485,
3218
- 485, 485, 485, 460, 485, 483, 691, 691, 478, 501,
3219
- 460, 696, 460, 485, 691, 460, 460, 502, 485, 522,
3220
- 522, 483, 508, 499, 691, 691, 499, 478, 460, 571,
3221
- 551, 514, 482, 413, 413, 514, 460, 413, 501, 413,
3222
- 11, 697, 699, 444, 700, 695, 698, 676, 694, 493,
3223
- 615, 497, 515, 684, 683, 693, 479, 489, 620, 692,
3224
- 549, 592, 487, 246, 314, 498, 463, 689, 523, 486,
3225
- 455, 455, 455, 463, 687, 455, 455, 455, 455, 455,
3226
- 455, 455, 455, 732, 24, 495, 510, 591, 590, 589,
3227
- 406, 588, 496, 524, 422, 599, 488, 549, 549, 649,
3228
- 727, 673, 490, 682, 716, 690, 555, 119, 271, 681,
3229
- 648, 543, 492, 534, 680, 598, 246, 715, 494, 672,
3230
- 549, 671, 455, 674, 701, 730, 731, 688, 728, 722,
3231
- 152, 526, 587, 178, 729, 659, 596, 595, 554, 725,
3232
- 707, 721, 720, 178, 576, 511, 717, 518, 677, 504,
3233
- 678, 613, 258, 657, 686, 584, 724, 723, 726, 583,
3234
- 582, 609, 608, 250, 236, 685, 442, 458, 517, 581,
3235
- 500, 628, 604, 679, 580, 579, 623, 619, 718, 521,
3236
- 486, 519, 509, 507, 513, 600, 618, 719, 206, 578,
3237
- 586, 573, 481, 572, 631, 0, 0, 0, 0, 0,
3238
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
3239
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
3240
- 0, 0, 0, 0, 0, 134, 134, -2, -2, -2,
3241
- 0, 0, 0, 0, -2, 134, 134, 134, 134, 134,
3242
- 134, 134, 134, 134, 134, 134, 134, 134, 134, 134,
3243
- 134, 134, 134, 0, 0, 0, 0, 0, 0, 0,
3244
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
3245
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
3246
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
3247
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
3248
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
3221
+ 0, 223, 299, 371, 444, 303, 208, 618, -2, -2,
3222
+ -73, -2, -2, 625, 718, 718, 764, 718, 552, 671,
3223
+ 811, 811, 811, 228, 113, 113, 113, 254, 361, -40,
3224
+ 361, 333, 449, 470, 435, 435, 435, 435, 435, 435,
3225
+ 435, 435, 435, 435, 435, 435, 435, 435, 435, 435,
3226
+ 435, 435, 435, 435, 435, 435, 435, 435, 435, 435,
3227
+ 435, 435, 435, 435, 435, 435, 435, 435, 435, 435,
3228
+ 435, 435, 435, 435, 435, 435, 435, 435, 435, 435,
3229
+ 435, 435, 435, 435, 435, 435, 435, 435, 435, 435,
3230
+ 435, 435, 435, 435, 435, 435, 435, 435, 435, 435,
3231
+ 435, 435, 435, 435, 435, 435, 435, 435, 435, 435,
3232
+ 435, 435, 435, 435, 435, 435, 435, 435, 435, 435,
3233
+ 435, 435, 435, 435, 435, 435, 435, 435, 435, 435,
3234
+ 435, 435, 435, 435, 435, 435, 435, 435, 435, 435,
3235
+ 291, 291, 230, 393, 495, 779, 784, 781, 776, 775,
3236
+ 780, 785, 498, 678, 680, 562, 681, 682, 683, 685,
3237
+ 782, 804, 777, 783, 568, 568, 568, 568, 568, 568,
3238
+ 568, 568, 568, 568, 568, 568, 568, 568, 568, 568,
3239
+ 568, 253, 69, 162, 56, 56, 56, 56, 56, 56,
3240
+ 56, 56, 56, 56, 56, 56, 56, 56, 56, 56,
3241
+ 56, 56, 56, 56, 56, 56, 349, 349, 349, 157,
3242
+ 210, 150, 200, 211, 143, 27, 917, 917, 917, 917,
3243
+ 917, -16, -16, -16, -16, 351, 351, 362, 217, 89,
3244
+ 89, 89, 89, 89, 89, 89, 89, 89, 89, 89,
3245
+ 89, 89, 163, 313, 106, 106, 133, 133, 133, 133,
3246
+ 133, 133, 221, 305, 234, 347, 369, 523, 806, 167,
3247
+ 167, 441, 93, 283, 202, 202, 202, 386, 547, 533,
3248
+ 533, 533, 533, 419, 419, 533, 533, 170, 214, 74,
3249
+ 211, 211, 277, 211, 211, 211, 409, 409, 409, 452,
3250
+ 318, 352, 546, 318, 619, 640, 577, 675, 578, 677,
3251
+ 278, 585, 145, 586, 145, 145, 145, 458, 445, 451,
3252
+ 774, 291, 522, 291, 291, 291, 291, 722, 291, 291,
3253
+ 291, 291, 291, 291, 98, 291, 79, 430, 230, 240,
3254
+ 240, 556, 240, 452, 538, 263, 635, 410, 425, 538,
3255
+ 538, 538, 636, 637, 336, 363, 198, 638, 382, 402,
3256
+ 173, 33, 549, 549, 555, 555, 566, 551, 549, 549,
3257
+ 549, 549, 549, 690, 690, 555, 548, 555, 566, 695,
3258
+ 555, 551, 551, 555, 555, 549, 555, 690, 551, 156,
3259
+ 415, 249, 273, 551, 551, 426, 528, 549, 535, 535,
3260
+ 433, 555, 219, 555, 139, 539, 690, 690, 539, 229,
3261
+ 551, 231, 590, 591, 529, 527, 553, 245, 553, 553,
3262
+ 300, 529, 553, 551, 553, 448, 50, 548, 295, 553,
3263
+ 11, 699, 701, 418, 703, 694, 705, 731, 706, 530,
3264
+ 524, 526, 719, 720, 708, 692, 691, 561, 582, 513,
3265
+ 517, 534, 554, 689, 581, 531, 531, 531, 554, 687,
3266
+ 531, 531, 531, 531, 531, 531, 531, 531, 787, 540,
3267
+ 545, 723, 537, 541, 576, 543, 623, 520, 582, 582,
3268
+ 584, 732, 786, 564, 722, 762, 709, 587, 557, 741,
3269
+ 725, 525, 542, 565, 726, 727, 745, 765, 628, 513,
3270
+ 766, 641, 563, 643, 582, 644, 531, 670, 617, 788,
3271
+ 789, 688, 791, 736, 747, 749, 580, 645, 569, 803,
3272
+ 646, 768, 629, 631, 589, 737, 684, 751, 647, 752,
3273
+ 754, 649, 592, 572, 734, 573, 733, 272, 729, 632,
3274
+ 650, 654, 656, 658, 661, 710, 594, 738, 544, 740,
3275
+ 735, 595, 597, 560, 663, 488, 599, 570, 571, 600,
3276
+ 714, 558, 550, 601, 602, 769, 664, 728, 604, 665,
3277
+ 756, 574, 581, 536, 532, 575, 567, 634, 755, 559,
3278
+ 605, 609, 611, 613, 674, 616, 0, 0, 0, 0,
3249
3279
  0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
3250
3280
  0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
3281
+ 0, 0, 0, 136, 136, 136, 136, -2, -2, -2,
3282
+ 0, 0, -2, 0, 0, 136, 136, 136, 136, 136,
3283
+ 136, 136, 136, 136, 136, 136, 136, 136, 136, 136,
3284
+ 136, 136, 136, 136, 136, 136, 136, 136, 136, 136,
3285
+ 136, 136, 136, 136, 136, 136, 136, 136, 136, 136,
3286
+ 136, 136, 136, 136, 136, 136, 136, 136, 136, 136,
3287
+ 136, 136, 136, 136, 136, 136, 136, 136, 136, 136,
3288
+ 136, 136, 136, 136, 136, 136, 136, 136, 136, 136,
3289
+ 136, 136, 136, 136, 136, 136, 136, 136, 136, 136,
3290
+ 136, 136, 136, 136, 136, 136, 136, 136, 136, 136,
3291
+ 136, 136, 136, 136, 136, 136, 136, 136, 136, 136,
3292
+ 136, 136, 136, 136, 136, 136, 136, 136, 136, 136,
3293
+ 136, 136, 136, 136, 136, 136, 136, 136, 136, 136,
3294
+ 136, 136, 136, 136, 136, 136, 136, 136, 136, 136,
3295
+ 136, 136, 568, 568, 568, 568, 568, 568, 568, 568,
3296
+ 568, 568, 568, 568, 568, 568, 568, 568, 568, 568,
3297
+ 568, 568, 568, 568, 568, 568, 0, 0, 0, 0,
3251
3298
  0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
3252
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
3253
- 0, 0, 0, 0, 0, 0, 0, 418, 418, 418,
3254
- 418, 418, 418, 418, 418, 418, 418, 418, 418, 418,
3255
- 418, 418, 418, 418, 418, 418, 418, 418, 418, 418,
3256
- 418, 0, 0, 0, 0, 0, 0, 0, 0, 0,
3257
- 0, 0, 0, 0, 0, 0, 0, 418, 418, 418,
3258
- 418, 418, 418, 418, 418, 418, 418, 418, 418, 418,
3259
- 418, 418, 418, 418, 418, 418, 418, 418, 418, 418,
3260
- 418, 418, 418, 418, -3, 418, 418, -3, 418, 418,
3261
- 418, 418, 418, 418, -22, -22, -22, -22, 221, 221,
3262
- 221, 221, 221, 221, 221, 221, 221, 221, 221, 221,
3263
- 221, 221, 49, 49, 49, 49, -22, -22, 221, 221,
3264
- 221, 221, 221, 49, 221, 221, 221, 92, 221, 92,
3265
- 92, 337, 337, 0, 0, 0, 0, 0, 485, 92,
3266
- 0, 0, 0, 0, 0, 0, 485, 485, 485, 0,
3267
- 0, 0, 0, 0, 485, 0, 0, 0, 337, 92,
3268
- 0, 420, 420, 178, 420, 420, 0, 0, 0, 485,
3269
- 485, 0, 508, 0, 0, 0, 0, 691, 0, 0,
3270
- 0, 0, 0, 455, 119, 682, 0, 39, 0, 0,
3271
- 0, 0, 0, 490, 39, 26, 0, 26, 0, 0,
3272
- 455, 455, 455, 0, 490, 490, 0, 0, 67, 490,
3273
- 0, 0, 0, 67, 35, 0, 35, 0, 0, 0,
3274
- 178
3299
+ 0, 0, 0, 568, 568, 568, 568, 568, 568, 568,
3300
+ 568, 568, 568, 568, 568, 568, 568, 568, 568, 568,
3301
+ 568, 568, 568, 568, 568, 568, 568, 568, 568, 568,
3302
+ 568, 568, -3, 568, 568, -3, 568, 568, 568, 568,
3303
+ 568, 568, 568, 202, 202, 202, 202, 318, 318, 318,
3304
+ -67, 318, 318, 318, 318, 318, 318, 318, 318, 318,
3305
+ 318, 318, 318, 318, 318, -67, 202, 202, 318, 318,
3306
+ 318, 318, 318, 318, 318, 318, 318, 318, 419, 419,
3307
+ 419, 145, 145, 318, 0, 0, 0, 0, 0, 549,
3308
+ 419, 318, 318, 318, 318, 0, 0, 318, 318, 548,
3309
+ 145, 0, 0, 0, 0, 0, 0, 0, 549, 549,
3310
+ 549, 548, 0, 549, 419, 0, 240, 291, 440, 440,
3311
+ 440, 440, 0, 549, 0, 549, 0, 0, 0, 0,
3312
+ 0, 0, 551, 0, 690, 0, 0, 0, 0, 555,
3313
+ 0, 0, 0, 0, 0, 0, 0, 0, 548, 0,
3314
+ 0, 0, 0, 548, 0, 0, 531, 0, 564, 0,
3315
+ 0, 531, 531, 531, 564, 564, 0, 0, 0, 564
3275
3316
  ];
3276
3317
 
3277
3318
  PHP.Parser.prototype.yydefault = [
3278
- 3,32767,32767,32767,32767,32767,32767,32767,32767,32767,
3319
+ 3,32767,32767,32767,32767,32767,32767,32767,32767, 92,
3279
3320
  32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,
3280
- 32767,32767, 468, 468, 468,32767,32767,32767,32767, 285,
3281
- 460, 285, 285,32767, 419, 419, 419, 419, 419, 419,
3282
- 419, 460,32767,32767,32767,32767,32767, 364,32767,32767,
3321
+ 32767,32767,32767,32767, 510, 510, 510, 94, 499,32767,
3322
+ 499,32767,32767,32767, 314, 314, 314,32767, 454, 454,
3323
+ 454, 454, 454, 454, 454,32767,32767,32767,32767,32767,
3324
+ 394,32767,32767,32767,32767,32767,32767,32767,32767,32767,
3283
3325
  32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,
3284
3326
  32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,
3285
3327
  32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,
3286
3328
  32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,
3287
3329
  32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,
3288
3330
  32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,
3331
+ 32767, 92,32767,32767,32767,32767,32767,32767,32767,32767,
3289
3332
  32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,
3333
+ 32767,32767,32767,32767, 506,32767,32767,32767,32767,32767,
3290
3334
  32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,
3291
- 32767,32767,32767,32767,32767, 465,32767,32767,32767,32767,
3335
+ 32767,32767,32767,32767, 377, 378, 380, 381, 313, 455,
3336
+ 509, 259, 505, 312, 130, 270, 261, 211, 243, 310,
3337
+ 134, 342, 395, 344, 393, 397, 343, 319, 323, 324,
3338
+ 325, 326, 327, 328, 329, 330, 331, 332, 333, 334,
3339
+ 335, 317, 318, 396, 398, 399, 374, 373, 372, 340,
3340
+ 316, 341, 345, 316, 347, 346, 363, 364, 361, 362,
3341
+ 365, 366, 367, 368, 369,32767,32767,32767,32767,32767,
3342
+ 32767,32767,32767,32767,32767,32767,32767,32767,32767, 94,
3343
+ 32767,32767,32767, 293, 354, 355, 250, 250, 250, 250,
3344
+ 250, 250,32767, 250,32767, 250,32767,32767,32767,32767,
3345
+ 32767,32767, 448, 371, 349, 350, 348,32767, 426,32767,
3346
+ 32767,32767,32767,32767, 428,32767, 92,32767,32767,32767,
3347
+ 337, 339, 420, 508, 320, 507,32767,32767, 94, 414,
3292
3348
  32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,
3293
- 32767,32767,32767,32767,32767,32767,32767, 347, 348, 350,
3294
- 351, 284, 420, 237, 464, 283, 116, 246, 239, 191,
3295
- 282, 223, 119, 312, 365, 314, 363, 367, 313, 290,
3296
- 294, 295, 296, 297, 298, 299, 300, 301, 302, 303,
3297
- 304, 305, 288, 289, 366, 344, 343, 342, 310, 311,
3298
- 287, 315, 317, 287, 316, 333, 334, 331, 332, 335,
3299
- 336, 337, 338, 339,32767,32767,32767,32767,32767,32767,
3300
- 32767,32767,32767,32767,32767,32767,32767,32767, 269, 269,
3301
- 269, 269, 324, 325, 229, 229, 229, 229,32767, 270,
3302
- 32767, 229,32767,32767,32767,32767,32767,32767,32767, 413,
3303
- 341, 319, 320, 318,32767, 392,32767, 394, 307, 309,
3304
- 387, 291,32767,32767,32767,32767,32767,32767,32767,32767,
3349
+ 423,32767,32767, 92,32767,32767, 92, 174, 230, 232,
3350
+ 179,32767, 431,32767,32767,32767,32767,32767,32767,32767,
3305
3351
  32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,
3306
- 32767,32767, 389, 421, 421,32767,32767,32767, 381,32767,
3307
- 159, 210, 212, 397,32767,32767,32767,32767,32767, 329,
3308
- 32767,32767,32767,32767,32767,32767, 474,32767,32767,32767,
3309
- 32767,32767, 421,32767,32767,32767, 321, 322, 323,32767,
3310
- 32767,32767, 421, 421,32767,32767, 421,32767, 421,32767,
3352
+ 32767,32767,32767, 414, 359, 517,32767, 456,32767, 351,
3353
+ 352, 353,32767,32767, 456, 456, 456,32767, 456,32767,
3354
+ 456, 456,32767,32767,32767,32767,32767, 179,32767,32767,
3355
+ 32767,32767, 94, 429, 429, 92, 92, 92, 92, 424,
3356
+ 32767, 179, 179,32767,32767,32767,32767,32767, 179, 91,
3357
+ 91, 91, 91, 179, 179, 91, 194,32767, 192, 192,
3358
+ 91,32767, 93,32767, 93, 196,32767, 470, 196, 91,
3359
+ 179, 91, 216, 216, 405, 181, 252, 93, 252, 252,
3360
+ 93, 405, 252, 179, 252, 91, 91,32767, 91, 252,
3361
+ 32767,32767,32767, 85,32767,32767,32767,32767,32767,32767,
3362
+ 32767,32767,32767,32767,32767,32767,32767,32767, 416,32767,
3363
+ 436,32767, 449, 468,32767, 357, 358, 360,32767, 458,
3364
+ 382, 383, 384, 385, 386, 387, 388, 390,32767, 419,
3365
+ 32767,32767,32767, 87, 121, 269,32767, 515, 87, 417,
3366
+ 32767, 515,32767,32767,32767,32767,32767,32767,32767,32767,
3367
+ 32767,32767, 87, 87,32767,32767,32767,32767,32767, 495,
3368
+ 32767, 516,32767, 456, 418,32767, 356, 432, 475,32767,
3369
+ 32767, 457,32767,32767,32767,32767, 87,32767,32767,32767,
3370
+ 32767,32767,32767,32767,32767,32767, 436,32767,32767,32767,
3371
+ 32767,32767,32767,32767, 456,32767,32767,32767,32767,32767,
3311
3372
  32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,
3312
- 32767,32767,32767, 163,32767,32767, 395, 395,32767,32767,
3313
- 163, 390, 163,32767,32767, 163, 163, 176,32767, 174,
3314
- 174,32767,32767, 178,32767, 435, 178,32767, 163, 196,
3315
- 196, 373, 165, 231, 231, 373, 163, 231,32767, 231,
3316
- 32767,32767,32767, 82,32767,32767,32767,32767,32767,32767,
3373
+ 456,32767,32767, 242,32767,32767,32767, 309,32767,32767,
3317
3374
  32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,
3318
- 383,32767,32767,32767, 401,32767, 414, 433, 381,32767,
3319
- 327, 328, 330,32767, 423, 352, 353, 354, 355, 356,
3320
- 357, 358, 360,32767, 461, 386,32767,32767,32767,32767,
3321
- 32767,32767, 84, 108, 245,32767, 473, 84, 384,32767,
3322
- 473,32767,32767,32767,32767,32767,32767, 286,32767,32767,
3323
- 32767, 84,32767, 84,32767,32767, 457,32767,32767, 421,
3324
- 385,32767, 326, 398, 439,32767,32767, 422,32767,32767,
3325
- 218, 84,32767, 177,32767,32767,32767,32767,32767,32767,
3326
- 401,32767,32767, 179,32767,32767, 421,32767,32767,32767,
3327
- 32767,32767, 281,32767,32767,32767,32767,32767, 421,32767,
3328
- 32767,32767,32767, 222,32767,32767,32767,32767,32767,32767,
3329
- 32767,32767,32767,32767,32767,32767,32767,32767,32767, 82,
3330
- 60,32767, 263,32767,32767,32767,32767,32767,32767,32767,
3331
- 32767,32767,32767,32767,32767, 121, 121, 3, 3, 121,
3332
- 121, 121, 121, 121, 121, 121, 121, 121, 121, 121,
3333
- 121, 121, 121, 121, 248, 154, 248, 204, 248, 248,
3334
- 207, 196, 196, 255
3375
+ 32767, 85, 60,32767, 289,32767,32767,32767,32767,32767,
3376
+ 32767,32767,32767,32767,32767,32767, 136, 136, 3, 272,
3377
+ 3, 272, 136, 136, 136, 272, 272, 136, 136, 136,
3378
+ 136, 136, 136, 136, 169, 224, 227, 216, 216, 281,
3379
+ 136, 136
3335
3380
  ];
3336
3381
 
3337
3382
  PHP.Parser.prototype.yygoto = [
3338
- 163, 163, 135, 135, 135, 146, 148, 179, 164, 161,
3339
- 145, 161, 161, 161, 162, 162, 162, 162, 162, 162,
3340
- 162, 145, 157, 158, 159, 160, 176, 174, 177, 410,
3341
- 411, 299, 412, 415, 416, 417, 418, 419, 420, 421,
3342
- 422, 857, 136, 137, 138, 139, 140, 141, 142, 143,
3343
- 144, 147, 173, 175, 178, 195, 198, 199, 201, 202,
3344
- 204, 205, 206, 207, 208, 209, 210, 211, 212, 213,
3345
- 232, 233, 251, 252, 253, 316, 317, 318, 462, 180,
3346
- 181, 182, 183, 184, 185, 186, 187, 188, 189, 190,
3347
- 191, 192, 193, 149, 194, 150, 165, 166, 167, 196,
3348
- 168, 151, 152, 153, 169, 154, 197, 133, 170, 155,
3349
- 171, 172, 156, 521, 200, 257, 246, 464, 432, 687,
3350
- 649, 278, 481, 482, 527, 200, 437, 437, 437, 766,
3351
- 5, 746, 650, 557, 437, 426, 775, 770, 428, 431,
3352
- 444, 465, 466, 468, 483, 279, 651, 336, 450, 453,
3353
- 437, 560, 485, 487, 508, 511, 763, 516, 517, 777,
3354
- 524, 762, 526, 532, 773, 534, 480, 480, 965, 965,
3355
- 965, 965, 965, 965, 965, 965, 965, 965, 965, 965,
3356
- 413, 413, 413, 413, 413, 413, 413, 413, 413, 413,
3357
- 413, 413, 413, 413, 942, 502, 478, 496, 512, 456,
3358
- 298, 437, 437, 451, 471, 437, 437, 674, 437, 229,
3359
- 456, 230, 231, 463, 828, 533, 681, 438, 513, 826,
3360
- 461, 475, 460, 414, 414, 414, 414, 414, 414, 414,
3361
- 414, 414, 414, 414, 414, 414, 414, 301, 674, 674,
3362
- 443, 454, 1033, 1033, 1034, 1034, 425, 531, 425, 708,
3363
- 750, 800, 457, 372, 1033, 943, 1034, 1026, 300, 1018,
3364
- 497, 8, 313, 904, 796, 944, 996, 785, 789, 1007,
3365
- 285, 670, 1036, 329, 307, 310, 804, 668, 544, 332,
3366
- 935, 940, 366, 807, 678, 477, 377, 754, 844, 0,
3367
- 667, 667, 675, 675, 675, 677, 0, 666, 323, 498,
3368
- 328, 312, 312, 258, 259, 283, 459, 261, 322, 284,
3369
- 326, 486, 280, 281, 0, 0, 0, 0, 0, 0,
3370
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
3383
+ 171, 144, 144, 144, 171, 152, 153, 152, 155, 187,
3384
+ 172, 168, 168, 168, 168, 169, 169, 169, 169, 169,
3385
+ 169, 169, 164, 165, 166, 167, 184, 182, 185, 445,
3386
+ 446, 334, 447, 450, 451, 452, 453, 454, 455, 456,
3387
+ 457, 924, 141, 145, 146, 147, 170, 148, 149, 143,
3388
+ 150, 151, 154, 181, 183, 186, 206, 209, 211, 212,
3389
+ 214, 215, 216, 217, 218, 219, 220, 221, 222, 223,
3390
+ 224, 244, 245, 264, 265, 266, 339, 340, 341, 496,
3391
+ 188, 189, 190, 191, 192, 193, 194, 195, 196, 197,
3392
+ 198, 199, 200, 201, 202, 156, 203, 157, 173, 174,
3393
+ 175, 207, 176, 158, 159, 160, 177, 161, 208, 142,
3394
+ 204, 162, 178, 205, 179, 180, 163, 563, 210, 463,
3395
+ 210, 516, 516, 1038, 572, 1038, 1038, 1038, 1038, 1038,
3396
+ 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 468, 468,
3397
+ 468, 514, 537, 468, 297, 489, 521, 489, 498, 274,
3398
+ 533, 534, 698, 483, 258, 468, 448, 448, 448, 725,
3399
+ 448, 448, 448, 448, 448, 448, 448, 448, 448, 448,
3400
+ 448, 448, 448, 449, 449, 449, 699, 449, 449, 449,
3401
+ 449, 449, 449, 449, 449, 449, 449, 449, 449, 449,
3402
+ 1114, 1114, 734, 725, 899, 725, 315, 319, 475, 499,
3403
+ 500, 502, 1083, 1084, 468, 468, 760, 1114, 761, 900,
3404
+ 482, 506, 468, 468, 468, 329, 330, 686, 481, 545,
3405
+ 495, 332, 510, 596, 523, 525, 294, 469, 538, 556,
3406
+ 559, 835, 566, 574, 831, 765, 729, 717, 864, 494,
3407
+ 807, 868, 490, 860, 716, 716, 810, 697, 1013, 1105,
3408
+ 726, 726, 726, 728, 715, 840, 1093, 800, 824, 805,
3409
+ 805, 803, 805, 595, 313, 460, 833, 828, 459, 3,
3410
+ 4, 907, 733, 539, 1009, 487, 317, 461, 459, 497,
3411
+ 892, 575, 972, 474, 843, 557, 890, 1129, 484, 485,
3412
+ 505, 517, 519, 520, 568, 801, 801, 801, 801, 465,
3413
+ 855, 795, 802, 1002, 787, 405, 1003, 799, 327, 571,
3414
+ 356, 1082, 530, 1014, 848, 346, 540, 350, 11, 337,
3415
+ 337, 280, 281, 283, 493, 344, 284, 345, 285, 348,
3416
+ 524, 351, 1015, 1069, 1113, 1113, 543, 301, 298, 299,
3417
+ 721, 560, 838, 838, 1100, 295, 865, 718, 600, 323,
3418
+ 544, 1113, 1010, 1017, 511, 1005, 869, 849, 849, 849,
3419
+ 849, 849, 849, 1017, 849, 849, 849, 720, 730, 1116,
3420
+ 714, 812, 849, 1088, 1088, 909, 465, 398, 513, 414,
3421
+ 1017, 1017, 1017, 1017, 0, 1079, 1017, 1017, 0, 701,
3422
+ 0, 0, 0, 0, 0, 1079, 0, 0, 0, 0,
3423
+ 0, 773, 1090, 1090, 774, 706, 0, 756, 751, 752,
3424
+ 766, 0, 707, 753, 704, 754, 755, 705, 0, 759,
3425
+ 0, 1075, 0, 0, 0, 0, 0, 1012, 0, 0,
3426
+ 0, 480, 0, 0, 0, 0, 0, 0, 0, 0,
3427
+ 0, 0, 0, 0, 0, 867, 0, 1077, 1077, 867,
3371
3428
  0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
3372
- 0, 0, 0, 790, 790, 790, 790, 946, 0, 946,
3373
- 790, 790, 1004, 790, 1004, 0, 0, 0, 0, 836,
3374
- 0, 1015, 1015, 0, 0, 0, 0, 0, 0, 0,
3375
- 0, 0, 0, 0, 744, 744, 744, 720, 744, 0,
3376
- 739, 745, 721, 780, 780, 1023, 0, 0, 1002, 0,
3377
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
3378
- 0, 806, 0, 806, 0, 0, 0, 0, 1008, 1009
3429
+ 0, 0, 0, 0, 0, 0, 0, 0, 462, 478,
3430
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 462,
3431
+ 0, 478, 0, 0, 316, 0, 0, 466, 386, 0,
3432
+ 388, 0, 0, 0, 0, 0, 0, 0, 0, 0,
3433
+ 0, 0, 0, 0, 0, 724, 0, 1121
3379
3434
  ];
3380
3435
 
3381
3436
  PHP.Parser.prototype.yygcheck = [
3382
- 23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
3383
- 23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
3384
- 23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
3385
- 23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
3386
- 23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
3387
- 23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
3388
- 23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
3389
- 23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
3390
- 23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
3391
- 23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
3392
- 23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
3393
- 23, 23, 23, 52, 45, 112, 112, 80, 8, 10,
3394
- 10, 64, 55, 55, 55, 45, 8, 8, 8, 10,
3395
- 92, 10, 11, 10, 8, 10, 10, 10, 38, 38,
3396
- 38, 38, 38, 38, 62, 62, 12, 62, 28, 8,
3397
- 8, 28, 28, 28, 28, 28, 28, 28, 28, 28,
3398
- 28, 28, 28, 28, 28, 28, 70, 70, 70, 70,
3399
- 70, 70, 70, 70, 70, 70, 70, 70, 70, 70,
3400
- 113, 113, 113, 113, 113, 113, 113, 113, 113, 113,
3401
- 113, 113, 113, 113, 76, 56, 35, 35, 56, 69,
3402
- 56, 8, 8, 8, 8, 8, 8, 19, 8, 60,
3403
- 69, 60, 60, 7, 7, 7, 25, 8, 7, 7,
3404
- 2, 2, 8, 115, 115, 115, 115, 115, 115, 115,
3405
- 115, 115, 115, 115, 115, 115, 115, 53, 19, 19,
3406
- 53, 53, 123, 123, 124, 124, 109, 5, 109, 44,
3407
- 29, 78, 114, 53, 123, 76, 124, 122, 41, 120,
3408
- 43, 53, 42, 96, 74, 76, 76, 72, 75, 117,
3409
- 14, 21, 123, 18, 9, 13, 79, 20, 66, 17,
3410
- 102, 104, 58, 81, 22, 59, 100, 63, 94, -1,
3411
- 19, 19, 19, 19, 19, 19, -1, 19, 45, 45,
3412
- 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
3413
- 45, 45, 64, 64, -1, -1, -1, -1, -1, -1,
3414
- -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
3437
+ 33, 33, 33, 33, 33, 33, 33, 33, 33, 33,
3438
+ 33, 33, 33, 33, 33, 33, 33, 33, 33, 33,
3439
+ 33, 33, 33, 33, 33, 33, 33, 33, 33, 33,
3440
+ 33, 33, 33, 33, 33, 33, 33, 33, 33, 33,
3441
+ 33, 33, 33, 33, 33, 33, 33, 33, 33, 33,
3442
+ 33, 33, 33, 33, 33, 33, 33, 33, 33, 33,
3443
+ 33, 33, 33, 33, 33, 33, 33, 33, 33, 33,
3444
+ 33, 33, 33, 33, 33, 33, 33, 33, 33, 33,
3445
+ 33, 33, 33, 33, 33, 33, 33, 33, 33, 33,
3446
+ 33, 33, 33, 33, 33, 33, 33, 33, 33, 33,
3447
+ 33, 33, 33, 33, 33, 33, 33, 33, 33, 33,
3448
+ 33, 33, 33, 33, 33, 33, 33, 63, 56, 10,
3449
+ 56, 86, 86, 86, 8, 86, 86, 86, 86, 86,
3450
+ 86, 86, 86, 86, 86, 86, 86, 86, 10, 10,
3451
+ 10, 46, 46, 10, 80, 85, 73, 85, 97, 134,
3452
+ 73, 73, 17, 10, 134, 10, 135, 135, 135, 26,
3453
+ 135, 135, 135, 135, 135, 135, 135, 135, 135, 135,
3454
+ 135, 135, 135, 137, 137, 137, 18, 137, 137, 137,
3455
+ 137, 137, 137, 137, 137, 137, 137, 137, 137, 137,
3456
+ 148, 148, 36, 26, 111, 26, 49, 49, 49, 49,
3457
+ 49, 49, 141, 141, 10, 10, 55, 148, 55, 111,
3458
+ 10, 10, 10, 10, 10, 69, 69, 5, 39, 69,
3459
+ 2, 69, 2, 39, 39, 39, 69, 10, 39, 39,
3460
+ 39, 39, 39, 39, 39, 13, 14, 14, 14, 10,
3461
+ 40, 14, 136, 94, 26, 26, 14, 16, 92, 146,
3462
+ 26, 26, 26, 26, 26, 14, 143, 14, 16, 16,
3463
+ 16, 16, 16, 16, 52, 16, 16, 16, 75, 37,
3464
+ 37, 14, 14, 54, 14, 53, 65, 65, 75, 7,
3465
+ 7, 7, 118, 65, 88, 7, 7, 12, 65, 65,
3466
+ 68, 68, 68, 68, 68, 75, 75, 75, 75, 12,
3467
+ 90, 75, 75, 67, 67, 65, 67, 76, 76, 76,
3468
+ 89, 139, 24, 92, 91, 56, 56, 56, 65, 56,
3469
+ 56, 56, 56, 56, 56, 56, 56, 56, 56, 56,
3470
+ 56, 56, 92, 92, 147, 147, 12, 20, 80, 80,
3471
+ 30, 12, 85, 85, 85, 11, 96, 28, 82, 19,
3472
+ 23, 147, 127, 63, 15, 124, 99, 63, 63, 63,
3473
+ 63, 63, 63, 63, 63, 63, 63, 15, 32, 147,
3474
+ 15, 79, 63, 8, 8, 114, 12, 71, 72, 122,
3475
+ 63, 63, 63, 63, -1, 97, 63, 63, -1, 13,
3476
+ -1, -1, -1, -1, -1, 97, -1, -1, -1, -1,
3477
+ -1, 63, 97, 97, 63, 13, -1, 13, 13, 13,
3478
+ 13, -1, 13, 13, 13, 13, 13, 13, -1, 13,
3479
+ -1, 97, -1, -1, -1, -1, -1, 12, -1, -1,
3480
+ -1, 8, -1, -1, -1, -1, -1, -1, -1, -1,
3481
+ -1, -1, -1, -1, -1, 97, -1, 97, 97, 97,
3415
3482
  -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
3416
- -1, -1, -1, 52, 52, 52, 52, 52, -1, 52,
3417
- 52, 52, 80, 52, 80, -1, -1, -1, -1, 92,
3418
- -1, 80, 80, -1, -1, -1, -1, -1, -1, -1,
3419
- -1, -1, -1, -1, 52, 52, 52, 52, 52, -1,
3420
- 52, 52, 52, 69, 69, 69, -1, -1, 80, -1,
3421
- -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
3422
- -1, 80, -1, 80, -1, -1, -1, -1, 80, 80
3483
+ -1, -1, -1, -1, -1, -1, -1, -1, 8, 8,
3484
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, 8,
3485
+ -1, 8, -1, -1, 8, -1, -1, 8, 8, -1,
3486
+ 8, -1, -1, -1, -1, -1, -1, -1, -1, -1,
3487
+ -1, -1, -1, -1, -1, 8, -1, 8
3423
3488
  ];
3424
3489
 
3425
3490
  PHP.Parser.prototype.yygbase = [
3426
- 0, 0, -317, 0, 0, 237, 0, 210, -136, 4,
3427
- 118, 130, 144, -10, 16, 0, 0, -59, 10, -47,
3428
- -9, 7, -77, -20, 0, 209, 0, 0, -388, 234,
3429
- 0, 0, 0, 0, 0, 165, 0, 0, 103, 0,
3430
- 0, 225, 44, 45, 235, 84, 0, 0, 0, 0,
3431
- 0, 0, 109, -115, 0, -113, -179, 0, -78, -81,
3432
- -347, 0, -122, -80, -249, 0, -19, 0, 0, 169,
3433
- -48, 0, 26, 0, 22, 24, -99, 0, 230, -13,
3434
- 114, -79, 0, 0, 0, 0, 0, 0, 0, 0,
3435
- 0, 0, 120, 0, -90, 0, 23, 0, 0, 0,
3436
- -89, 0, -67, 0, -69, 0, 0, 0, 0, 8,
3437
- 0, 0, -140, -34, 229, 9, 0, 21, 0, 0,
3438
- 218, 0, 233, -3, -1, 0
3491
+ 0, 0, -358, 0, 0, 207, 0, 274, 114, 0,
3492
+ -148, 54, 10, 94, -144, -40, 245, 150, 174, 48,
3493
+ 70, 0, 0, -3, 25, 0, -108, 0, 44, 0,
3494
+ 52, 0, 3, -23, 0, 0, 183, -331, 0, -359,
3495
+ 221, 0, 0, 0, 0, 0, 106, 0, 0, 157,
3496
+ 0, 0, 227, 45, 47, 191, 90, 0, 0, 0,
3497
+ 0, 0, 0, 111, 0, -95, 0, -26, 43, -193,
3498
+ 0, -12, -20, -435, 0, 26, 37, 0, 0, 4,
3499
+ -259, 0, 20, 0, 0, 117, -104, 0, 31, 55,
3500
+ 46, 53, -64, 0, 216, 0, 40, 143, 0, -10,
3501
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
3502
+ 0, -34, 0, 0, 7, 0, 0, 0, 30, 0,
3503
+ 0, 0, -32, 0, -9, 0, 0, -5, 0, 0,
3504
+ 0, 0, 0, 0, -119, -69, 217, -52, 0, 51,
3505
+ 0, -102, 0, 226, 0, 0, 223, 77, -67, 0,
3506
+ 0
3439
3507
  ];
3440
3508
 
3441
3509
  PHP.Parser.prototype.yygdefault = [
3442
- -32768, 380, 565, 2, 566, 637, 645, 504, 400, 433,
3443
- 748, 688, 689, 303, 342, 401, 302, 330, 324, 676,
3444
- 669, 671, 679, 134, 333, 682, 1, 684, 439, 716,
3445
- 291, 692, 292, 507, 694, 446, 696, 697, 427, 304,
3446
- 305, 447, 311, 479, 707, 203, 308, 709, 290, 710,
3447
- 719, 335, 293, 510, 489, 469, 501, 402, 363, 476,
3448
- 228, 455, 473, 753, 277, 761, 549, 769, 772, 403,
3449
- 404, 470, 784, 368, 794, 788, 960, 319, 799, 805,
3450
- 991, 808, 811, 349, 331, 327, 815, 816, 4, 820,
3451
- 522, 523, 835, 239, 843, 856, 347, 923, 925, 441,
3452
- 374, 936, 360, 334, 939, 995, 354, 405, 364, 952,
3453
- 260, 282, 245, 406, 423, 249, 407, 365, 998, 314,
3454
- 1019, 424, 1027, 1035, 275, 474
3510
+ -32768, 420, 603, 2, 604, 676, 684, 548, 437, 573,
3511
+ 438, 464, 335, 758, 913, 778, 740, 741, 742, 320,
3512
+ 361, 311, 318, 531, 518, 410, 727, 381, 719, 407,
3513
+ 722, 380, 731, 140, 549, 416, 735, 1, 737, 470,
3514
+ 769, 308, 745, 309, 552, 747, 477, 749, 750, 314,
3515
+ 321, 322, 917, 486, 515, 762, 213, 479, 763, 307,
3516
+ 764, 772, 331, 312, 392, 417, 326, 894, 504, 527,
3517
+ 376, 395, 512, 507, 488, 1024, 797, 401, 390, 811,
3518
+ 296, 819, 601, 827, 830, 439, 440, 399, 842, 400,
3519
+ 853, 847, 1032, 394, 859, 382, 866, 1064, 385, 870,
3520
+ 228, 873, 255, 546, 349, 878, 879, 6, 884, 564,
3521
+ 565, 7, 243, 415, 908, 547, 379, 923, 364, 991,
3522
+ 993, 472, 408, 1006, 389, 555, 418, 1011, 1068, 377,
3523
+ 441, 396, 282, 300, 257, 442, 458, 262, 443, 397,
3524
+ 1071, 1078, 338, 1094, 279, 26, 1106, 1115, 292, 492,
3525
+ 509
3455
3526
  ];
3456
3527
 
3457
3528
  PHP.Parser.prototype.yylhs = [
@@ -3462,48 +3533,52 @@ PHP.Parser.prototype.yylhs = [
3462
3533
  5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
3463
3534
  5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
3464
3535
  5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
3465
- 5, 5, 5, 6, 6, 6, 6, 6, 6, 6,
3466
- 7, 7, 8, 8, 9, 4, 4, 4, 4, 4,
3467
- 4, 4, 4, 4, 4, 4, 14, 14, 15, 15,
3468
- 15, 15, 17, 17, 13, 13, 18, 18, 19, 19,
3469
- 20, 20, 21, 21, 16, 16, 22, 24, 24, 25,
3470
- 26, 26, 28, 27, 27, 27, 27, 29, 29, 29,
3471
- 29, 29, 29, 29, 29, 29, 29, 29, 29, 29,
3472
- 29, 29, 29, 29, 29, 29, 29, 29, 29, 29,
3473
- 29, 29, 10, 10, 48, 48, 51, 51, 50, 49,
3474
- 49, 42, 42, 53, 53, 54, 54, 11, 12, 12,
3475
- 12, 57, 57, 57, 58, 58, 61, 61, 59, 59,
3476
- 62, 62, 36, 36, 44, 44, 47, 47, 47, 46,
3477
- 46, 63, 37, 37, 37, 37, 64, 64, 65, 65,
3478
- 66, 66, 34, 34, 30, 30, 67, 32, 32, 68,
3479
- 31, 31, 33, 33, 43, 43, 43, 43, 55, 55,
3480
- 71, 71, 72, 72, 74, 74, 75, 75, 75, 73,
3481
- 73, 56, 56, 76, 76, 77, 77, 78, 78, 78,
3482
- 39, 39, 79, 40, 40, 81, 81, 60, 60, 82,
3483
- 82, 82, 82, 87, 87, 88, 88, 89, 89, 89,
3484
- 89, 89, 90, 91, 91, 86, 86, 83, 83, 85,
3485
- 85, 93, 93, 92, 92, 92, 92, 92, 92, 84,
3486
- 84, 94, 94, 41, 41, 35, 35, 23, 23, 23,
3487
- 23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
3488
- 23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
3489
- 23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
3490
- 23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
3491
- 23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
3492
- 23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
3493
- 23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
3494
- 23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
3495
- 101, 95, 95, 100, 100, 103, 103, 104, 105, 105,
3496
- 105, 109, 109, 52, 52, 52, 96, 96, 107, 107,
3497
- 97, 97, 99, 99, 99, 102, 102, 113, 113, 70,
3498
- 115, 115, 115, 98, 98, 98, 98, 98, 98, 98,
3499
- 98, 98, 98, 98, 98, 98, 98, 98, 98, 38,
3500
- 38, 111, 111, 111, 106, 106, 106, 116, 116, 116,
3501
- 116, 116, 116, 45, 45, 45, 80, 80, 80, 118,
3502
- 110, 110, 110, 110, 110, 110, 108, 108, 108, 117,
3503
- 117, 117, 117, 69, 119, 119, 120, 120, 120, 120,
3504
- 120, 114, 121, 121, 122, 122, 122, 122, 122, 112,
3505
- 112, 112, 112, 124, 123, 123, 123, 123, 123, 123,
3506
- 123, 125, 125, 125
3536
+ 5, 5, 5, 5, 6, 6, 6, 6, 6, 6,
3537
+ 6, 7, 7, 8, 9, 10, 10, 11, 12, 13,
3538
+ 13, 14, 14, 15, 15, 4, 4, 4, 4, 4,
3539
+ 4, 4, 4, 4, 4, 4, 20, 20, 21, 21,
3540
+ 21, 21, 23, 25, 25, 19, 27, 27, 24, 29,
3541
+ 29, 26, 26, 28, 28, 30, 30, 22, 31, 31,
3542
+ 32, 34, 35, 35, 36, 37, 37, 39, 38, 38,
3543
+ 38, 38, 40, 40, 40, 40, 40, 40, 40, 40,
3544
+ 40, 40, 40, 40, 40, 40, 40, 40, 40, 40,
3545
+ 40, 40, 40, 40, 40, 40, 40, 16, 16, 59,
3546
+ 59, 62, 62, 61, 60, 60, 53, 64, 64, 65,
3547
+ 65, 66, 66, 67, 67, 17, 18, 18, 18, 70,
3548
+ 70, 70, 71, 71, 74, 74, 72, 72, 76, 77,
3549
+ 77, 47, 47, 55, 55, 58, 58, 58, 57, 78,
3550
+ 78, 79, 48, 48, 48, 48, 80, 80, 81, 81,
3551
+ 82, 82, 45, 45, 41, 41, 83, 43, 43, 84,
3552
+ 42, 42, 44, 44, 54, 54, 54, 54, 68, 68,
3553
+ 87, 87, 88, 88, 88, 90, 90, 91, 91, 91,
3554
+ 89, 89, 69, 69, 69, 92, 92, 93, 93, 94,
3555
+ 94, 94, 50, 95, 95, 96, 51, 98, 98, 99,
3556
+ 99, 100, 100, 73, 101, 101, 101, 101, 101, 106,
3557
+ 106, 107, 107, 108, 108, 108, 108, 108, 109, 110,
3558
+ 110, 105, 105, 102, 102, 104, 104, 112, 112, 111,
3559
+ 111, 111, 111, 111, 111, 103, 113, 113, 115, 114,
3560
+ 114, 52, 116, 116, 46, 46, 33, 33, 33, 33,
3561
+ 33, 33, 33, 33, 33, 33, 33, 33, 33, 33,
3562
+ 33, 33, 33, 33, 33, 33, 33, 33, 33, 33,
3563
+ 33, 33, 33, 33, 33, 33, 33, 33, 33, 33,
3564
+ 33, 33, 33, 33, 33, 33, 33, 33, 33, 33,
3565
+ 33, 33, 33, 33, 33, 33, 33, 33, 33, 33,
3566
+ 33, 33, 33, 33, 33, 33, 33, 33, 33, 33,
3567
+ 33, 33, 33, 33, 33, 33, 33, 33, 33, 33,
3568
+ 33, 33, 33, 33, 33, 33, 33, 33, 33, 33,
3569
+ 33, 33, 123, 117, 117, 122, 122, 125, 126, 126,
3570
+ 127, 128, 128, 128, 75, 75, 63, 63, 63, 118,
3571
+ 118, 118, 130, 130, 119, 119, 121, 121, 121, 124,
3572
+ 124, 135, 135, 135, 86, 137, 137, 137, 120, 120,
3573
+ 120, 120, 120, 120, 120, 120, 120, 120, 120, 120,
3574
+ 120, 120, 120, 120, 49, 49, 133, 133, 133, 129,
3575
+ 129, 129, 138, 138, 138, 138, 138, 138, 56, 56,
3576
+ 56, 97, 97, 97, 97, 141, 140, 132, 132, 132,
3577
+ 132, 132, 132, 131, 131, 131, 139, 139, 139, 139,
3578
+ 85, 142, 142, 143, 143, 143, 143, 143, 143, 143,
3579
+ 136, 145, 145, 144, 144, 146, 146, 146, 146, 146,
3580
+ 146, 134, 134, 134, 134, 148, 149, 147, 147, 147,
3581
+ 147, 147, 147, 147, 150, 150, 150, 150
3507
3582
  ];
3508
3583
 
3509
3584
  PHP.Parser.prototype.yylen = [
@@ -3515,47 +3590,51 @@ PHP.Parser.prototype.yylen = [
3515
3590
  1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
3516
3591
  1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
3517
3592
  1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
3518
- 1, 1, 1, 3, 1, 1, 1, 1, 1, 3,
3593
+ 1, 1, 1, 1, 1, 1, 3, 1, 1, 1,
3594
+ 1, 0, 1, 0, 1, 1, 1, 1, 1, 3,
3519
3595
  5, 4, 3, 4, 2, 3, 1, 1, 7, 8,
3520
- 6, 7, 3, 1, 3, 1, 3, 1, 1, 3,
3521
- 1, 2, 1, 2, 3, 1, 3, 3, 1, 3,
3522
- 2, 0, 1, 1, 1, 1, 1, 3, 7, 10,
3523
- 5, 7, 9, 5, 3, 3, 3, 3, 3, 3,
3524
- 1, 2, 5, 7, 9, 5, 6, 3, 3, 2,
3525
- 2, 1, 1, 1, 0, 2, 1, 3, 8, 0,
3526
- 4, 1, 3, 0, 1, 0, 1, 10, 7, 6,
3527
- 5, 1, 2, 2, 0, 2, 0, 2, 0, 2,
3528
- 1, 3, 1, 4, 1, 4, 1, 1, 4, 1,
3596
+ 6, 7, 2, 3, 1, 2, 3, 1, 2, 3,
3597
+ 1, 1, 3, 1, 2, 1, 2, 2, 3, 1,
3598
+ 3, 2, 3, 1, 3, 2, 0, 1, 1, 1,
3599
+ 1, 1, 3, 7, 10, 5, 7, 9, 5, 3,
3600
+ 3, 3, 3, 3, 3, 1, 2, 5, 7, 9,
3601
+ 6, 5, 6, 3, 3, 2, 1, 1, 1, 0,
3602
+ 2, 1, 3, 8, 0, 4, 2, 1, 3, 0,
3603
+ 1, 0, 1, 3, 1, 8, 7, 6, 5, 1,
3604
+ 2, 2, 0, 2, 0, 2, 0, 2, 2, 1,
3605
+ 3, 1, 4, 1, 4, 1, 1, 4, 2, 1,
3529
3606
  3, 3, 3, 4, 4, 5, 0, 2, 4, 3,
3530
3607
  1, 1, 1, 4, 0, 2, 5, 0, 2, 6,
3531
- 0, 2, 0, 3, 1, 2, 1, 1, 1, 0,
3532
- 1, 3, 4, 6, 1, 2, 1, 1, 1, 0,
3533
- 1, 0, 2, 2, 3, 1, 3, 1, 2, 2,
3534
- 3, 1, 1, 3, 1, 1, 3, 2, 0, 3,
3535
- 4, 9, 3, 1, 3, 0, 2, 4, 5, 4,
3536
- 4, 4, 3, 1, 1, 1, 3, 1, 1, 0,
3537
- 1, 1, 2, 1, 1, 1, 1, 1, 1, 1,
3538
- 3, 1, 3, 3, 1, 0, 1, 1, 3, 3,
3539
- 3, 4, 1, 2, 3, 3, 3, 3, 3, 3,
3608
+ 0, 2, 0, 3, 1, 2, 1, 1, 2, 0,
3609
+ 1, 3, 4, 6, 4, 1, 2, 1, 1, 1,
3610
+ 0, 1, 0, 2, 2, 2, 4, 1, 3, 1,
3611
+ 2, 2, 2, 3, 1, 1, 2, 3, 1, 1,
3612
+ 3, 2, 0, 1, 4, 4, 9, 3, 1, 1,
3613
+ 3, 0, 2, 4, 5, 4, 4, 4, 3, 1,
3614
+ 1, 1, 1, 1, 1, 0, 1, 1, 2, 1,
3615
+ 1, 1, 1, 1, 1, 2, 1, 3, 1, 1,
3616
+ 3, 2, 3, 1, 0, 1, 1, 3, 3, 3,
3617
+ 4, 1, 2, 3, 3, 3, 3, 3, 3, 3,
3540
3618
  3, 3, 3, 3, 3, 3, 2, 2, 2, 2,
3541
3619
  3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3542
3620
  3, 3, 3, 3, 3, 3, 3, 2, 2, 2,
3543
3621
  2, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3544
3622
  3, 3, 5, 4, 3, 4, 4, 2, 2, 4,
3545
3623
  2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
3546
- 2, 1, 3, 2, 1, 2, 4, 2, 10, 11,
3547
- 7, 3, 2, 0, 4, 1, 3, 2, 2, 2,
3548
- 4, 1, 1, 1, 2, 3, 1, 1, 1, 1,
3549
- 0, 3, 0, 1, 1, 0, 1, 1, 3, 3,
3550
- 4, 1, 1, 1, 1, 1, 1, 1, 1, 1,
3551
- 1, 1, 1, 1, 1, 3, 2, 3, 3, 0,
3552
- 1, 1, 3, 1, 1, 3, 1, 1, 4, 4,
3553
- 4, 1, 4, 1, 1, 3, 1, 4, 2, 3,
3554
- 1, 4, 4, 3, 3, 3, 1, 3, 1, 1,
3555
- 3, 1, 1, 4, 3, 1, 1, 1, 3, 3,
3556
- 0, 1, 3, 1, 3, 1, 4, 2, 0, 2,
3557
- 2, 1, 2, 1, 1, 4, 3, 3, 3, 6,
3558
- 3, 1, 1, 1
3624
+ 2, 1, 3, 2, 1, 2, 4, 2, 8, 9,
3625
+ 8, 9, 7, 3, 2, 0, 4, 2, 1, 3,
3626
+ 2, 2, 2, 4, 1, 1, 1, 2, 3, 1,
3627
+ 1, 1, 1, 1, 0, 3, 0, 1, 1, 0,
3628
+ 1, 1, 3, 3, 3, 4, 1, 1, 1, 1,
3629
+ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
3630
+ 3, 2, 3, 3, 0, 1, 1, 3, 1, 1,
3631
+ 3, 1, 1, 4, 4, 4, 1, 4, 1, 1,
3632
+ 3, 1, 4, 2, 2, 1, 3, 1, 4, 4,
3633
+ 3, 3, 3, 1, 3, 1, 1, 3, 1, 1,
3634
+ 4, 3, 1, 1, 2, 1, 3, 4, 3, 0,
3635
+ 1, 1, 1, 3, 1, 3, 1, 4, 2, 2,
3636
+ 0, 2, 2, 1, 2, 1, 1, 1, 4, 3,
3637
+ 3, 3, 6, 3, 1, 1, 2, 1
3559
3638
  ];
3560
3639
 
3561
3640
 
@@ -3606,700 +3685,3 @@ oop.inherits(PhpWorker, Mirror);
3606
3685
  }).call(PhpWorker.prototype);
3607
3686
 
3608
3687
  });
3609
-
3610
- define("ace/lib/es5-shim",[], function(require, exports, module) {
3611
-
3612
- function Empty() {}
3613
-
3614
- if (!Function.prototype.bind) {
3615
- Function.prototype.bind = function bind(that) { // .length is 1
3616
- var target = this;
3617
- if (typeof target != "function") {
3618
- throw new TypeError("Function.prototype.bind called on incompatible " + target);
3619
- }
3620
- var args = slice.call(arguments, 1); // for normal call
3621
- var bound = function () {
3622
-
3623
- if (this instanceof bound) {
3624
-
3625
- var result = target.apply(
3626
- this,
3627
- args.concat(slice.call(arguments))
3628
- );
3629
- if (Object(result) === result) {
3630
- return result;
3631
- }
3632
- return this;
3633
-
3634
- } else {
3635
- return target.apply(
3636
- that,
3637
- args.concat(slice.call(arguments))
3638
- );
3639
-
3640
- }
3641
-
3642
- };
3643
- if(target.prototype) {
3644
- Empty.prototype = target.prototype;
3645
- bound.prototype = new Empty();
3646
- Empty.prototype = null;
3647
- }
3648
- return bound;
3649
- };
3650
- }
3651
- var call = Function.prototype.call;
3652
- var prototypeOfArray = Array.prototype;
3653
- var prototypeOfObject = Object.prototype;
3654
- var slice = prototypeOfArray.slice;
3655
- var _toString = call.bind(prototypeOfObject.toString);
3656
- var owns = call.bind(prototypeOfObject.hasOwnProperty);
3657
- var defineGetter;
3658
- var defineSetter;
3659
- var lookupGetter;
3660
- var lookupSetter;
3661
- var supportsAccessors;
3662
- if ((supportsAccessors = owns(prototypeOfObject, "__defineGetter__"))) {
3663
- defineGetter = call.bind(prototypeOfObject.__defineGetter__);
3664
- defineSetter = call.bind(prototypeOfObject.__defineSetter__);
3665
- lookupGetter = call.bind(prototypeOfObject.__lookupGetter__);
3666
- lookupSetter = call.bind(prototypeOfObject.__lookupSetter__);
3667
- }
3668
- if ([1,2].splice(0).length != 2) {
3669
- if(function() { // test IE < 9 to splice bug - see issue #138
3670
- function makeArray(l) {
3671
- var a = new Array(l+2);
3672
- a[0] = a[1] = 0;
3673
- return a;
3674
- }
3675
- var array = [], lengthBefore;
3676
-
3677
- array.splice.apply(array, makeArray(20));
3678
- array.splice.apply(array, makeArray(26));
3679
-
3680
- lengthBefore = array.length; //46
3681
- array.splice(5, 0, "XXX"); // add one element
3682
-
3683
- lengthBefore + 1 == array.length
3684
-
3685
- if (lengthBefore + 1 == array.length) {
3686
- return true;// has right splice implementation without bugs
3687
- }
3688
- }()) {//IE 6/7
3689
- var array_splice = Array.prototype.splice;
3690
- Array.prototype.splice = function(start, deleteCount) {
3691
- if (!arguments.length) {
3692
- return [];
3693
- } else {
3694
- return array_splice.apply(this, [
3695
- start === void 0 ? 0 : start,
3696
- deleteCount === void 0 ? (this.length - start) : deleteCount
3697
- ].concat(slice.call(arguments, 2)))
3698
- }
3699
- };
3700
- } else {//IE8
3701
- Array.prototype.splice = function(pos, removeCount){
3702
- var length = this.length;
3703
- if (pos > 0) {
3704
- if (pos > length)
3705
- pos = length;
3706
- } else if (pos == void 0) {
3707
- pos = 0;
3708
- } else if (pos < 0) {
3709
- pos = Math.max(length + pos, 0);
3710
- }
3711
-
3712
- if (!(pos+removeCount < length))
3713
- removeCount = length - pos;
3714
-
3715
- var removed = this.slice(pos, pos+removeCount);
3716
- var insert = slice.call(arguments, 2);
3717
- var add = insert.length;
3718
- if (pos === length) {
3719
- if (add) {
3720
- this.push.apply(this, insert);
3721
- }
3722
- } else {
3723
- var remove = Math.min(removeCount, length - pos);
3724
- var tailOldPos = pos + remove;
3725
- var tailNewPos = tailOldPos + add - remove;
3726
- var tailCount = length - tailOldPos;
3727
- var lengthAfterRemove = length - remove;
3728
-
3729
- if (tailNewPos < tailOldPos) { // case A
3730
- for (var i = 0; i < tailCount; ++i) {
3731
- this[tailNewPos+i] = this[tailOldPos+i];
3732
- }
3733
- } else if (tailNewPos > tailOldPos) { // case B
3734
- for (i = tailCount; i--; ) {
3735
- this[tailNewPos+i] = this[tailOldPos+i];
3736
- }
3737
- } // else, add == remove (nothing to do)
3738
-
3739
- if (add && pos === lengthAfterRemove) {
3740
- this.length = lengthAfterRemove; // truncate array
3741
- this.push.apply(this, insert);
3742
- } else {
3743
- this.length = lengthAfterRemove + add; // reserves space
3744
- for (i = 0; i < add; ++i) {
3745
- this[pos+i] = insert[i];
3746
- }
3747
- }
3748
- }
3749
- return removed;
3750
- };
3751
- }
3752
- }
3753
- if (!Array.isArray) {
3754
- Array.isArray = function isArray(obj) {
3755
- return _toString(obj) == "[object Array]";
3756
- };
3757
- }
3758
- var boxedString = Object("a"),
3759
- splitString = boxedString[0] != "a" || !(0 in boxedString);
3760
-
3761
- if (!Array.prototype.forEach) {
3762
- Array.prototype.forEach = function forEach(fun /*, thisp*/) {
3763
- var object = toObject(this),
3764
- self = splitString && _toString(this) == "[object String]" ?
3765
- this.split("") :
3766
- object,
3767
- thisp = arguments[1],
3768
- i = -1,
3769
- length = self.length >>> 0;
3770
- if (_toString(fun) != "[object Function]") {
3771
- throw new TypeError(); // TODO message
3772
- }
3773
-
3774
- while (++i < length) {
3775
- if (i in self) {
3776
- fun.call(thisp, self[i], i, object);
3777
- }
3778
- }
3779
- };
3780
- }
3781
- if (!Array.prototype.map) {
3782
- Array.prototype.map = function map(fun /*, thisp*/) {
3783
- var object = toObject(this),
3784
- self = splitString && _toString(this) == "[object String]" ?
3785
- this.split("") :
3786
- object,
3787
- length = self.length >>> 0,
3788
- result = Array(length),
3789
- thisp = arguments[1];
3790
- if (_toString(fun) != "[object Function]") {
3791
- throw new TypeError(fun + " is not a function");
3792
- }
3793
-
3794
- for (var i = 0; i < length; i++) {
3795
- if (i in self)
3796
- result[i] = fun.call(thisp, self[i], i, object);
3797
- }
3798
- return result;
3799
- };
3800
- }
3801
- if (!Array.prototype.filter) {
3802
- Array.prototype.filter = function filter(fun /*, thisp */) {
3803
- var object = toObject(this),
3804
- self = splitString && _toString(this) == "[object String]" ?
3805
- this.split("") :
3806
- object,
3807
- length = self.length >>> 0,
3808
- result = [],
3809
- value,
3810
- thisp = arguments[1];
3811
- if (_toString(fun) != "[object Function]") {
3812
- throw new TypeError(fun + " is not a function");
3813
- }
3814
-
3815
- for (var i = 0; i < length; i++) {
3816
- if (i in self) {
3817
- value = self[i];
3818
- if (fun.call(thisp, value, i, object)) {
3819
- result.push(value);
3820
- }
3821
- }
3822
- }
3823
- return result;
3824
- };
3825
- }
3826
- if (!Array.prototype.every) {
3827
- Array.prototype.every = function every(fun /*, thisp */) {
3828
- var object = toObject(this),
3829
- self = splitString && _toString(this) == "[object String]" ?
3830
- this.split("") :
3831
- object,
3832
- length = self.length >>> 0,
3833
- thisp = arguments[1];
3834
- if (_toString(fun) != "[object Function]") {
3835
- throw new TypeError(fun + " is not a function");
3836
- }
3837
-
3838
- for (var i = 0; i < length; i++) {
3839
- if (i in self && !fun.call(thisp, self[i], i, object)) {
3840
- return false;
3841
- }
3842
- }
3843
- return true;
3844
- };
3845
- }
3846
- if (!Array.prototype.some) {
3847
- Array.prototype.some = function some(fun /*, thisp */) {
3848
- var object = toObject(this),
3849
- self = splitString && _toString(this) == "[object String]" ?
3850
- this.split("") :
3851
- object,
3852
- length = self.length >>> 0,
3853
- thisp = arguments[1];
3854
- if (_toString(fun) != "[object Function]") {
3855
- throw new TypeError(fun + " is not a function");
3856
- }
3857
-
3858
- for (var i = 0; i < length; i++) {
3859
- if (i in self && fun.call(thisp, self[i], i, object)) {
3860
- return true;
3861
- }
3862
- }
3863
- return false;
3864
- };
3865
- }
3866
- if (!Array.prototype.reduce) {
3867
- Array.prototype.reduce = function reduce(fun /*, initial*/) {
3868
- var object = toObject(this),
3869
- self = splitString && _toString(this) == "[object String]" ?
3870
- this.split("") :
3871
- object,
3872
- length = self.length >>> 0;
3873
- if (_toString(fun) != "[object Function]") {
3874
- throw new TypeError(fun + " is not a function");
3875
- }
3876
- if (!length && arguments.length == 1) {
3877
- throw new TypeError("reduce of empty array with no initial value");
3878
- }
3879
-
3880
- var i = 0;
3881
- var result;
3882
- if (arguments.length >= 2) {
3883
- result = arguments[1];
3884
- } else {
3885
- do {
3886
- if (i in self) {
3887
- result = self[i++];
3888
- break;
3889
- }
3890
- if (++i >= length) {
3891
- throw new TypeError("reduce of empty array with no initial value");
3892
- }
3893
- } while (true);
3894
- }
3895
-
3896
- for (; i < length; i++) {
3897
- if (i in self) {
3898
- result = fun.call(void 0, result, self[i], i, object);
3899
- }
3900
- }
3901
-
3902
- return result;
3903
- };
3904
- }
3905
- if (!Array.prototype.reduceRight) {
3906
- Array.prototype.reduceRight = function reduceRight(fun /*, initial*/) {
3907
- var object = toObject(this),
3908
- self = splitString && _toString(this) == "[object String]" ?
3909
- this.split("") :
3910
- object,
3911
- length = self.length >>> 0;
3912
- if (_toString(fun) != "[object Function]") {
3913
- throw new TypeError(fun + " is not a function");
3914
- }
3915
- if (!length && arguments.length == 1) {
3916
- throw new TypeError("reduceRight of empty array with no initial value");
3917
- }
3918
-
3919
- var result, i = length - 1;
3920
- if (arguments.length >= 2) {
3921
- result = arguments[1];
3922
- } else {
3923
- do {
3924
- if (i in self) {
3925
- result = self[i--];
3926
- break;
3927
- }
3928
- if (--i < 0) {
3929
- throw new TypeError("reduceRight of empty array with no initial value");
3930
- }
3931
- } while (true);
3932
- }
3933
-
3934
- do {
3935
- if (i in this) {
3936
- result = fun.call(void 0, result, self[i], i, object);
3937
- }
3938
- } while (i--);
3939
-
3940
- return result;
3941
- };
3942
- }
3943
- if (!Array.prototype.indexOf || ([0, 1].indexOf(1, 2) != -1)) {
3944
- Array.prototype.indexOf = function indexOf(sought /*, fromIndex */ ) {
3945
- var self = splitString && _toString(this) == "[object String]" ?
3946
- this.split("") :
3947
- toObject(this),
3948
- length = self.length >>> 0;
3949
-
3950
- if (!length) {
3951
- return -1;
3952
- }
3953
-
3954
- var i = 0;
3955
- if (arguments.length > 1) {
3956
- i = toInteger(arguments[1]);
3957
- }
3958
- i = i >= 0 ? i : Math.max(0, length + i);
3959
- for (; i < length; i++) {
3960
- if (i in self && self[i] === sought) {
3961
- return i;
3962
- }
3963
- }
3964
- return -1;
3965
- };
3966
- }
3967
- if (!Array.prototype.lastIndexOf || ([0, 1].lastIndexOf(0, -3) != -1)) {
3968
- Array.prototype.lastIndexOf = function lastIndexOf(sought /*, fromIndex */) {
3969
- var self = splitString && _toString(this) == "[object String]" ?
3970
- this.split("") :
3971
- toObject(this),
3972
- length = self.length >>> 0;
3973
-
3974
- if (!length) {
3975
- return -1;
3976
- }
3977
- var i = length - 1;
3978
- if (arguments.length > 1) {
3979
- i = Math.min(i, toInteger(arguments[1]));
3980
- }
3981
- i = i >= 0 ? i : length - Math.abs(i);
3982
- for (; i >= 0; i--) {
3983
- if (i in self && sought === self[i]) {
3984
- return i;
3985
- }
3986
- }
3987
- return -1;
3988
- };
3989
- }
3990
- if (!Object.getPrototypeOf) {
3991
- Object.getPrototypeOf = function getPrototypeOf(object) {
3992
- return object.__proto__ || (
3993
- object.constructor ?
3994
- object.constructor.prototype :
3995
- prototypeOfObject
3996
- );
3997
- };
3998
- }
3999
- if (!Object.getOwnPropertyDescriptor) {
4000
- var ERR_NON_OBJECT = "Object.getOwnPropertyDescriptor called on a " +
4001
- "non-object: ";
4002
- Object.getOwnPropertyDescriptor = function getOwnPropertyDescriptor(object, property) {
4003
- if ((typeof object != "object" && typeof object != "function") || object === null)
4004
- throw new TypeError(ERR_NON_OBJECT + object);
4005
- if (!owns(object, property))
4006
- return;
4007
-
4008
- var descriptor, getter, setter;
4009
- descriptor = { enumerable: true, configurable: true };
4010
- if (supportsAccessors) {
4011
- var prototype = object.__proto__;
4012
- object.__proto__ = prototypeOfObject;
4013
-
4014
- var getter = lookupGetter(object, property);
4015
- var setter = lookupSetter(object, property);
4016
- object.__proto__ = prototype;
4017
-
4018
- if (getter || setter) {
4019
- if (getter) descriptor.get = getter;
4020
- if (setter) descriptor.set = setter;
4021
- return descriptor;
4022
- }
4023
- }
4024
- descriptor.value = object[property];
4025
- return descriptor;
4026
- };
4027
- }
4028
- if (!Object.getOwnPropertyNames) {
4029
- Object.getOwnPropertyNames = function getOwnPropertyNames(object) {
4030
- return Object.keys(object);
4031
- };
4032
- }
4033
- if (!Object.create) {
4034
- var createEmpty;
4035
- if (Object.prototype.__proto__ === null) {
4036
- createEmpty = function () {
4037
- return { "__proto__": null };
4038
- };
4039
- } else {
4040
- createEmpty = function () {
4041
- var empty = {};
4042
- for (var i in empty)
4043
- empty[i] = null;
4044
- empty.constructor =
4045
- empty.hasOwnProperty =
4046
- empty.propertyIsEnumerable =
4047
- empty.isPrototypeOf =
4048
- empty.toLocaleString =
4049
- empty.toString =
4050
- empty.valueOf =
4051
- empty.__proto__ = null;
4052
- return empty;
4053
- }
4054
- }
4055
-
4056
- Object.create = function create(prototype, properties) {
4057
- var object;
4058
- if (prototype === null) {
4059
- object = createEmpty();
4060
- } else {
4061
- if (typeof prototype != "object")
4062
- throw new TypeError("typeof prototype["+(typeof prototype)+"] != 'object'");
4063
- var Type = function () {};
4064
- Type.prototype = prototype;
4065
- object = new Type();
4066
- object.__proto__ = prototype;
4067
- }
4068
- if (properties !== void 0)
4069
- Object.defineProperties(object, properties);
4070
- return object;
4071
- };
4072
- }
4073
-
4074
- function doesDefinePropertyWork(object) {
4075
- try {
4076
- Object.defineProperty(object, "sentinel", {});
4077
- return "sentinel" in object;
4078
- } catch (exception) {
4079
- }
4080
- }
4081
- if (Object.defineProperty) {
4082
- var definePropertyWorksOnObject = doesDefinePropertyWork({});
4083
- var definePropertyWorksOnDom = typeof document == "undefined" ||
4084
- doesDefinePropertyWork(document.createElement("div"));
4085
- if (!definePropertyWorksOnObject || !definePropertyWorksOnDom) {
4086
- var definePropertyFallback = Object.defineProperty;
4087
- }
4088
- }
4089
-
4090
- if (!Object.defineProperty || definePropertyFallback) {
4091
- var ERR_NON_OBJECT_DESCRIPTOR = "Property description must be an object: ";
4092
- var ERR_NON_OBJECT_TARGET = "Object.defineProperty called on non-object: "
4093
- var ERR_ACCESSORS_NOT_SUPPORTED = "getters & setters can not be defined " +
4094
- "on this javascript engine";
4095
-
4096
- Object.defineProperty = function defineProperty(object, property, descriptor) {
4097
- if ((typeof object != "object" && typeof object != "function") || object === null)
4098
- throw new TypeError(ERR_NON_OBJECT_TARGET + object);
4099
- if ((typeof descriptor != "object" && typeof descriptor != "function") || descriptor === null)
4100
- throw new TypeError(ERR_NON_OBJECT_DESCRIPTOR + descriptor);
4101
- if (definePropertyFallback) {
4102
- try {
4103
- return definePropertyFallback.call(Object, object, property, descriptor);
4104
- } catch (exception) {
4105
- }
4106
- }
4107
- if (owns(descriptor, "value")) {
4108
-
4109
- if (supportsAccessors && (lookupGetter(object, property) ||
4110
- lookupSetter(object, property)))
4111
- {
4112
- var prototype = object.__proto__;
4113
- object.__proto__ = prototypeOfObject;
4114
- delete object[property];
4115
- object[property] = descriptor.value;
4116
- object.__proto__ = prototype;
4117
- } else {
4118
- object[property] = descriptor.value;
4119
- }
4120
- } else {
4121
- if (!supportsAccessors)
4122
- throw new TypeError(ERR_ACCESSORS_NOT_SUPPORTED);
4123
- if (owns(descriptor, "get"))
4124
- defineGetter(object, property, descriptor.get);
4125
- if (owns(descriptor, "set"))
4126
- defineSetter(object, property, descriptor.set);
4127
- }
4128
-
4129
- return object;
4130
- };
4131
- }
4132
- if (!Object.defineProperties) {
4133
- Object.defineProperties = function defineProperties(object, properties) {
4134
- for (var property in properties) {
4135
- if (owns(properties, property))
4136
- Object.defineProperty(object, property, properties[property]);
4137
- }
4138
- return object;
4139
- };
4140
- }
4141
- if (!Object.seal) {
4142
- Object.seal = function seal(object) {
4143
- return object;
4144
- };
4145
- }
4146
- if (!Object.freeze) {
4147
- Object.freeze = function freeze(object) {
4148
- return object;
4149
- };
4150
- }
4151
- try {
4152
- Object.freeze(function () {});
4153
- } catch (exception) {
4154
- Object.freeze = (function freeze(freezeObject) {
4155
- return function freeze(object) {
4156
- if (typeof object == "function") {
4157
- return object;
4158
- } else {
4159
- return freezeObject(object);
4160
- }
4161
- };
4162
- })(Object.freeze);
4163
- }
4164
- if (!Object.preventExtensions) {
4165
- Object.preventExtensions = function preventExtensions(object) {
4166
- return object;
4167
- };
4168
- }
4169
- if (!Object.isSealed) {
4170
- Object.isSealed = function isSealed(object) {
4171
- return false;
4172
- };
4173
- }
4174
- if (!Object.isFrozen) {
4175
- Object.isFrozen = function isFrozen(object) {
4176
- return false;
4177
- };
4178
- }
4179
- if (!Object.isExtensible) {
4180
- Object.isExtensible = function isExtensible(object) {
4181
- if (Object(object) === object) {
4182
- throw new TypeError(); // TODO message
4183
- }
4184
- var name = '';
4185
- while (owns(object, name)) {
4186
- name += '?';
4187
- }
4188
- object[name] = true;
4189
- var returnValue = owns(object, name);
4190
- delete object[name];
4191
- return returnValue;
4192
- };
4193
- }
4194
- if (!Object.keys) {
4195
- var hasDontEnumBug = true,
4196
- dontEnums = [
4197
- "toString",
4198
- "toLocaleString",
4199
- "valueOf",
4200
- "hasOwnProperty",
4201
- "isPrototypeOf",
4202
- "propertyIsEnumerable",
4203
- "constructor"
4204
- ],
4205
- dontEnumsLength = dontEnums.length;
4206
-
4207
- for (var key in {"toString": null}) {
4208
- hasDontEnumBug = false;
4209
- }
4210
-
4211
- Object.keys = function keys(object) {
4212
-
4213
- if (
4214
- (typeof object != "object" && typeof object != "function") ||
4215
- object === null
4216
- ) {
4217
- throw new TypeError("Object.keys called on a non-object");
4218
- }
4219
-
4220
- var keys = [];
4221
- for (var name in object) {
4222
- if (owns(object, name)) {
4223
- keys.push(name);
4224
- }
4225
- }
4226
-
4227
- if (hasDontEnumBug) {
4228
- for (var i = 0, ii = dontEnumsLength; i < ii; i++) {
4229
- var dontEnum = dontEnums[i];
4230
- if (owns(object, dontEnum)) {
4231
- keys.push(dontEnum);
4232
- }
4233
- }
4234
- }
4235
- return keys;
4236
- };
4237
-
4238
- }
4239
- if (!Date.now) {
4240
- Date.now = function now() {
4241
- return new Date().getTime();
4242
- };
4243
- }
4244
- var ws = "\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u2000\u2001\u2002\u2003" +
4245
- "\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028" +
4246
- "\u2029\uFEFF";
4247
- if (!String.prototype.trim) {
4248
- ws = "[" + ws + "]";
4249
- var trimBeginRegexp = new RegExp("^" + ws + ws + "*"),
4250
- trimEndRegexp = new RegExp(ws + ws + "*$");
4251
- String.prototype.trim = function trim() {
4252
- return String(this).replace(trimBeginRegexp, "").replace(trimEndRegexp, "");
4253
- };
4254
- }
4255
-
4256
- function toInteger(n) {
4257
- n = +n;
4258
- if (n !== n) { // isNaN
4259
- n = 0;
4260
- } else if (n !== 0 && n !== (1/0) && n !== -(1/0)) {
4261
- n = (n > 0 || -1) * Math.floor(Math.abs(n));
4262
- }
4263
- return n;
4264
- }
4265
-
4266
- function isPrimitive(input) {
4267
- var type = typeof input;
4268
- return (
4269
- input === null ||
4270
- type === "undefined" ||
4271
- type === "boolean" ||
4272
- type === "number" ||
4273
- type === "string"
4274
- );
4275
- }
4276
-
4277
- function toPrimitive(input) {
4278
- var val, valueOf, toString;
4279
- if (isPrimitive(input)) {
4280
- return input;
4281
- }
4282
- valueOf = input.valueOf;
4283
- if (typeof valueOf === "function") {
4284
- val = valueOf.call(input);
4285
- if (isPrimitive(val)) {
4286
- return val;
4287
- }
4288
- }
4289
- toString = input.toString;
4290
- if (typeof toString === "function") {
4291
- val = toString.call(input);
4292
- if (isPrimitive(val)) {
4293
- return val;
4294
- }
4295
- }
4296
- throw new TypeError();
4297
- }
4298
- var toObject = function (o) {
4299
- if (o == null) { // this matches both null and undefined
4300
- throw new TypeError("can't convert "+o+" to object");
4301
- }
4302
- return Object(o);
4303
- };
4304
-
4305
- });