@openui5/sap.ui.codeeditor 1.94.0 → 1.97.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (540) hide show
  1. package/.reuse/dep5 +12 -12
  2. package/THIRDPARTY.txt +21 -17
  3. package/package.json +2 -2
  4. package/src/sap/ui/codeeditor/.library +6 -6
  5. package/src/sap/ui/codeeditor/CodeEditor.js +41 -15
  6. package/src/sap/ui/codeeditor/js/ace/ace.js +1705 -1669
  7. package/src/sap/ui/codeeditor/js/ace/css/ace.css +1025 -0
  8. package/src/sap/ui/codeeditor/js/ace/css/ambiance-1.png +0 -0
  9. package/src/sap/ui/codeeditor/js/ace/css/ambiance-2.png +0 -0
  10. package/src/sap/ui/codeeditor/js/ace/css/chrome-1.png +0 -0
  11. package/src/sap/ui/codeeditor/js/ace/css/clouds-1.png +0 -0
  12. package/src/sap/ui/codeeditor/js/ace/css/clouds_midnight-1.png +0 -0
  13. package/src/sap/ui/codeeditor/js/ace/css/cobalt-1.png +0 -0
  14. package/src/sap/ui/codeeditor/js/ace/css/crimson_editor-1.png +0 -0
  15. package/src/sap/ui/codeeditor/js/ace/css/dawn-1.png +0 -0
  16. package/src/sap/ui/codeeditor/js/ace/css/dracula-1.png +0 -0
  17. package/src/sap/ui/codeeditor/js/ace/css/dreamweaver-1.png +0 -0
  18. package/src/sap/ui/codeeditor/js/ace/css/eclipse-1.png +0 -0
  19. package/src/sap/ui/codeeditor/js/ace/css/github-1.png +0 -0
  20. package/src/sap/ui/codeeditor/js/ace/css/gob-1.png +0 -0
  21. package/src/sap/ui/codeeditor/js/ace/css/gruvbox-1.png +0 -0
  22. package/src/sap/ui/codeeditor/js/ace/css/idle_fingers-1.png +0 -0
  23. package/src/sap/ui/codeeditor/js/ace/css/iplastic-1.png +0 -0
  24. package/src/sap/ui/codeeditor/js/ace/css/iplastic-2.png +0 -0
  25. package/src/sap/ui/codeeditor/js/ace/css/kr_theme-1.png +0 -0
  26. package/src/sap/ui/codeeditor/js/ace/css/main-1.png +0 -0
  27. package/src/sap/ui/codeeditor/js/ace/css/main-10.png +0 -0
  28. package/src/sap/ui/codeeditor/js/ace/css/main-11.png +0 -0
  29. package/src/sap/ui/codeeditor/js/ace/css/main-12.png +0 -0
  30. package/src/sap/ui/codeeditor/js/ace/css/main-13.png +0 -0
  31. package/src/sap/ui/codeeditor/js/ace/css/main-14.png +0 -0
  32. package/src/sap/ui/codeeditor/js/ace/css/main-15.png +0 -0
  33. package/src/sap/ui/codeeditor/js/ace/css/main-16.png +0 -0
  34. package/src/sap/ui/codeeditor/js/ace/css/main-2.png +0 -0
  35. package/src/sap/ui/codeeditor/js/ace/css/main-3.png +0 -0
  36. package/src/sap/ui/codeeditor/js/ace/css/main-4.png +0 -0
  37. package/src/sap/ui/codeeditor/js/ace/css/main-5.png +0 -0
  38. package/src/sap/ui/codeeditor/js/ace/css/main-6.png +0 -0
  39. package/src/sap/ui/codeeditor/js/ace/css/main-7.png +0 -0
  40. package/src/sap/ui/codeeditor/js/ace/css/main-8.png +0 -0
  41. package/src/sap/ui/codeeditor/js/ace/css/main-9.png +0 -0
  42. package/src/sap/ui/codeeditor/js/ace/css/merbivore-1.png +0 -0
  43. package/src/sap/ui/codeeditor/js/ace/css/merbivore_soft-1.png +0 -0
  44. package/src/sap/ui/codeeditor/js/ace/css/mono_industrial-1.png +0 -0
  45. package/src/sap/ui/codeeditor/js/ace/css/monokai-1.png +0 -0
  46. package/src/sap/ui/codeeditor/js/ace/css/one_dark-1.png +0 -0
  47. package/src/sap/ui/codeeditor/js/ace/css/pastel_on_dark-1.png +0 -0
  48. package/src/sap/ui/codeeditor/js/ace/css/solarized_dark-1.png +0 -0
  49. package/src/sap/ui/codeeditor/js/ace/css/solarized_light-1.png +0 -0
  50. package/src/sap/ui/codeeditor/js/ace/css/sqlserver-1.png +0 -0
  51. package/src/sap/ui/codeeditor/js/ace/css/terminal-1.png +0 -0
  52. package/src/sap/ui/codeeditor/js/ace/css/textmate-1.png +0 -0
  53. package/src/sap/ui/codeeditor/js/ace/css/theme/ambiance.css +168 -0
  54. package/src/sap/ui/codeeditor/js/ace/css/theme/chaos.css +146 -0
  55. package/src/sap/ui/codeeditor/js/ace/css/theme/chrome.css +119 -0
  56. package/src/sap/ui/codeeditor/js/ace/css/theme/clouds.css +87 -0
  57. package/src/sap/ui/codeeditor/js/ace/css/theme/clouds_midnight.css +88 -0
  58. package/src/sap/ui/codeeditor/js/ace/css/theme/cobalt.css +104 -0
  59. package/src/sap/ui/codeeditor/js/ace/css/theme/crimson_editor.css +110 -0
  60. package/src/sap/ui/codeeditor/js/ace/css/theme/dawn.css +100 -0
  61. package/src/sap/ui/codeeditor/js/ace/css/theme/dracula.css +119 -0
  62. package/src/sap/ui/codeeditor/js/ace/css/theme/dreamweaver.css +134 -0
  63. package/src/sap/ui/codeeditor/js/ace/css/theme/eclipse.css +88 -0
  64. package/src/sap/ui/codeeditor/js/ace/css/theme/github.css +95 -0
  65. package/src/sap/ui/codeeditor/js/ace/css/theme/gob.css +103 -0
  66. package/src/sap/ui/codeeditor/js/ace/css/theme/gruvbox.css +73 -0
  67. package/src/sap/ui/codeeditor/js/ace/css/theme/idle_fingers.css +88 -0
  68. package/src/sap/ui/codeeditor/js/ace/css/theme/iplastic.css +113 -0
  69. package/src/sap/ui/codeeditor/js/ace/css/theme/katzenmilch.css +113 -0
  70. package/src/sap/ui/codeeditor/js/ace/css/theme/kr_theme.css +96 -0
  71. package/src/sap/ui/codeeditor/js/ace/css/theme/kuroir.css +52 -0
  72. package/src/sap/ui/codeeditor/js/ace/css/theme/merbivore.css +87 -0
  73. package/src/sap/ui/codeeditor/js/ace/css/theme/merbivore_soft.css +88 -0
  74. package/src/sap/ui/codeeditor/js/ace/css/theme/mono_industrial.css +99 -0
  75. package/src/sap/ui/codeeditor/js/ace/css/theme/monokai.css +97 -0
  76. package/src/sap/ui/codeeditor/js/ace/css/theme/nord_dark.css +85 -0
  77. package/src/sap/ui/codeeditor/js/ace/css/theme/one_dark.css +123 -0
  78. package/src/sap/ui/codeeditor/js/ace/css/theme/pastel_on_dark.css +100 -0
  79. package/src/sap/ui/codeeditor/js/ace/css/theme/solarized_dark.css +80 -0
  80. package/src/sap/ui/codeeditor/js/ace/css/theme/solarized_light.css +83 -0
  81. package/src/sap/ui/codeeditor/js/ace/css/theme/sqlserver.css +129 -0
  82. package/src/sap/ui/codeeditor/js/ace/css/theme/terminal.css +105 -0
  83. package/src/sap/ui/codeeditor/js/ace/css/theme/textmate.css +119 -0
  84. package/src/sap/ui/codeeditor/js/ace/css/theme/tomorrow.css +100 -0
  85. package/src/sap/ui/codeeditor/js/ace/css/theme/tomorrow_night.css +100 -0
  86. package/src/sap/ui/codeeditor/js/ace/css/theme/tomorrow_night_blue.css +98 -0
  87. package/src/sap/ui/codeeditor/js/ace/css/theme/tomorrow_night_bright.css +113 -0
  88. package/src/sap/ui/codeeditor/js/ace/css/theme/tomorrow_night_eighties.css +100 -0
  89. package/src/sap/ui/codeeditor/js/ace/css/theme/twilight.css +100 -0
  90. package/src/sap/ui/codeeditor/js/ace/css/theme/vibrant_ink.css +86 -0
  91. package/src/sap/ui/codeeditor/js/ace/css/theme/xcode.css +80 -0
  92. package/src/sap/ui/codeeditor/js/ace/css/tomorrow-1.png +0 -0
  93. package/src/sap/ui/codeeditor/js/ace/css/tomorrow_night-1.png +0 -0
  94. package/src/sap/ui/codeeditor/js/ace/css/tomorrow_night_blue-1.png +0 -0
  95. package/src/sap/ui/codeeditor/js/ace/css/tomorrow_night_bright-1.png +0 -0
  96. package/src/sap/ui/codeeditor/js/ace/css/tomorrow_night_eighties-1.png +0 -0
  97. package/src/sap/ui/codeeditor/js/ace/css/twilight-1.png +0 -0
  98. package/src/sap/ui/codeeditor/js/ace/css/vibrant_ink-1.png +0 -0
  99. package/src/sap/ui/codeeditor/js/ace/css/xcode-1.png +0 -0
  100. package/src/sap/ui/codeeditor/js/ace/ext-beautify.js +17 -10
  101. package/src/sap/ui/codeeditor/js/ace/ext-code_lens.js +238 -0
  102. package/src/sap/ui/codeeditor/js/ace/ext-elastic_tabstops_lite.js +1 -1
  103. package/src/sap/ui/codeeditor/js/ace/ext-emmet.js +343 -238
  104. package/src/sap/ui/codeeditor/js/ace/ext-hardwrap.js +85 -0
  105. package/src/sap/ui/codeeditor/js/ace/ext-keybinding_menu.js +26 -11
  106. package/src/sap/ui/codeeditor/js/ace/ext-language_tools.js +435 -272
  107. package/src/sap/ui/codeeditor/js/ace/ext-linking.js +2 -2
  108. package/src/sap/ui/codeeditor/js/ace/ext-modelist.js +22 -11
  109. package/src/sap/ui/codeeditor/js/ace/ext-options.js +85 -35
  110. package/src/sap/ui/codeeditor/js/ace/ext-prompt.js +510 -299
  111. package/src/sap/ui/codeeditor/js/ace/ext-rtl.js +1 -3
  112. package/src/sap/ui/codeeditor/js/ace/ext-searchbox.js +2 -2
  113. package/src/sap/ui/codeeditor/js/ace/ext-settings_menu.js +89 -39
  114. package/src/sap/ui/codeeditor/js/ace/ext-spellcheck.js +1 -2
  115. package/src/sap/ui/codeeditor/js/ace/ext-split.js +2 -2
  116. package/src/sap/ui/codeeditor/js/ace/ext-static_highlight.js +3 -229
  117. package/src/sap/ui/codeeditor/js/ace/ext-statusbar.js +3 -3
  118. package/src/sap/ui/codeeditor/js/ace/ext-textarea.js +3 -563
  119. package/src/sap/ui/codeeditor/js/ace/ext-themelist.js +4 -2
  120. package/src/sap/ui/codeeditor/js/ace/ext-whitespace.js +1 -1
  121. package/src/sap/ui/codeeditor/js/ace/keybinding-emacs.js +29 -30
  122. package/src/sap/ui/codeeditor/js/ace/keybinding-sublime.js +2 -5
  123. package/src/sap/ui/codeeditor/js/ace/keybinding-vim.js +718 -184
  124. package/src/sap/ui/codeeditor/js/ace/keybinding-vscode.js +262 -0
  125. package/src/sap/ui/codeeditor/js/ace/mode-abap.js +3 -3
  126. package/src/sap/ui/codeeditor/js/ace/mode-abc.js +6 -3
  127. package/src/sap/ui/codeeditor/js/ace/mode-actionscript.js +4 -3
  128. package/src/sap/ui/codeeditor/js/ace/mode-ada.js +2 -2
  129. package/src/sap/ui/codeeditor/js/ace/mode-alda.js +311 -0
  130. package/src/sap/ui/codeeditor/js/ace/mode-apache_conf.js +3 -3
  131. package/src/sap/ui/codeeditor/js/ace/mode-apex.js +4 -4
  132. package/src/sap/ui/codeeditor/js/ace/mode-applescript.js +3 -3
  133. package/src/sap/ui/codeeditor/js/ace/mode-aql.js +2 -2
  134. package/src/sap/ui/codeeditor/js/ace/mode-asciidoc.js +3 -3
  135. package/src/sap/ui/codeeditor/js/ace/mode-asl.js +21 -20
  136. package/src/sap/ui/codeeditor/js/ace/mode-assembly_x86.js +3 -3
  137. package/src/sap/ui/codeeditor/js/ace/mode-autohotkey.js +6 -4
  138. package/src/sap/ui/codeeditor/js/ace/mode-batchfile.js +3 -3
  139. package/src/sap/ui/codeeditor/js/ace/mode-c9search.js +4 -4
  140. package/src/sap/ui/codeeditor/js/ace/mode-c_cpp.js +7 -6
  141. package/src/sap/ui/codeeditor/js/ace/mode-cirru.js +5 -5
  142. package/src/sap/ui/codeeditor/js/ace/mode-clojure.js +4 -3
  143. package/src/sap/ui/codeeditor/js/ace/mode-cobol.js +2 -2
  144. package/src/sap/ui/codeeditor/js/ace/mode-coffee.js +5 -4
  145. package/src/sap/ui/codeeditor/js/ace/mode-coldfusion.js +22 -19
  146. package/src/sap/ui/codeeditor/js/ace/mode-crystal.js +4 -4
  147. package/src/sap/ui/codeeditor/js/ace/mode-csharp.js +6 -6
  148. package/src/sap/ui/codeeditor/js/ace/mode-csound_document.js +178 -61
  149. package/src/sap/ui/codeeditor/js/ace/mode-csound_orchestra.js +162 -51
  150. package/src/sap/ui/codeeditor/js/ace/mode-csound_score.js +34 -25
  151. package/src/sap/ui/codeeditor/js/ace/mode-csp.js +2 -2
  152. package/src/sap/ui/codeeditor/js/ace/mode-css.js +7 -6
  153. package/src/sap/ui/codeeditor/js/ace/mode-curly.js +22 -19
  154. package/src/sap/ui/codeeditor/js/ace/mode-d.js +5 -5
  155. package/src/sap/ui/codeeditor/js/ace/mode-dart.js +10 -8
  156. package/src/sap/ui/codeeditor/js/ace/mode-diff.js +4 -3
  157. package/src/sap/ui/codeeditor/js/ace/mode-django.js +22 -18
  158. package/src/sap/ui/codeeditor/js/ace/mode-dockerfile.js +6 -5
  159. package/src/sap/ui/codeeditor/js/ace/mode-dot.js +5 -5
  160. package/src/sap/ui/codeeditor/js/ace/mode-drools.js +7 -6
  161. package/src/sap/ui/codeeditor/js/ace/mode-edifact.js +4 -3
  162. package/src/sap/ui/codeeditor/js/ace/mode-eiffel.js +2 -2
  163. package/src/sap/ui/codeeditor/js/ace/mode-ejs.js +692 -184
  164. package/src/sap/ui/codeeditor/js/ace/mode-elixir.js +3 -3
  165. package/src/sap/ui/codeeditor/js/ace/mode-elm.js +3 -3
  166. package/src/sap/ui/codeeditor/js/ace/mode-erlang.js +4 -3
  167. package/src/sap/ui/codeeditor/js/ace/mode-forth.js +3 -3
  168. package/src/sap/ui/codeeditor/js/ace/mode-fortran.js +3 -3
  169. package/src/sap/ui/codeeditor/js/ace/mode-fsharp.js +5 -5
  170. package/src/sap/ui/codeeditor/js/ace/mode-fsl.js +4 -3
  171. package/src/sap/ui/codeeditor/js/ace/mode-ftl.js +7 -7
  172. package/src/sap/ui/codeeditor/js/ace/mode-gcode.js +2 -2
  173. package/src/sap/ui/codeeditor/js/ace/mode-gherkin.js +2 -4
  174. package/src/sap/ui/codeeditor/js/ace/mode-gitignore.js +2 -2
  175. package/src/sap/ui/codeeditor/js/ace/mode-glsl.js +9 -8
  176. package/src/sap/ui/codeeditor/js/ace/mode-gobstones.js +259 -99
  177. package/src/sap/ui/codeeditor/js/ace/mode-golang.js +5 -5
  178. package/src/sap/ui/codeeditor/js/ace/mode-graphqlschema.js +4 -3
  179. package/src/sap/ui/codeeditor/js/ace/mode-groovy.js +8 -7
  180. package/src/sap/ui/codeeditor/js/ace/mode-haml.js +428 -113
  181. package/src/sap/ui/codeeditor/js/ace/mode-handlebars.js +23 -20
  182. package/src/sap/ui/codeeditor/js/ace/mode-haskell.js +4 -3
  183. package/src/sap/ui/codeeditor/js/ace/mode-haskell_cabal.js +3 -3
  184. package/src/sap/ui/codeeditor/js/ace/mode-haxe.js +5 -5
  185. package/src/sap/ui/codeeditor/js/ace/mode-hjson.js +3 -3
  186. package/src/sap/ui/codeeditor/js/ace/mode-html.js +20 -17
  187. package/src/sap/ui/codeeditor/js/ace/mode-html_elixir.js +25 -22
  188. package/src/sap/ui/codeeditor/js/ace/mode-html_ruby.js +693 -185
  189. package/src/sap/ui/codeeditor/js/ace/mode-ini.js +3 -3
  190. package/src/sap/ui/codeeditor/js/ace/mode-io.js +5 -10
  191. package/src/sap/ui/codeeditor/js/ace/mode-jack.js +4 -4
  192. package/src/sap/ui/codeeditor/js/ace/mode-jade.js +13 -13
  193. package/src/sap/ui/codeeditor/js/ace/mode-java.js +11 -9
  194. package/src/sap/ui/codeeditor/js/ace/mode-javascript.js +6 -5
  195. package/src/sap/ui/codeeditor/js/ace/mode-json.js +7 -4
  196. package/src/sap/ui/codeeditor/js/ace/mode-json5.js +360 -0
  197. package/src/sap/ui/codeeditor/js/ace/mode-jsoniq.js +6 -5
  198. package/src/sap/ui/codeeditor/js/ace/mode-jsp.js +12 -11
  199. package/src/sap/ui/codeeditor/js/ace/mode-jssm.js +3 -3
  200. package/src/sap/ui/codeeditor/js/ace/mode-jsx.js +5 -5
  201. package/src/sap/ui/codeeditor/js/ace/mode-julia.js +3 -3
  202. package/src/sap/ui/codeeditor/js/ace/mode-kotlin.js +5 -3
  203. package/src/sap/ui/codeeditor/js/ace/mode-latex.js +3 -3
  204. package/src/sap/ui/codeeditor/js/ace/mode-latte.js +2708 -0
  205. package/src/sap/ui/codeeditor/js/ace/mode-less.js +7 -7
  206. package/src/sap/ui/codeeditor/js/ace/mode-liquid.js +24 -20
  207. package/src/sap/ui/codeeditor/js/ace/mode-lisp.js +2 -2
  208. package/src/sap/ui/codeeditor/js/ace/mode-livescript.js +2 -2
  209. package/src/sap/ui/codeeditor/js/ace/mode-logiql.js +4 -4
  210. package/src/sap/ui/codeeditor/js/ace/mode-logtalk.js +3 -3
  211. package/src/sap/ui/codeeditor/js/ace/mode-lsl.js +5 -4
  212. package/src/sap/ui/codeeditor/js/ace/mode-lua.js +4 -3
  213. package/src/sap/ui/codeeditor/js/ace/mode-luapage.js +26 -22
  214. package/src/sap/ui/codeeditor/js/ace/mode-lucene.js +78 -10
  215. package/src/sap/ui/codeeditor/js/ace/mode-makefile.js +5 -4
  216. package/src/sap/ui/codeeditor/js/ace/mode-markdown.js +30 -24
  217. package/src/sap/ui/codeeditor/js/ace/mode-mask.js +12 -12
  218. package/src/sap/ui/codeeditor/js/ace/mode-matlab.js +2 -2
  219. package/src/sap/ui/codeeditor/js/ace/mode-maze.js +4 -3
  220. package/src/sap/ui/codeeditor/js/ace/mode-mediawiki.js +592 -0
  221. package/src/sap/ui/codeeditor/js/ace/mode-mel.js +3 -3
  222. package/src/sap/ui/codeeditor/js/ace/{mode-mipsassembler.js → mode-mips.js} +99 -31
  223. package/src/sap/ui/codeeditor/js/ace/mode-mixal.js +2 -2
  224. package/src/sap/ui/codeeditor/js/ace/mode-mushcode.js +3 -3
  225. package/src/sap/ui/codeeditor/js/ace/mode-mysql.js +3 -3
  226. package/src/sap/ui/codeeditor/js/ace/mode-nginx.js +13 -12
  227. package/src/sap/ui/codeeditor/js/ace/mode-nim.js +10 -9
  228. package/src/sap/ui/codeeditor/js/ace/mode-nix.js +9 -8
  229. package/src/sap/ui/codeeditor/js/ace/mode-nsis.js +4 -4
  230. package/src/sap/ui/codeeditor/js/ace/mode-nunjucks.js +2698 -0
  231. package/src/sap/ui/codeeditor/js/ace/mode-objectivec.js +6 -6
  232. package/src/sap/ui/codeeditor/js/ace/mode-ocaml.js +3 -3
  233. package/src/sap/ui/codeeditor/js/ace/mode-pascal.js +3 -3
  234. package/src/sap/ui/codeeditor/js/ace/mode-perl.js +5 -4
  235. package/src/sap/ui/codeeditor/js/ace/mode-pgsql.js +9 -9
  236. package/src/sap/ui/codeeditor/js/ace/mode-php.js +513 -302
  237. package/src/sap/ui/codeeditor/js/ace/mode-php_laravel_blade.js +515 -304
  238. package/src/sap/ui/codeeditor/js/ace/mode-pig.js +3 -3
  239. package/src/sap/ui/codeeditor/js/ace/mode-plain_text.js +1 -1
  240. package/src/sap/ui/codeeditor/js/ace/mode-powershell.js +4 -4
  241. package/src/sap/ui/codeeditor/js/ace/mode-praat.js +4 -4
  242. package/src/sap/ui/codeeditor/js/ace/mode-prisma.js +489 -0
  243. package/src/sap/ui/codeeditor/js/ace/mode-prolog.js +3 -3
  244. package/src/sap/ui/codeeditor/js/ace/mode-properties.js +2 -2
  245. package/src/sap/ui/codeeditor/js/ace/mode-protobuf.js +9 -8
  246. package/src/sap/ui/codeeditor/js/ace/mode-puppet.js +12 -13
  247. package/src/sap/ui/codeeditor/js/ace/mode-python.js +6 -5
  248. package/src/sap/ui/codeeditor/js/ace/mode-qml.js +381 -0
  249. package/src/sap/ui/codeeditor/js/ace/mode-r.js +5 -4
  250. package/src/sap/ui/codeeditor/js/ace/{mode-perl6.js → mode-raku.js} +13 -13
  251. package/src/sap/ui/codeeditor/js/ace/mode-razor.js +25 -21
  252. package/src/sap/ui/codeeditor/js/ace/mode-rdoc.js +4 -4
  253. package/src/sap/ui/codeeditor/js/ace/mode-red.js +4 -4
  254. package/src/sap/ui/codeeditor/js/ace/mode-redshift.js +4 -4
  255. package/src/sap/ui/codeeditor/js/ace/mode-rhtml.js +24 -21
  256. package/src/sap/ui/codeeditor/js/ace/mode-rst.js +3 -2
  257. package/src/sap/ui/codeeditor/js/ace/mode-ruby.js +672 -167
  258. package/src/sap/ui/codeeditor/js/ace/mode-rust.js +9 -8
  259. package/src/sap/ui/codeeditor/js/ace/mode-sass.js +5 -5
  260. package/src/sap/ui/codeeditor/js/ace/mode-scad.js +5 -5
  261. package/src/sap/ui/codeeditor/js/ace/mode-scala.js +8 -7
  262. package/src/sap/ui/codeeditor/js/ace/mode-scheme.js +3 -3
  263. package/src/sap/ui/codeeditor/js/ace/mode-scrypt.js +364 -0
  264. package/src/sap/ui/codeeditor/js/ace/mode-scss.js +7 -7
  265. package/src/sap/ui/codeeditor/js/ace/mode-sh.js +4 -3
  266. package/src/sap/ui/codeeditor/js/ace/mode-sjs.js +8 -7
  267. package/src/sap/ui/codeeditor/js/ace/mode-slim.js +745 -146
  268. package/src/sap/ui/codeeditor/js/ace/mode-smarty.js +22 -19
  269. package/src/sap/ui/codeeditor/js/ace/mode-smithy.js +507 -0
  270. package/src/sap/ui/codeeditor/js/ace/mode-snippets.js +3 -2
  271. package/src/sap/ui/codeeditor/js/ace/mode-soy_template.js +22 -19
  272. package/src/sap/ui/codeeditor/js/ace/mode-space.js +3 -3
  273. package/src/sap/ui/codeeditor/js/ace/mode-sparql.js +3 -3
  274. package/src/sap/ui/codeeditor/js/ace/mode-sql.js +163 -2
  275. package/src/sap/ui/codeeditor/js/ace/mode-sqlserver.js +7 -6
  276. package/src/sap/ui/codeeditor/js/ace/mode-stylus.js +4 -4
  277. package/src/sap/ui/codeeditor/js/ace/mode-svg.js +13 -12
  278. package/src/sap/ui/codeeditor/js/ace/mode-swift.js +10 -4
  279. package/src/sap/ui/codeeditor/js/ace/mode-tcl.js +8 -4
  280. package/src/sap/ui/codeeditor/js/ace/mode-terraform.js +18 -15
  281. package/src/sap/ui/codeeditor/js/ace/mode-tex.js +4 -3
  282. package/src/sap/ui/codeeditor/js/ace/mode-textile.js +4 -3
  283. package/src/sap/ui/codeeditor/js/ace/mode-toml.js +3 -3
  284. package/src/sap/ui/codeeditor/js/ace/mode-tsx.js +9 -8
  285. package/src/sap/ui/codeeditor/js/ace/mode-turtle.js +3 -3
  286. package/src/sap/ui/codeeditor/js/ace/mode-twig.js +22 -19
  287. package/src/sap/ui/codeeditor/js/ace/mode-typescript.js +8 -7
  288. package/src/sap/ui/codeeditor/js/ace/mode-vala.js +5 -4
  289. package/src/sap/ui/codeeditor/js/ace/mode-vbscript.js +445 -16
  290. package/src/sap/ui/codeeditor/js/ace/mode-velocity.js +24 -20
  291. package/src/sap/ui/codeeditor/js/ace/mode-verilog.js +2 -2
  292. package/src/sap/ui/codeeditor/js/ace/mode-vhdl.js +7 -8
  293. package/src/sap/ui/codeeditor/js/ace/mode-visualforce.js +22 -19
  294. package/src/sap/ui/codeeditor/js/ace/mode-wollok.js +9 -7
  295. package/src/sap/ui/codeeditor/js/ace/mode-xml.js +4 -4
  296. package/src/sap/ui/codeeditor/js/ace/mode-xquery.js +6 -5
  297. package/src/sap/ui/codeeditor/js/ace/mode-yaml.js +4 -4
  298. package/src/sap/ui/codeeditor/js/ace/mode-zeek.js +539 -0
  299. package/src/sap/ui/codeeditor/js/ace/snippets/abap.js +1 -7
  300. package/src/sap/ui/codeeditor/js/ace/snippets/abc.js +2 -3
  301. package/src/sap/ui/codeeditor/js/ace/snippets/actionscript.js +2 -3
  302. package/src/sap/ui/codeeditor/js/ace/snippets/ada.js +1 -7
  303. package/src/sap/ui/codeeditor/js/ace/snippets/alda.js +9 -0
  304. package/src/sap/ui/codeeditor/js/ace/snippets/apache_conf.js +1 -7
  305. package/src/sap/ui/codeeditor/js/ace/snippets/apex.js +2 -7
  306. package/src/sap/ui/codeeditor/js/ace/snippets/applescript.js +1 -7
  307. package/src/sap/ui/codeeditor/js/ace/snippets/aql.js +2 -7
  308. package/src/sap/ui/codeeditor/js/ace/snippets/asciidoc.js +1 -7
  309. package/src/sap/ui/codeeditor/js/ace/snippets/asl.js +1 -6
  310. package/src/sap/ui/codeeditor/js/ace/snippets/assembly_x86.js +1 -7
  311. package/src/sap/ui/codeeditor/js/ace/snippets/autohotkey.js +1 -7
  312. package/src/sap/ui/codeeditor/js/ace/snippets/batchfile.js +1 -7
  313. package/src/sap/ui/codeeditor/js/ace/snippets/c9search.js +1 -7
  314. package/src/sap/ui/codeeditor/js/ace/snippets/c_cpp.js +2 -3
  315. package/src/sap/ui/codeeditor/js/ace/snippets/cirru.js +1 -7
  316. package/src/sap/ui/codeeditor/js/ace/snippets/clojure.js +2 -3
  317. package/src/sap/ui/codeeditor/js/ace/snippets/cobol.js +1 -7
  318. package/src/sap/ui/codeeditor/js/ace/snippets/coffee.js +2 -3
  319. package/src/sap/ui/codeeditor/js/ace/snippets/coldfusion.js +1 -7
  320. package/src/sap/ui/codeeditor/js/ace/snippets/crystal.js +2 -7
  321. package/src/sap/ui/codeeditor/js/ace/snippets/csharp.js +1 -7
  322. package/src/sap/ui/codeeditor/js/ace/snippets/csound_document.js +2 -3
  323. package/src/sap/ui/codeeditor/js/ace/snippets/csound_orchestra.js +2 -3
  324. package/src/sap/ui/codeeditor/js/ace/snippets/csound_score.js +1 -7
  325. package/src/sap/ui/codeeditor/js/ace/snippets/csp.js +1 -7
  326. package/src/sap/ui/codeeditor/js/ace/snippets/css.js +2 -3
  327. package/src/sap/ui/codeeditor/js/ace/snippets/curly.js +1 -7
  328. package/src/sap/ui/codeeditor/js/ace/snippets/d.js +1 -7
  329. package/src/sap/ui/codeeditor/js/ace/snippets/dart.js +2 -3
  330. package/src/sap/ui/codeeditor/js/ace/snippets/diff.js +2 -3
  331. package/src/sap/ui/codeeditor/js/ace/snippets/django.js +2 -3
  332. package/src/sap/ui/codeeditor/js/ace/snippets/dockerfile.js +1 -7
  333. package/src/sap/ui/codeeditor/js/ace/snippets/dot.js +1 -7
  334. package/src/sap/ui/codeeditor/js/ace/snippets/drools.js +2 -3
  335. package/src/sap/ui/codeeditor/js/ace/snippets/edifact.js +2 -3
  336. package/src/sap/ui/codeeditor/js/ace/snippets/eiffel.js +1 -7
  337. package/src/sap/ui/codeeditor/js/ace/snippets/ejs.js +1 -7
  338. package/src/sap/ui/codeeditor/js/ace/snippets/elixir.js +1 -7
  339. package/src/sap/ui/codeeditor/js/ace/snippets/elm.js +1 -7
  340. package/src/sap/ui/codeeditor/js/ace/snippets/erlang.js +2 -3
  341. package/src/sap/ui/codeeditor/js/ace/snippets/forth.js +1 -7
  342. package/src/sap/ui/codeeditor/js/ace/snippets/fortran.js +1 -7
  343. package/src/sap/ui/codeeditor/js/ace/snippets/fsharp.js +1 -7
  344. package/src/sap/ui/codeeditor/js/ace/snippets/fsl.js +2 -2
  345. package/src/sap/ui/codeeditor/js/ace/snippets/ftl.js +1 -7
  346. package/src/sap/ui/codeeditor/js/ace/snippets/gcode.js +1 -7
  347. package/src/sap/ui/codeeditor/js/ace/snippets/gherkin.js +1 -7
  348. package/src/sap/ui/codeeditor/js/ace/snippets/gitignore.js +1 -7
  349. package/src/sap/ui/codeeditor/js/ace/snippets/glsl.js +1 -7
  350. package/src/sap/ui/codeeditor/js/ace/snippets/gobstones.js +1695 -26
  351. package/src/sap/ui/codeeditor/js/ace/snippets/golang.js +1 -7
  352. package/src/sap/ui/codeeditor/js/ace/snippets/graphqlschema.js +2 -3
  353. package/src/sap/ui/codeeditor/js/ace/snippets/groovy.js +1 -7
  354. package/src/sap/ui/codeeditor/js/ace/snippets/haml.js +2 -3
  355. package/src/sap/ui/codeeditor/js/ace/snippets/handlebars.js +1 -7
  356. package/src/sap/ui/codeeditor/js/ace/snippets/haskell.js +2 -3
  357. package/src/sap/ui/codeeditor/js/ace/snippets/haskell_cabal.js +1 -7
  358. package/src/sap/ui/codeeditor/js/ace/snippets/haxe.js +1 -7
  359. package/src/sap/ui/codeeditor/js/ace/snippets/hjson.js +1 -7
  360. package/src/sap/ui/codeeditor/js/ace/snippets/html.js +4 -7
  361. package/src/sap/ui/codeeditor/js/ace/snippets/html_elixir.js +1 -7
  362. package/src/sap/ui/codeeditor/js/ace/snippets/html_ruby.js +1 -7
  363. package/src/sap/ui/codeeditor/js/ace/snippets/ini.js +1 -7
  364. package/src/sap/ui/codeeditor/js/ace/snippets/io.js +2 -3
  365. package/src/sap/ui/codeeditor/js/ace/snippets/jack.js +1 -7
  366. package/src/sap/ui/codeeditor/js/ace/snippets/jade.js +1 -7
  367. package/src/sap/ui/codeeditor/js/ace/snippets/java.js +2 -3
  368. package/src/sap/ui/codeeditor/js/ace/snippets/javascript.js +2 -3
  369. package/src/sap/ui/codeeditor/js/ace/snippets/json.js +1 -7
  370. package/src/sap/ui/codeeditor/js/ace/snippets/json5.js +9 -0
  371. package/src/sap/ui/codeeditor/js/ace/snippets/jsoniq.js +2 -3
  372. package/src/sap/ui/codeeditor/js/ace/snippets/jsp.js +2 -3
  373. package/src/sap/ui/codeeditor/js/ace/snippets/jssm.js +1 -7
  374. package/src/sap/ui/codeeditor/js/ace/snippets/jsx.js +1 -7
  375. package/src/sap/ui/codeeditor/js/ace/snippets/julia.js +1 -7
  376. package/src/sap/ui/codeeditor/js/ace/snippets/kotlin.js +1 -7
  377. package/src/sap/ui/codeeditor/js/ace/snippets/latex.js +1 -7
  378. package/src/sap/ui/codeeditor/js/ace/snippets/latte.js +9 -0
  379. package/src/sap/ui/codeeditor/js/ace/snippets/less.js +1 -7
  380. package/src/sap/ui/codeeditor/js/ace/snippets/liquid.js +884 -4
  381. package/src/sap/ui/codeeditor/js/ace/snippets/lisp.js +1 -7
  382. package/src/sap/ui/codeeditor/js/ace/snippets/livescript.js +1 -7
  383. package/src/sap/ui/codeeditor/js/ace/snippets/logiql.js +1 -7
  384. package/src/sap/ui/codeeditor/js/ace/snippets/logtalk.js +2 -7
  385. package/src/sap/ui/codeeditor/js/ace/snippets/lsl.js +2 -3
  386. package/src/sap/ui/codeeditor/js/ace/snippets/lua.js +2 -3
  387. package/src/sap/ui/codeeditor/js/ace/snippets/luapage.js +1 -7
  388. package/src/sap/ui/codeeditor/js/ace/snippets/lucene.js +1 -7
  389. package/src/sap/ui/codeeditor/js/ace/snippets/makefile.js +2 -3
  390. package/src/sap/ui/codeeditor/js/ace/snippets/markdown.js +2 -3
  391. package/src/sap/ui/codeeditor/js/ace/snippets/mask.js +1 -7
  392. package/src/sap/ui/codeeditor/js/ace/snippets/matlab.js +1 -7
  393. package/src/sap/ui/codeeditor/js/ace/snippets/maze.js +2 -3
  394. package/src/sap/ui/codeeditor/js/ace/snippets/mediawiki.js +9 -0
  395. package/src/sap/ui/codeeditor/js/ace/snippets/mel.js +1 -7
  396. package/src/sap/ui/codeeditor/js/ace/snippets/mips.js +9 -0
  397. package/src/sap/ui/codeeditor/js/ace/snippets/mixal.js +1 -7
  398. package/src/sap/ui/codeeditor/js/ace/snippets/mushcode.js +1 -7
  399. package/src/sap/ui/codeeditor/js/ace/snippets/mysql.js +1 -7
  400. package/src/sap/ui/codeeditor/js/ace/snippets/nginx.js +2 -7
  401. package/src/sap/ui/codeeditor/js/ace/snippets/nim.js +2 -7
  402. package/src/sap/ui/codeeditor/js/ace/snippets/nix.js +1 -7
  403. package/src/sap/ui/codeeditor/js/ace/snippets/nsis.js +1 -7
  404. package/src/sap/ui/codeeditor/js/ace/snippets/nunjucks.js +9 -0
  405. package/src/sap/ui/codeeditor/js/ace/snippets/objectivec.js +1 -7
  406. package/src/sap/ui/codeeditor/js/ace/snippets/ocaml.js +1 -7
  407. package/src/sap/ui/codeeditor/js/ace/snippets/pascal.js +1 -7
  408. package/src/sap/ui/codeeditor/js/ace/snippets/perl.js +2 -3
  409. package/src/sap/ui/codeeditor/js/ace/snippets/pgsql.js +1 -7
  410. package/src/sap/ui/codeeditor/js/ace/snippets/php.js +2 -3
  411. package/src/sap/ui/codeeditor/js/ace/snippets/php_laravel_blade.js +1 -7
  412. package/src/sap/ui/codeeditor/js/ace/snippets/pig.js +1 -7
  413. package/src/sap/ui/codeeditor/js/ace/snippets/plain_text.js +1 -7
  414. package/src/sap/ui/codeeditor/js/ace/snippets/powershell.js +1 -7
  415. package/src/sap/ui/codeeditor/js/ace/snippets/praat.js +1 -7
  416. package/src/sap/ui/codeeditor/js/ace/snippets/prisma.js +9 -0
  417. package/src/sap/ui/codeeditor/js/ace/snippets/prolog.js +1 -7
  418. package/src/sap/ui/codeeditor/js/ace/snippets/properties.js +1 -7
  419. package/src/sap/ui/codeeditor/js/ace/snippets/protobuf.js +1 -7
  420. package/src/sap/ui/codeeditor/js/ace/snippets/puppet.js +1 -7
  421. package/src/sap/ui/codeeditor/js/ace/snippets/python.js +2 -3
  422. package/src/sap/ui/codeeditor/js/ace/snippets/qml.js +9 -0
  423. package/src/sap/ui/codeeditor/js/ace/snippets/r.js +2 -3
  424. package/src/sap/ui/codeeditor/js/ace/snippets/raku.js +9 -0
  425. package/src/sap/ui/codeeditor/js/ace/snippets/razor.js +2 -3
  426. package/src/sap/ui/codeeditor/js/ace/snippets/rdoc.js +1 -7
  427. package/src/sap/ui/codeeditor/js/ace/snippets/red.js +1 -7
  428. package/src/sap/ui/codeeditor/js/ace/snippets/redshift.js +1 -7
  429. package/src/sap/ui/codeeditor/js/ace/snippets/rhtml.js +1 -7
  430. package/src/sap/ui/codeeditor/js/ace/snippets/rst.js +2 -3
  431. package/src/sap/ui/codeeditor/js/ace/snippets/ruby.js +2 -3
  432. package/src/sap/ui/codeeditor/js/ace/snippets/rust.js +1 -7
  433. package/src/sap/ui/codeeditor/js/ace/snippets/sass.js +1 -7
  434. package/src/sap/ui/codeeditor/js/ace/snippets/scad.js +1 -7
  435. package/src/sap/ui/codeeditor/js/ace/snippets/scala.js +1 -7
  436. package/src/sap/ui/codeeditor/js/ace/snippets/scheme.js +1 -7
  437. package/src/sap/ui/codeeditor/js/ace/snippets/scrypt.js +9 -0
  438. package/src/sap/ui/codeeditor/js/ace/snippets/scss.js +1 -7
  439. package/src/sap/ui/codeeditor/js/ace/snippets/sh.js +2 -3
  440. package/src/sap/ui/codeeditor/js/ace/snippets/sjs.js +1 -7
  441. package/src/sap/ui/codeeditor/js/ace/snippets/slim.js +1 -7
  442. package/src/sap/ui/codeeditor/js/ace/snippets/smarty.js +1 -7
  443. package/src/sap/ui/codeeditor/js/ace/snippets/smithy.js +9 -0
  444. package/src/sap/ui/codeeditor/js/ace/snippets/snippets.js +2 -3
  445. package/src/sap/ui/codeeditor/js/ace/snippets/soy_template.js +1 -7
  446. package/src/sap/ui/codeeditor/js/ace/snippets/space.js +1 -7
  447. package/src/sap/ui/codeeditor/js/ace/snippets/sparql.js +1 -7
  448. package/src/sap/ui/codeeditor/js/ace/snippets/sql.js +2 -3
  449. package/src/sap/ui/codeeditor/js/ace/snippets/sqlserver.js +2 -3
  450. package/src/sap/ui/codeeditor/js/ace/snippets/stylus.js +1 -7
  451. package/src/sap/ui/codeeditor/js/ace/snippets/svg.js +1 -7
  452. package/src/sap/ui/codeeditor/js/ace/snippets/swift.js +1 -7
  453. package/src/sap/ui/codeeditor/js/ace/snippets/tcl.js +2 -3
  454. package/src/sap/ui/codeeditor/js/ace/snippets/terraform.js +1 -7
  455. package/src/sap/ui/codeeditor/js/ace/snippets/tex.js +2 -3
  456. package/src/sap/ui/codeeditor/js/ace/snippets/text.js +1 -7
  457. package/src/sap/ui/codeeditor/js/ace/snippets/textile.js +2 -3
  458. package/src/sap/ui/codeeditor/js/ace/snippets/toml.js +1 -7
  459. package/src/sap/ui/codeeditor/js/ace/snippets/tsx.js +1 -7
  460. package/src/sap/ui/codeeditor/js/ace/snippets/turtle.js +1 -7
  461. package/src/sap/ui/codeeditor/js/ace/snippets/twig.js +1 -7
  462. package/src/sap/ui/codeeditor/js/ace/snippets/typescript.js +1 -7
  463. package/src/sap/ui/codeeditor/js/ace/snippets/vala.js +2 -3
  464. package/src/sap/ui/codeeditor/js/ace/snippets/vbscript.js +1 -7
  465. package/src/sap/ui/codeeditor/js/ace/snippets/velocity.js +2 -3
  466. package/src/sap/ui/codeeditor/js/ace/snippets/verilog.js +1 -7
  467. package/src/sap/ui/codeeditor/js/ace/snippets/vhdl.js +1 -7
  468. package/src/sap/ui/codeeditor/js/ace/snippets/visualforce.js +2 -7
  469. package/src/sap/ui/codeeditor/js/ace/snippets/wollok.js +2 -3
  470. package/src/sap/ui/codeeditor/js/ace/snippets/xml.js +1 -7
  471. package/src/sap/ui/codeeditor/js/ace/snippets/xquery.js +2 -3
  472. package/src/sap/ui/codeeditor/js/ace/snippets/yaml.js +1 -7
  473. package/src/sap/ui/codeeditor/js/ace/snippets/zeek.js +9 -0
  474. package/src/sap/ui/codeeditor/js/ace/theme-ambiance.js +5 -4
  475. package/src/sap/ui/codeeditor/js/ace/theme-chaos.js +3 -3
  476. package/src/sap/ui/codeeditor/js/ace/theme-chrome.js +2 -2
  477. package/src/sap/ui/codeeditor/js/ace/theme-clouds.js +2 -2
  478. package/src/sap/ui/codeeditor/js/ace/theme-clouds_midnight.js +2 -2
  479. package/src/sap/ui/codeeditor/js/ace/theme-cobalt.js +2 -2
  480. package/src/sap/ui/codeeditor/js/ace/theme-crimson_editor.js +2 -2
  481. package/src/sap/ui/codeeditor/js/ace/theme-dawn.js +2 -2
  482. package/src/sap/ui/codeeditor/js/ace/theme-dracula.js +2 -2
  483. package/src/sap/ui/codeeditor/js/ace/theme-dreamweaver.js +2 -2
  484. package/src/sap/ui/codeeditor/js/ace/theme-eclipse.js +2 -2
  485. package/src/sap/ui/codeeditor/js/ace/theme-github.js +2 -2
  486. package/src/sap/ui/codeeditor/js/ace/theme-gob.js +2 -2
  487. package/src/sap/ui/codeeditor/js/ace/theme-gruvbox.js +2 -2
  488. package/src/sap/ui/codeeditor/js/ace/theme-idle_fingers.js +2 -2
  489. package/src/sap/ui/codeeditor/js/ace/theme-iplastic.js +2 -2
  490. package/src/sap/ui/codeeditor/js/ace/theme-katzenmilch.js +2 -2
  491. package/src/sap/ui/codeeditor/js/ace/theme-kr_theme.js +2 -2
  492. package/src/sap/ui/codeeditor/js/ace/theme-kuroir.js +2 -2
  493. package/src/sap/ui/codeeditor/js/ace/theme-merbivore.js +2 -2
  494. package/src/sap/ui/codeeditor/js/ace/theme-merbivore_soft.js +2 -2
  495. package/src/sap/ui/codeeditor/js/ace/theme-mono_industrial.js +2 -2
  496. package/src/sap/ui/codeeditor/js/ace/theme-monokai.js +2 -2
  497. package/src/sap/ui/codeeditor/js/ace/theme-nord_dark.js +102 -0
  498. package/src/sap/ui/codeeditor/js/ace/theme-one_dark.js +139 -0
  499. package/src/sap/ui/codeeditor/js/ace/theme-pastel_on_dark.js +2 -2
  500. package/src/sap/ui/codeeditor/js/ace/theme-solarized_dark.js +2 -2
  501. package/src/sap/ui/codeeditor/js/ace/theme-solarized_light.js +2 -2
  502. package/src/sap/ui/codeeditor/js/ace/theme-sqlserver.js +2 -2
  503. package/src/sap/ui/codeeditor/js/ace/theme-terminal.js +2 -2
  504. package/src/sap/ui/codeeditor/js/ace/theme-textmate.js +2 -2
  505. package/src/sap/ui/codeeditor/js/ace/theme-tomorrow.js +2 -2
  506. package/src/sap/ui/codeeditor/js/ace/theme-tomorrow_night.js +2 -2
  507. package/src/sap/ui/codeeditor/js/ace/theme-tomorrow_night_blue.js +2 -2
  508. package/src/sap/ui/codeeditor/js/ace/theme-tomorrow_night_bright.js +2 -2
  509. package/src/sap/ui/codeeditor/js/ace/theme-tomorrow_night_eighties.js +2 -2
  510. package/src/sap/ui/codeeditor/js/ace/theme-twilight.js +5 -5
  511. package/src/sap/ui/codeeditor/js/ace/theme-vibrant_ink.js +2 -2
  512. package/src/sap/ui/codeeditor/js/ace/theme-xcode.js +2 -2
  513. package/src/sap/ui/codeeditor/js/ace/worker-base.js +1421 -0
  514. package/src/sap/ui/codeeditor/js/ace/worker-coffee.js +17 -703
  515. package/src/sap/ui/codeeditor/js/ace/worker-css.js +3629 -3396
  516. package/src/sap/ui/codeeditor/js/ace/worker-html.js +17 -703
  517. package/src/sap/ui/codeeditor/js/ace/worker-javascript.js +7831 -5361
  518. package/src/sap/ui/codeeditor/js/ace/worker-json.js +17 -703
  519. package/src/sap/ui/codeeditor/js/ace/worker-lua.js +973 -1001
  520. package/src/sap/ui/codeeditor/js/ace/worker-php.js +859 -1477
  521. package/src/sap/ui/codeeditor/js/ace/worker-xml.js +26 -707
  522. package/src/sap/ui/codeeditor/js/ace/worker-xquery.js +17 -703
  523. package/src/sap/ui/codeeditor/library.js +2 -2
  524. package/ui5.yaml +4 -1
  525. package/src/sap/ui/codeeditor/js/ace/LICENSE.txt +0 -24
  526. package/src/sap/ui/codeeditor/js/ace/ext-chromevox.js +0 -540
  527. package/src/sap/ui/codeeditor/js/ace/ext-old_ie.js +0 -502
  528. package/src/sap/ui/codeeditor/js/ace/mode-bro.js +0 -334
  529. package/src/sap/ui/codeeditor/js/ace/mode-lean.js +0 -281
  530. package/src/sap/ui/codeeditor/js/ace/mode-live_script.js +0 -481
  531. package/src/sap/ui/codeeditor/js/ace/mode-mavens_mate_log.js +0 -160
  532. package/src/sap/ui/codeeditor/js/ace/mode-mips_assembler.js +0 -235
  533. package/src/sap/ui/codeeditor/js/ace/mode-swig.js +0 -1099
  534. package/src/sap/ui/codeeditor/js/ace/snippets/bro.js +0 -15
  535. package/src/sap/ui/codeeditor/js/ace/snippets/lean.js +0 -7
  536. package/src/sap/ui/codeeditor/js/ace/snippets/live_script.js +0 -7
  537. package/src/sap/ui/codeeditor/js/ace/snippets/mips_assembler.js +0 -7
  538. package/src/sap/ui/codeeditor/js/ace/snippets/mipsassembler.js +0 -7
  539. package/src/sap/ui/codeeditor/js/ace/snippets/perl6.js +0 -14
  540. package/src/sap/ui/codeeditor/js/ace/snippets/swig.js +0 -7
@@ -1,4 +1,4 @@
1
- ace.define("ace/mode/doc_comment_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"], function(require, exports, module) {
1
+ ace.define("ace/mode/doc_comment_highlight_rules",[], function(require, exports, module) {
2
2
  "use strict";
3
3
 
4
4
  var oop = require("../lib/oop");
@@ -48,7 +48,7 @@ exports.DocCommentHighlightRules = DocCommentHighlightRules;
48
48
 
49
49
  });
50
50
 
51
- ace.define("ace/mode/css_highlight_rules",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/mode/text_highlight_rules"], function(require, exports, module) {
51
+ ace.define("ace/mode/css_highlight_rules",[], function(require, exports, module) {
52
52
  "use strict";
53
53
 
54
54
  var oop = require("../lib/oop");
@@ -243,7 +243,7 @@ exports.CssHighlightRules = CssHighlightRules;
243
243
 
244
244
  });
245
245
 
246
- ace.define("ace/mode/javascript_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/doc_comment_highlight_rules","ace/mode/text_highlight_rules"], function(require, exports, module) {
246
+ ace.define("ace/mode/javascript_highlight_rules",[], function(require, exports, module) {
247
247
  "use strict";
248
248
 
249
249
  var oop = require("../lib/oop");
@@ -717,7 +717,7 @@ function comments(next) {
717
717
  exports.JavaScriptHighlightRules = JavaScriptHighlightRules;
718
718
  });
719
719
 
720
- ace.define("ace/mode/xml_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"], function(require, exports, module) {
720
+ ace.define("ace/mode/xml_highlight_rules",[], function(require, exports, module) {
721
721
  "use strict";
722
722
 
723
723
  var oop = require("../lib/oop");
@@ -920,7 +920,7 @@ oop.inherits(XmlHighlightRules, TextHighlightRules);
920
920
  exports.XmlHighlightRules = XmlHighlightRules;
921
921
  });
922
922
 
923
- ace.define("ace/mode/html_highlight_rules",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/mode/css_highlight_rules","ace/mode/javascript_highlight_rules","ace/mode/xml_highlight_rules"], function(require, exports, module) {
923
+ ace.define("ace/mode/html_highlight_rules",[], function(require, exports, module) {
924
924
  "use strict";
925
925
 
926
926
  var oop = require("../lib/oop");
@@ -1002,7 +1002,7 @@ oop.inherits(HtmlHighlightRules, XmlHighlightRules);
1002
1002
  exports.HtmlHighlightRules = HtmlHighlightRules;
1003
1003
  });
1004
1004
 
1005
- ace.define("ace/mode/php_highlight_rules",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/mode/doc_comment_highlight_rules","ace/mode/text_highlight_rules","ace/mode/html_highlight_rules"], function(require, exports, module) {
1005
+ ace.define("ace/mode/php_highlight_rules",[], function(require, exports, module) {
1006
1006
  "use strict";
1007
1007
 
1008
1008
  var oop = require("../lib/oop");
@@ -2065,7 +2065,7 @@ exports.PhpHighlightRules = PhpHighlightRules;
2065
2065
  exports.PhpLangHighlightRules = PhpLangHighlightRules;
2066
2066
  });
2067
2067
 
2068
- ace.define("ace/mode/matching_brace_outdent",["require","exports","module","ace/range"], function(require, exports, module) {
2068
+ ace.define("ace/mode/matching_brace_outdent",[], function(require, exports, module) {
2069
2069
  "use strict";
2070
2070
 
2071
2071
  var Range = require("../range").Range;
@@ -2105,7 +2105,7 @@ var MatchingBraceOutdent = function() {};
2105
2105
  exports.MatchingBraceOutdent = MatchingBraceOutdent;
2106
2106
  });
2107
2107
 
2108
- ace.define("ace/mode/php_completions",["require","exports","module"], function(require, exports, module) {
2108
+ ace.define("ace/mode/php_completions",[], function(require, exports, module) {
2109
2109
  "use strict";
2110
2110
 
2111
2111
  var functionMap = {
@@ -2138,15 +2138,15 @@ var functionMap = {
2138
2138
  "Escapes single quote, double quotes and backslash characters in a string with backslashes"
2139
2139
  ],
2140
2140
  "apache_child_terminate": [
2141
- "bool apache_child_terminate(void)",
2141
+ "bool apache_child_terminate()",
2142
2142
  "Terminate apache process after this request"
2143
2143
  ],
2144
2144
  "apache_get_modules": [
2145
- "array apache_get_modules(void)",
2145
+ "array apache_get_modules()",
2146
2146
  "Get a list of loaded Apache modules"
2147
2147
  ],
2148
2148
  "apache_get_version": [
2149
- "string apache_get_version(void)",
2149
+ "string apache_get_version()",
2150
2150
  "Fetch Apache version"
2151
2151
  ],
2152
2152
  "apache_getenv": [
@@ -2178,7 +2178,7 @@ var functionMap = {
2178
2178
  "* fetch all headers that go out in case of an error or a subrequest"
2179
2179
  ],
2180
2180
  "apache_request_headers": [
2181
- "array apache_request_headers(void)",
2181
+ "array apache_request_headers()",
2182
2182
  "Fetch all HTTP request headers"
2183
2183
  ],
2184
2184
  "apache_request_headers_in": [
@@ -2194,7 +2194,7 @@ var functionMap = {
2194
2194
  ""
2195
2195
  ],
2196
2196
  "apache_request_log_error": [
2197
- "boolean apache_request_log_error(string message, [long facility])",
2197
+ "bool apache_request_log_error(string message, [long facility])",
2198
2198
  ""
2199
2199
  ],
2200
2200
  "apache_request_meets_conditions": [
@@ -2246,11 +2246,11 @@ var functionMap = {
2246
2246
  ""
2247
2247
  ],
2248
2248
  "apache_reset_timeout": [
2249
- "bool apache_reset_timeout(void)",
2249
+ "bool apache_reset_timeout()",
2250
2250
  "Reset the Apache write timer"
2251
2251
  ],
2252
2252
  "apache_response_headers": [
2253
- "array apache_response_headers(void)",
2253
+ "array apache_response_headers()",
2254
2254
  "Fetch all HTTP response headers"
2255
2255
  ],
2256
2256
  "apache_setenv": [
@@ -2337,6 +2337,14 @@ var functionMap = {
2337
2337
  "array array_keys(array input [, mixed search_value[, bool strict]])",
2338
2338
  "Return just the keys from the input array, optionally only for the specified search_value"
2339
2339
  ],
2340
+ "array_key_first": [
2341
+ "mixed array_key_first(array arr)",
2342
+ "Returns the first key of arr if the array is not empty; NULL otherwise"
2343
+ ],
2344
+ "array_key_last": [
2345
+ "mixed array_key_last(array arr)",
2346
+ "Returns the last key of arr if the array is not empty; NULL otherwise"
2347
+ ],
2340
2348
  "array_map": [
2341
2349
  "array array_map(mixed callback, array input1 [, array input2 ,...])",
2342
2350
  "Applies the callback to the elements in given arrays."
@@ -2694,7 +2702,7 @@ var functionMap = {
2694
2702
  "Change file mode"
2695
2703
  ],
2696
2704
  "chown": [
2697
- "bool chown (string filename, mixed user)",
2705
+ "bool chown(string filename, mixed user)",
2698
2706
  "Change file owner"
2699
2707
  ],
2700
2708
  "chr": [
@@ -2722,7 +2730,7 @@ var functionMap = {
2722
2730
  "Return all classes and interfaces implemented by SPL"
2723
2731
  ],
2724
2732
  "class_parents": [
2725
- "array class_parents(object instance [, boolean autoload = true])",
2733
+ "array class_parents(object instance [, bool autoload = true])",
2726
2734
  "Return an array containing the names of all parent classes"
2727
2735
  ],
2728
2736
  "clearstatcache": [
@@ -2734,7 +2742,7 @@ var functionMap = {
2734
2742
  "Close directory connection identified by the dir_handle"
2735
2743
  ],
2736
2744
  "closelog": [
2737
- "bool closelog(void)",
2745
+ "bool closelog()",
2738
2746
  "Close connection to system logger"
2739
2747
  ],
2740
2748
  "collator_asort": [
@@ -2826,11 +2834,11 @@ var functionMap = {
2826
2834
  "Return a string to confirm that the module is compiled in"
2827
2835
  ],
2828
2836
  "connection_aborted": [
2829
- "int connection_aborted(void)",
2837
+ "int connection_aborted()",
2830
2838
  "Returns true if client disconnected"
2831
2839
  ],
2832
2840
  "connection_status": [
2833
- "int connection_status(void)",
2841
+ "int connection_status()",
2834
2842
  "Returns the connection status bitfield"
2835
2843
  ],
2836
2844
  "constant": [
@@ -2875,7 +2883,7 @@ var functionMap = {
2875
2883
  ],
2876
2884
  "create_function": [
2877
2885
  "string create_function(string args, string code)",
2878
- "Creates an anonymous function, and returns its name (funny, eh?)"
2886
+ "Creates an anonymous function, and returns its name"
2879
2887
  ],
2880
2888
  "crypt": [
2881
2889
  "string crypt(string str [, string salt])",
@@ -2974,7 +2982,7 @@ var functionMap = {
2974
2982
  "Get information about the current transfers"
2975
2983
  ],
2976
2984
  "curl_multi_init": [
2977
- "resource curl_multi_init(void)",
2985
+ "resource curl_multi_init()",
2978
2986
  "Returns a new cURL multi handle"
2979
2987
  ],
2980
2988
  "curl_multi_remove_handle": [
@@ -3170,7 +3178,7 @@ var functionMap = {
3170
3178
  "* Set formatter pattern."
3171
3179
  ],
3172
3180
  "datefmt_set_timezone_id": [
3173
- "boolean datefmt_set_timezone_id( IntlDateFormatter $mf,$timezone_id)",
3181
+ "bool datefmt_set_timezone_id( IntlDateFormatter $mf,$timezone_id)",
3174
3182
  "* Set formatter timezone_id."
3175
3183
  ],
3176
3184
  "dba_close": [
@@ -3238,7 +3246,7 @@ var functionMap = {
3238
3246
  "Return the translation of msgid for domain_name and category, or msgid unaltered if a translation does not exist"
3239
3247
  ],
3240
3248
  "dcngettext": [
3241
- "string dcngettext (string domain, string msgid1, string msgid2, int n, int category)",
3249
+ "string dcngettext(string domain, string msgid1, string msgid2, int n, int category)",
3242
3250
  "Plural version of dcgettext()"
3243
3251
  ],
3244
3252
  "debug_backtrace": [
@@ -3246,44 +3254,231 @@ var functionMap = {
3246
3254
  "Return backtrace as array"
3247
3255
  ],
3248
3256
  "debug_print_backtrace": [
3249
- "void debug_print_backtrace(void) */",
3250
- "ZEND_FUNCTION(debug_print_backtrace) { zend_execute_data *ptr, *skip; int lineno; char *function_name; char *filename; char *class_name = NULL; char *call_type; char *include_filename = NULL; zval *arg_array = NULL; int indent = 0; if (zend_parse_parameters_none() == FAILURE) { return; } ptr = EG(current_execute_data);",
3257
+ "void debug_print_backtrace()",
3258
+ "Prints a PHP backtrace"
3259
+ ],
3260
+ "debug_zval_dump": [
3261
+ "void debug_zval_dump(mixed var)",
3262
+ "Dumps a string representation of an internal Zend value to output"
3263
+ ],
3264
+ "decbin": [
3265
+ "string decbin(int decimal_number)",
3266
+ "Returns a string containing a binary representation of the number"
3267
+ ],
3268
+ "dechex": [
3269
+ "string dechex(int decimal_number)",
3270
+ "Returns a string containing a hexadecimal representation of the given number"
3271
+ ],
3272
+ "decoct": [
3273
+ "string decoct(int decimal_number)",
3274
+ "Returns a string containing an octal representation of the given number"
3275
+ ],
3276
+ "define": [
3277
+ "bool define(string constant_name, mixed value, bool case_insensitive=false)",
3278
+ "Define a new constant"
3279
+ ],
3280
+ "define_syslog_variables": [
3281
+ "void define_syslog_variables()",
3282
+ "Initializes all syslog-related variables"
3283
+ ],
3284
+ "defined": [
3285
+ "bool defined(string constant_name)",
3286
+ "Check whether a constant exists"
3287
+ ],
3288
+ "deg2rad": [
3289
+ "float deg2rad(float number)",
3290
+ "Converts the number in degrees to the radian equivalent"
3291
+ ],
3292
+ "dgettext": [
3293
+ "string dgettext(string domain_name, string msgid)",
3294
+ "Return the translation of msgid for domain_name, or msgid unaltered if a translation does not exist"
3295
+ ],
3296
+ "die": [
3297
+ "void die([mixed status])",
3298
+ "Output a message and terminate the current script"
3299
+ ],
3300
+ "dir": [
3301
+ "object dir(string directory[, resource context])",
3302
+ "Directory class with properties, handle and class and methods read, rewind and close"
3303
+ ],
3304
+ "dirname": [
3305
+ "string dirname(string path)",
3306
+ "Returns the directory name component of the path"
3307
+ ],
3308
+ "disk_free_space": [
3309
+ "float disk_free_space(string path)",
3310
+ "Get free disk space for filesystem that path is on"
3311
+ ],
3312
+ "disk_total_space": [
3313
+ "float disk_total_space(string path)",
3314
+ "Get total disk space for filesystem that path is on"
3315
+ ],
3316
+ "display_disabled_function": [
3317
+ "void display_disabled_function()",
3318
+ "Dummy function which displays an error when a disabled function is called."
3319
+ ],
3320
+ "dl": [
3321
+ "int dl(string extension_filename)",
3322
+ "Load a PHP extension at runtime"
3323
+ ],
3324
+ "dngettext": [
3325
+ "string dngettext(string domain, string msgid1, string msgid2, int count)",
3326
+ "Plural version of dgettext()"
3327
+ ],
3328
+ "dns_check_record": [
3329
+ "bool dns_check_record(string host [, string type])",
3330
+ "Check DNS records corresponding to a given Internet host name or IP address"
3331
+ ],
3332
+ "dns_get_mx": [
3333
+ "bool dns_get_mx(string hostname, array mxhosts [, array weight])",
3334
+ "Get MX records corresponding to a given Internet host name"
3335
+ ],
3336
+ "dns_get_record": [
3337
+ "array|false dns_get_record(string hostname [, int type[, array authns, array addtl]])",
3338
+ "Get any Resource Record corresponding to a given Internet host name"
3339
+ ],
3340
+ "dom_attr_is_id": [
3341
+ "bool dom_attr_is_id()",
3342
+ "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Attr-isId Since: DOM Level 3"
3343
+ ],
3344
+ "dom_characterdata_append_data": [
3345
+ "void dom_characterdata_append_data(string arg)",
3346
+ "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-32791A2F Since:"
3347
+ ],
3348
+ "dom_characterdata_delete_data": [
3349
+ "void dom_characterdata_delete_data(int offset, int count)",
3350
+ "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-7C603781 Since:"
3351
+ ],
3352
+ "dom_characterdata_insert_data": [
3353
+ "void dom_characterdata_insert_data(int offset, string arg)",
3354
+ "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-3EDB695F Since:"
3355
+ ],
3356
+ "dom_characterdata_replace_data": [
3357
+ "void dom_characterdata_replace_data(int offset, int count, string arg)",
3358
+ "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-E5CBA7FB Since:"
3359
+ ],
3360
+ "dom_characterdata_substring_data": [
3361
+ "string dom_characterdata_substring_data(int offset, int count)",
3362
+ "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-6531BCCF Since:"
3363
+ ],
3364
+ "dom_document_adopt_node": [
3365
+ "DOMNode dom_document_adopt_node(DOMNode source)",
3366
+ "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-Document3-adoptNode Since: DOM Level 3"
3367
+ ],
3368
+ "dom_document_create_attribute": [
3369
+ "DOMAttr dom_document_create_attribute(string name)",
3370
+ "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1084891198 Since:"
3371
+ ],
3372
+ "dom_document_create_attribute_ns": [
3373
+ "DOMAttr dom_document_create_attribute_ns(string namespaceURI, string qualifiedName)",
3374
+ "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-DocCrAttrNS Since: DOM Level 2"
3375
+ ],
3376
+ "dom_document_create_cdatasection": [
3377
+ "DOMCdataSection dom_document_create_cdatasection(string data)",
3378
+ "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-D26C0AF8 Since:"
3379
+ ],
3380
+ "dom_document_create_comment": [
3381
+ "DOMComment dom_document_create_comment(string data)",
3382
+ "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1334481328 Since:"
3383
+ ],
3384
+ "dom_document_create_document_fragment": [
3385
+ "DOMDocumentFragment dom_document_create_document_fragment()",
3386
+ "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-35CB04B5 Since:"
3387
+ ],
3388
+ "dom_document_create_element": [
3389
+ "DOMElement dom_document_create_element(string tagName [, string value])",
3390
+ "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-2141741547 Since:"
3391
+ ],
3392
+ "dom_document_create_element_ns": [
3393
+ "DOMElement dom_document_create_element_ns(string namespaceURI, string qualifiedName [,string value])",
3394
+ "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-DocCrElNS Since: DOM Level 2"
3395
+ ],
3396
+ "dom_document_create_entity_reference": [
3397
+ "DOMEntityReference dom_document_create_entity_reference(string name)",
3398
+ "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-392B75AE Since:"
3399
+ ],
3400
+ "dom_document_create_processing_instruction": [
3401
+ "DOMProcessingInstruction dom_document_create_processing_instruction(string target, string data)",
3402
+ "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-135944439 Since:"
3403
+ ],
3404
+ "dom_document_create_text_node": [
3405
+ "DOMText dom_document_create_text_node(string data)",
3406
+ "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1975348127 Since:"
3407
+ ],
3408
+ "dom_document_get_element_by_id": [
3409
+ "DOMElement dom_document_get_element_by_id(string elementId)",
3410
+ "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-getElBId Since: DOM Level 2"
3411
+ ],
3412
+ "dom_document_get_elements_by_tag_name": [
3413
+ "DOMNodeList dom_document_get_elements_by_tag_name(string tagname)",
3414
+ "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-A6C9094 Since:"
3415
+ ],
3416
+ "dom_document_get_elements_by_tag_name_ns": [
3417
+ "DOMNodeList dom_document_get_elements_by_tag_name_ns(string namespaceURI, string localName)",
3418
+ "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-getElBTNNS Since: DOM Level 2"
3419
+ ],
3420
+ "dom_document_import_node": [
3421
+ "DOMNode dom_document_import_node(DOMNode importedNode, bool deep)",
3422
+ "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Core-Document-importNode Since: DOM Level 2"
3423
+ ],
3424
+ "dom_document_load": [
3425
+ "DOMNode dom_document_load(string source [, int options])",
3426
+ "URL: http://www.w3.org/TR/DOM-Level-3-LS/load-save.html#LS-DocumentLS-load Since: DOM Level 3"
3427
+ ],
3428
+ "dom_document_load_html": [
3429
+ "DOMNode dom_document_load_html(string source)",
3430
+ "Since: DOM extended"
3431
+ ],
3432
+ "dom_document_load_html_file": [
3433
+ "DOMNode dom_document_load_html_file(string source)",
3434
+ "Since: DOM extended"
3435
+ ],
3436
+ "dom_document_loadxml": [
3437
+ "DOMNode dom_document_loadxml(string source [, int options])",
3438
+ "URL: http://www.w3.org/TR/DOM-Level-3-LS/load-save.html#LS-DocumentLS-loadXML Since: DOM Level 3"
3439
+ ],
3440
+ "dom_document_normalize_document": [
3441
+ "void dom_document_normalize_document()",
3442
+ "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-Document3-normalizeDocument Since: DOM Level 3"
3443
+ ],
3444
+ "dom_document_relaxNG_validate_file": [
3445
+ "bool dom_document_relaxNG_validate_file(string filename); */",
3251
3446
  "PHP_FUNCTION(dom_document_relaxNG_validate_file) { _dom_document_relaxNG_validate(INTERNAL_FUNCTION_PARAM_PASSTHRU, DOM_LOAD_FILE); } /* }}} end dom_document_relaxNG_validate_file"
3252
3447
  ],
3253
3448
  "dom_document_relaxNG_validate_xml": [
3254
- "boolean dom_document_relaxNG_validate_xml(string source); */",
3449
+ "bool dom_document_relaxNG_validate_xml(string source); */",
3255
3450
  "PHP_FUNCTION(dom_document_relaxNG_validate_xml) { _dom_document_relaxNG_validate(INTERNAL_FUNCTION_PARAM_PASSTHRU, DOM_LOAD_STRING); } /* }}} end dom_document_relaxNG_validate_xml"
3256
3451
  ],
3257
3452
  "dom_document_rename_node": [
3258
- "DOMNode dom_document_rename_node(node n, string namespaceURI, string qualifiedName);",
3453
+ "DOMNode dom_document_rename_node(node n, string namespaceURI, string qualifiedName)",
3259
3454
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-Document3-renameNode Since: DOM Level 3"
3260
3455
  ],
3261
3456
  "dom_document_save": [
3262
- "int dom_document_save(string file);",
3457
+ "int dom_document_save(string file)",
3263
3458
  "Convenience method to save to file"
3264
3459
  ],
3265
3460
  "dom_document_save_html": [
3266
- "string dom_document_save_html();",
3461
+ "string dom_document_save_html()",
3267
3462
  "Convenience method to output as html"
3268
3463
  ],
3269
3464
  "dom_document_save_html_file": [
3270
- "int dom_document_save_html_file(string file);",
3465
+ "int dom_document_save_html_file(string file)",
3271
3466
  "Convenience method to save to file as html"
3272
3467
  ],
3273
3468
  "dom_document_savexml": [
3274
- "string dom_document_savexml([node n]);",
3469
+ "string dom_document_savexml([node n])",
3275
3470
  "URL: http://www.w3.org/TR/DOM-Level-3-LS/load-save.html#LS-DocumentLS-saveXML Since: DOM Level 3"
3276
3471
  ],
3277
3472
  "dom_document_schema_validate": [
3278
- "boolean dom_document_schema_validate(string source); */",
3473
+ "bool dom_document_schema_validate(string source); */",
3279
3474
  "PHP_FUNCTION(dom_document_schema_validate_xml) { _dom_document_schema_validate(INTERNAL_FUNCTION_PARAM_PASSTHRU, DOM_LOAD_STRING); } /* }}} end dom_document_schema_validate"
3280
3475
  ],
3281
3476
  "dom_document_schema_validate_file": [
3282
- "boolean dom_document_schema_validate_file(string filename); */",
3477
+ "bool dom_document_schema_validate_file(string filename); */",
3283
3478
  "PHP_FUNCTION(dom_document_schema_validate_file) { _dom_document_schema_validate(INTERNAL_FUNCTION_PARAM_PASSTHRU, DOM_LOAD_FILE); } /* }}} end dom_document_schema_validate_file"
3284
3479
  ],
3285
3480
  "dom_document_validate": [
3286
- "boolean dom_document_validate();",
3481
+ "bool dom_document_validate()",
3287
3482
  "Since: DOM extended"
3288
3483
  ],
3289
3484
  "dom_document_xinclude": [
@@ -3291,123 +3486,123 @@ var functionMap = {
3291
3486
  "Substitutues xincludes in a DomDocument"
3292
3487
  ],
3293
3488
  "dom_domconfiguration_can_set_parameter": [
3294
- "boolean dom_domconfiguration_can_set_parameter(string name, domuserdata value);",
3489
+ "bool dom_domconfiguration_can_set_parameter(string name, domuserdata value)",
3295
3490
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#DOMConfiguration-canSetParameter Since:"
3296
3491
  ],
3297
3492
  "dom_domconfiguration_get_parameter": [
3298
- "domdomuserdata dom_domconfiguration_get_parameter(string name);",
3493
+ "domdomuserdata dom_domconfiguration_get_parameter(string name)",
3299
3494
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#DOMConfiguration-getParameter Since:"
3300
3495
  ],
3301
3496
  "dom_domconfiguration_set_parameter": [
3302
- "dom_void dom_domconfiguration_set_parameter(string name, domuserdata value);",
3497
+ "dom_void dom_domconfiguration_set_parameter(string name, domuserdata value)",
3303
3498
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#DOMConfiguration-property Since:"
3304
3499
  ],
3305
3500
  "dom_domerrorhandler_handle_error": [
3306
- "dom_boolean dom_domerrorhandler_handle_error(domerror error);",
3501
+ "dom_bool dom_domerrorhandler_handle_error(domerror error)",
3307
3502
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-ERRORS-DOMErrorHandler-handleError Since:"
3308
3503
  ],
3309
3504
  "dom_domimplementation_create_document": [
3310
- "DOMDocument dom_domimplementation_create_document(string namespaceURI, string qualifiedName, DOMDocumentType doctype);",
3505
+ "DOMDocument dom_domimplementation_create_document(string namespaceURI, string qualifiedName, DOMDocumentType doctype)",
3311
3506
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Level-2-Core-DOM-createDocument Since: DOM Level 2"
3312
3507
  ],
3313
3508
  "dom_domimplementation_create_document_type": [
3314
- "DOMDocumentType dom_domimplementation_create_document_type(string qualifiedName, string publicId, string systemId);",
3509
+ "DOMDocumentType dom_domimplementation_create_document_type(string qualifiedName, string publicId, string systemId)",
3315
3510
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Level-2-Core-DOM-createDocType Since: DOM Level 2"
3316
3511
  ],
3317
3512
  "dom_domimplementation_get_feature": [
3318
- "DOMNode dom_domimplementation_get_feature(string feature, string version);",
3513
+ "DOMNode dom_domimplementation_get_feature(string feature, string version)",
3319
3514
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#DOMImplementation3-getFeature Since: DOM Level 3"
3320
3515
  ],
3321
3516
  "dom_domimplementation_has_feature": [
3322
- "boolean dom_domimplementation_has_feature(string feature, string version);",
3517
+ "bool dom_domimplementation_has_feature(string feature, string version)",
3323
3518
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-5CED94D7 Since:"
3324
3519
  ],
3325
3520
  "dom_domimplementationlist_item": [
3326
- "domdomimplementation dom_domimplementationlist_item(int index);",
3521
+ "domdomimplementation dom_domimplementationlist_item(int index)",
3327
3522
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#DOMImplementationList-item Since:"
3328
3523
  ],
3329
3524
  "dom_domimplementationsource_get_domimplementation": [
3330
- "domdomimplementation dom_domimplementationsource_get_domimplementation(string features);",
3525
+ "domdomimplementation dom_domimplementationsource_get_domimplementation(string features)",
3331
3526
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-getDOMImpl Since:"
3332
3527
  ],
3333
3528
  "dom_domimplementationsource_get_domimplementations": [
3334
- "domimplementationlist dom_domimplementationsource_get_domimplementations(string features);",
3529
+ "domimplementationlist dom_domimplementationsource_get_domimplementations(string features)",
3335
3530
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-getDOMImpls Since:"
3336
3531
  ],
3337
3532
  "dom_domstringlist_item": [
3338
- "domstring dom_domstringlist_item(int index);",
3533
+ "domstring dom_domstringlist_item(int index)",
3339
3534
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#DOMStringList-item Since:"
3340
3535
  ],
3341
3536
  "dom_element_get_attribute": [
3342
- "string dom_element_get_attribute(string name);",
3537
+ "string dom_element_get_attribute(string name)",
3343
3538
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-666EE0F9 Since:"
3344
3539
  ],
3345
3540
  "dom_element_get_attribute_node": [
3346
- "DOMAttr dom_element_get_attribute_node(string name);",
3541
+ "DOMAttr dom_element_get_attribute_node(string name)",
3347
3542
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-217A91B8 Since:"
3348
3543
  ],
3349
3544
  "dom_element_get_attribute_node_ns": [
3350
- "DOMAttr dom_element_get_attribute_node_ns(string namespaceURI, string localName);",
3545
+ "DOMAttr dom_element_get_attribute_node_ns(string namespaceURI, string localName)",
3351
3546
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElGetAtNodeNS Since: DOM Level 2"
3352
3547
  ],
3353
3548
  "dom_element_get_attribute_ns": [
3354
- "string dom_element_get_attribute_ns(string namespaceURI, string localName);",
3549
+ "string dom_element_get_attribute_ns(string namespaceURI, string localName)",
3355
3550
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElGetAttrNS Since: DOM Level 2"
3356
3551
  ],
3357
3552
  "dom_element_get_elements_by_tag_name": [
3358
- "DOMNodeList dom_element_get_elements_by_tag_name(string name);",
3553
+ "DOMNodeList dom_element_get_elements_by_tag_name(string name)",
3359
3554
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1938918D Since:"
3360
3555
  ],
3361
3556
  "dom_element_get_elements_by_tag_name_ns": [
3362
- "DOMNodeList dom_element_get_elements_by_tag_name_ns(string namespaceURI, string localName);",
3557
+ "DOMNodeList dom_element_get_elements_by_tag_name_ns(string namespaceURI, string localName)",
3363
3558
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-A6C90942 Since: DOM Level 2"
3364
3559
  ],
3365
3560
  "dom_element_has_attribute": [
3366
- "boolean dom_element_has_attribute(string name);",
3561
+ "bool dom_element_has_attribute(string name)",
3367
3562
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElHasAttr Since: DOM Level 2"
3368
3563
  ],
3369
3564
  "dom_element_has_attribute_ns": [
3370
- "boolean dom_element_has_attribute_ns(string namespaceURI, string localName);",
3565
+ "bool dom_element_has_attribute_ns(string namespaceURI, string localName)",
3371
3566
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElHasAttrNS Since: DOM Level 2"
3372
3567
  ],
3373
3568
  "dom_element_remove_attribute": [
3374
- "void dom_element_remove_attribute(string name);",
3569
+ "void dom_element_remove_attribute(string name)",
3375
3570
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-6D6AC0F9 Since:"
3376
3571
  ],
3377
3572
  "dom_element_remove_attribute_node": [
3378
- "DOMAttr dom_element_remove_attribute_node(DOMAttr oldAttr);",
3573
+ "DOMAttr dom_element_remove_attribute_node(DOMAttr oldAttr)",
3379
3574
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-D589198 Since:"
3380
3575
  ],
3381
3576
  "dom_element_remove_attribute_ns": [
3382
- "void dom_element_remove_attribute_ns(string namespaceURI, string localName);",
3577
+ "void dom_element_remove_attribute_ns(string namespaceURI, string localName)",
3383
3578
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElRemAtNS Since: DOM Level 2"
3384
3579
  ],
3385
3580
  "dom_element_set_attribute": [
3386
- "void dom_element_set_attribute(string name, string value);",
3581
+ "void dom_element_set_attribute(string name, string value)",
3387
3582
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-F68F082 Since:"
3388
3583
  ],
3389
3584
  "dom_element_set_attribute_node": [
3390
- "DOMAttr dom_element_set_attribute_node(DOMAttr newAttr);",
3585
+ "DOMAttr dom_element_set_attribute_node(DOMAttr newAttr)",
3391
3586
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-887236154 Since:"
3392
3587
  ],
3393
3588
  "dom_element_set_attribute_node_ns": [
3394
- "DOMAttr dom_element_set_attribute_node_ns(DOMAttr newAttr);",
3589
+ "DOMAttr dom_element_set_attribute_node_ns(DOMAttr newAttr)",
3395
3590
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElSetAtNodeNS Since: DOM Level 2"
3396
3591
  ],
3397
3592
  "dom_element_set_attribute_ns": [
3398
- "void dom_element_set_attribute_ns(string namespaceURI, string qualifiedName, string value);",
3593
+ "void dom_element_set_attribute_ns(string namespaceURI, string qualifiedName, string value)",
3399
3594
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElSetAttrNS Since: DOM Level 2"
3400
3595
  ],
3401
3596
  "dom_element_set_id_attribute": [
3402
- "void dom_element_set_id_attribute(string name, boolean isId);",
3597
+ "void dom_element_set_id_attribute(string name, bool isId)",
3403
3598
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElSetIdAttr Since: DOM Level 3"
3404
3599
  ],
3405
3600
  "dom_element_set_id_attribute_node": [
3406
- "void dom_element_set_id_attribute_node(attr idAttr, boolean isId);",
3601
+ "void dom_element_set_id_attribute_node(attr idAttr, bool isId)",
3407
3602
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElSetIdAttrNode Since: DOM Level 3"
3408
3603
  ],
3409
3604
  "dom_element_set_id_attribute_ns": [
3410
- "void dom_element_set_id_attribute_ns(string namespaceURI, string localName, boolean isId);",
3605
+ "void dom_element_set_id_attribute_ns(string namespaceURI, string localName, bool isId)",
3411
3606
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElSetIdAttrNS Since: DOM Level 3"
3412
3607
  ],
3413
3608
  "dom_import_simplexml": [
@@ -3415,156 +3610,156 @@ var functionMap = {
3415
3610
  "Get a simplexml_element object from dom to allow for processing"
3416
3611
  ],
3417
3612
  "dom_namednodemap_get_named_item": [
3418
- "DOMNode dom_namednodemap_get_named_item(string name);",
3613
+ "DOMNode dom_namednodemap_get_named_item(string name)",
3419
3614
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1074577549 Since:"
3420
3615
  ],
3421
3616
  "dom_namednodemap_get_named_item_ns": [
3422
- "DOMNode dom_namednodemap_get_named_item_ns(string namespaceURI, string localName);",
3617
+ "DOMNode dom_namednodemap_get_named_item_ns(string namespaceURI, string localName)",
3423
3618
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-getNamedItemNS Since: DOM Level 2"
3424
3619
  ],
3425
3620
  "dom_namednodemap_item": [
3426
- "DOMNode dom_namednodemap_item(int index);",
3621
+ "DOMNode dom_namednodemap_item(int index)",
3427
3622
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-349467F9 Since:"
3428
3623
  ],
3429
3624
  "dom_namednodemap_remove_named_item": [
3430
- "DOMNode dom_namednodemap_remove_named_item(string name);",
3625
+ "DOMNode dom_namednodemap_remove_named_item(string name)",
3431
3626
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-D58B193 Since:"
3432
3627
  ],
3433
3628
  "dom_namednodemap_remove_named_item_ns": [
3434
- "DOMNode dom_namednodemap_remove_named_item_ns(string namespaceURI, string localName);",
3629
+ "DOMNode dom_namednodemap_remove_named_item_ns(string namespaceURI, string localName)",
3435
3630
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-removeNamedItemNS Since: DOM Level 2"
3436
3631
  ],
3437
3632
  "dom_namednodemap_set_named_item": [
3438
- "DOMNode dom_namednodemap_set_named_item(DOMNode arg);",
3633
+ "DOMNode dom_namednodemap_set_named_item(DOMNode arg)",
3439
3634
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1025163788 Since:"
3440
3635
  ],
3441
3636
  "dom_namednodemap_set_named_item_ns": [
3442
- "DOMNode dom_namednodemap_set_named_item_ns(DOMNode arg);",
3637
+ "DOMNode dom_namednodemap_set_named_item_ns(DOMNode arg)",
3443
3638
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-setNamedItemNS Since: DOM Level 2"
3444
3639
  ],
3445
3640
  "dom_namelist_get_name": [
3446
- "string dom_namelist_get_name(int index);",
3641
+ "string dom_namelist_get_name(int index)",
3447
3642
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#NameList-getName Since:"
3448
3643
  ],
3449
3644
  "dom_namelist_get_namespace_uri": [
3450
- "string dom_namelist_get_namespace_uri(int index);",
3645
+ "string dom_namelist_get_namespace_uri(int index)",
3451
3646
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#NameList-getNamespaceURI Since:"
3452
3647
  ],
3453
3648
  "dom_node_append_child": [
3454
- "DomNode dom_node_append_child(DomNode newChild);",
3649
+ "DomNode dom_node_append_child(DomNode newChild)",
3455
3650
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-184E7107 Since:"
3456
3651
  ],
3457
3652
  "dom_node_clone_node": [
3458
- "DomNode dom_node_clone_node(boolean deep);",
3653
+ "DomNode dom_node_clone_node(bool deep)",
3459
3654
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-3A0ED0A4 Since:"
3460
3655
  ],
3461
3656
  "dom_node_compare_document_position": [
3462
- "short dom_node_compare_document_position(DomNode other);",
3657
+ "short dom_node_compare_document_position(DomNode other)",
3463
3658
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Node3-compareDocumentPosition Since: DOM Level 3"
3464
3659
  ],
3465
3660
  "dom_node_get_feature": [
3466
- "DomNode dom_node_get_feature(string feature, string version);",
3661
+ "DomNode dom_node_get_feature(string feature, string version)",
3467
3662
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Node3-getFeature Since: DOM Level 3"
3468
3663
  ],
3469
3664
  "dom_node_get_user_data": [
3470
- "mixed dom_node_get_user_data(string key);",
3665
+ "mixed dom_node_get_user_data(string key)",
3471
3666
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Node3-getUserData Since: DOM Level 3"
3472
3667
  ],
3473
3668
  "dom_node_has_attributes": [
3474
- "boolean dom_node_has_attributes();",
3669
+ "bool dom_node_has_attributes()",
3475
3670
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-NodeHasAttrs Since: DOM Level 2"
3476
3671
  ],
3477
3672
  "dom_node_has_child_nodes": [
3478
- "boolean dom_node_has_child_nodes();",
3673
+ "bool dom_node_has_child_nodes()",
3479
3674
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-810594187 Since:"
3480
3675
  ],
3481
3676
  "dom_node_insert_before": [
3482
- "domnode dom_node_insert_before(DomNode newChild, DomNode refChild);",
3677
+ "domnode dom_node_insert_before(DomNode newChild, DomNode refChild)",
3483
3678
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-952280727 Since:"
3484
3679
  ],
3485
3680
  "dom_node_is_default_namespace": [
3486
- "boolean dom_node_is_default_namespace(string namespaceURI);",
3681
+ "bool dom_node_is_default_namespace(string namespaceURI)",
3487
3682
  "URL: http://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-isDefaultNamespace Since: DOM Level 3"
3488
3683
  ],
3489
3684
  "dom_node_is_equal_node": [
3490
- "boolean dom_node_is_equal_node(DomNode arg);",
3685
+ "bool dom_node_is_equal_node(DomNode arg)",
3491
3686
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Node3-isEqualNode Since: DOM Level 3"
3492
3687
  ],
3493
3688
  "dom_node_is_same_node": [
3494
- "boolean dom_node_is_same_node(DomNode other);",
3689
+ "bool dom_node_is_same_node(DomNode other)",
3495
3690
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Node3-isSameNode Since: DOM Level 3"
3496
3691
  ],
3497
3692
  "dom_node_is_supported": [
3498
- "boolean dom_node_is_supported(string feature, string version);",
3693
+ "bool dom_node_is_supported(string feature, string version)",
3499
3694
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-Level-2-Core-Node-supports Since: DOM Level 2"
3500
3695
  ],
3501
3696
  "dom_node_lookup_namespace_uri": [
3502
- "string dom_node_lookup_namespace_uri(string prefix);",
3697
+ "string dom_node_lookup_namespace_uri(string prefix)",
3503
3698
  "URL: http://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-lookupNamespaceURI Since: DOM Level 3"
3504
3699
  ],
3505
3700
  "dom_node_lookup_prefix": [
3506
- "string dom_node_lookup_prefix(string namespaceURI);",
3701
+ "string dom_node_lookup_prefix(string namespaceURI)",
3507
3702
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Node3-lookupNamespacePrefix Since: DOM Level 3"
3508
3703
  ],
3509
3704
  "dom_node_normalize": [
3510
- "void dom_node_normalize();",
3705
+ "void dom_node_normalize()",
3511
3706
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-normalize Since:"
3512
3707
  ],
3513
3708
  "dom_node_remove_child": [
3514
- "DomNode dom_node_remove_child(DomNode oldChild);",
3709
+ "DomNode dom_node_remove_child(DomNode oldChild)",
3515
3710
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1734834066 Since:"
3516
3711
  ],
3517
3712
  "dom_node_replace_child": [
3518
- "DomNode dom_node_replace_child(DomNode newChild, DomNode oldChild);",
3713
+ "DomNode dom_node_replace_child(DomNode newChild, DomNode oldChild)",
3519
3714
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-785887307 Since:"
3520
3715
  ],
3521
3716
  "dom_node_set_user_data": [
3522
- "mixed dom_node_set_user_data(string key, mixed data, userdatahandler handler);",
3717
+ "mixed dom_node_set_user_data(string key, mixed data, userdatahandler handler)",
3523
3718
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Node3-setUserData Since: DOM Level 3"
3524
3719
  ],
3525
3720
  "dom_nodelist_item": [
3526
- "DOMNode dom_nodelist_item(int index);",
3721
+ "DOMNode dom_nodelist_item(int index)",
3527
3722
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-844377136 Since:"
3528
3723
  ],
3529
3724
  "dom_string_extend_find_offset16": [
3530
- "int dom_string_extend_find_offset16(int offset32);",
3725
+ "int dom_string_extend_find_offset16(int offset32)",
3531
3726
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#i18n-methods-StringExtend-findOffset16 Since:"
3532
3727
  ],
3533
3728
  "dom_string_extend_find_offset32": [
3534
- "int dom_string_extend_find_offset32(int offset16);",
3729
+ "int dom_string_extend_find_offset32(int offset16)",
3535
3730
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#i18n-methods-StringExtend-findOffset32 Since:"
3536
3731
  ],
3537
3732
  "dom_text_is_whitespace_in_element_content": [
3538
- "boolean dom_text_is_whitespace_in_element_content();",
3733
+ "bool dom_text_is_whitespace_in_element_content()",
3539
3734
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-Text3-isWhitespaceInElementContent Since: DOM Level 3"
3540
3735
  ],
3541
3736
  "dom_text_replace_whole_text": [
3542
- "DOMText dom_text_replace_whole_text(string content);",
3737
+ "DOMText dom_text_replace_whole_text(string content)",
3543
3738
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-Text3-replaceWholeText Since: DOM Level 3"
3544
3739
  ],
3545
3740
  "dom_text_split_text": [
3546
- "DOMText dom_text_split_text(int offset);",
3741
+ "DOMText dom_text_split_text(int offset)",
3547
3742
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-38853C1D Since:"
3548
3743
  ],
3549
3744
  "dom_userdatahandler_handle": [
3550
- "dom_void dom_userdatahandler_handle(short operation, string key, domobject data, node src, node dst);",
3745
+ "dom_void dom_userdatahandler_handle(short operation, string key, domobject data, node src, node dst)",
3551
3746
  "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-handleUserDataEvent Since:"
3552
3747
  ],
3553
3748
  "dom_xpath_evaluate": [
3554
- "mixed dom_xpath_evaluate(string expr [,DOMNode context]); */",
3555
- "PHP_FUNCTION(dom_xpath_evaluate) { php_xpath_eval(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_DOM_XPATH_EVALUATE); } /* }}} end dom_xpath_evaluate"
3749
+ "mixed dom_xpath_evaluate(string expr [,DOMNode context])",
3750
+ ""
3556
3751
  ],
3557
3752
  "dom_xpath_query": [
3558
- "DOMNodeList dom_xpath_query(string expr [,DOMNode context]); */",
3559
- "PHP_FUNCTION(dom_xpath_query) { php_xpath_eval(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_DOM_XPATH_QUERY); } /* }}} end dom_xpath_query"
3753
+ "DOMNodeList dom_xpath_query(string expr [,DOMNode context])",
3754
+ ""
3560
3755
  ],
3561
3756
  "dom_xpath_register_ns": [
3562
- "boolean dom_xpath_register_ns(string prefix, string uri); */",
3563
- "PHP_FUNCTION(dom_xpath_register_ns) { zval *id; xmlXPathContextPtr ctxp; int prefix_len, ns_uri_len; dom_xpath_object *intern; unsigned char *prefix, *ns_uri; if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), \"Oss\", &id, dom_xpath_class_entry, &prefix, &prefix_len, &ns_uri, &ns_uri_len) == FAILURE) { return; } intern = (dom_xpath_object *)zend_object_store_get_object(id TSRMLS_CC); ctxp = (xmlXPathContextPtr) intern->ptr; if (ctxp == NULL) { php_error_docref(NULL TSRMLS_CC, E_WARNING, \"Invalid XPath Context\"); RETURN_FALSE; } if (xmlXPathRegisterNs(ctxp, prefix, ns_uri) != 0) { RETURN_FALSE } RETURN_TRUE; } /* }}}"
3757
+ "bool dom_xpath_register_ns(string prefix, string uri)",
3758
+ ""
3564
3759
  ],
3565
3760
  "dom_xpath_register_php_functions": [
3566
- "void dom_xpath_register_php_functions() */",
3567
- "PHP_FUNCTION(dom_xpath_register_php_functions) { zval *id; dom_xpath_object *intern; zval *array_value, **entry, *new_string; int name_len = 0; char *name; DOM_GET_THIS(id); if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, \"a\", &array_value) == SUCCESS) { intern = (dom_xpath_object *)zend_object_store_get_object(id TSRMLS_CC); zend_hash_internal_pointer_reset(Z_ARRVAL_P(array_value)); while (zend_hash_get_current_data(Z_ARRVAL_P(array_value), (void **)&entry) == SUCCESS) { SEPARATE_ZVAL(entry); convert_to_string_ex(entry); MAKE_STD_ZVAL(new_string); ZVAL_LONG(new_string,1); zend_hash_update(intern->registered_phpfunctions, Z_STRVAL_PP(entry), Z_STRLEN_PP(entry) + 1, &new_string, sizeof(zval*), NULL); zend_hash_move_forward(Z_ARRVAL_P(array_value)); } intern->registerPhpFunctions = 2; RETURN_TRUE; } else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, \"s\", &name, &name_len) == SUCCESS) { intern = (dom_xpath_object *)zend_object_store_get_object(id TSRMLS_CC); MAKE_STD_ZVAL(new_string); ZVAL_LONG(new_string,1); zend_hash_update(intern->registered_phpfunctions, name, name_len + 1, &new_string, sizeof(zval*), NULL); intern->registerPhpFunctions = 2; } else { intern = (dom_xpath_object *)zend_object_store_get_object(id TSRMLS_CC); intern->registerPhpFunctions = 1; } } /* }}} end dom_xpath_register_php_functions"
3761
+ "void dom_xpath_register_php_functions()",
3762
+ ""
3568
3763
  ],
3569
3764
  "each": [
3570
3765
  "array each(array arr)",
@@ -3583,7 +3778,7 @@ var functionMap = {
3583
3778
  "Output one or more strings"
3584
3779
  ],
3585
3780
  "empty": [
3586
- "bool empty( mixed var )",
3781
+ "bool empty(mixed var)",
3587
3782
  "Determine whether a variable is empty"
3588
3783
  ],
3589
3784
  "enchant_broker_describe": [
@@ -3595,7 +3790,7 @@ var functionMap = {
3595
3790
  "Whether a dictionary exists or not. Using non-empty tag"
3596
3791
  ],
3597
3792
  "enchant_broker_free": [
3598
- "boolean enchant_broker_free(resource broker)",
3793
+ "bool enchant_broker_free(resource broker)",
3599
3794
  "Destroys the broker object and its dictionnaries"
3600
3795
  ],
3601
3796
  "enchant_broker_free_dict": [
@@ -3891,7 +4086,7 @@ var functionMap = {
3891
4086
  "Returns the next lowest integer value from the number"
3892
4087
  ],
3893
4088
  "flush": [
3894
- "void flush(void)",
4089
+ "void flush()",
3895
4090
  "Flush the output buffer"
3896
4091
  ],
3897
4092
  "fmod": [
@@ -4099,7 +4294,7 @@ var functionMap = {
4099
4294
  "Get an array of the arguments that were passed to the function"
4100
4295
  ],
4101
4296
  "func_num_args": [
4102
- "int func_num_args(void)",
4297
+ "int func_num_args()",
4103
4298
  "Get the number of arguments that were passed to the function"
4104
4299
  ],
4105
4300
  "function ": ["", ""],
@@ -4113,19 +4308,19 @@ var functionMap = {
4113
4308
  "Binary-safe file write"
4114
4309
  ],
4115
4310
  "gc_collect_cycles": [
4116
- "int gc_collect_cycles(void)",
4311
+ "int gc_collect_cycles()",
4117
4312
  "Forces collection of any existing garbage cycles. Returns number of freed zvals"
4118
4313
  ],
4119
4314
  "gc_disable": [
4120
- "void gc_disable(void)",
4315
+ "void gc_disable()",
4121
4316
  "Deactivates the circular reference collector"
4122
4317
  ],
4123
4318
  "gc_enable": [
4124
- "void gc_enable(void)",
4319
+ "void gc_enable()",
4125
4320
  "Activates the circular reference collector"
4126
4321
  ],
4127
4322
  "gc_enabled": [
4128
- "void gc_enabled(void)",
4323
+ "void gc_enabled()",
4129
4324
  "Returns status of the circular reference collector"
4130
4325
  ],
4131
4326
  "gd_info": [
@@ -4134,7 +4329,7 @@ var functionMap = {
4134
4329
  ],
4135
4330
  "getKeywords": [
4136
4331
  "static array getKeywords(string $locale) {",
4137
- "* return an associative array containing keyword-value * pairs for this locale. The keys are keys to the array (doh!) * }}}"
4332
+ "* return an associative array containing keyword-value * pairs for this locale. The keys are keys to the array * }}}"
4138
4333
  ],
4139
4334
  "get_browser": [
4140
4335
  "mixed get_browser([string browser_name [, bool return_array]])",
@@ -4161,7 +4356,7 @@ var functionMap = {
4161
4356
  "Returns an array of default properties of the class."
4162
4357
  ],
4163
4358
  "get_current_user": [
4164
- "string get_current_user(void)",
4359
+ "string get_current_user()",
4165
4360
  "Get the name of the owner of the current PHP script"
4166
4361
  ],
4167
4362
  "get_declared_classes": [
@@ -4177,11 +4372,11 @@ var functionMap = {
4177
4372
  "Return an array containing the names and values of all defined constants"
4178
4373
  ],
4179
4374
  "get_defined_functions": [
4180
- "array get_defined_functions(void)",
4375
+ "array get_defined_functions()",
4181
4376
  "Returns an array of all defined functions"
4182
4377
  ],
4183
4378
  "get_defined_vars": [
4184
- "array get_defined_vars(void)",
4379
+ "array get_defined_vars()",
4185
4380
  "Returns an associative array of names and values of all currently defined variable names (variables in the current scope)"
4186
4381
  ],
4187
4382
  "get_display_language": [
@@ -4217,7 +4412,7 @@ var functionMap = {
4217
4412
  "Get the current include_path configuration option"
4218
4413
  ],
4219
4414
  "get_included_files": [
4220
- "array get_included_files(void)",
4415
+ "array get_included_files()",
4221
4416
  "Returns an array with the file names that were include_once()'d"
4222
4417
  ],
4223
4418
  "get_loaded_extensions": [
@@ -4225,11 +4420,11 @@ var functionMap = {
4225
4420
  "Return an array containing names of loaded extensions"
4226
4421
  ],
4227
4422
  "get_magic_quotes_gpc": [
4228
- "int get_magic_quotes_gpc(void)",
4423
+ "int get_magic_quotes_gpc()",
4229
4424
  "Get the current active configuration setting of magic_quotes_gpc"
4230
4425
  ],
4231
4426
  "get_magic_quotes_runtime": [
4232
- "int get_magic_quotes_runtime(void)",
4427
+ "int get_magic_quotes_runtime()",
4233
4428
  "Get the current active configuration setting of magic_quotes_runtime"
4234
4429
  ],
4235
4430
  "get_meta_tags": [
@@ -4249,11 +4444,11 @@ var functionMap = {
4249
4444
  "Get the resource type name for a given resource"
4250
4445
  ],
4251
4446
  "getallheaders": [
4252
- "array getallheaders(void)",
4447
+ "array getallheaders()",
4253
4448
  ""
4254
4449
  ],
4255
4450
  "getcwd": [
4256
- "mixed getcwd(void)",
4451
+ "mixed getcwd()",
4257
4452
  "Gets the current directory"
4258
4453
  ],
4259
4454
  "getdate": [
@@ -4285,23 +4480,23 @@ var functionMap = {
4285
4480
  "Get the size of an image as 4-element array"
4286
4481
  ],
4287
4482
  "getlastmod": [
4288
- "int getlastmod(void)",
4483
+ "int getlastmod()",
4289
4484
  "Get time of last page modification"
4290
4485
  ],
4291
4486
  "getmygid": [
4292
- "int getmygid(void)",
4487
+ "int getmygid()",
4293
4488
  "Get PHP script owner's GID"
4294
4489
  ],
4295
4490
  "getmyinode": [
4296
- "int getmyinode(void)",
4491
+ "int getmyinode()",
4297
4492
  "Get the inode of the current script being parsed"
4298
4493
  ],
4299
4494
  "getmypid": [
4300
- "int getmypid(void)",
4495
+ "int getmypid()",
4301
4496
  "Get current process ID"
4302
4497
  ],
4303
4498
  "getmyuid": [
4304
- "int getmyuid(void)",
4499
+ "int getmyuid()",
4305
4500
  "Get PHP script owner's UID"
4306
4501
  ],
4307
4502
  "getopt": [
@@ -4317,7 +4512,7 @@ var functionMap = {
4317
4512
  "Returns protocol name associated with protocol number proto"
4318
4513
  ],
4319
4514
  "getrandmax": [
4320
- "int getrandmax(void)",
4515
+ "int getrandmax()",
4321
4516
  "Returns the maximum value a random number can have"
4322
4517
  ],
4323
4518
  "getrusage": [
@@ -4593,7 +4788,7 @@ var functionMap = {
4593
4788
  "Generate a hash of a given input string Returns lowercase hexits by default"
4594
4789
  ],
4595
4790
  "hash_algos": [
4596
- "array hash_algos(void)",
4791
+ "array hash_algos()",
4597
4792
  "Return a list of registered hashing algorithms"
4598
4793
  ],
4599
4794
  "hash_copy": [
@@ -4641,7 +4836,7 @@ var functionMap = {
4641
4836
  "Removes an HTTP header previously set using header()"
4642
4837
  ],
4643
4838
  "headers_list": [
4644
- "array headers_list(void)",
4839
+ "array headers_list()",
4645
4840
  "Return list of headers to be sent / already sent"
4646
4841
  ],
4647
4842
  "headers_sent": [
@@ -4769,11 +4964,11 @@ var functionMap = {
4769
4964
  "Drop an InterBase database"
4770
4965
  ],
4771
4966
  "ibase_errcode": [
4772
- "int ibase_errcode(void)",
4967
+ "int ibase_errcode()",
4773
4968
  "Return error code"
4774
4969
  ],
4775
4970
  "ibase_errmsg": [
4776
- "string ibase_errmsg(void)",
4971
+ "string ibase_errmsg()",
4777
4972
  "Return error message"
4778
4973
  ],
4779
4974
  "ibase_execute": [
@@ -5242,7 +5437,7 @@ var functionMap = {
5242
5437
  ],
5243
5438
  "imagepsextendfont": [
5244
5439
  "bool imagepsextendfont(resource font_index, float extend)",
5245
- "Extend or or condense (if extend < 1) a font"
5440
+ "Extend or or condense if (extend < 1) a font"
5246
5441
  ],
5247
5442
  "imagepsfreefont": [
5248
5443
  "bool imagepsfreefont(resource font_index)",
@@ -5321,7 +5516,7 @@ var functionMap = {
5321
5516
  "Write text to the image using a TrueType font"
5322
5517
  ],
5323
5518
  "imagetypes": [
5324
- "int imagetypes(void)",
5519
+ "int imagetypes()",
5325
5520
  "Return the types of images supported in a bitfield - 1=GIF, 2=JPEG, 4=PNG, 8=WBMP, 16=XPM"
5326
5521
  ],
5327
5522
  "imagewbmp": [
@@ -5337,7 +5532,7 @@ var functionMap = {
5337
5532
  "Convert an 8-bit string to a quoted-printable string"
5338
5533
  ],
5339
5534
  "imap_alerts": [
5340
- "array imap_alerts(void)",
5535
+ "array imap_alerts()",
5341
5536
  "Returns an array of all IMAP alerts that have been generated since the last page load or since the last imap_alerts() call, whichever came last. The alert stack is cleared after imap_alerts() is called."
5342
5537
  ],
5343
5538
  "imap_append": [
@@ -5385,7 +5580,7 @@ var functionMap = {
5385
5580
  "Delete a mailbox"
5386
5581
  ],
5387
5582
  "imap_errors": [
5388
- "array imap_errors(void)",
5583
+ "array imap_errors()",
5389
5584
  "Returns an array of all IMAP errors generated since the last page load, or since the last imap_errors() call, whichever came last. The error stack is cleared after imap_errors() is called."
5390
5585
  ],
5391
5586
  "imap_expunge": [
@@ -5441,7 +5636,7 @@ var functionMap = {
5441
5636
  "Returns headers for all messages in a mailbox"
5442
5637
  ],
5443
5638
  "imap_last_error": [
5444
- "string imap_last_error(void)",
5639
+ "string imap_last_error()",
5445
5640
  "Returns the last error that was generated by an IMAP function. The error stack is NOT cleared after this call."
5446
5641
  ],
5447
5642
  "imap_list": [
@@ -5692,6 +5887,10 @@ var functionMap = {
5692
5887
  "bool is_callable(mixed var [, bool syntax_only [, string callable_name]])",
5693
5888
  "Returns true if var is callable."
5694
5889
  ],
5890
+ "is_countable": [
5891
+ "bool is_countable(mixed var)",
5892
+ "Returns true if var is countable, false otherwise"
5893
+ ],
5695
5894
  "is_dir": [
5696
5895
  "bool is_dir(string filename)",
5697
5896
  "Returns true if file is directory"
@@ -5773,15 +5972,15 @@ var functionMap = {
5773
5972
  "Determine whether a variable is set"
5774
5973
  ],
5775
5974
  "iterator_apply": [
5776
- "int iterator_apply(Traversable it, mixed function [, mixed params])",
5975
+ "int iterator_apply(Traversable iterator, callable function [, array args = null)",
5777
5976
  "Calls a function for every element in an iterator"
5778
5977
  ],
5779
5978
  "iterator_count": [
5780
- "int iterator_count(Traversable it)",
5979
+ "int iterator_count(Traversable iterator)",
5781
5980
  "Count the elements in an iterator"
5782
5981
  ],
5783
5982
  "iterator_to_array": [
5784
- "array iterator_to_array(Traversable it [, bool use_keys = true])",
5983
+ "array iterator_to_array(Traversable iterator [, bool use_keys = true])",
5785
5984
  "Copy the iterator into an array"
5786
5985
  ],
5787
5986
  "jddayofweek": [
@@ -5817,11 +6016,11 @@ var functionMap = {
5817
6016
  "Converts a jewish calendar date to a julian day count"
5818
6017
  ],
5819
6018
  "join": [
5820
- "string join(array src, string glue)",
5821
- "An alias for implode"
6019
+ "string join([string glue,] array pieces)",
6020
+ "Returns a string containing a string representation of all the arrayelements in the same order, with the glue string between each element"
5822
6021
  ],
5823
6022
  "jpeg2wbmp": [
5824
- "bool jpeg2wbmp (string f_org, string f_dest, int d_height, int d_width, int threshold)",
6023
+ "bool jpeg2wbmp(string f_org, string f_dest, int d_height, int d_width, int threshold)",
5825
6024
  "Convert JPEG image to WBMP image"
5826
6025
  ],
5827
6026
  "json_decode": [
@@ -5989,7 +6188,7 @@ var functionMap = {
5989
6188
  "Read an entry"
5990
6189
  ],
5991
6190
  "ldap_rename": [
5992
- "bool ldap_rename(resource link, string dn, string newrdn, string newparent, bool deleteoldrdn);",
6191
+ "bool ldap_rename(resource link, string dn, string newrdn, string newparent, bool deleteoldrdn)",
5993
6192
  "Modify the name of an entry"
5994
6193
  ],
5995
6194
  "ldap_sasl_bind": [
@@ -6037,7 +6236,7 @@ var functionMap = {
6037
6236
  "Clear last error from libxml"
6038
6237
  ],
6039
6238
  "libxml_disable_entity_loader": [
6040
- "bool libxml_disable_entity_loader([boolean disable])",
6239
+ "bool libxml_disable_entity_loader([bool disable])",
6041
6240
  "Disable/Enable ability to load external entities"
6042
6241
  ],
6043
6242
  "libxml_get_errors": [
@@ -6053,7 +6252,7 @@ var functionMap = {
6053
6252
  "Set the streams context for the next libxml document load or write"
6054
6253
  ],
6055
6254
  "libxml_use_internal_errors": [
6056
- "bool libxml_use_internal_errors([boolean use_errors])",
6255
+ "bool libxml_use_internal_errors([bool use_errors])",
6057
6256
  "Disable libxml errors and allow user to fetch error information as needed"
6058
6257
  ],
6059
6258
  "link": [
@@ -6065,11 +6264,11 @@ var functionMap = {
6065
6264
  "Returns the st_dev field of the UNIX C stat structure describing the link"
6066
6265
  ],
6067
6266
  "litespeed_request_headers": [
6068
- "array litespeed_request_headers(void)",
6267
+ "array litespeed_request_headers()",
6069
6268
  "Fetch all HTTP request headers"
6070
6269
  ],
6071
6270
  "litespeed_response_headers": [
6072
- "array litespeed_response_headers(void)",
6271
+ "array litespeed_response_headers()",
6073
6272
  "Fetch all HTTP response headers"
6074
6273
  ],
6075
6274
  "locale_accept_from_http": [
@@ -6081,7 +6280,7 @@ var functionMap = {
6081
6280
  "* @param string $locale The locale string to canonicalize"
6082
6281
  ],
6083
6282
  "locale_filter_matches": [
6084
- "boolean locale_filter_matches(string $langtag, string $locale[, bool $canonicalize])",
6283
+ "bool locale_filter_matches(string $langtag, string $locale[, bool $canonicalize])",
6085
6284
  "* Checks if a $langtag filter matches with $locale according to RFC 4647's basic filtering algorithm"
6086
6285
  ],
6087
6286
  "locale_get_all_variants": [
@@ -6094,7 +6293,7 @@ var functionMap = {
6094
6293
  ],
6095
6294
  "locale_get_keywords": [
6096
6295
  "static array locale_get_keywords(string $locale) {",
6097
- "* return an associative array containing keyword-value * pairs for this locale. The keys are keys to the array (doh!)"
6296
+ "* return an associative array containing keyword-value * pairs for this locale. The keys are keys to the array"
6098
6297
  ],
6099
6298
  "locale_get_primary_language": [
6100
6299
  "static string locale_get_primary_language($locale)",
@@ -6117,7 +6316,7 @@ var functionMap = {
6117
6316
  "Set default locale"
6118
6317
  ],
6119
6318
  "localeconv": [
6120
- "array localeconv(void)",
6319
+ "array localeconv()",
6121
6320
  "Returns numeric formatting information based on the current locale"
6122
6321
  ],
6123
6322
  "localtime": [
@@ -6221,11 +6420,11 @@ var functionMap = {
6221
6420
  "Regular expression search for multibyte string"
6222
6421
  ],
6223
6422
  "mb_ereg_search_getpos": [
6224
- "int mb_ereg_search_getpos(void)",
6423
+ "int mb_ereg_search_getpos()",
6225
6424
  "Get search start position"
6226
6425
  ],
6227
6426
  "mb_ereg_search_getregs": [
6228
- "array mb_ereg_search_getregs(void)",
6427
+ "array mb_ereg_search_getregs()",
6229
6428
  "Get matched substring of the last time"
6230
6429
  ],
6231
6430
  "mb_ereg_search_init": [
@@ -6545,7 +6744,7 @@ var functionMap = {
6545
6744
  "Hash data with hash"
6546
6745
  ],
6547
6746
  "mhash_count": [
6548
- "int mhash_count(void)",
6747
+ "int mhash_count()",
6549
6748
  "Gets the number of available hashes"
6550
6749
  ],
6551
6750
  "mhash_get_block_size": [
@@ -6721,7 +6920,7 @@ var functionMap = {
6721
6920
  "Free a MS-SQL statement index"
6722
6921
  ],
6723
6922
  "mssql_get_last_message": [
6724
- "string mssql_get_last_message(void)",
6923
+ "string mssql_get_last_message()",
6725
6924
  "Gets the last message from the MS-SQL server"
6726
6925
  ],
6727
6926
  "mssql_guid_string": [
@@ -6773,7 +6972,7 @@ var functionMap = {
6773
6972
  "Select a MS-SQL database"
6774
6973
  ],
6775
6974
  "mt_getrandmax": [
6776
- "int mt_getrandmax(void)",
6975
+ "int mt_getrandmax()",
6777
6976
  "Returns the maximum value a random number from Mersenne Twister can have"
6778
6977
  ],
6779
6978
  "mt_rand": [
@@ -6881,7 +7080,7 @@ var functionMap = {
6881
7080
  "Free result memory"
6882
7081
  ],
6883
7082
  "mysql_get_client_info": [
6884
- "string mysql_get_client_info(void)",
7083
+ "string mysql_get_client_info()",
6885
7084
  "Returns a string that represents the client library version"
6886
7085
  ],
6887
7086
  "mysql_get_host_info": [
@@ -6977,7 +7176,7 @@ var functionMap = {
6977
7176
  "Turn auto commit on or of"
6978
7177
  ],
6979
7178
  "mysqli_cache_stats": [
6980
- "array mysqli_cache_stats(void)",
7179
+ "array mysqli_cache_stats()",
6981
7180
  "Returns statistics about the zval cache"
6982
7181
  ],
6983
7182
  "mysqli_change_user": [
@@ -7001,11 +7200,11 @@ var functionMap = {
7001
7200
  "Open a connection to a mysql server"
7002
7201
  ],
7003
7202
  "mysqli_connect_errno": [
7004
- "int mysqli_connect_errno(void)",
7203
+ "int mysqli_connect_errno()",
7005
7204
  "Returns the numerical value of the error message from last connect command"
7006
7205
  ],
7007
7206
  "mysqli_connect_error": [
7008
- "string mysqli_connect_error(void)",
7207
+ "string mysqli_connect_error()",
7009
7208
  "Returns the text of the error message from previous MySQL operation"
7010
7209
  ],
7011
7210
  "mysqli_data_seek": [
@@ -7021,7 +7220,7 @@ var functionMap = {
7021
7220
  ""
7022
7221
  ],
7023
7222
  "mysqli_embedded_server_end": [
7024
- "void mysqli_embedded_server_end(void)",
7223
+ "void mysqli_embedded_server_end()",
7025
7224
  ""
7026
7225
  ],
7027
7226
  "mysqli_embedded_server_start": [
@@ -7037,39 +7236,39 @@ var functionMap = {
7037
7236
  "Returns the text of the error message from previous MySQL operation"
7038
7237
  ],
7039
7238
  "mysqli_fetch_all": [
7040
- "mixed mysqli_fetch_all (object result [,int resulttype])",
7239
+ "mixed mysqli_fetch_all(object result [,int resulttype])",
7041
7240
  "Fetches all result rows as an associative array, a numeric array, or both"
7042
7241
  ],
7043
7242
  "mysqli_fetch_array": [
7044
- "mixed mysqli_fetch_array (object result [,int resulttype])",
7243
+ "mixed mysqli_fetch_array(object result [,int resulttype])",
7045
7244
  "Fetch a result row as an associative array, a numeric array, or both"
7046
7245
  ],
7047
7246
  "mysqli_fetch_assoc": [
7048
- "mixed mysqli_fetch_assoc (object result)",
7247
+ "mixed mysqli_fetch_assoc(object result)",
7049
7248
  "Fetch a result row as an associative array"
7050
7249
  ],
7051
7250
  "mysqli_fetch_field": [
7052
- "mixed mysqli_fetch_field (object result)",
7251
+ "mixed mysqli_fetch_field(object result)",
7053
7252
  "Get column information from a result and return as an object"
7054
7253
  ],
7055
7254
  "mysqli_fetch_field_direct": [
7056
- "mixed mysqli_fetch_field_direct (object result, int offset)",
7255
+ "mixed mysqli_fetch_field_direct(object result, int offset)",
7057
7256
  "Fetch meta-data for a single field"
7058
7257
  ],
7059
7258
  "mysqli_fetch_fields": [
7060
- "mixed mysqli_fetch_fields (object result)",
7259
+ "mixed mysqli_fetch_fields(object result)",
7061
7260
  "Return array of objects containing field meta-data"
7062
7261
  ],
7063
7262
  "mysqli_fetch_lengths": [
7064
- "mixed mysqli_fetch_lengths (object result)",
7263
+ "mixed mysqli_fetch_lengths(object result)",
7065
7264
  "Get the length of each output in a result"
7066
7265
  ],
7067
7266
  "mysqli_fetch_object": [
7068
- "mixed mysqli_fetch_object (object result [, string class_name [, NULL|array ctor_params]])",
7267
+ "mixed mysqli_fetch_object(object result [, string class_name [, NULL|array ctor_params]])",
7069
7268
  "Fetch a result row as an object"
7070
7269
  ],
7071
7270
  "mysqli_fetch_row": [
7072
- "array mysqli_fetch_row (object result)",
7271
+ "array mysqli_fetch_row(object result)",
7073
7272
  "Get a result row as an enumerated array"
7074
7273
  ],
7075
7274
  "mysqli_field_count": [
@@ -7093,23 +7292,23 @@ var functionMap = {
7093
7292
  "returns a character set object"
7094
7293
  ],
7095
7294
  "mysqli_get_client_info": [
7096
- "string mysqli_get_client_info(void)",
7295
+ "string mysqli_get_client_info()",
7097
7296
  "Get MySQL client info"
7098
7297
  ],
7099
7298
  "mysqli_get_client_stats": [
7100
- "array mysqli_get_client_stats(void)",
7299
+ "array mysqli_get_client_stats()",
7101
7300
  "Returns statistics about the zval cache"
7102
7301
  ],
7103
7302
  "mysqli_get_client_version": [
7104
- "int mysqli_get_client_version(void)",
7303
+ "int mysqli_get_client_version()",
7105
7304
  "Get MySQL client info"
7106
7305
  ],
7107
7306
  "mysqli_get_connection_stats": [
7108
- "array mysqli_get_connection_stats(void)",
7307
+ "array mysqli_get_connection_stats()",
7109
7308
  "Returns statistics about the zval cache"
7110
7309
  ],
7111
7310
  "mysqli_get_host_info": [
7112
- "string mysqli_get_host_info (object link)",
7311
+ "string mysqli_get_host_info(object link)",
7113
7312
  "Get MySQL host info"
7114
7313
  ],
7115
7314
  "mysqli_get_proto_info": [
@@ -7125,15 +7324,15 @@ var functionMap = {
7125
7324
  "Return the MySQL version for the server referenced by the given link"
7126
7325
  ],
7127
7326
  "mysqli_get_warnings": [
7128
- "object mysqli_get_warnings(object link) */",
7129
- "PHP_FUNCTION(mysqli_get_warnings) { MY_MYSQL *mysql; zval *mysql_link; MYSQLI_RESOURCE *mysqli_resource; MYSQLI_WARNING *w; if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), \"O\", &mysql_link, mysqli_link_class_entry) == FAILURE) { return; } MYSQLI_FETCH_RESOURCE(mysql, MY_MYSQL*, &mysql_link, \"mysqli_link\", MYSQLI_STATUS_VALID); if (mysql_warning_count(mysql->mysql)) { w = php_get_warnings(mysql->mysql TSRMLS_CC); } else { RETURN_FALSE; } mysqli_resource = (MYSQLI_RESOURCE *)ecalloc (1, sizeof(MYSQLI_RESOURCE)); mysqli_resource->ptr = mysqli_resource->info = (void *)w; mysqli_resource->status = MYSQLI_STATUS_VALID; MYSQLI_RETURN_RESOURCE(mysqli_resource, mysqli_warning_class_entry); } /* }}}"
7327
+ "object mysqli_get_warnings(object link)",
7328
+ ""
7130
7329
  ],
7131
7330
  "mysqli_info": [
7132
7331
  "string mysqli_info(object link)",
7133
7332
  "Get information about the most recent query"
7134
7333
  ],
7135
7334
  "mysqli_init": [
7136
- "resource mysqli_init(void)",
7335
+ "resource mysqli_init()",
7137
7336
  "Initialize mysqli and return a resource for use with mysql_real_connect"
7138
7337
  ],
7139
7338
  "mysqli_insert_id": [
@@ -7185,8 +7384,8 @@ var functionMap = {
7185
7384
  "Prepare a SQL statement for execution"
7186
7385
  ],
7187
7386
  "mysqli_query": [
7188
- "mixed mysqli_query(object link, string query [,int resultmode]) */",
7189
- "PHP_FUNCTION(mysqli_query) { MY_MYSQL *mysql; zval *mysql_link; MYSQLI_RESOURCE *mysqli_resource; MYSQL_RES *result; char *query = NULL; unsigned int query_len; unsigned long resultmode = MYSQLI_STORE_RESULT; if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), \"Os|l\", &mysql_link, mysqli_link_class_entry, &query, &query_len, &resultmode) == FAILURE) { return; } if (!query_len) { php_error_docref(NULL TSRMLS_CC, E_WARNING, \"Empty query\"); RETURN_FALSE; } if ((resultmode & ~MYSQLI_ASYNC) != MYSQLI_USE_RESULT && (resultmode & ~MYSQLI_ASYNC) != MYSQLI_STORE_RESULT) { php_error_docref(NULL TSRMLS_CC, E_WARNING, \"Invalid value for resultmode\"); RETURN_FALSE; } MYSQLI_FETCH_RESOURCE(mysql, MY_MYSQL*, &mysql_link, \"mysqli_link\", MYSQLI_STATUS_VALID); MYSQLI_DISABLE_MQ; #ifdef MYSQLI_USE_MYSQLND if (resultmode & MYSQLI_ASYNC) { if (mysqli_async_query(mysql->mysql, query, query_len)) { MYSQLI_REPORT_MYSQL_ERROR(mysql->mysql); RETURN_FALSE; } mysql->async_result_fetch_type = resultmode & ~MYSQLI_ASYNC; RETURN_TRUE; } #endif if (mysql_real_query(mysql->mysql, query, query_len)) { MYSQLI_REPORT_MYSQL_ERROR(mysql->mysql); RETURN_FALSE; } if (!mysql_field_count(mysql->mysql)) { /* no result set - not a SELECT"
7387
+ "mixed mysqli_query(object link, string query [,int resultmode])",
7388
+ ""
7190
7389
  ],
7191
7390
  "mysqli_real_connect": [
7192
7391
  "bool mysqli_real_connect(object link [,string hostname [,string username [,string passwd [,string dbname [,int port [,string socket [,int flags]]]]]]])",
@@ -7301,8 +7500,8 @@ var functionMap = {
7301
7500
  "Buffer result set on client"
7302
7501
  ],
7303
7502
  "mysqli_stmt_get_warnings": [
7304
- "object mysqli_stmt_get_warnings(object link) */",
7305
- "PHP_FUNCTION(mysqli_stmt_get_warnings) { MY_STMT *stmt; zval *stmt_link; MYSQLI_RESOURCE *mysqli_resource; MYSQLI_WARNING *w; if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), \"O\", &stmt_link, mysqli_stmt_class_entry) == FAILURE) { return; } MYSQLI_FETCH_RESOURCE(stmt, MY_STMT*, &stmt_link, \"mysqli_stmt\", MYSQLI_STATUS_VALID); if (mysqli_stmt_warning_count(stmt->stmt)) { w = php_get_warnings(mysqli_stmt_get_connection(stmt->stmt) TSRMLS_CC); } else { RETURN_FALSE; } mysqli_resource = (MYSQLI_RESOURCE *)ecalloc (1, sizeof(MYSQLI_RESOURCE)); mysqli_resource->ptr = mysqli_resource->info = (void *)w; mysqli_resource->status = MYSQLI_STATUS_VALID; MYSQLI_RETURN_RESOURCE(mysqli_resource, mysqli_warning_class_entry); } /* }}}"
7503
+ "object mysqli_stmt_get_warnings(object link)",
7504
+ ""
7306
7505
  ],
7307
7506
  "mysqli_stmt_init": [
7308
7507
  "mixed mysqli_stmt_init(object link)",
@@ -7357,7 +7556,7 @@ var functionMap = {
7357
7556
  "Return the current thread ID"
7358
7557
  ],
7359
7558
  "mysqli_thread_safe": [
7360
- "bool mysqli_thread_safe(void)",
7559
+ "bool mysqli_thread_safe()",
7361
7560
  "Return whether thread safety is given or not"
7362
7561
  ],
7363
7562
  "mysqli_use_result": [
@@ -7365,7 +7564,7 @@ var functionMap = {
7365
7564
  "Directly retrieve query results - do not buffer results on client side"
7366
7565
  ],
7367
7566
  "mysqli_warning_count": [
7368
- "int mysqli_warning_count (object link)",
7567
+ "int mysqli_warning_count(object link)",
7369
7568
  "Return number of warnings from the last query for the given link"
7370
7569
  ],
7371
7570
  "natcasesort": [
@@ -7401,11 +7600,11 @@ var functionMap = {
7401
7600
  "* Normalize a string."
7402
7601
  ],
7403
7602
  "nsapi_request_headers": [
7404
- "array nsapi_request_headers(void)",
7603
+ "array nsapi_request_headers()",
7405
7604
  "Get all headers from the request"
7406
7605
  ],
7407
7606
  "nsapi_response_headers": [
7408
- "array nsapi_response_headers(void)",
7607
+ "array nsapi_response_headers()",
7409
7608
  "Get all headers from the response"
7410
7609
  ],
7411
7610
  "nsapi_virtual": [
@@ -7485,39 +7684,39 @@ var functionMap = {
7485
7684
  "* Get formatter attribute value."
7486
7685
  ],
7487
7686
  "ob_clean": [
7488
- "bool ob_clean(void)",
7687
+ "bool ob_clean()",
7489
7688
  "Clean (delete) the current output buffer"
7490
7689
  ],
7491
7690
  "ob_end_clean": [
7492
- "bool ob_end_clean(void)",
7691
+ "bool ob_end_clean()",
7493
7692
  "Clean the output buffer, and delete current output buffer"
7494
7693
  ],
7495
7694
  "ob_end_flush": [
7496
- "bool ob_end_flush(void)",
7695
+ "bool ob_end_flush()",
7497
7696
  "Flush (send) the output buffer, and delete current output buffer"
7498
7697
  ],
7499
7698
  "ob_flush": [
7500
- "bool ob_flush(void)",
7699
+ "bool ob_flush()",
7501
7700
  "Flush (send) contents of the output buffer. The last buffer content is sent to next buffer"
7502
7701
  ],
7503
7702
  "ob_get_clean": [
7504
- "bool ob_get_clean(void)",
7703
+ "bool ob_get_clean()",
7505
7704
  "Get current buffer contents and delete current output buffer"
7506
7705
  ],
7507
7706
  "ob_get_contents": [
7508
- "string ob_get_contents(void)",
7707
+ "string ob_get_contents()",
7509
7708
  "Return the contents of the output buffer"
7510
7709
  ],
7511
7710
  "ob_get_flush": [
7512
- "bool ob_get_flush(void)",
7711
+ "bool ob_get_flush()",
7513
7712
  "Get current buffer contents, flush (send) the output buffer, and delete current output buffer"
7514
7713
  ],
7515
7714
  "ob_get_length": [
7516
- "int ob_get_length(void)",
7715
+ "int ob_get_length()",
7517
7716
  "Return the length of the output buffer"
7518
7717
  ],
7519
7718
  "ob_get_level": [
7520
- "int ob_get_level(void)",
7719
+ "int ob_get_level()",
7521
7720
  "Return the nesting level of the output buffer"
7522
7721
  ],
7523
7722
  "ob_get_status": [
@@ -7837,7 +8036,7 @@ var functionMap = {
7837
8036
  "Returns current state of buffering for a LOB"
7838
8037
  ],
7839
8038
  "ocisetbufferinglob": [
7840
- "bool ocisetbufferinglob( boolean flag )",
8039
+ "bool ocisetbufferinglob( bool flag )",
7841
8040
  "Enables/disables buffering for a LOB"
7842
8041
  ],
7843
8042
  "octdec": [
@@ -7857,7 +8056,7 @@ var functionMap = {
7857
8056
  "Close an ODBC connection"
7858
8057
  ],
7859
8058
  "odbc_close_all": [
7860
- "void odbc_close_all(void)",
8059
+ "void odbc_close_all()",
7861
8060
  "Close all ODBC connections"
7862
8061
  ],
7863
8062
  "odbc_columnprivileges": [
@@ -8065,7 +8264,7 @@ var functionMap = {
8065
8264
  "Encrypts given data with given method and key, returns raw or base64 encoded string"
8066
8265
  ],
8067
8266
  "openssl_error_string": [
8068
- "mixed openssl_error_string(void)",
8267
+ "mixed openssl_error_string()",
8069
8268
  "Returns a description of the last error, and alters the index of the error messages. Returns false when the are no more messages"
8070
8269
  ],
8071
8270
  "openssl_get_cipher_methods": [
@@ -8205,7 +8404,7 @@ var functionMap = {
8205
8404
  "Add URL rewriter values"
8206
8405
  ],
8207
8406
  "output_reset_rewrite_vars": [
8208
- "bool output_reset_rewrite_vars(void)",
8407
+ "bool output_reset_rewrite_vars()",
8209
8408
  "Reset(clear) URL rewriter values"
8210
8409
  ],
8211
8410
  "pack": [
@@ -8257,7 +8456,7 @@ var functionMap = {
8257
8456
  "Executes specified program in current process space as defined by exec(2)"
8258
8457
  ],
8259
8458
  "pcntl_fork": [
8260
- "int pcntl_fork(void)",
8459
+ "int pcntl_fork()",
8261
8460
  "Forks the currently running process following the same behavior as the UNIX fork() system call"
8262
8461
  ],
8263
8462
  "pcntl_getpriority": [
@@ -8374,7 +8573,7 @@ var functionMap = {
8374
8573
  ],
8375
8574
  "pg_delete": [
8376
8575
  "mixed pg_delete(resource db, string table, array ids[, int options])",
8377
- "Delete records has ids (id=>value)"
8576
+ "Delete records has ids (id => value)"
8378
8577
  ],
8379
8578
  "pg_end_copy": [
8380
8579
  "bool pg_end_copy([resource connection])",
@@ -8474,7 +8673,7 @@ var functionMap = {
8474
8673
  ],
8475
8674
  "pg_insert": [
8476
8675
  "mixed pg_insert(resource db, string table, array values[, int options])",
8477
- "Insert values (filed=>value) to table"
8676
+ "Insert values (filed => value) to table"
8478
8677
  ],
8479
8678
  "pg_last_error": [
8480
8679
  "string pg_last_error([resource connection])",
@@ -8598,7 +8797,7 @@ var functionMap = {
8598
8797
  ],
8599
8798
  "pg_select": [
8600
8799
  "mixed pg_select(resource db, string table, array ids[, int options])",
8601
- "Select records that has ids (id=>value)"
8800
+ "Select records that has ids (id => value)"
8602
8801
  ],
8603
8802
  "pg_send_execute": [
8604
8803
  "bool pg_send_execute(resource connection, string stmtname, array params)",
@@ -8646,34 +8845,34 @@ var functionMap = {
8646
8845
  ],
8647
8846
  "pg_update": [
8648
8847
  "mixed pg_update(resource db, string table, array fields, array ids[, int options])",
8649
- "Update table using values (field=>value) and ids (id=>value)"
8848
+ "Update table using values (field => value) and ids (id => value)"
8650
8849
  ],
8651
8850
  "pg_version": [
8652
8851
  "array pg_version([resource connection])",
8653
8852
  "Returns an array with client, protocol and server version (when available)"
8654
8853
  ],
8655
8854
  "php_egg_logo_guid": [
8656
- "string php_egg_logo_guid(void)",
8855
+ "string php_egg_logo_guid()",
8657
8856
  "Return the special ID used to request the PHP logo in phpinfo screens"
8658
8857
  ],
8659
8858
  "php_ini_loaded_file": [
8660
- "string php_ini_loaded_file(void)",
8859
+ "string php_ini_loaded_file()",
8661
8860
  "Return the actual loaded ini filename"
8662
8861
  ],
8663
8862
  "php_ini_scanned_files": [
8664
- "string php_ini_scanned_files(void)",
8863
+ "string php_ini_scanned_files()",
8665
8864
  "Return comma-separated string of .ini files parsed from the additional ini dir"
8666
8865
  ],
8667
8866
  "php_logo_guid": [
8668
- "string php_logo_guid(void)",
8867
+ "string php_logo_guid()",
8669
8868
  "Return the special ID used to request the PHP logo in phpinfo screens"
8670
8869
  ],
8671
8870
  "php_real_logo_guid": [
8672
- "string php_real_logo_guid(void)",
8871
+ "string php_real_logo_guid()",
8673
8872
  "Return the special ID used to request the PHP logo in phpinfo screens"
8674
8873
  ],
8675
8874
  "php_sapi_name": [
8676
- "string php_sapi_name(void)",
8875
+ "string php_sapi_name()",
8677
8876
  "Return the current SAPI module name"
8678
8877
  ],
8679
8878
  "php_snmpv3": [
@@ -8685,7 +8884,7 @@ var functionMap = {
8685
8884
  "Return source with stripped comments and whitespace"
8686
8885
  ],
8687
8886
  "php_uname": [
8688
- "string php_uname(void)",
8887
+ "string php_uname()",
8689
8888
  "Return information about the system PHP was built on"
8690
8889
  ],
8691
8890
  "phpcredits": [
@@ -8701,11 +8900,11 @@ var functionMap = {
8701
8900
  "Return the current PHP version"
8702
8901
  ],
8703
8902
  "pi": [
8704
- "float pi(void)",
8903
+ "float pi()",
8705
8904
  "Returns an approximation of pi"
8706
8905
  ],
8707
8906
  "png2wbmp": [
8708
- "bool png2wbmp (string f_org, string f_dest, int d_height, int d_width, int threshold)",
8907
+ "bool png2wbmp(string f_org, string f_dest, int d_height, int d_width, int threshold)",
8709
8908
  "Convert PNG image to WBMP image"
8710
8909
  ],
8711
8910
  "popen": [
@@ -8717,27 +8916,27 @@ var functionMap = {
8717
8916
  "Determine accessibility of a file (POSIX.1 5.6.3)"
8718
8917
  ],
8719
8918
  "posix_ctermid": [
8720
- "string posix_ctermid(void)",
8919
+ "string posix_ctermid()",
8721
8920
  "Generate terminal path name (POSIX.1, 4.7.1)"
8722
8921
  ],
8723
8922
  "posix_get_last_error": [
8724
- "int posix_get_last_error(void)",
8923
+ "int posix_get_last_error()",
8725
8924
  "Retrieve the error number set by the last posix function which failed."
8726
8925
  ],
8727
8926
  "posix_getcwd": [
8728
- "string posix_getcwd(void)",
8927
+ "string posix_getcwd()",
8729
8928
  "Get working directory pathname (POSIX.1, 5.2.2)"
8730
8929
  ],
8731
8930
  "posix_getegid": [
8732
- "int posix_getegid(void)",
8931
+ "int posix_getegid()",
8733
8932
  "Get the current effective group id (POSIX.1, 4.2.1)"
8734
8933
  ],
8735
8934
  "posix_geteuid": [
8736
- "int posix_geteuid(void)",
8935
+ "int posix_geteuid()",
8737
8936
  "Get the current effective user id (POSIX.1, 4.2.1)"
8738
8937
  ],
8739
8938
  "posix_getgid": [
8740
- "int posix_getgid(void)",
8939
+ "int posix_getgid()",
8741
8940
  "Get the current group id (POSIX.1, 4.2.1)"
8742
8941
  ],
8743
8942
  "posix_getgrgid": [
@@ -8749,27 +8948,27 @@ var functionMap = {
8749
8948
  "Group database access (POSIX.1, 9.2.1)"
8750
8949
  ],
8751
8950
  "posix_getgroups": [
8752
- "array posix_getgroups(void)",
8951
+ "array posix_getgroups()",
8753
8952
  "Get supplementary group id's (POSIX.1, 4.2.3)"
8754
8953
  ],
8755
8954
  "posix_getlogin": [
8756
- "string posix_getlogin(void)",
8955
+ "string posix_getlogin()",
8757
8956
  "Get user name (POSIX.1, 4.2.4)"
8758
8957
  ],
8759
8958
  "posix_getpgid": [
8760
- "int posix_getpgid(void)",
8959
+ "int posix_getpgid()",
8761
8960
  "Get the process group id of the specified process (This is not a POSIX function, but a SVR4ism, so we compile conditionally)"
8762
8961
  ],
8763
8962
  "posix_getpgrp": [
8764
- "int posix_getpgrp(void)",
8963
+ "int posix_getpgrp()",
8765
8964
  "Get current process group id (POSIX.1, 4.3.1)"
8766
8965
  ],
8767
8966
  "posix_getpid": [
8768
- "int posix_getpid(void)",
8967
+ "int posix_getpid()",
8769
8968
  "Get the current process id (POSIX.1, 4.1.1)"
8770
8969
  ],
8771
8970
  "posix_getppid": [
8772
- "int posix_getppid(void)",
8971
+ "int posix_getppid()",
8773
8972
  "Get the parent process id (POSIX.1, 4.1.1)"
8774
8973
  ],
8775
8974
  "posix_getpwnam": [
@@ -8781,15 +8980,15 @@ var functionMap = {
8781
8980
  "User database access (POSIX.1, 9.2.2)"
8782
8981
  ],
8783
8982
  "posix_getrlimit": [
8784
- "array posix_getrlimit(void)",
8983
+ "array posix_getrlimit()",
8785
8984
  "Get system resource consumption limits (This is not a POSIX function, but a BSDism and a SVR4ism. We compile conditionally)"
8786
8985
  ],
8787
8986
  "posix_getsid": [
8788
- "int posix_getsid(void)",
8987
+ "int posix_getsid()",
8789
8988
  "Get process group id of session leader (This is not a POSIX function, but a SVR4ism, so be compile conditionally)"
8790
8989
  ],
8791
8990
  "posix_getuid": [
8792
- "int posix_getuid(void)",
8991
+ "int posix_getuid()",
8793
8992
  "Get the current user id (POSIX.1, 4.2.1)"
8794
8993
  ],
8795
8994
  "posix_initgroups": [
@@ -8829,7 +9028,7 @@ var functionMap = {
8829
9028
  "Set process group id for job control (POSIX.1, 4.3.3)"
8830
9029
  ],
8831
9030
  "posix_setsid": [
8832
- "int posix_setsid(void)",
9031
+ "int posix_setsid()",
8833
9032
  "Create session and set process group id (POSIX.1, 4.3.2)"
8834
9033
  ],
8835
9034
  "posix_setuid": [
@@ -8841,7 +9040,7 @@ var functionMap = {
8841
9040
  "Retrieve the system error message associated with the given errno."
8842
9041
  ],
8843
9042
  "posix_times": [
8844
- "array posix_times(void)",
9043
+ "array posix_times()",
8845
9044
  "Get process times (POSIX.1, 4.5.2)"
8846
9045
  ],
8847
9046
  "posix_ttyname": [
@@ -8849,7 +9048,7 @@ var functionMap = {
8849
9048
  "Determine terminal device name (POSIX.1, 4.7.2)"
8850
9049
  ],
8851
9050
  "posix_uname": [
8852
- "array posix_uname(void)",
9051
+ "array posix_uname()",
8853
9052
  "Get system name (POSIX.1, 4.4.1)"
8854
9053
  ],
8855
9054
  "pow": [
@@ -9017,8 +9216,8 @@ var functionMap = {
9017
9216
  "Convert a quoted-printable string to an 8 bit string"
9018
9217
  ],
9019
9218
  "quoted_printable_encode": [
9020
- "string quoted_printable_encode(string str) */",
9021
- "PHP_FUNCTION(quoted_printable_encode) { char *str, *new_str; int str_len; size_t new_str_len; if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, \"s\", &str, &str_len) != SUCCESS) { return; } if (!str_len) { RETURN_EMPTY_STRING(); } new_str = (char *)php_quot_print_encode((unsigned char *)str, (size_t)str_len, &new_str_len); RETURN_STRINGL(new_str, new_str_len, 0); } /* }}}"
9219
+ "string quoted_printable_encode(string str)",
9220
+ ""
9022
9221
  ],
9023
9222
  "quotemeta": [
9024
9223
  "string quotemeta(string str)",
@@ -9077,7 +9276,7 @@ var functionMap = {
9077
9276
  "Informs the readline callback interface that a character is ready for input"
9078
9277
  ],
9079
9278
  "readline_clear_history": [
9080
- "bool readline_clear_history(void)",
9279
+ "bool readline_clear_history()",
9081
9280
  "Clears the history"
9082
9281
  ],
9083
9282
  "readline_completion_function": [
@@ -9089,11 +9288,11 @@ var functionMap = {
9089
9288
  "Gets/sets various internal readline variables."
9090
9289
  ],
9091
9290
  "readline_list_history": [
9092
- "array readline_list_history(void)",
9291
+ "array readline_list_history()",
9093
9292
  "Lists the history"
9094
9293
  ],
9095
9294
  "readline_on_new_line": [
9096
- "void readline_on_new_line(void)",
9295
+ "void readline_on_new_line()",
9097
9296
  "Inform readline that the cursor has moved to a new line"
9098
9297
  ],
9099
9298
  "readline_read_history": [
@@ -9101,7 +9300,7 @@ var functionMap = {
9101
9300
  "Reads the history"
9102
9301
  ],
9103
9302
  "readline_redisplay": [
9104
- "void readline_redisplay(void)",
9303
+ "void readline_redisplay()",
9105
9304
  "Ask readline to redraw the display"
9106
9305
  ],
9107
9306
  "readline_write_history": [
@@ -9157,11 +9356,11 @@ var functionMap = {
9157
9356
  "Set array argument's internal pointer to the first element and return it"
9158
9357
  ],
9159
9358
  "restore_error_handler": [
9160
- "void restore_error_handler(void)",
9359
+ "void restore_error_handler()",
9161
9360
  "Restores the previously defined error handler function"
9162
9361
  ],
9163
9362
  "restore_exception_handler": [
9164
- "void restore_exception_handler(void)",
9363
+ "void restore_exception_handler()",
9165
9364
  "Restores the previously defined exception handler function"
9166
9365
  ],
9167
9366
  "restore_include_path": [
@@ -9229,15 +9428,15 @@ var functionMap = {
9229
9428
  "Deserializes data and reinitializes the variables"
9230
9429
  ],
9231
9430
  "session_destroy": [
9232
- "bool session_destroy(void)",
9431
+ "bool session_destroy()",
9233
9432
  "Destroy the current session and all data associated with it"
9234
9433
  ],
9235
9434
  "session_encode": [
9236
- "string session_encode(void)",
9435
+ "string session_encode()",
9237
9436
  "Serializes the current setup and returns the serialized representation"
9238
9437
  ],
9239
9438
  "session_get_cookie_params": [
9240
- "array session_get_cookie_params(void)",
9439
+ "array session_get_cookie_params()",
9241
9440
  "Return the session cookie parameters"
9242
9441
  ],
9243
9442
  "session_id": [
@@ -9277,7 +9476,7 @@ var functionMap = {
9277
9476
  "Sets user-level functions"
9278
9477
  ],
9279
9478
  "session_start": [
9280
- "bool session_start(void)",
9479
+ "bool session_start()",
9281
9480
  "Begin session - reinitializes freezed variables, registers browsers etc"
9282
9481
  ],
9283
9482
  "session_unregister": [
@@ -9285,11 +9484,11 @@ var functionMap = {
9285
9484
  "Removes varname from the list of variables which are freezed at the session end"
9286
9485
  ],
9287
9486
  "session_unset": [
9288
- "void session_unset(void)",
9487
+ "void session_unset()",
9289
9488
  "Unset all registered variables"
9290
9489
  ],
9291
9490
  "session_write_close": [
9292
- "void session_write_close(void)",
9491
+ "void session_write_close()",
9293
9492
  "Write session data and end session"
9294
9493
  ],
9295
9494
  "set_error_handler": [
@@ -9369,27 +9568,27 @@ var functionMap = {
9369
9568
  "Removes variable from shared memory"
9370
9569
  ],
9371
9570
  "shmop_close": [
9372
- "void shmop_close (int shmid)",
9571
+ "void shmop_close(int shmid)",
9373
9572
  "closes a shared memory segment"
9374
9573
  ],
9375
9574
  "shmop_delete": [
9376
- "bool shmop_delete (int shmid)",
9575
+ "bool shmop_delete(int shmid)",
9377
9576
  "mark segment for deletion"
9378
9577
  ],
9379
9578
  "shmop_open": [
9380
- "int shmop_open (int key, string flags, int mode, int size)",
9579
+ "int shmop_open(int key, string flags, int mode, int size)",
9381
9580
  "gets and attaches a shared memory segment"
9382
9581
  ],
9383
9582
  "shmop_read": [
9384
- "string shmop_read (int shmid, int start, int count)",
9583
+ "string shmop_read(int shmid, int start, int count)",
9385
9584
  "reads from a shm segment"
9386
9585
  ],
9387
9586
  "shmop_size": [
9388
- "int shmop_size (int shmid)",
9587
+ "int shmop_size(int shmid)",
9389
9588
  "returns the shm size"
9390
9589
  ],
9391
9590
  "shmop_write": [
9392
- "int shmop_write (int shmid, string data, int offset)",
9591
+ "int shmop_write(int shmid, string data, int offset)",
9393
9592
  "writes to a shared memory segment"
9394
9593
  ],
9395
9594
  "shuffle": [
@@ -9501,7 +9700,7 @@ var functionMap = {
9501
9700
  "Fetch the value of a SNMP object"
9502
9701
  ],
9503
9702
  "snmp_get_quick_print": [
9504
- "bool snmp_get_quick_print(void)",
9703
+ "bool snmp_get_quick_print()",
9505
9704
  "Return the current status of quick_print"
9506
9705
  ],
9507
9706
  "snmp_get_valueretrieval": [
@@ -9749,7 +9948,7 @@ var functionMap = {
9749
9948
  "Escapes a string for use as a query parameter."
9750
9949
  ],
9751
9950
  "sqlite_exec": [
9752
- "boolean sqlite_exec(string query, resource db[, string &error_message])",
9951
+ "bool sqlite_exec(string query, resource db[, string &error_message])",
9753
9952
  "Executes a result-less query against a given database"
9754
9953
  ],
9755
9954
  "sqlite_factory": [
@@ -10001,7 +10200,7 @@ var functionMap = {
10001
10200
  "Reads all remaining bytes (or up to maxlen bytes) from a stream and returns them as a string."
10002
10201
  ],
10003
10202
  "stream_get_filters": [
10004
- "array stream_get_filters(void)",
10203
+ "array stream_get_filters()",
10005
10204
  "Returns a list of registered filters"
10006
10205
  ],
10007
10206
  "stream_get_line": [
@@ -10265,7 +10464,7 @@ var functionMap = {
10265
10464
  "Free result memory"
10266
10465
  ],
10267
10466
  "sybase_get_last_message": [
10268
- "string sybase_get_last_message(void)",
10467
+ "string sybase_get_last_message()",
10269
10468
  "Returns the last message from server (over min_message_severity)"
10270
10469
  ],
10271
10470
  "sybase_min_client_severity": [
@@ -10349,7 +10548,7 @@ var functionMap = {
10349
10548
  "Returns the Number of Tidy accessibility warnings encountered for specified document."
10350
10549
  ],
10351
10550
  "tidy_clean_repair": [
10352
- "boolean tidy_clean_repair()",
10551
+ "bool tidy_clean_repair()",
10353
10552
  "Execute configured cleanup and repair operations on parsed markup"
10354
10553
  ],
10355
10554
  "tidy_config_count": [
@@ -10357,7 +10556,7 @@ var functionMap = {
10357
10556
  "Returns the Number of Tidy configuration errors encountered for specified document."
10358
10557
  ],
10359
10558
  "tidy_diagnose": [
10360
- "boolean tidy_diagnose()",
10559
+ "bool tidy_diagnose()",
10361
10560
  "Run configured diagnostics on parsed and repaired markup."
10362
10561
  ],
10363
10562
  "tidy_error_count": [
@@ -10373,7 +10572,7 @@ var functionMap = {
10373
10572
  "Get current Tidy configuarion"
10374
10573
  ],
10375
10574
  "tidy_get_error_buffer": [
10376
- "string tidy_get_error_buffer([boolean detailed])",
10575
+ "string tidy_get_error_buffer([bool detailed])",
10377
10576
  "Return warnings and errors which occured parsing the specified document"
10378
10577
  ],
10379
10578
  "tidy_get_head": [
@@ -10413,15 +10612,15 @@ var functionMap = {
10413
10612
  "Returns the value of the specified configuration option for the tidy document."
10414
10613
  ],
10415
10614
  "tidy_is_xhtml": [
10416
- "boolean tidy_is_xhtml()",
10615
+ "bool tidy_is_xhtml()",
10417
10616
  "Indicates if the document is a XHTML document."
10418
10617
  ],
10419
10618
  "tidy_is_xml": [
10420
- "boolean tidy_is_xml()",
10619
+ "bool tidy_is_xml()",
10421
10620
  "Indicates if the document is a generic (non HTML/XHTML) XML document."
10422
10621
  ],
10423
10622
  "tidy_parse_file": [
10424
- "boolean tidy_parse_file(string file [, mixed config_options [, string encoding [, bool use_include_path]]])",
10623
+ "bool tidy_parse_file(string file [, mixed config_options [, string encoding [, bool use_include_path]]])",
10425
10624
  "Parse markup in file or URI"
10426
10625
  ],
10427
10626
  "tidy_parse_string": [
@@ -10429,11 +10628,11 @@ var functionMap = {
10429
10628
  "Parse a document stored in a string"
10430
10629
  ],
10431
10630
  "tidy_repair_file": [
10432
- "boolean tidy_repair_file(string filename [, mixed config_file [, string encoding [, bool use_include_path]]])",
10631
+ "bool tidy_repair_file(string filename [, mixed config_file [, string encoding [, bool use_include_path]]])",
10433
10632
  "Repair a file using an optionally provided configuration file"
10434
10633
  ],
10435
10634
  "tidy_repair_string": [
10436
- "boolean tidy_repair_string(string data [, mixed config_file [, string encoding]])",
10635
+ "bool tidy_repair_string(string data [, mixed config_file [, string encoding]])",
10437
10636
  "Repair a string using an optionally provided configuration file"
10438
10637
  ],
10439
10638
  "tidy_warning_count": [
@@ -10441,7 +10640,7 @@ var functionMap = {
10441
10640
  "Returns the Number of Tidy warnings encountered for specified document."
10442
10641
  ],
10443
10642
  "time": [
10444
- "int time(void)",
10643
+ "int time()",
10445
10644
  "Return current UNIX timestamp"
10446
10645
  ],
10447
10646
  "time_nanosleep": [
@@ -10489,7 +10688,7 @@ var functionMap = {
10489
10688
  "Returns the Olson database version number."
10490
10689
  ],
10491
10690
  "tmpfile": [
10492
- "resource tmpfile(void)",
10691
+ "resource tmpfile()",
10493
10692
  "Create a temporary file that will be deleted automatically after use"
10494
10693
  ],
10495
10694
  "token_get_all": [
@@ -10557,7 +10756,7 @@ var functionMap = {
10557
10756
  "Takes a string representation of variable and recreates it"
10558
10757
  ],
10559
10758
  "unset": [
10560
- "void unset (mixed var [, mixed var])",
10759
+ "void unset(mixed var [, mixed var])",
10561
10760
  "Unset a given variable"
10562
10761
  ],
10563
10762
  "urldecode": [
@@ -10589,7 +10788,7 @@ var functionMap = {
10589
10788
  "Dumps a string representation of variable to output"
10590
10789
  ],
10591
10790
  "var_export": [
10592
- "mixed var_export(mixed var [, bool return])",
10791
+ "string var_export(mixed var [, bool return])",
10593
10792
  "Outputs or returns a string representation of a variable"
10594
10793
  ],
10595
10794
  "variant_abs": [
@@ -10717,7 +10916,7 @@ var functionMap = {
10717
10916
  "Return a formatted string"
10718
10917
  ],
10719
10918
  "wddx_add_vars": [
10720
- "int wddx_add_vars(resource packet_id, mixed var_names [, mixed ...])",
10919
+ "int wddx_add_vars(resource packet_id, mixed var_names [, mixed ...])",
10721
10920
  "Serializes given variables and adds them to packet given by packet_id"
10722
10921
  ],
10723
10922
  "wddx_deserialize": [
@@ -10741,7 +10940,7 @@ var functionMap = {
10741
10940
  "Creates a new packet and serializes given variables into a struct"
10742
10941
  ],
10743
10942
  "wordwrap": [
10744
- "string wordwrap(string str [, int width [, string break [, boolean cut]]])",
10943
+ "string wordwrap(string str [, int width [, string break [, bool cut]]])",
10745
10944
  "Wraps buffer to selected number of characters using string break char"
10746
10945
  ],
10747
10946
  "xml_error_string": [
@@ -10869,7 +11068,7 @@ var functionMap = {
10869
11068
  "Parses XML requests and call methods"
10870
11069
  ],
10871
11070
  "xmlrpc_server_create": [
10872
- "resource xmlrpc_server_create(void)",
11071
+ "resource xmlrpc_server_create()",
10873
11072
  "Creates an xmlrpc server"
10874
11073
  ],
10875
11074
  "xmlrpc_server_destroy": [
@@ -11046,7 +11245,7 @@ var functionMap = {
11046
11245
  ],
11047
11246
  "xmlwriter_write_element_ns": [
11048
11247
  "bool xmlwriter_write_element_ns(resource xmlwriter, string prefix, string name, string uri[, string content])",
11049
- "Write full namesapced element tag - returns FALSE on error"
11248
+ "Write full namespaced element tag - returns FALSE on error"
11050
11249
  ],
11051
11250
  "xmlwriter_write_pi": [
11052
11251
  "bool xmlwriter_write_pi(resource xmlwriter, string target, string content)",
@@ -11057,51 +11256,51 @@ var functionMap = {
11057
11256
  "Write text - returns FALSE on error"
11058
11257
  ],
11059
11258
  "xsl_xsltprocessor_get_parameter": [
11060
- "string xsl_xsltprocessor_get_parameter(string namespace, string name);",
11259
+ "string xsl_xsltprocessor_get_parameter(string namespace, string name)",
11061
11260
  ""
11062
11261
  ],
11063
11262
  "xsl_xsltprocessor_has_exslt_support": [
11064
- "bool xsl_xsltprocessor_has_exslt_support();",
11263
+ "bool xsl_xsltprocessor_has_exslt_support()",
11065
11264
  ""
11066
11265
  ],
11067
11266
  "xsl_xsltprocessor_import_stylesheet": [
11068
- "void xsl_xsltprocessor_import_stylesheet(domdocument doc);",
11069
- "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html# Since:"
11267
+ "void xsl_xsltprocessor_import_stylesheet(domdocument doc)",
11268
+ ""
11070
11269
  ],
11071
11270
  "xsl_xsltprocessor_register_php_functions": [
11072
- "void xsl_xsltprocessor_register_php_functions([mixed $restrict]);",
11271
+ "void xsl_xsltprocessor_register_php_functions([mixed $restrict])",
11073
11272
  ""
11074
11273
  ],
11075
11274
  "xsl_xsltprocessor_remove_parameter": [
11076
- "bool xsl_xsltprocessor_remove_parameter(string namespace, string name);",
11275
+ "bool xsl_xsltprocessor_remove_parameter(string namespace, string name)",
11077
11276
  ""
11078
11277
  ],
11079
11278
  "xsl_xsltprocessor_set_parameter": [
11080
- "bool xsl_xsltprocessor_set_parameter(string namespace, mixed name [, string value]);",
11279
+ "bool xsl_xsltprocessor_set_parameter(string namespace, mixed name [, string value])",
11081
11280
  ""
11082
11281
  ],
11083
11282
  "xsl_xsltprocessor_set_profiling": [
11084
- "bool xsl_xsltprocessor_set_profiling(string filename) */",
11085
- "PHP_FUNCTION(xsl_xsltprocessor_set_profiling) { zval *id; xsl_object *intern; char *filename = NULL; int filename_len; DOM_GET_THIS(id); if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, \"s!\", &filename, &filename_len) == SUCCESS) { intern = (xsl_object *)zend_object_store_get_object(id TSRMLS_CC); if (intern->profiling) { efree(intern->profiling); } if (filename != NULL) { intern->profiling = estrndup(filename,filename_len); } else { intern->profiling = NULL; } RETURN_TRUE; } else { WRONG_PARAM_COUNT; } } /* }}} end xsl_xsltprocessor_set_profiling"
11283
+ "bool xsl_xsltprocessor_set_profiling(string filename)",
11284
+ ""
11086
11285
  ],
11087
11286
  "xsl_xsltprocessor_transform_to_doc": [
11088
- "domdocument xsl_xsltprocessor_transform_to_doc(domnode doc);",
11089
- "URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html# Since:"
11287
+ "domdocument xsl_xsltprocessor_transform_to_doc(domnode doc)",
11288
+ ""
11090
11289
  ],
11091
11290
  "xsl_xsltprocessor_transform_to_uri": [
11092
- "int xsl_xsltprocessor_transform_to_uri(domdocument doc, string uri);",
11291
+ "int xsl_xsltprocessor_transform_to_uri(domdocument doc, string uri)",
11093
11292
  ""
11094
11293
  ],
11095
11294
  "xsl_xsltprocessor_transform_to_xml": [
11096
- "string xsl_xsltprocessor_transform_to_xml(domdocument doc);",
11295
+ "string xsl_xsltprocessor_transform_to_xml(domdocument doc)",
11097
11296
  ""
11098
11297
  ],
11099
11298
  "zend_logo_guid": [
11100
- "string zend_logo_guid(void)",
11299
+ "string zend_logo_guid()",
11101
11300
  "Return the special ID used to request the Zend logo in phpinfo screens"
11102
11301
  ],
11103
11302
  "zend_version": [
11104
- "string zend_version(void)",
11303
+ "string zend_version()",
11105
11304
  "Get the version of the Zend Engine"
11106
11305
  ],
11107
11306
  "zip_close": [
@@ -11145,7 +11344,7 @@ var functionMap = {
11145
11344
  "Returns the next file in the archive"
11146
11345
  ],
11147
11346
  "zlib_get_coding_type": [
11148
- "string zlib_get_coding_type(void)",
11347
+ "string zlib_get_coding_type()",
11149
11348
  "Returns the coding type used for output compression"
11150
11349
  ]
11151
11350
  };
@@ -11196,7 +11395,9 @@ var variableMap = {
11196
11395
  "SERVER_PORT": 1,
11197
11396
  "SERVER_PROTOCOL": 1,
11198
11397
  "SERVER_SIGNATURE": 1,
11199
- "SERVER_SOFTWARE": 1
11398
+ "SERVER_SOFTWARE": 1,
11399
+ "argv": 1,
11400
+ "argc": 1
11200
11401
  }
11201
11402
  },
11202
11403
  "$_SESSION": {
@@ -11204,6 +11405,12 @@ var variableMap = {
11204
11405
  },
11205
11406
  "$GLOBALS": {
11206
11407
  type: "array"
11408
+ },
11409
+ '$argv': {
11410
+ type: "array"
11411
+ },
11412
+ '$argc': {
11413
+ type: "int"
11207
11414
  }
11208
11415
  };
11209
11416
 
@@ -11309,7 +11516,7 @@ var PhpCompletions = function() {
11309
11516
  exports.PhpCompletions = PhpCompletions;
11310
11517
  });
11311
11518
 
11312
- ace.define("ace/mode/folding/cstyle",["require","exports","module","ace/lib/oop","ace/range","ace/mode/folding/fold_mode"], function(require, exports, module) {
11519
+ ace.define("ace/mode/folding/cstyle",[], function(require, exports, module) {
11313
11520
  "use strict";
11314
11521
 
11315
11522
  var oop = require("../../lib/oop");
@@ -11449,7 +11656,7 @@ oop.inherits(FoldMode, BaseFoldMode);
11449
11656
 
11450
11657
  });
11451
11658
 
11452
- ace.define("ace/mode/javascript",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/javascript_highlight_rules","ace/mode/matching_brace_outdent","ace/worker/worker_client","ace/mode/behaviour/cstyle","ace/mode/folding/cstyle"], function(require, exports, module) {
11659
+ ace.define("ace/mode/javascript",[], function(require, exports, module) {
11453
11660
  "use strict";
11454
11661
 
11455
11662
  var oop = require("../lib/oop");
@@ -11531,12 +11738,13 @@ oop.inherits(Mode, TextMode);
11531
11738
  };
11532
11739
 
11533
11740
  this.$id = "ace/mode/javascript";
11741
+ this.snippetFileId = "ace/snippets/javascript";
11534
11742
  }).call(Mode.prototype);
11535
11743
 
11536
11744
  exports.Mode = Mode;
11537
11745
  });
11538
11746
 
11539
- ace.define("ace/mode/css_completions",["require","exports","module"], function(require, exports, module) {
11747
+ ace.define("ace/mode/css_completions",[], function(require, exports, module) {
11540
11748
  "use strict";
11541
11749
 
11542
11750
  var propertyMap = {
@@ -11706,7 +11914,7 @@ var CssCompletions = function() {
11706
11914
  exports.CssCompletions = CssCompletions;
11707
11915
  });
11708
11916
 
11709
- ace.define("ace/mode/behaviour/css",["require","exports","module","ace/lib/oop","ace/mode/behaviour","ace/mode/behaviour/cstyle","ace/token_iterator"], function(require, exports, module) {
11917
+ ace.define("ace/mode/behaviour/css",[], function(require, exports, module) {
11710
11918
  "use strict";
11711
11919
 
11712
11920
  var oop = require("../../lib/oop");
@@ -11799,7 +12007,7 @@ oop.inherits(CssBehaviour, CstyleBehaviour);
11799
12007
  exports.CssBehaviour = CssBehaviour;
11800
12008
  });
11801
12009
 
11802
- ace.define("ace/mode/css",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/css_highlight_rules","ace/mode/matching_brace_outdent","ace/worker/worker_client","ace/mode/css_completions","ace/mode/behaviour/css","ace/mode/folding/cstyle"], function(require, exports, module) {
12010
+ ace.define("ace/mode/css",[], function(require, exports, module) {
11803
12011
  "use strict";
11804
12012
 
11805
12013
  var oop = require("../lib/oop");
@@ -11868,13 +12076,14 @@ oop.inherits(Mode, TextMode);
11868
12076
  };
11869
12077
 
11870
12078
  this.$id = "ace/mode/css";
12079
+ this.snippetFileId = "ace/snippets/css";
11871
12080
  }).call(Mode.prototype);
11872
12081
 
11873
12082
  exports.Mode = Mode;
11874
12083
 
11875
12084
  });
11876
12085
 
11877
- ace.define("ace/mode/behaviour/xml",["require","exports","module","ace/lib/oop","ace/mode/behaviour","ace/token_iterator","ace/lib/lang"], function(require, exports, module) {
12086
+ ace.define("ace/mode/behaviour/xml",[], function(require, exports, module) {
11878
12087
  "use strict";
11879
12088
 
11880
12089
  var oop = require("../../lib/oop");
@@ -12046,7 +12255,7 @@ oop.inherits(XmlBehaviour, Behaviour);
12046
12255
  exports.XmlBehaviour = XmlBehaviour;
12047
12256
  });
12048
12257
 
12049
- ace.define("ace/mode/folding/mixed",["require","exports","module","ace/lib/oop","ace/mode/folding/fold_mode"], function(require, exports, module) {
12258
+ ace.define("ace/mode/folding/mixed",[], function(require, exports, module) {
12050
12259
  "use strict";
12051
12260
 
12052
12261
  var oop = require("../../lib/oop");
@@ -12100,7 +12309,7 @@ oop.inherits(FoldMode, BaseFoldMode);
12100
12309
 
12101
12310
  });
12102
12311
 
12103
- ace.define("ace/mode/folding/xml",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/range","ace/mode/folding/fold_mode","ace/token_iterator"], function(require, exports, module) {
12312
+ ace.define("ace/mode/folding/xml",[], function(require, exports, module) {
12104
12313
  "use strict";
12105
12314
 
12106
12315
  var oop = require("../../lib/oop");
@@ -12349,7 +12558,7 @@ function is(token, type) {
12349
12558
 
12350
12559
  });
12351
12560
 
12352
- ace.define("ace/mode/folding/html",["require","exports","module","ace/lib/oop","ace/mode/folding/mixed","ace/mode/folding/xml","ace/mode/folding/cstyle"], function(require, exports, module) {
12561
+ ace.define("ace/mode/folding/html",[], function(require, exports, module) {
12353
12562
  "use strict";
12354
12563
 
12355
12564
  var oop = require("../../lib/oop");
@@ -12368,7 +12577,7 @@ oop.inherits(FoldMode, MixedFoldMode);
12368
12577
 
12369
12578
  });
12370
12579
 
12371
- ace.define("ace/mode/html_completions",["require","exports","module","ace/token_iterator"], function(require, exports, module) {
12580
+ ace.define("ace/mode/html_completions",[], function(require, exports, module) {
12372
12581
  "use strict";
12373
12582
 
12374
12583
  var TokenIterator = require("../token_iterator").TokenIterator;
@@ -12690,7 +12899,7 @@ var HtmlCompletions = function() {
12690
12899
  exports.HtmlCompletions = HtmlCompletions;
12691
12900
  });
12692
12901
 
12693
- ace.define("ace/mode/html",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/mode/text","ace/mode/javascript","ace/mode/css","ace/mode/html_highlight_rules","ace/mode/behaviour/xml","ace/mode/folding/html","ace/mode/html_completions","ace/worker/worker_client"], function(require, exports, module) {
12902
+ ace.define("ace/mode/html",[], function(require, exports, module) {
12694
12903
  "use strict";
12695
12904
 
12696
12905
  var oop = require("../lib/oop");
@@ -12760,12 +12969,13 @@ oop.inherits(Mode, TextMode);
12760
12969
  };
12761
12970
 
12762
12971
  this.$id = "ace/mode/html";
12972
+ this.snippetFileId = "ace/snippets/html";
12763
12973
  }).call(Mode.prototype);
12764
12974
 
12765
12975
  exports.Mode = Mode;
12766
12976
  });
12767
12977
 
12768
- ace.define("ace/mode/php",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/php_highlight_rules","ace/mode/php_highlight_rules","ace/mode/matching_brace_outdent","ace/range","ace/worker/worker_client","ace/mode/php_completions","ace/mode/behaviour/cstyle","ace/mode/folding/cstyle","ace/unicode","ace/mode/html","ace/mode/javascript","ace/mode/css"], function(require, exports, module) {
12978
+ ace.define("ace/mode/php",[], function(require, exports, module) {
12769
12979
  "use strict";
12770
12980
 
12771
12981
  var oop = require("../lib/oop");
@@ -12886,6 +13096,7 @@ oop.inherits(Mode, HtmlMode);
12886
13096
  };
12887
13097
 
12888
13098
  this.$id = "ace/mode/php";
13099
+ this.snippetFileId = "ace/snippets/php";
12889
13100
  }).call(Mode.prototype);
12890
13101
 
12891
13102
  exports.Mode = Mode;