Alexey_B

php.coder

Feb 16th, 2022
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 105.81 KB | None | 0 0
  1. ;----------------------------------------------;
  2. ; Coder plugin syntax file ;
  3. ;----------------------------------------------;
  4.  
  5. ;Colors
  6. ; Color need to be in #RRGGBB or #RGB format.
  7. ; If color equal to zero, then color ignored.
  8. ;
  9. ;Font styles
  10. ; 0 ignored.
  11. ; 1 normal.
  12. ; 2 bold.
  13. ; 3 italic.
  14. ; 4 bold italic.
  15. ;
  16. ;For comfort file viewing/editing set tab size to 8.
  17.  
  18.  
  19. Files:
  20. ;==========
  21. ;File types
  22. ;==========
  23. ;php.coder included by html.coder
  24. ;*.php
  25. ;*.php3
  26. *.php_for_coder
  27.  
  28.  
  29. ;----------------------------------------------;
  30. ; HighLight ;
  31. ;----------------------------------------------;
  32.  
  33. ;Flags (sum of the members)
  34. ; 1 case sensitive.
  35. ; 2 word is a composition of characters ("Words:" section only). Example: "0123456789" - highlight words that contain only digits.
  36. ; 4 quote end required ("Quotes:" section only).
  37. ; 8 quote start string is ignored and last meet delimiter used as quote start ("Quotes:" section only).
  38. ; 16 quote end string is ignored and first meet delimiter used as quote end ("Quotes:" section only).
  39. ; 32 don't highlight quote start ("Quotes:" section only).
  40. ; 64 don't highlight quote end ("Quotes:" section only).
  41. ; 128 don't catch and don't highlight quote start ("Quotes:" section only).
  42. ; 256 don't catch and don't highlight quote end ("Quotes:" section only).
  43. ; 512 quote start, delimiter or word located at line start.
  44. ; 1024 quote end, delimiter or word located at line end.
  45. ; 2048 quote start is surrounded with delimiters ("Quotes:" section only).
  46. ; 4096 quote end is surrounded with delimiters ("Quotes:" section only).
  47. ; 8192 quote doesn't contain delimiters ("Quotes:" section only).
  48. ; 16384 only quote start string is catched ("Quotes:" section only).
  49. ; 32768 quote doesn't contain any character ("Quotes:" section only).
  50.  
  51.  
  52. Font:
  53. ;=================================================================
  54. ;FontStyle FontSize FaceName
  55. ;=================================================================
  56. ${HighLight_FontStyle} ${HighLight_FontSize} ${HighLight_FaceName}
  57.  
  58.  
  59. Colors:
  60. ;=============================================================================================================================================================================================================================================================================================================================================================================================================================
  61. ;BasicTextColor BasicBkColor SelTextColor SelBkColor LineTextColor LineBkColor LineBorderColor AltTextColor AltBkColor AltBorderColor ColumnColor MarkerColor CaretColor UrlColor ActiveUrlColor VisitUrlColor
  62. ;=============================================================================================================================================================================================================================================================================================================================================================================================================================
  63. ${HighLight_BasicTextColor} ${HighLight_BasicBkColor} ${HighLight_SelTextColor} ${HighLight_SelBkColor} ${HighLight_LineTextColor} ${HighLight_LineBkColor} ${HighLight_LineBorderColor} ${HighLight_AltTextColor} ${HighLight_AltBkColor} ${HighLight_AltBorderColor} ${HighLight_ColumnColor} ${HighLight_MarkerColor} ${HighLight_CaretColor} ${HighLight_UrlColor} ${HighLight_ActiveUrlColor} ${HighLight_VisitUrlColor}
  64.  
  65.  
  66. BkImage:
  67. ;==================================================
  68. ;BkImageFile BkImageAlpha
  69. ;==================================================
  70. ${HighLight_BkImageFile} ${HighLight_BkImageAlpha}
  71.  
  72.  
  73. AutoMark:
  74. ;====================================================================================================================
  75. ;AutoMarkFlags AutoMarkFontStyle AutoMarkTextColor AutoMarkBkColor
  76. ;====================================================================================================================
  77. ${HighLight_AutoMarkFlags} ${HighLight_AutoMarkFontStyle} ${HighLight_AutoMarkTextColor} ${HighLight_AutoMarkBkColor}
  78.  
  79.  
  80. Quotes:
  81. ;===================================================================================
  82. ;Flags Font Color Color Quote Quote Escape Quote Quote Parent Rule
  83. ; style text bkgrnd start end char include exclude ID ID
  84. ;===================================================================================
  85. ;5=1+4
  86. 5 3 ${STR} 0 '"' '"' "\" "" "" 0 0
  87. ;5=1+4
  88. 5 3 ${STR} 0 "'" "'" "\" "" "" 0 0
  89. ;5=1+4
  90. 5 3 ${COMM} 0 "/*" "*/" "" "" "" 0 0
  91. ;1=1
  92. 1 3 ${COMM} 0 "#" "" "" "" "" 0 0
  93. ;1=1
  94. 1 3 ${COMM} 0 "//" "" ":" "" "" 0 0
  95. ;401=1+16+128+256
  96. ;401 0 ${VAR} 0 "$" "" "" "" "" 0 0
  97.  
  98.  
  99. QuotesRE:
  100. ;===========================================================================================
  101. ;Flags Pattern \BackRef=(FontStyle,ColorText,ColorBk) \BackRef=... ParentID RuleID
  102. ;===========================================================================================
  103. 0 `(\$)([a-z_][a-z_0-9]*)` `\1=(0,${VAR},0)` 0 0
  104.  
  105.  
  106. Delimiters:
  107. ;===============================================
  108. ;Flags Font Color Color Char(s) Parent
  109. ; style text bkgrnd ID
  110. ;===============================================
  111. 1 0 0 0 " "
  112. 1 0 0 0 " "
  113. 1 0 ${VAR} 0 $
  114. 1 0 ${DEL1} 0 (
  115. 1 0 ${DEL1} 0 )
  116. 1 0 ${DEL2} 0 {
  117. 1 0 ${DEL2} 0 }
  118. 1 0 ${DEL2} 0 .
  119. 1 0 ${DEL2} 0 ,
  120. 1 0 ${DEL2} 0 :
  121. 1 0 ${DEL2} 0 ;
  122. 1 0 ${DEL2} 0 !
  123. 1 0 ${DEL2} 0 |
  124. 1 0 ${DEL2} 0 =
  125. 1 0 ${DEL2} 0 -
  126. 1 0 ${DEL2} 0 *
  127. 1 0 ${DEL2} 0 +
  128. 1 0 ${DEL2} 0 /
  129. 1 0 ${DEL2} 0 %
  130. 1 0 ${DEL2} 0 <
  131. 1 0 ${DEL2} 0 >
  132. 1 0 ${DEL2} 0 [
  133. 1 0 ${DEL2} 0 ]
  134. 1 0 ${DEL2} 0 @
  135. 1 0 ${DEL2} 0 ?
  136. 1 0 ${DEL2} 0 &
  137. 1 0 ${DEL2} 0 ^
  138. 1 0 ${DEL2} 0 ~
  139.  
  140.  
  141. Words:
  142. ;===========================================
  143. ;Flags Font Color Color Word Parent
  144. ; style text bkgrnd ID
  145. ;===========================================
  146. ;3=1+2
  147. 3 0 ${NUM} 0 "0123456789"
  148. ;--phpMethods--
  149. 0 0 ${OP} 0 add
  150. 0 0 ${OP} 0 add_namespace
  151. 0 0 ${OP} 0 addAction
  152. 0 0 ${OP} 0 addColor
  153. 0 0 ${OP} 0 addEntry
  154. 0 0 ${OP} 0 addFill
  155. 0 0 ${OP} 0 addShape
  156. 0 0 ${OP} 0 addString
  157. 0 0 ${OP} 0 align
  158. 0 0 ${OP} 0 append_child
  159. 0 0 ${OP} 0 append_sibling
  160. 0 0 ${OP} 0 assign
  161. 0 0 ${OP} 0 attreditable
  162. 0 0 ${OP} 0 attributes
  163. 0 0 ${OP} 0 checkin
  164. 0 0 ${OP} 0 checkout
  165. 0 0 ${OP} 0 child_nodes
  166. 0 0 ${OP} 0 children
  167. 0 0 ${OP} 0 clone_node
  168. 0 0 ${OP} 0 content
  169. 0 0 ${OP} 0 copy
  170. 0 0 ${OP} 0 count
  171. 0 0 ${OP} 0 create_attribute
  172. 0 0 ${OP} 0 create_cdata_section
  173. 0 0 ${OP} 0 create_comment
  174. 0 0 ${OP} 0 create_element
  175. 0 0 ${OP} 0 create_element_ns
  176. 0 0 ${OP} 0 create_entity_reference
  177. 0 0 ${OP} 0 create_processing_instruction
  178. 0 0 ${OP} 0 create_text_node
  179. 0 0 ${OP} 0 data
  180. 0 0 ${OP} 0 dbstat
  181. 0 0 ${OP} 0 dcstat
  182. 0 0 ${OP} 0 description
  183. 0 0 ${OP} 0 doctype
  184. 0 0 ${OP} 0 document_element
  185. 0 0 ${OP} 0 drawCurve
  186. 0 0 ${OP} 0 drawCurveTo
  187. 0 0 ${OP} 0 drawLine
  188. 0 0 ${OP} 0 drawLineTo
  189. 0 0 ${OP} 0 dstanchors
  190. 0 0 ${OP} 0 dstofsrcanchors
  191. 0 0 ${OP} 0 dump_file
  192. 0 0 ${OP} 0 dump_mem
  193. 0 0 ${OP} 0 dump_node
  194. 0 0 ${OP} 0 entities
  195. 0 0 ${OP} 0 find
  196. 0 0 ${OP} 0 first_child
  197. 0 0 ${OP} 0 ftstat
  198. 0 0 ${OP} 0 get_attr
  199. 0 0 ${OP} 0 get_attribute
  200. 0 0 ${OP} 0 get_attribute_node
  201. 0 0 ${OP} 0 get_content
  202. 0 0 ${OP} 0 get_element_by_id
  203. 0 0 ${OP} 0 get_elements_by_tagname
  204. 0 0 ${OP} 0 get_nodes
  205. 0 0 ${OP} 0 getHeight
  206. 0 0 ${OP} 0 getshape1
  207. 0 0 ${OP} 0 getshape2
  208. 0 0 ${OP} 0 getWidth
  209. 0 0 ${OP} 0 has_attribute
  210. 0 0 ${OP} 0 has_attributes
  211. 0 0 ${OP} 0 has_child_nodes
  212. 0 0 ${OP} 0 has_children
  213. 0 0 ${OP} 0 has_siblings
  214. 0 0 ${OP} 0 html_dump_mem
  215. 0 0 ${OP} 0 hwstat
  216. 0 0 ${OP} 0 identify
  217. 0 0 ${OP} 0 info
  218. 0 0 ${OP} 0 insert
  219. 0 0 ${OP} 0 insert_before
  220. 0 0 ${OP} 0 insertanchor
  221. 0 0 ${OP} 0 insertcollection
  222. 0 0 ${OP} 0 insertdocument
  223. 0 0 ${OP} 0 internal_subset
  224. 0 0 ${OP} 0 is_asp
  225. 0 0 ${OP} 0 is_blank_node
  226. 0 0 ${OP} 0 is_comment
  227. 0 0 ${OP} 0 is_html
  228. 0 0 ${OP} 0 is_jsp
  229. 0 0 ${OP} 0 is_jste
  230. 0 0 ${OP} 0 is_text
  231. 0 0 ${OP} 0 is_xhtml
  232. 0 0 ${OP} 0 is_xml
  233. 0 0 ${OP} 0 key
  234. 0 0 ${OP} 0 langdepvalue
  235. 0 0 ${OP} 0 last_child
  236. 0 0 ${OP} 0 link
  237. 0 0 ${OP} 0 lock
  238. 0 0 ${OP} 0 mimetype
  239. 0 0 ${OP} 0 move
  240. 0 0 ${OP} 0 movePen
  241. 0 0 ${OP} 0 movePenTo
  242. 0 0 ${OP} 0 moveTo
  243. 0 0 ${OP} 0 multColor
  244. 0 0 ${OP} 0 name
  245. 0 0 ${OP} 0 next
  246. 0 0 ${OP} 0 next_sibling
  247. 0 0 ${OP} 0 nextframe
  248. 0 0 ${OP} 0 node_name
  249. 0 0 ${OP} 0 node_type
  250. 0 0 ${OP} 0 node_value
  251. 0 0 ${OP} 0 notations
  252. 0 0 ${OP} 0 objectbyanchor
  253. 0 0 ${OP} 0 output
  254. 0 0 ${OP} 0 owner_document
  255. 0 0 ${OP} 0 parent_node
  256. 0 0 ${OP} 0 parents
  257. 0 0 ${OP} 0 prefix
  258. 0 0 ${OP} 0 prev
  259. 0 0 ${OP} 0 previous_sibling
  260. 0 0 ${OP} 0 process
  261. 0 0 ${OP} 0 public_id
  262. 0 0 ${OP} 0 read
  263. 0 0 ${OP} 0 reason
  264. 0 0 ${OP} 0 remove
  265. 0 0 ${OP} 0 remove_attribute
  266. 0 0 ${OP} 0 remove_child
  267. 0 0 ${OP} 0 replace
  268. 0 0 ${OP} 0 replace_child
  269. 0 0 ${OP} 0 replace_node
  270. 0 0 ${OP} 0 result_dump_file
  271. 0 0 ${OP} 0 result_dump_mem
  272. 0 0 ${OP} 0 Rotate
  273. 0 0 ${OP} 0 rotateTo
  274. 0 0 ${OP} 0 save
  275. 0 0 ${OP} 0 scale
  276. 0 0 ${OP} 0 scaleTo
  277. 0 0 ${OP} 0 set_attribute
  278. 0 0 ${OP} 0 set_content
  279. 0 0 ${OP} 0 set_name
  280. 0 0 ${OP} 0 set_namespace
  281. 0 0 ${OP} 0 setAction
  282. 0 0 ${OP} 0 setbackground
  283. 0 0 ${OP} 0 setbounds
  284. 0 0 ${OP} 0 setColor
  285. 0 0 ${OP} 0 setcommitedversion
  286. 0 0 ${OP} 0 setDepth
  287. 0 0 ${OP} 0 setdimension
  288. 0 0 ${OP} 0 setdown
  289. 0 0 ${OP} 0 setFont
  290. 0 0 ${OP} 0 setframes
  291. 0 0 ${OP} 0 setHeight
  292. 0 0 ${OP} 0 setHit
  293. 0 0 ${OP} 0 setindentation
  294. 0 0 ${OP} 0 setLeftFill
  295. 0 0 ${OP} 0 setLeftMargin
  296. 0 0 ${OP} 0 setLine
  297. 0 0 ${OP} 0 setLineSpacing
  298. 0 0 ${OP} 0 setMargins
  299. 0 0 ${OP} 0 setName
  300. 0 0 ${OP} 0 setOver
  301. 0 0 ${OP} 0 setrate
  302. 0 0 ${OP} 0 setRatio
  303. 0 0 ${OP} 0 setRightFill
  304. 0 0 ${OP} 0 setrightMargin
  305. 0 0 ${OP} 0 setSpacing
  306. 0 0 ${OP} 0 setUp
  307. 0 0 ${OP} 0 skewX
  308. 0 0 ${OP} 0 skewXTo
  309. 0 0 ${OP} 0 skewY
  310. 0 0 ${OP} 0 skewYTo
  311. 0 0 ${OP} 0 specified
  312. 0 0 ${OP} 0 srcanchors
  313. 0 0 ${OP} 0 srcsofdst
  314. 0 0 ${OP} 0 streammp3
  315. 0 0 ${OP} 0 system_id
  316. 0 0 ${OP} 0 tagname
  317. 0 0 ${OP} 0 target
  318. 0 0 ${OP} 0 tidy_node
  319. 0 0 ${OP} 0 title
  320. 0 0 ${OP} 0 type
  321. 0 0 ${OP} 0 unlink_node
  322. 0 0 ${OP} 0 unlock
  323. 0 0 ${OP} 0 user
  324. 0 0 ${OP} 0 userlist
  325. 0 0 ${OP} 0 value
  326. 0 0 ${OP} 0 values
  327. 0 0 ${OP} 0 xinclude
  328. ;--Magic Methods--
  329. 0 0 ${OP} 0 __construct
  330. 0 0 ${OP} 0 __destruct
  331. 0 0 ${OP} 0 __call
  332. 0 0 ${OP} 0 __callStatic
  333. 0 0 ${OP} 0 __get
  334. 0 0 ${OP} 0 __set
  335. 0 0 ${OP} 0 __isset
  336. 0 0 ${OP} 0 __unset
  337. 0 0 ${OP} 0 __sleep
  338. 0 0 ${OP} 0 __wakeup
  339. 0 0 ${OP} 0 __toString
  340. 0 0 ${OP} 0 __invoke
  341. 0 0 ${OP} 0 __set_state
  342. 0 0 ${OP} 0 __clone
  343. ;--phpFunctions--
  344. 0 0 ${OP} 0 abs
  345. 0 0 ${OP} 0 acos
  346. 0 0 ${OP} 0 acosh
  347. 0 0 ${OP} 0 addcslashes
  348. 0 0 ${OP} 0 addslashes
  349. 0 0 ${OP} 0 aggregate
  350. 0 0 ${OP} 0 aggregate_info
  351. 0 0 ${OP} 0 aggregate_methods
  352. 0 0 ${OP} 0 aggregate_methods_by_list
  353. 0 0 ${OP} 0 aggregate_methods_by_regexp
  354. 0 0 ${OP} 0 aggregate_properties
  355. 0 0 ${OP} 0 aggregate_properties_by_list
  356. 0 0 ${OP} 0 aggregate_properties_by_regexp
  357. 0 0 ${OP} 0 aggregation_info
  358. 0 0 ${OP} 0 apache_child_terminate
  359. 0 0 ${OP} 0 apache_get_modules
  360. 0 0 ${OP} 0 apache_get_version
  361. 0 0 ${OP} 0 apache_getenv
  362. 0 0 ${OP} 0 apache_lookup_uri
  363. 0 0 ${OP} 0 apache_note
  364. 0 0 ${OP} 0 apache_request_headers
  365. 0 0 ${OP} 0 apache_response_headers
  366. 0 0 ${OP} 0 apache_setenv
  367. 0 0 ${OP} 0 array
  368. 0 0 ${OP} 0 array_change_key_case
  369. 0 0 ${OP} 0 array_chunk
  370. 0 0 ${OP} 0 array_combine
  371. 0 0 ${OP} 0 array_count_values
  372. 0 0 ${OP} 0 array_diff
  373. 0 0 ${OP} 0 array_diff_assoc
  374. 0 0 ${OP} 0 array_diff_uassoc
  375. 0 0 ${OP} 0 array_fill
  376. 0 0 ${OP} 0 array_filter
  377. 0 0 ${OP} 0 array_flip
  378. 0 0 ${OP} 0 array_intersect
  379. 0 0 ${OP} 0 array_intersect_assoc
  380. 0 0 ${OP} 0 array_key_exists
  381. 0 0 ${OP} 0 array_keys
  382. 0 0 ${OP} 0 array_map
  383. 0 0 ${OP} 0 array_merge
  384. 0 0 ${OP} 0 array_merge_recursive
  385. 0 0 ${OP} 0 array_multisort
  386. 0 0 ${OP} 0 array_pad
  387. 0 0 ${OP} 0 array_pop
  388. 0 0 ${OP} 0 array_push
  389. 0 0 ${OP} 0 array_rand
  390. 0 0 ${OP} 0 array_reduce
  391. 0 0 ${OP} 0 array_replace
  392. 0 0 ${OP} 0 array_replace_recursive
  393. 0 0 ${OP} 0 array_reverse
  394. 0 0 ${OP} 0 array_search
  395. 0 0 ${OP} 0 array_shift
  396. 0 0 ${OP} 0 array_slice
  397. 0 0 ${OP} 0 array_splice
  398. 0 0 ${OP} 0 array_sum
  399. 0 0 ${OP} 0 array_udiff
  400. 0 0 ${OP} 0 array_udiff_assoc
  401. 0 0 ${OP} 0 array_udiff_uassoc
  402. 0 0 ${OP} 0 array_unique
  403. 0 0 ${OP} 0 array_unshift
  404. 0 0 ${OP} 0 array_values
  405. 0 0 ${OP} 0 array_walk
  406. 0 0 ${OP} 0 array_walk_recursive
  407. 0 0 ${OP} 0 arsort
  408. 0 0 ${OP} 0 ascii2ebcdic
  409. 0 0 ${OP} 0 asin
  410. 0 0 ${OP} 0 asinh
  411. 0 0 ${OP} 0 asort
  412. 0 0 ${OP} 0 aspell_check
  413. 0 0 ${OP} 0 aspell_new
  414. 0 0 ${OP} 0 aspell_suggest
  415. 0 0 ${OP} 0 assert
  416. 0 0 ${OP} 0 assert_options
  417. 0 0 ${OP} 0 atan
  418. 0 0 ${OP} 0 atan2
  419. 0 0 ${OP} 0 atanh
  420. 0 0 ${OP} 0 base64_decode
  421. 0 0 ${OP} 0 base64_encode
  422. 0 0 ${OP} 0 base_convert
  423. 0 0 ${OP} 0 basename
  424. 0 0 ${OP} 0 bcadd
  425. 0 0 ${OP} 0 bccomp
  426. 0 0 ${OP} 0 bcdiv
  427. 0 0 ${OP} 0 bcmod
  428. 0 0 ${OP} 0 bcmul
  429. 0 0 ${OP} 0 bcpow
  430. 0 0 ${OP} 0 bcpowmod
  431. 0 0 ${OP} 0 bcscale
  432. 0 0 ${OP} 0 bcsqrt
  433. 0 0 ${OP} 0 bcsub
  434. 0 0 ${OP} 0 bin2hex
  435. 0 0 ${OP} 0 bind_textdomain_codeset
  436. 0 0 ${OP} 0 bindec
  437. 0 0 ${OP} 0 bindtextdomain
  438. 0 0 ${OP} 0 bzclose
  439. 0 0 ${OP} 0 bzcompress
  440. 0 0 ${OP} 0 bzdecompress
  441. 0 0 ${OP} 0 bzerrno
  442. 0 0 ${OP} 0 bzerror
  443. 0 0 ${OP} 0 bzerrstr
  444. 0 0 ${OP} 0 bzflush
  445. 0 0 ${OP} 0 bzopen
  446. 0 0 ${OP} 0 bzread
  447. 0 0 ${OP} 0 bzwrite
  448. 0 0 ${OP} 0 cal_days_in_month
  449. 0 0 ${OP} 0 cal_from_jd
  450. 0 0 ${OP} 0 cal_info
  451. 0 0 ${OP} 0 cal_to_jd
  452. 0 0 ${OP} 0 call_user_func
  453. 0 0 ${OP} 0 call_user_func_array
  454. 0 0 ${OP} 0 call_user_method
  455. 0 0 ${OP} 0 call_user_method_array
  456. 0 0 ${OP} 0 ccvs_add
  457. 0 0 ${OP} 0 ccvs_auth
  458. 0 0 ${OP} 0 ccvs_command
  459. 0 0 ${OP} 0 ccvs_count
  460. 0 0 ${OP} 0 ccvs_delete
  461. 0 0 ${OP} 0 ccvs_done
  462. 0 0 ${OP} 0 ccvs_init
  463. 0 0 ${OP} 0 ccvs_lookup
  464. 0 0 ${OP} 0 ccvs_new
  465. 0 0 ${OP} 0 ccvs_report
  466. 0 0 ${OP} 0 ccvs_return
  467. 0 0 ${OP} 0 ccvs_reverse
  468. 0 0 ${OP} 0 ccvs_sale
  469. 0 0 ${OP} 0 ccvs_status
  470. 0 0 ${OP} 0 ccvs_textvalue
  471. 0 0 ${OP} 0 ccvs_void
  472. 0 0 ${OP} 0 ceil
  473. 0 0 ${OP} 0 chdir
  474. 0 0 ${OP} 0 checkdate
  475. 0 0 ${OP} 0 checkdnsrr
  476. 0 0 ${OP} 0 chgrp
  477. 0 0 ${OP} 0 chmod
  478. 0 0 ${OP} 0 chop
  479. 0 0 ${OP} 0 chown
  480. 0 0 ${OP} 0 chr
  481. 0 0 ${OP} 0 chroot
  482. 0 0 ${OP} 0 chunk_split
  483. 0 0 ${OP} 0 class_exists
  484. 0 0 ${OP} 0 clearstatcache
  485. 0 0 ${OP} 0 closedir
  486. 0 0 ${OP} 0 closelog
  487. 0 0 ${OP} 0 com
  488. 0 0 ${OP} 0 com_addref
  489. 0 0 ${OP} 0 com_get
  490. 0 0 ${OP} 0 com_invoke
  491. 0 0 ${OP} 0 com_isenum
  492. 0 0 ${OP} 0 com_load
  493. 0 0 ${OP} 0 com_load_typelib
  494. 0 0 ${OP} 0 com_propget
  495. 0 0 ${OP} 0 com_propput
  496. 0 0 ${OP} 0 com_propset
  497. 0 0 ${OP} 0 com_release
  498. 0 0 ${OP} 0 com_set
  499. 0 0 ${OP} 0 compact
  500. 0 0 ${OP} 0 connection_aborted
  501. 0 0 ${OP} 0 connection_status
  502. 0 0 ${OP} 0 connection_timeout
  503. 0 0 ${OP} 0 constant
  504. 0 0 ${OP} 0 convert_cyr_string
  505. 0 0 ${OP} 0 cos
  506. 0 0 ${OP} 0 cosh
  507. 0 0 ${OP} 0 count_chars
  508. 0 0 ${OP} 0 cpdf_add_annotation
  509. 0 0 ${OP} 0 cpdf_add_outline
  510. 0 0 ${OP} 0 cpdf_arc
  511. 0 0 ${OP} 0 cpdf_begin_text
  512. 0 0 ${OP} 0 cpdf_circle
  513. 0 0 ${OP} 0 cpdf_clip
  514. 0 0 ${OP} 0 cpdf_close
  515. 0 0 ${OP} 0 cpdf_closepath
  516. 0 0 ${OP} 0 cpdf_closepath_fill_stroke
  517. 0 0 ${OP} 0 cpdf_closepath_stroke
  518. 0 0 ${OP} 0 cpdf_continue_text
  519. 0 0 ${OP} 0 cpdf_curveto
  520. 0 0 ${OP} 0 cpdf_end_text
  521. 0 0 ${OP} 0 cpdf_fill
  522. 0 0 ${OP} 0 cpdf_fill_stroke
  523. 0 0 ${OP} 0 cpdf_finalize
  524. 0 0 ${OP} 0 cpdf_finalize_page
  525. 0 0 ${OP} 0 cpdf_global_set_document_limits
  526. 0 0 ${OP} 0 cpdf_import_jpeg
  527. 0 0 ${OP} 0 cpdf_lineto
  528. 0 0 ${OP} 0 cpdf_moveto
  529. 0 0 ${OP} 0 cpdf_newpath
  530. 0 0 ${OP} 0 cpdf_open
  531. 0 0 ${OP} 0 cpdf_output_buffer
  532. 0 0 ${OP} 0 cpdf_page_init
  533. 0 0 ${OP} 0 cpdf_place_inline_image
  534. 0 0 ${OP} 0 cpdf_rect
  535. 0 0 ${OP} 0 cpdf_restore
  536. 0 0 ${OP} 0 cpdf_rlineto
  537. 0 0 ${OP} 0 cpdf_rmoveto
  538. 0 0 ${OP} 0 cpdf_rotate
  539. 0 0 ${OP} 0 cpdf_rotate_text
  540. 0 0 ${OP} 0 cpdf_save
  541. 0 0 ${OP} 0 cpdf_save_to_file
  542. 0 0 ${OP} 0 cpdf_scale
  543. 0 0 ${OP} 0 cpdf_set_action_url
  544. 0 0 ${OP} 0 cpdf_set_char_spacing
  545. 0 0 ${OP} 0 cpdf_set_creator
  546. 0 0 ${OP} 0 cpdf_set_current_page
  547. 0 0 ${OP} 0 cpdf_set_font
  548. 0 0 ${OP} 0 cpdf_set_font_directories
  549. 0 0 ${OP} 0 cpdf_set_font_map_file
  550. 0 0 ${OP} 0 cpdf_set_horiz_scaling
  551. 0 0 ${OP} 0 cpdf_set_keywords
  552. 0 0 ${OP} 0 cpdf_set_leading
  553. 0 0 ${OP} 0 cpdf_set_page_animation
  554. 0 0 ${OP} 0 cpdf_set_subject
  555. 0 0 ${OP} 0 cpdf_set_text_matrix
  556. 0 0 ${OP} 0 cpdf_set_text_pos
  557. 0 0 ${OP} 0 cpdf_set_text_rendering
  558. 0 0 ${OP} 0 cpdf_set_text_rise
  559. 0 0 ${OP} 0 cpdf_set_title
  560. 0 0 ${OP} 0 cpdf_set_viewer_preferences
  561. 0 0 ${OP} 0 cpdf_set_word_spacing
  562. 0 0 ${OP} 0 cpdf_setdash
  563. 0 0 ${OP} 0 cpdf_setflat
  564. 0 0 ${OP} 0 cpdf_setgray
  565. 0 0 ${OP} 0 cpdf_setgray_fill
  566. 0 0 ${OP} 0 cpdf_setgray_stroke
  567. 0 0 ${OP} 0 cpdf_setlinecap
  568. 0 0 ${OP} 0 cpdf_setlinejoin
  569. 0 0 ${OP} 0 cpdf_setlinewidth
  570. 0 0 ${OP} 0 cpdf_setmiterlimit
  571. 0 0 ${OP} 0 cpdf_setrgbcolor
  572. 0 0 ${OP} 0 cpdf_setrgbcolor_fill
  573. 0 0 ${OP} 0 cpdf_setrgbcolor_stroke
  574. 0 0 ${OP} 0 cpdf_show
  575. 0 0 ${OP} 0 cpdf_show_xy
  576. 0 0 ${OP} 0 cpdf_stringwidth
  577. 0 0 ${OP} 0 cpdf_stroke
  578. 0 0 ${OP} 0 cpdf_text
  579. 0 0 ${OP} 0 cpdf_translate
  580. 0 0 ${OP} 0 crack_check
  581. 0 0 ${OP} 0 crack_closedict
  582. 0 0 ${OP} 0 crack_getlastmessage
  583. 0 0 ${OP} 0 crack_opendict
  584. 0 0 ${OP} 0 crc32
  585. 0 0 ${OP} 0 create_function
  586. 0 0 ${OP} 0 crypt
  587. 0 0 ${OP} 0 ctype_alnum
  588. 0 0 ${OP} 0 ctype_alpha
  589. 0 0 ${OP} 0 ctype_cntrl
  590. 0 0 ${OP} 0 ctype_digit
  591. 0 0 ${OP} 0 ctype_graph
  592. 0 0 ${OP} 0 ctype_lower
  593. 0 0 ${OP} 0 ctype_print
  594. 0 0 ${OP} 0 ctype_punct
  595. 0 0 ${OP} 0 ctype_space
  596. 0 0 ${OP} 0 ctype_upper
  597. 0 0 ${OP} 0 ctype_xdigit
  598. 0 0 ${OP} 0 curl_close
  599. 0 0 ${OP} 0 curl_errno
  600. 0 0 ${OP} 0 curl_error
  601. 0 0 ${OP} 0 curl_exec
  602. 0 0 ${OP} 0 curl_getinfo
  603. 0 0 ${OP} 0 curl_init
  604. 0 0 ${OP} 0 curl_multi_add_handle
  605. 0 0 ${OP} 0 curl_multi_close
  606. 0 0 ${OP} 0 curl_multi_exec
  607. 0 0 ${OP} 0 curl_multi_getcontent
  608. 0 0 ${OP} 0 curl_multi_info_read
  609. 0 0 ${OP} 0 curl_multi_init
  610. 0 0 ${OP} 0 curl_multi_remove_handle
  611. 0 0 ${OP} 0 curl_multi_select
  612. 0 0 ${OP} 0 curl_setopt
  613. 0 0 ${OP} 0 curl_version
  614. 0 0 ${OP} 0 current
  615. 0 0 ${OP} 0 cybercash_base64_decode
  616. 0 0 ${OP} 0 cybercash_base64_encode
  617. 0 0 ${OP} 0 cybercash_decr
  618. 0 0 ${OP} 0 cybercash_encr
  619. 0 0 ${OP} 0 cyrus_authenticate
  620. 0 0 ${OP} 0 cyrus_bind
  621. 0 0 ${OP} 0 cyrus_close
  622. 0 0 ${OP} 0 cyrus_connect
  623. 0 0 ${OP} 0 cyrus_query
  624. 0 0 ${OP} 0 cyrus_unbind
  625. 0 0 ${OP} 0 date
  626. 0 0 ${OP} 0 date_default_timezone_get
  627. 0 0 ${OP} 0 date_default_timezone_set
  628. 0 0 ${OP} 0 dba_close
  629. 0 0 ${OP} 0 dba_delete
  630. 0 0 ${OP} 0 dba_exists
  631. 0 0 ${OP} 0 dba_fetch
  632. 0 0 ${OP} 0 dba_firstkey
  633. 0 0 ${OP} 0 dba_handlers
  634. 0 0 ${OP} 0 dba_insert
  635. 0 0 ${OP} 0 dba_key_split
  636. 0 0 ${OP} 0 dba_list
  637. 0 0 ${OP} 0 dba_nextkey
  638. 0 0 ${OP} 0 dba_open
  639. 0 0 ${OP} 0 dba_optimize
  640. 0 0 ${OP} 0 dba_popen
  641. 0 0 ${OP} 0 dba_replace
  642. 0 0 ${OP} 0 dba_sync
  643. 0 0 ${OP} 0 dbase_add_record
  644. 0 0 ${OP} 0 dbase_close
  645. 0 0 ${OP} 0 dbase_create
  646. 0 0 ${OP} 0 dbase_delete_record
  647. 0 0 ${OP} 0 dbase_get_header_info
  648. 0 0 ${OP} 0 dbase_get_record
  649. 0 0 ${OP} 0 dbase_get_record_with_names
  650. 0 0 ${OP} 0 dbase_numfields
  651. 0 0 ${OP} 0 dbase_numrecords
  652. 0 0 ${OP} 0 dbase_open
  653. 0 0 ${OP} 0 dbase_pack
  654. 0 0 ${OP} 0 dbase_replace_record
  655. 0 0 ${OP} 0 dblist
  656. 0 0 ${OP} 0 dbmclose
  657. 0 0 ${OP} 0 dbmdelete
  658. 0 0 ${OP} 0 dbmexists
  659. 0 0 ${OP} 0 dbmfetch
  660. 0 0 ${OP} 0 dbmfirstkey
  661. 0 0 ${OP} 0 dbminsert
  662. 0 0 ${OP} 0 dbmnextkey
  663. 0 0 ${OP} 0 dbmopen
  664. 0 0 ${OP} 0 dbmreplace
  665. 0 0 ${OP} 0 dbplus_add
  666. 0 0 ${OP} 0 dbplus_aql
  667. 0 0 ${OP} 0 dbplus_chdir
  668. 0 0 ${OP} 0 dbplus_close
  669. 0 0 ${OP} 0 dbplus_curr
  670. 0 0 ${OP} 0 dbplus_errcode
  671. 0 0 ${OP} 0 dbplus_errno
  672. 0 0 ${OP} 0 dbplus_find
  673. 0 0 ${OP} 0 dbplus_first
  674. 0 0 ${OP} 0 dbplus_flush
  675. 0 0 ${OP} 0 dbplus_freealllocks
  676. 0 0 ${OP} 0 dbplus_freelock
  677. 0 0 ${OP} 0 dbplus_freerlocks
  678. 0 0 ${OP} 0 dbplus_getlock
  679. 0 0 ${OP} 0 dbplus_getunique
  680. 0 0 ${OP} 0 dbplus_info
  681. 0 0 ${OP} 0 dbplus_last
  682. 0 0 ${OP} 0 dbplus_lockrel
  683. 0 0 ${OP} 0 dbplus_next
  684. 0 0 ${OP} 0 dbplus_open
  685. 0 0 ${OP} 0 dbplus_prev
  686. 0 0 ${OP} 0 dbplus_rchperm
  687. 0 0 ${OP} 0 dbplus_rcreate
  688. 0 0 ${OP} 0 dbplus_rcrtexact
  689. 0 0 ${OP} 0 dbplus_rcrtlike
  690. 0 0 ${OP} 0 dbplus_resolve
  691. 0 0 ${OP} 0 dbplus_restorepos
  692. 0 0 ${OP} 0 dbplus_rkeys
  693. 0 0 ${OP} 0 dbplus_ropen
  694. 0 0 ${OP} 0 dbplus_rquery
  695. 0 0 ${OP} 0 dbplus_rrename
  696. 0 0 ${OP} 0 dbplus_rsecindex
  697. 0 0 ${OP} 0 dbplus_runlink
  698. 0 0 ${OP} 0 dbplus_rzap
  699. 0 0 ${OP} 0 dbplus_savepos
  700. 0 0 ${OP} 0 dbplus_setindex
  701. 0 0 ${OP} 0 dbplus_setindexbynumber
  702. 0 0 ${OP} 0 dbplus_sql
  703. 0 0 ${OP} 0 dbplus_tcl
  704. 0 0 ${OP} 0 dbplus_tremove
  705. 0 0 ${OP} 0 dbplus_undo
  706. 0 0 ${OP} 0 dbplus_undoprepare
  707. 0 0 ${OP} 0 dbplus_unlockrel
  708. 0 0 ${OP} 0 dbplus_unselect
  709. 0 0 ${OP} 0 dbplus_update
  710. 0 0 ${OP} 0 dbplus_xlockrel
  711. 0 0 ${OP} 0 dbplus_xunlockrel
  712. 0 0 ${OP} 0 dbx_close
  713. 0 0 ${OP} 0 dbx_compare
  714. 0 0 ${OP} 0 dbx_connect
  715. 0 0 ${OP} 0 dbx_error
  716. 0 0 ${OP} 0 dbx_escape_string
  717. 0 0 ${OP} 0 dbx_fetch_row
  718. 0 0 ${OP} 0 dbx_query
  719. 0 0 ${OP} 0 dbx_sort
  720. 0 0 ${OP} 0 dcgettext
  721. 0 0 ${OP} 0 dcngettext
  722. 0 0 ${OP} 0 deaggregate
  723. 0 0 ${OP} 0 debug_backtrace
  724. 0 0 ${OP} 0 debug_print_backtrace
  725. 0 0 ${OP} 0 debugger_off
  726. 0 0 ${OP} 0 debugger_on
  727. 0 0 ${OP} 0 decbin
  728. 0 0 ${OP} 0 dechex
  729. 0 0 ${OP} 0 decoct
  730. 0 0 ${OP} 0 define
  731. 0 0 ${OP} 0 define_syslog_variables
  732. 0 0 ${OP} 0 defined
  733. 0 0 ${OP} 0 deg2rad
  734. 0 0 ${OP} 0 delete
  735. 0 0 ${OP} 0 dgettext
  736. 0 0 ${OP} 0 dio_close
  737. 0 0 ${OP} 0 dio_fcntl
  738. 0 0 ${OP} 0 dio_open
  739. 0 0 ${OP} 0 dio_read
  740. 0 0 ${OP} 0 dio_seek
  741. 0 0 ${OP} 0 dio_stat
  742. 0 0 ${OP} 0 dio_tcsetattr
  743. 0 0 ${OP} 0 dio_truncate
  744. 0 0 ${OP} 0 dio_write
  745. 0 0 ${OP} 0 dir
  746. 0 0 ${OP} 0 dirname
  747. 0 0 ${OP} 0 disk_free_space
  748. 0 0 ${OP} 0 disk_total_space
  749. 0 0 ${OP} 0 diskfreespace
  750. 0 0 ${OP} 0 dl
  751. 0 0 ${OP} 0 dngettext
  752. 0 0 ${OP} 0 dns_check_record
  753. 0 0 ${OP} 0 dns_get_mx
  754. 0 0 ${OP} 0 dns_get_record
  755. 0 0 ${OP} 0 domxml_new_doc
  756. 0 0 ${OP} 0 domxml_open_file
  757. 0 0 ${OP} 0 domxml_open_mem
  758. 0 0 ${OP} 0 domxml_version
  759. 0 0 ${OP} 0 domxml_xmltree
  760. 0 0 ${OP} 0 domxml_xslt_stylesheet
  761. 0 0 ${OP} 0 domxml_xslt_stylesheet_doc
  762. 0 0 ${OP} 0 domxml_xslt_stylesheet_file
  763. 0 0 ${OP} 0 dotnet_load
  764. 0 0 ${OP} 0 doubleval
  765. 0 0 ${OP} 0 each
  766. 0 0 ${OP} 0 easter_date
  767. 0 0 ${OP} 0 easter_days
  768. 0 0 ${OP} 0 ebcdic2ascii
  769. 0 0 ${OP} 0 echo
  770. 0 0 ${OP} 0 empty
  771. 0 0 ${OP} 0 end
  772. 0 0 ${OP} 0 ereg
  773. 0 0 ${OP} 0 ereg_replace
  774. 0 0 ${OP} 0 eregi
  775. 0 0 ${OP} 0 eregi_replace
  776. 0 0 ${OP} 0 error_log
  777. 0 0 ${OP} 0 error_reporting
  778. 0 0 ${OP} 0 escapeshellarg
  779. 0 0 ${OP} 0 escapeshellcmd
  780. 0 0 ${OP} 0 eval
  781. 0 0 ${OP} 0 exec
  782. 0 0 ${OP} 0 exif_imagetype
  783. 0 0 ${OP} 0 exif_read_data
  784. 0 0 ${OP} 0 exif_thumbnail
  785. 0 0 ${OP} 0 exp
  786. 0 0 ${OP} 0 explode
  787. 0 0 ${OP} 0 expm1
  788. 0 0 ${OP} 0 extension_loaded
  789. 0 0 ${OP} 0 extract
  790. 0 0 ${OP} 0 ezmlm_hash
  791. 0 0 ${OP} 0 fam_cancel_monitor
  792. 0 0 ${OP} 0 fam_close
  793. 0 0 ${OP} 0 fam_monitor_collection
  794. 0 0 ${OP} 0 fam_monitor_directory
  795. 0 0 ${OP} 0 fam_monitor_file
  796. 0 0 ${OP} 0 fam_next_event
  797. 0 0 ${OP} 0 fam_open
  798. 0 0 ${OP} 0 fam_pending
  799. 0 0 ${OP} 0 fam_resume_monitor
  800. 0 0 ${OP} 0 fam_suspend_monitor
  801. 0 0 ${OP} 0 fbsql_affected_rows
  802. 0 0 ${OP} 0 fbsql_autocommit
  803. 0 0 ${OP} 0 fbsql_change_user
  804. 0 0 ${OP} 0 fbsql_close
  805. 0 0 ${OP} 0 fbsql_commit
  806. 0 0 ${OP} 0 fbsql_connect
  807. 0 0 ${OP} 0 fbsql_create_blob
  808. 0 0 ${OP} 0 fbsql_create_clob
  809. 0 0 ${OP} 0 fbsql_create_db
  810. 0 0 ${OP} 0 fbsql_data_seek
  811. 0 0 ${OP} 0 fbsql_database
  812. 0 0 ${OP} 0 fbsql_database_password
  813. 0 0 ${OP} 0 fbsql_db_query
  814. 0 0 ${OP} 0 fbsql_db_status
  815. 0 0 ${OP} 0 fbsql_drop_db
  816. 0 0 ${OP} 0 fbsql_errno
  817. 0 0 ${OP} 0 fbsql_error
  818. 0 0 ${OP} 0 fbsql_fetch_array
  819. 0 0 ${OP} 0 fbsql_fetch_assoc
  820. 0 0 ${OP} 0 fbsql_fetch_field
  821. 0 0 ${OP} 0 fbsql_fetch_lengths
  822. 0 0 ${OP} 0 fbsql_fetch_object
  823. 0 0 ${OP} 0 fbsql_fetch_row
  824. 0 0 ${OP} 0 fbsql_field_flags
  825. 0 0 ${OP} 0 fbsql_field_len
  826. 0 0 ${OP} 0 fbsql_field_name
  827. 0 0 ${OP} 0 fbsql_field_seek
  828. 0 0 ${OP} 0 fbsql_field_table
  829. 0 0 ${OP} 0 fbsql_field_type
  830. 0 0 ${OP} 0 fbsql_free_result
  831. 0 0 ${OP} 0 fbsql_get_autostart_info
  832. 0 0 ${OP} 0 fbsql_hostname
  833. 0 0 ${OP} 0 fbsql_insert_id
  834. 0 0 ${OP} 0 fbsql_list_dbs
  835. 0 0 ${OP} 0 fbsql_list_fields
  836. 0 0 ${OP} 0 fbsql_list_tables
  837. 0 0 ${OP} 0 fbsql_next_result
  838. 0 0 ${OP} 0 fbsql_num_fields
  839. 0 0 ${OP} 0 fbsql_num_rows
  840. 0 0 ${OP} 0 fbsql_password
  841. 0 0 ${OP} 0 fbsql_pconnect
  842. 0 0 ${OP} 0 fbsql_query
  843. 0 0 ${OP} 0 fbsql_read_blob
  844. 0 0 ${OP} 0 fbsql_read_clob
  845. 0 0 ${OP} 0 fbsql_result
  846. 0 0 ${OP} 0 fbsql_rollback
  847. 0 0 ${OP} 0 fbsql_select_db
  848. 0 0 ${OP} 0 fbsql_set_lob_mode
  849. 0 0 ${OP} 0 fbsql_set_transaction
  850. 0 0 ${OP} 0 fbsql_start_db
  851. 0 0 ${OP} 0 fbsql_stop_db
  852. 0 0 ${OP} 0 fbsql_tablename
  853. 0 0 ${OP} 0 fbsql_username
  854. 0 0 ${OP} 0 fbsql_warnings
  855. 0 0 ${OP} 0 fclose
  856. 0 0 ${OP} 0 fdf_add_doc_javascript
  857. 0 0 ${OP} 0 fdf_add_template
  858. 0 0 ${OP} 0 fdf_close
  859. 0 0 ${OP} 0 fdf_create
  860. 0 0 ${OP} 0 fdf_enum_values
  861. 0 0 ${OP} 0 fdf_errno
  862. 0 0 ${OP} 0 fdf_error
  863. 0 0 ${OP} 0 fdf_get_ap
  864. 0 0 ${OP} 0 fdf_get_attachment
  865. 0 0 ${OP} 0 fdf_get_encoding
  866. 0 0 ${OP} 0 fdf_get_file
  867. 0 0 ${OP} 0 fdf_get_flags
  868. 0 0 ${OP} 0 fdf_get_opt
  869. 0 0 ${OP} 0 fdf_get_status
  870. 0 0 ${OP} 0 fdf_get_value
  871. 0 0 ${OP} 0 fdf_get_version
  872. 0 0 ${OP} 0 fdf_header
  873. 0 0 ${OP} 0 fdf_next_field_name
  874. 0 0 ${OP} 0 fdf_open
  875. 0 0 ${OP} 0 fdf_open_string
  876. 0 0 ${OP} 0 fdf_remove_item
  877. 0 0 ${OP} 0 fdf_save
  878. 0 0 ${OP} 0 fdf_save_string
  879. 0 0 ${OP} 0 fdf_set_ap
  880. 0 0 ${OP} 0 fdf_set_encoding
  881. 0 0 ${OP} 0 fdf_set_file
  882. 0 0 ${OP} 0 fdf_set_flags
  883. 0 0 ${OP} 0 fdf_set_javascript_action
  884. 0 0 ${OP} 0 fdf_set_opt
  885. 0 0 ${OP} 0 fdf_set_status
  886. 0 0 ${OP} 0 fdf_set_submit_form_action
  887. 0 0 ${OP} 0 fdf_set_target_frame
  888. 0 0 ${OP} 0 fdf_set_value
  889. 0 0 ${OP} 0 fdf_set_version
  890. 0 0 ${OP} 0 feof
  891. 0 0 ${OP} 0 fflush
  892. 0 0 ${OP} 0 fgetc
  893. 0 0 ${OP} 0 fgetcsv
  894. 0 0 ${OP} 0 fgets
  895. 0 0 ${OP} 0 fgetss
  896. 0 0 ${OP} 0 file
  897. 0 0 ${OP} 0 file_exists
  898. 0 0 ${OP} 0 file_get_contents
  899. 0 0 ${OP} 0 file_put_contents
  900. 0 0 ${OP} 0 fileatime
  901. 0 0 ${OP} 0 filectime
  902. 0 0 ${OP} 0 filegroup
  903. 0 0 ${OP} 0 fileinode
  904. 0 0 ${OP} 0 filemtime
  905. 0 0 ${OP} 0 fileowner
  906. 0 0 ${OP} 0 fileperms
  907. 0 0 ${OP} 0 filepro
  908. 0 0 ${OP} 0 filepro_fieldcount
  909. 0 0 ${OP} 0 filepro_fieldname
  910. 0 0 ${OP} 0 filepro_fieldtype
  911. 0 0 ${OP} 0 filepro_fieldwidth
  912. 0 0 ${OP} 0 filepro_retrieve
  913. 0 0 ${OP} 0 filepro_rowcount
  914. 0 0 ${OP} 0 filesize
  915. 0 0 ${OP} 0 filetype
  916. 0 0 ${OP} 0 floatval
  917. 0 0 ${OP} 0 flock
  918. 0 0 ${OP} 0 floor
  919. 0 0 ${OP} 0 flush
  920. 0 0 ${OP} 0 fmod
  921. 0 0 ${OP} 0 fn
  922. 0 0 ${OP} 0 fnmatch
  923. 0 0 ${OP} 0 fopen
  924. 0 0 ${OP} 0 fpassthru
  925. 0 0 ${OP} 0 fprintf
  926. 0 0 ${OP} 0 fputs
  927. 0 0 ${OP} 0 fread
  928. 0 0 ${OP} 0 frenchtojd
  929. 0 0 ${OP} 0 fribidi_log2vis
  930. 0 0 ${OP} 0 fscanf
  931. 0 0 ${OP} 0 fseek
  932. 0 0 ${OP} 0 fsockopen
  933. 0 0 ${OP} 0 fstat
  934. 0 0 ${OP} 0 ftell
  935. 0 0 ${OP} 0 ftok
  936. 0 0 ${OP} 0 ftp_alloc
  937. 0 0 ${OP} 0 ftp_cdup
  938. 0 0 ${OP} 0 ftp_chdir
  939. 0 0 ${OP} 0 ftp_chmod
  940. 0 0 ${OP} 0 ftp_close
  941. 0 0 ${OP} 0 ftp_connect
  942. 0 0 ${OP} 0 ftp_delete
  943. 0 0 ${OP} 0 ftp_exec
  944. 0 0 ${OP} 0 ftp_fget
  945. 0 0 ${OP} 0 ftp_fput
  946. 0 0 ${OP} 0 ftp_get
  947. 0 0 ${OP} 0 ftp_get_option
  948. 0 0 ${OP} 0 ftp_login
  949. 0 0 ${OP} 0 ftp_mdtm
  950. 0 0 ${OP} 0 ftp_mkdir
  951. 0 0 ${OP} 0 ftp_nb_continue
  952. 0 0 ${OP} 0 ftp_nb_fget
  953. 0 0 ${OP} 0 ftp_nb_fput
  954. 0 0 ${OP} 0 ftp_nb_get
  955. 0 0 ${OP} 0 ftp_nb_put
  956. 0 0 ${OP} 0 ftp_nlist
  957. 0 0 ${OP} 0 ftp_pasv
  958. 0 0 ${OP} 0 ftp_put
  959. 0 0 ${OP} 0 ftp_pwd
  960. 0 0 ${OP} 0 ftp_quit
  961. 0 0 ${OP} 0 ftp_raw
  962. 0 0 ${OP} 0 ftp_rawlist
  963. 0 0 ${OP} 0 ftp_rename
  964. 0 0 ${OP} 0 ftp_rmdir
  965. 0 0 ${OP} 0 ftp_set_option
  966. 0 0 ${OP} 0 ftp_site
  967. 0 0 ${OP} 0 ftp_size
  968. 0 0 ${OP} 0 ftp_ssl_connect
  969. 0 0 ${OP} 0 ftp_systype
  970. 0 0 ${OP} 0 ftruncate
  971. 0 0 ${OP} 0 func_get_arg
  972. 0 0 ${OP} 0 func_get_args
  973. 0 0 ${OP} 0 func_num_args
  974. 0 0 ${OP} 0 function
  975. 0 0 ${OP} 0 function_exists
  976. 0 0 ${OP} 0 fwrite
  977. 0 0 ${OP} 0 gd_info
  978. 0 0 ${OP} 0 get_browser
  979. 0 0 ${OP} 0 get_cfg_var
  980. 0 0 ${OP} 0 get_class
  981. 0 0 ${OP} 0 get_class_methods
  982. 0 0 ${OP} 0 get_class_vars
  983. 0 0 ${OP} 0 get_current_user
  984. 0 0 ${OP} 0 get_declared_classes
  985. 0 0 ${OP} 0 get_defined_constants
  986. 0 0 ${OP} 0 get_defined_functions
  987. 0 0 ${OP} 0 get_defined_vars
  988. 0 0 ${OP} 0 get_extension_funcs
  989. 0 0 ${OP} 0 get_html_translation_table
  990. 0 0 ${OP} 0 get_include_path
  991. 0 0 ${OP} 0 get_included_files
  992. 0 0 ${OP} 0 get_loaded_extensions
  993. 0 0 ${OP} 0 get_magic_quotes_gpc
  994. 0 0 ${OP} 0 get_magic_quotes_runtime
  995. 0 0 ${OP} 0 get_meta_tags
  996. 0 0 ${OP} 0 get_object_vars
  997. 0 0 ${OP} 0 get_parent_class
  998. 0 0 ${OP} 0 get_required_files
  999. 0 0 ${OP} 0 get_resource_type
  1000. 0 0 ${OP} 0 getallheaders
  1001. 0 0 ${OP} 0 getcwd
  1002. 0 0 ${OP} 0 getdate
  1003. 0 0 ${OP} 0 getenv
  1004. 0 0 ${OP} 0 gethostbyaddr
  1005. 0 0 ${OP} 0 gethostbyname
  1006. 0 0 ${OP} 0 gethostbynamel
  1007. 0 0 ${OP} 0 getimagesize
  1008. 0 0 ${OP} 0 getlastmod
  1009. 0 0 ${OP} 0 getmxrr
  1010. 0 0 ${OP} 0 getmygid
  1011. 0 0 ${OP} 0 getmyinode
  1012. 0 0 ${OP} 0 getmypid
  1013. 0 0 ${OP} 0 getmyuid
  1014. 0 0 ${OP} 0 getopt
  1015. 0 0 ${OP} 0 getprotobyname
  1016. 0 0 ${OP} 0 getprotobynumber
  1017. 0 0 ${OP} 0 getrandmax
  1018. 0 0 ${OP} 0 getrusage
  1019. 0 0 ${OP} 0 getservbyname
  1020. 0 0 ${OP} 0 getservbyport
  1021. 0 0 ${OP} 0 gettext
  1022. 0 0 ${OP} 0 gettimeofday
  1023. 0 0 ${OP} 0 gettype
  1024. 0 0 ${OP} 0 glob
  1025. 0 0 ${OP} 0 gmdate
  1026. 0 0 ${OP} 0 gmmktime
  1027. 0 0 ${OP} 0 gmp_abs
  1028. 0 0 ${OP} 0 gmp_add
  1029. 0 0 ${OP} 0 gmp_and
  1030. 0 0 ${OP} 0 gmp_clrbit
  1031. 0 0 ${OP} 0 gmp_cmp
  1032. 0 0 ${OP} 0 gmp_com
  1033. 0 0 ${OP} 0 gmp_div
  1034. 0 0 ${OP} 0 gmp_div_q
  1035. 0 0 ${OP} 0 gmp_div_qr
  1036. 0 0 ${OP} 0 gmp_div_r
  1037. 0 0 ${OP} 0 gmp_divexact
  1038. 0 0 ${OP} 0 gmp_fact
  1039. 0 0 ${OP} 0 gmp_gcd
  1040. 0 0 ${OP} 0 gmp_gcdext
  1041. 0 0 ${OP} 0 gmp_hamdist
  1042. 0 0 ${OP} 0 gmp_init
  1043. 0 0 ${OP} 0 gmp_intval
  1044. 0 0 ${OP} 0 gmp_invert
  1045. 0 0 ${OP} 0 gmp_jacobi
  1046. 0 0 ${OP} 0 gmp_legendre
  1047. 0 0 ${OP} 0 gmp_mod
  1048. 0 0 ${OP} 0 gmp_mul
  1049. 0 0 ${OP} 0 gmp_neg
  1050. 0 0 ${OP} 0 gmp_or
  1051. 0 0 ${OP} 0 gmp_perfect_square
  1052. 0 0 ${OP} 0 gmp_popcount
  1053. 0 0 ${OP} 0 gmp_pow
  1054. 0 0 ${OP} 0 gmp_powm
  1055. 0 0 ${OP} 0 gmp_prob_prime
  1056. 0 0 ${OP} 0 gmp_random
  1057. 0 0 ${OP} 0 gmp_scan0
  1058. 0 0 ${OP} 0 gmp_scan1
  1059. 0 0 ${OP} 0 gmp_setbit
  1060. 0 0 ${OP} 0 gmp_sign
  1061. 0 0 ${OP} 0 gmp_sqrt
  1062. 0 0 ${OP} 0 gmp_sqrtrem
  1063. 0 0 ${OP} 0 gmp_sqrtrm
  1064. 0 0 ${OP} 0 gmp_strval
  1065. 0 0 ${OP} 0 gmp_sub
  1066. 0 0 ${OP} 0 gmp_xor
  1067. 0 0 ${OP} 0 gmstrftime
  1068. 0 0 ${OP} 0 gregoriantojd
  1069. 0 0 ${OP} 0 gzclose
  1070. 0 0 ${OP} 0 gzcompress
  1071. 0 0 ${OP} 0 gzdeflate
  1072. 0 0 ${OP} 0 gzencode
  1073. 0 0 ${OP} 0 gzeof
  1074. 0 0 ${OP} 0 gzfile
  1075. 0 0 ${OP} 0 gzgetc
  1076. 0 0 ${OP} 0 gzgets
  1077. 0 0 ${OP} 0 gzgetss
  1078. 0 0 ${OP} 0 gzinflate
  1079. 0 0 ${OP} 0 gzopen
  1080. 0 0 ${OP} 0 gzpassthru
  1081. 0 0 ${OP} 0 gzputs
  1082. 0 0 ${OP} 0 gzread
  1083. 0 0 ${OP} 0 gzrewind
  1084. 0 0 ${OP} 0 gzseek
  1085. 0 0 ${OP} 0 gztell
  1086. 0 0 ${OP} 0 gzuncompress
  1087. 0 0 ${OP} 0 gzwrite
  1088. 0 0 ${OP} 0 hash
  1089. 0 0 ${OP} 0 hash_algos
  1090. 0 0 ${OP} 0 hash_copy
  1091. 0 0 ${OP} 0 hash_file
  1092. 0 0 ${OP} 0 hash_final
  1093. 0 0 ${OP} 0 hash_hmac
  1094. 0 0 ${OP} 0 hash_hmac_file
  1095. 0 0 ${OP} 0 hash_init
  1096. 0 0 ${OP} 0 hash_update
  1097. 0 0 ${OP} 0 hash_update_file
  1098. 0 0 ${OP} 0 hash_update_stream
  1099. 0 0 ${OP} 0 header
  1100. 0 0 ${OP} 0 headers_list
  1101. 0 0 ${OP} 0 headers_sent
  1102. 0 0 ${OP} 0 hebrev
  1103. 0 0 ${OP} 0 hebrevc
  1104. 0 0 ${OP} 0 hexdec
  1105. 0 0 ${OP} 0 highlight_file
  1106. 0 0 ${OP} 0 highlight_string
  1107. 0 0 ${OP} 0 html_entity_decode
  1108. 0 0 ${OP} 0 htmlentities
  1109. 0 0 ${OP} 0 htmlspecialchars
  1110. 0 0 ${OP} 0 htmlspecialchars_decode
  1111. 0 0 ${OP} 0 http_build_query
  1112. 0 0 ${OP} 0 hw_api_attribute
  1113. 0 0 ${OP} 0 hw_api_content
  1114. 0 0 ${OP} 0 hw_api_object
  1115. 0 0 ${OP} 0 hw_Array2Objrec
  1116. 0 0 ${OP} 0 hw_changeobject
  1117. 0 0 ${OP} 0 hw_Children
  1118. 0 0 ${OP} 0 hw_ChildrenObj
  1119. 0 0 ${OP} 0 hw_Close
  1120. 0 0 ${OP} 0 hw_Connect
  1121. 0 0 ${OP} 0 hw_connection_info
  1122. 0 0 ${OP} 0 hw_cp
  1123. 0 0 ${OP} 0 hw_Deleteobject
  1124. 0 0 ${OP} 0 hw_DocByAnchor
  1125. 0 0 ${OP} 0 hw_DocByAnchorObj
  1126. 0 0 ${OP} 0 hw_Document_Attributes
  1127. 0 0 ${OP} 0 hw_Document_BodyTag
  1128. 0 0 ${OP} 0 hw_Document_Content
  1129. 0 0 ${OP} 0 hw_Document_SetContent
  1130. 0 0 ${OP} 0 hw_Document_Size
  1131. 0 0 ${OP} 0 hw_dummy
  1132. 0 0 ${OP} 0 hw_EditText
  1133. 0 0 ${OP} 0 hw_Error
  1134. 0 0 ${OP} 0 hw_ErrorMsg
  1135. 0 0 ${OP} 0 hw_Free_Document
  1136. 0 0 ${OP} 0 hw_GetAnchors
  1137. 0 0 ${OP} 0 hw_GetAnchorsObj
  1138. 0 0 ${OP} 0 hw_GetAndLock
  1139. 0 0 ${OP} 0 hw_GetChildColl
  1140. 0 0 ${OP} 0 hw_GetChildCollObj
  1141. 0 0 ${OP} 0 hw_GetChildDocColl
  1142. 0 0 ${OP} 0 hw_GetChildDocCollObj
  1143. 0 0 ${OP} 0 hw_GetObject
  1144. 0 0 ${OP} 0 hw_GetObjectByQuery
  1145. 0 0 ${OP} 0 hw_GetObjectByQueryColl
  1146. 0 0 ${OP} 0 hw_GetObjectByQueryCollObj
  1147. 0 0 ${OP} 0 hw_GetObjectByQueryObj
  1148. 0 0 ${OP} 0 hw_GetParents
  1149. 0 0 ${OP} 0 hw_GetParentsObj
  1150. 0 0 ${OP} 0 hw_getrellink
  1151. 0 0 ${OP} 0 hw_GetRemote
  1152. 0 0 ${OP} 0 hw_getremotechildren
  1153. 0 0 ${OP} 0 hw_GetSrcByDestObj
  1154. 0 0 ${OP} 0 hw_GetText
  1155. 0 0 ${OP} 0 hw_getusername
  1156. 0 0 ${OP} 0 hw_Identify
  1157. 0 0 ${OP} 0 hw_InCollections
  1158. 0 0 ${OP} 0 hw_Info
  1159. 0 0 ${OP} 0 hw_InsColl
  1160. 0 0 ${OP} 0 hw_InsDoc
  1161. 0 0 ${OP} 0 hw_insertanchors
  1162. 0 0 ${OP} 0 hw_InsertDocument
  1163. 0 0 ${OP} 0 hw_InsertObject
  1164. 0 0 ${OP} 0 hw_mapid
  1165. 0 0 ${OP} 0 hw_Modifyobject
  1166. 0 0 ${OP} 0 hw_mv
  1167. 0 0 ${OP} 0 hw_New_Document
  1168. 0 0 ${OP} 0 hw_objrec2array
  1169. 0 0 ${OP} 0 hw_Output_Document
  1170. 0 0 ${OP} 0 hw_pConnect
  1171. 0 0 ${OP} 0 hw_PipeDocument
  1172. 0 0 ${OP} 0 hw_Root
  1173. 0 0 ${OP} 0 hw_setlinkroot
  1174. 0 0 ${OP} 0 hw_stat
  1175. 0 0 ${OP} 0 hw_Unlock
  1176. 0 0 ${OP} 0 hw_Who
  1177. 0 0 ${OP} 0 hwapi_hgcsp
  1178. 0 0 ${OP} 0 hypot
  1179. 0 0 ${OP} 0 ibase_add_user
  1180. 0 0 ${OP} 0 ibase_affected_rows
  1181. 0 0 ${OP} 0 ibase_blob_add
  1182. 0 0 ${OP} 0 ibase_blob_cancel
  1183. 0 0 ${OP} 0 ibase_blob_close
  1184. 0 0 ${OP} 0 ibase_blob_create
  1185. 0 0 ${OP} 0 ibase_blob_echo
  1186. 0 0 ${OP} 0 ibase_blob_get
  1187. 0 0 ${OP} 0 ibase_blob_import
  1188. 0 0 ${OP} 0 ibase_blob_info
  1189. 0 0 ${OP} 0 ibase_blob_open
  1190. 0 0 ${OP} 0 ibase_close
  1191. 0 0 ${OP} 0 ibase_commit
  1192. 0 0 ${OP} 0 ibase_commit_ret
  1193. 0 0 ${OP} 0 ibase_connect
  1194. 0 0 ${OP} 0 ibase_delete_user
  1195. 0 0 ${OP} 0 ibase_drop_db
  1196. 0 0 ${OP} 0 ibase_errcode
  1197. 0 0 ${OP} 0 ibase_errmsg
  1198. 0 0 ${OP} 0 ibase_execute
  1199. 0 0 ${OP} 0 ibase_fetch_assoc
  1200. 0 0 ${OP} 0 ibase_fetch_object
  1201. 0 0 ${OP} 0 ibase_fetch_row
  1202. 0 0 ${OP} 0 ibase_field_info
  1203. 0 0 ${OP} 0 ibase_free_event_handler
  1204. 0 0 ${OP} 0 ibase_free_query
  1205. 0 0 ${OP} 0 ibase_free_result
  1206. 0 0 ${OP} 0 ibase_gen_id
  1207. 0 0 ${OP} 0 ibase_modify_user
  1208. 0 0 ${OP} 0 ibase_name_result
  1209. 0 0 ${OP} 0 ibase_num_fields
  1210. 0 0 ${OP} 0 ibase_num_params
  1211. 0 0 ${OP} 0 ibase_param_info
  1212. 0 0 ${OP} 0 ibase_pconnect
  1213. 0 0 ${OP} 0 ibase_prepare
  1214. 0 0 ${OP} 0 ibase_query
  1215. 0 0 ${OP} 0 ibase_rollback
  1216. 0 0 ${OP} 0 ibase_rollback_ret
  1217. 0 0 ${OP} 0 ibase_set_event_handler
  1218. 0 0 ${OP} 0 ibase_timefmt
  1219. 0 0 ${OP} 0 ibase_trans
  1220. 0 0 ${OP} 0 ibase_wait_event
  1221. 0 0 ${OP} 0 iconv
  1222. 0 0 ${OP} 0 iconv_get_encoding
  1223. 0 0 ${OP} 0 iconv_mime_decode
  1224. 0 0 ${OP} 0 iconv_mime_decode_headers
  1225. 0 0 ${OP} 0 iconv_mime_encode
  1226. 0 0 ${OP} 0 iconv_set_encoding
  1227. 0 0 ${OP} 0 iconv_strlen
  1228. 0 0 ${OP} 0 iconv_strpos
  1229. 0 0 ${OP} 0 iconv_strrpos
  1230. 0 0 ${OP} 0 iconv_substr
  1231. 0 0 ${OP} 0 ifx_affected_rows
  1232. 0 0 ${OP} 0 ifx_blobinfile_mode
  1233. 0 0 ${OP} 0 ifx_byteasvarchar
  1234. 0 0 ${OP} 0 ifx_close
  1235. 0 0 ${OP} 0 ifx_connect
  1236. 0 0 ${OP} 0 ifx_copy_blob
  1237. 0 0 ${OP} 0 ifx_create_blob
  1238. 0 0 ${OP} 0 ifx_create_char
  1239. 0 0 ${OP} 0 ifx_do
  1240. 0 0 ${OP} 0 ifx_error
  1241. 0 0 ${OP} 0 ifx_errormsg
  1242. 0 0 ${OP} 0 ifx_fetch_row
  1243. 0 0 ${OP} 0 ifx_fieldproperties
  1244. 0 0 ${OP} 0 ifx_fieldtypes
  1245. 0 0 ${OP} 0 ifx_free_blob
  1246. 0 0 ${OP} 0 ifx_free_char
  1247. 0 0 ${OP} 0 ifx_free_result
  1248. 0 0 ${OP} 0 ifx_get_blob
  1249. 0 0 ${OP} 0 ifx_get_char
  1250. 0 0 ${OP} 0 ifx_getsqlca
  1251. 0 0 ${OP} 0 ifx_htmltbl_result
  1252. 0 0 ${OP} 0 ifx_nullformat
  1253. 0 0 ${OP} 0 ifx_num_fields
  1254. 0 0 ${OP} 0 ifx_num_rows
  1255. 0 0 ${OP} 0 ifx_pconnect
  1256. 0 0 ${OP} 0 ifx_prepare
  1257. 0 0 ${OP} 0 ifx_query
  1258. 0 0 ${OP} 0 ifx_textasvarchar
  1259. 0 0 ${OP} 0 ifx_update_blob
  1260. 0 0 ${OP} 0 ifx_update_char
  1261. 0 0 ${OP} 0 ifxus_close_slob
  1262. 0 0 ${OP} 0 ifxus_create_slob
  1263. 0 0 ${OP} 0 ifxus_free_slob
  1264. 0 0 ${OP} 0 ifxus_open_slob
  1265. 0 0 ${OP} 0 ifxus_read_slob
  1266. 0 0 ${OP} 0 ifxus_seek_slob
  1267. 0 0 ${OP} 0 ifxus_tell_slob
  1268. 0 0 ${OP} 0 ifxus_write_slob
  1269. 0 0 ${OP} 0 ignore_user_abort
  1270. 0 0 ${OP} 0 image2wbmp
  1271. 0 0 ${OP} 0 image_type_to_mime_type
  1272. 0 0 ${OP} 0 imagealphablending
  1273. 0 0 ${OP} 0 imageantialias
  1274. 0 0 ${OP} 0 imagearc
  1275. 0 0 ${OP} 0 imagechar
  1276. 0 0 ${OP} 0 imagecharup
  1277. 0 0 ${OP} 0 imagecolorallocate
  1278. 0 0 ${OP} 0 imagecolorallocatealpha
  1279. 0 0 ${OP} 0 imagecolorat
  1280. 0 0 ${OP} 0 imagecolorclosest
  1281. 0 0 ${OP} 0 imagecolorclosestalpha
  1282. 0 0 ${OP} 0 imagecolorclosesthwb
  1283. 0 0 ${OP} 0 imagecolordeallocate
  1284. 0 0 ${OP} 0 imagecolorexact
  1285. 0 0 ${OP} 0 imagecolorexactalpha
  1286. 0 0 ${OP} 0 imagecolormatch
  1287. 0 0 ${OP} 0 imagecolorresolve
  1288. 0 0 ${OP} 0 imagecolorresolvealpha
  1289. 0 0 ${OP} 0 imagecolorset
  1290. 0 0 ${OP} 0 imagecolorsforindex
  1291. 0 0 ${OP} 0 imagecolorstotal
  1292. 0 0 ${OP} 0 imagecolortransparent
  1293. 0 0 ${OP} 0 imagecopy
  1294. 0 0 ${OP} 0 imagecopymerge
  1295. 0 0 ${OP} 0 imagecopymergegray
  1296. 0 0 ${OP} 0 imagecopyresampled
  1297. 0 0 ${OP} 0 imagecopyresized
  1298. 0 0 ${OP} 0 imagecreate
  1299. 0 0 ${OP} 0 imagecreatefromgd
  1300. 0 0 ${OP} 0 imagecreatefromgd2
  1301. 0 0 ${OP} 0 imagecreatefromgd2part
  1302. 0 0 ${OP} 0 imagecreatefromgif
  1303. 0 0 ${OP} 0 imagecreatefromjpeg
  1304. 0 0 ${OP} 0 imagecreatefrompng
  1305. 0 0 ${OP} 0 imagecreatefromstring
  1306. 0 0 ${OP} 0 imagecreatefromwbmp
  1307. 0 0 ${OP} 0 imagecreatefromxbm
  1308. 0 0 ${OP} 0 imagecreatefromxpm
  1309. 0 0 ${OP} 0 imagecreatetruecolor
  1310. 0 0 ${OP} 0 imagedashedline
  1311. 0 0 ${OP} 0 imagedestroy
  1312. 0 0 ${OP} 0 imageellipse
  1313. 0 0 ${OP} 0 imagefill
  1314. 0 0 ${OP} 0 imagefilledarc
  1315. 0 0 ${OP} 0 imagefilledellipse
  1316. 0 0 ${OP} 0 imagefilledpolygon
  1317. 0 0 ${OP} 0 imagefilledrectangle
  1318. 0 0 ${OP} 0 imagefilltoborder
  1319. 0 0 ${OP} 0 imagefontheight
  1320. 0 0 ${OP} 0 imagefontwidth
  1321. 0 0 ${OP} 0 imageftbbox
  1322. 0 0 ${OP} 0 imagefttext
  1323. 0 0 ${OP} 0 imagegammacorrect
  1324. 0 0 ${OP} 0 imagegd
  1325. 0 0 ${OP} 0 imagegd2
  1326. 0 0 ${OP} 0 imagegif
  1327. 0 0 ${OP} 0 imageinterlace
  1328. 0 0 ${OP} 0 imageistruecolor
  1329. 0 0 ${OP} 0 imagejpeg
  1330. 0 0 ${OP} 0 imageline
  1331. 0 0 ${OP} 0 imageloadfont
  1332. 0 0 ${OP} 0 imagepalettecopy
  1333. 0 0 ${OP} 0 imagepng
  1334. 0 0 ${OP} 0 imagepolygon
  1335. 0 0 ${OP} 0 imagepsbbox
  1336. 0 0 ${OP} 0 imagepscopyfont
  1337. 0 0 ${OP} 0 imagepsencodefont
  1338. 0 0 ${OP} 0 imagepsextendfont
  1339. 0 0 ${OP} 0 imagepsfreefont
  1340. 0 0 ${OP} 0 imagepsloadfont
  1341. 0 0 ${OP} 0 imagepsslantfont
  1342. 0 0 ${OP} 0 imagepstext
  1343. 0 0 ${OP} 0 imagerectangle
  1344. 0 0 ${OP} 0 imagerotate
  1345. 0 0 ${OP} 0 imagesavealpha
  1346. 0 0 ${OP} 0 imagesetbrush
  1347. 0 0 ${OP} 0 imagesetpixel
  1348. 0 0 ${OP} 0 imagesetstyle
  1349. 0 0 ${OP} 0 imagesetthickness
  1350. 0 0 ${OP} 0 imagesettile
  1351. 0 0 ${OP} 0 imagestring
  1352. 0 0 ${OP} 0 imagestringup
  1353. 0 0 ${OP} 0 imagesx
  1354. 0 0 ${OP} 0 imagesy
  1355. 0 0 ${OP} 0 imagetruecolortopalette
  1356. 0 0 ${OP} 0 imagettfbbox
  1357. 0 0 ${OP} 0 imagettftext
  1358. 0 0 ${OP} 0 imagetypes
  1359. 0 0 ${OP} 0 imagewbmp
  1360. 0 0 ${OP} 0 imap_8bit
  1361. 0 0 ${OP} 0 imap_alerts
  1362. 0 0 ${OP} 0 imap_append
  1363. 0 0 ${OP} 0 imap_base64
  1364. 0 0 ${OP} 0 imap_binary
  1365. 0 0 ${OP} 0 imap_body
  1366. 0 0 ${OP} 0 imap_bodystruct
  1367. 0 0 ${OP} 0 imap_check
  1368. 0 0 ${OP} 0 imap_clearflag_full
  1369. 0 0 ${OP} 0 imap_close
  1370. 0 0 ${OP} 0 imap_createmailbox
  1371. 0 0 ${OP} 0 imap_delete
  1372. 0 0 ${OP} 0 imap_deletemailbox
  1373. 0 0 ${OP} 0 imap_errors
  1374. 0 0 ${OP} 0 imap_expunge
  1375. 0 0 ${OP} 0 imap_fetch_overview
  1376. 0 0 ${OP} 0 imap_fetchbody
  1377. 0 0 ${OP} 0 imap_fetchheader
  1378. 0 0 ${OP} 0 imap_fetchstructure
  1379. 0 0 ${OP} 0 imap_get_quota
  1380. 0 0 ${OP} 0 imap_get_quotaroot
  1381. 0 0 ${OP} 0 imap_getacl
  1382. 0 0 ${OP} 0 imap_getmailboxes
  1383. 0 0 ${OP} 0 imap_getsubscribed
  1384. 0 0 ${OP} 0 imap_header
  1385. 0 0 ${OP} 0 imap_headerinfo
  1386. 0 0 ${OP} 0 imap_headers
  1387. 0 0 ${OP} 0 imap_last_error
  1388. 0 0 ${OP} 0 imap_list
  1389. 0 0 ${OP} 0 imap_listmailbox
  1390. 0 0 ${OP} 0 imap_listscan
  1391. 0 0 ${OP} 0 imap_listsubscribed
  1392. 0 0 ${OP} 0 imap_lsub
  1393. 0 0 ${OP} 0 imap_mail
  1394. 0 0 ${OP} 0 imap_mail_compose
  1395. 0 0 ${OP} 0 imap_mail_copy
  1396. 0 0 ${OP} 0 imap_mail_move
  1397. 0 0 ${OP} 0 imap_mailboxmsginfo
  1398. 0 0 ${OP} 0 imap_mime_header_decode
  1399. 0 0 ${OP} 0 imap_msgno
  1400. 0 0 ${OP} 0 imap_num_msg
  1401. 0 0 ${OP} 0 imap_num_recent
  1402. 0 0 ${OP} 0 imap_open
  1403. 0 0 ${OP} 0 imap_ping
  1404. 0 0 ${OP} 0 imap_qprint
  1405. 0 0 ${OP} 0 imap_renamemailbox
  1406. 0 0 ${OP} 0 imap_reopen
  1407. 0 0 ${OP} 0 imap_rfc822_parse_adrlist
  1408. 0 0 ${OP} 0 imap_rfc822_parse_headers
  1409. 0 0 ${OP} 0 imap_rfc822_write_address
  1410. 0 0 ${OP} 0 imap_scanmailbox
  1411. 0 0 ${OP} 0 imap_search
  1412. 0 0 ${OP} 0 imap_set_quota
  1413. 0 0 ${OP} 0 imap_setacl
  1414. 0 0 ${OP} 0 imap_setflag_full
  1415. 0 0 ${OP} 0 imap_sort
  1416. 0 0 ${OP} 0 imap_status
  1417. 0 0 ${OP} 0 imap_subscribe
  1418. 0 0 ${OP} 0 imap_thread
  1419. 0 0 ${OP} 0 imap_timeout
  1420. 0 0 ${OP} 0 imap_uid
  1421. 0 0 ${OP} 0 imap_undelete
  1422. 0 0 ${OP} 0 imap_unsubscribe
  1423. 0 0 ${OP} 0 imap_utf7_decode
  1424. 0 0 ${OP} 0 imap_utf7_encode
  1425. 0 0 ${OP} 0 imap_utf8
  1426. 0 0 ${OP} 0 implode
  1427. 0 0 ${OP} 0 import_request_variables
  1428. 0 0 ${OP} 0 in_array
  1429. 0 0 ${OP} 0 ingres_autocommit
  1430. 0 0 ${OP} 0 ingres_close
  1431. 0 0 ${OP} 0 ingres_commit
  1432. 0 0 ${OP} 0 ingres_connect
  1433. 0 0 ${OP} 0 ingres_fetch_array
  1434. 0 0 ${OP} 0 ingres_fetch_object
  1435. 0 0 ${OP} 0 ingres_fetch_row
  1436. 0 0 ${OP} 0 ingres_field_length
  1437. 0 0 ${OP} 0 ingres_field_name
  1438. 0 0 ${OP} 0 ingres_field_nullable
  1439. 0 0 ${OP} 0 ingres_field_precision
  1440. 0 0 ${OP} 0 ingres_field_scale
  1441. 0 0 ${OP} 0 ingres_field_type
  1442. 0 0 ${OP} 0 ingres_num_fields
  1443. 0 0 ${OP} 0 ingres_num_rows
  1444. 0 0 ${OP} 0 ingres_pconnect
  1445. 0 0 ${OP} 0 ingres_query
  1446. 0 0 ${OP} 0 ingres_rollback
  1447. 0 0 ${OP} 0 ini_alter
  1448. 0 0 ${OP} 0 ini_get
  1449. 0 0 ${OP} 0 ini_get_all
  1450. 0 0 ${OP} 0 ini_restore
  1451. 0 0 ${OP} 0 ini_set
  1452. 0 0 ${OP} 0 intval
  1453. 0 0 ${OP} 0 ip2long
  1454. 0 0 ${OP} 0 iptcembed
  1455. 0 0 ${OP} 0 iptcparse
  1456. 0 0 ${OP} 0 ircg_channel_mode
  1457. 0 0 ${OP} 0 ircg_disconnect
  1458. 0 0 ${OP} 0 ircg_fetch_error_msg
  1459. 0 0 ${OP} 0 ircg_get_username
  1460. 0 0 ${OP} 0 ircg_html_encode
  1461. 0 0 ${OP} 0 ircg_ignore_add
  1462. 0 0 ${OP} 0 ircg_ignore_del
  1463. 0 0 ${OP} 0 ircg_is_conn_alive
  1464. 0 0 ${OP} 0 ircg_join
  1465. 0 0 ${OP} 0 ircg_kick
  1466. 0 0 ${OP} 0 ircg_lookup_format_messages
  1467. 0 0 ${OP} 0 ircg_msg
  1468. 0 0 ${OP} 0 ircg_nick
  1469. 0 0 ${OP} 0 ircg_nickname_escape
  1470. 0 0 ${OP} 0 ircg_nickname_unescape
  1471. 0 0 ${OP} 0 ircg_notice
  1472. 0 0 ${OP} 0 ircg_part
  1473. 0 0 ${OP} 0 ircg_pconnect
  1474. 0 0 ${OP} 0 ircg_register_format_messages
  1475. 0 0 ${OP} 0 ircg_set_current
  1476. 0 0 ${OP} 0 ircg_set_file
  1477. 0 0 ${OP} 0 ircg_set_on_die
  1478. 0 0 ${OP} 0 ircg_topic
  1479. 0 0 ${OP} 0 ircg_whois
  1480. 0 0 ${OP} 0 is_a
  1481. 0 0 ${OP} 0 is_array
  1482. 0 0 ${OP} 0 is_bool
  1483. 0 0 ${OP} 0 is_callable
  1484. 0 0 ${OP} 0 is_dir
  1485. 0 0 ${OP} 0 is_double
  1486. 0 0 ${OP} 0 is_executable
  1487. 0 0 ${OP} 0 is_file
  1488. 0 0 ${OP} 0 is_finite
  1489. 0 0 ${OP} 0 is_float
  1490. 0 0 ${OP} 0 is_infinite
  1491. 0 0 ${OP} 0 is_int
  1492. 0 0 ${OP} 0 is_integer
  1493. 0 0 ${OP} 0 is_link
  1494. 0 0 ${OP} 0 is_long
  1495. 0 0 ${OP} 0 is_nan
  1496. 0 0 ${OP} 0 is_null
  1497. 0 0 ${OP} 0 is_numeric
  1498. 0 0 ${OP} 0 is_object
  1499. 0 0 ${OP} 0 is_readable
  1500. 0 0 ${OP} 0 is_real
  1501. 0 0 ${OP} 0 is_resource
  1502. 0 0 ${OP} 0 is_scalar
  1503. 0 0 ${OP} 0 is_string
  1504. 0 0 ${OP} 0 is_subclass_of
  1505. 0 0 ${OP} 0 is_uploaded_file
  1506. 0 0 ${OP} 0 is_writable
  1507. 0 0 ${OP} 0 is_writeable
  1508. 0 0 ${OP} 0 isset
  1509. 0 0 ${OP} 0 java_last_exception_clear
  1510. 0 0 ${OP} 0 java_last_exception_get
  1511. 0 0 ${OP} 0 jddayofweek
  1512. 0 0 ${OP} 0 jdmonthname
  1513. 0 0 ${OP} 0 jdtofrench
  1514. 0 0 ${OP} 0 jdtogregorian
  1515. 0 0 ${OP} 0 jdtojewish
  1516. 0 0 ${OP} 0 jdtojulian
  1517. 0 0 ${OP} 0 jdtounix
  1518. 0 0 ${OP} 0 jewishtojd
  1519. 0 0 ${OP} 0 join
  1520. 0 0 ${OP} 0 jpeg2wbmp
  1521. 0 0 ${OP} 0 json_decode
  1522. 0 0 ${OP} 0 json_encode
  1523. 0 0 ${OP} 0 juliantojd
  1524. 0 0 ${OP} 0 krsort
  1525. 0 0 ${OP} 0 ksort
  1526. 0 0 ${OP} 0 lcg_value
  1527. 0 0 ${OP} 0 ldap_8859_to_t61
  1528. 0 0 ${OP} 0 ldap_add
  1529. 0 0 ${OP} 0 ldap_bind
  1530. 0 0 ${OP} 0 ldap_close
  1531. 0 0 ${OP} 0 ldap_compare
  1532. 0 0 ${OP} 0 ldap_connect
  1533. 0 0 ${OP} 0 ldap_count_entries
  1534. 0 0 ${OP} 0 ldap_delete
  1535. 0 0 ${OP} 0 ldap_dn2ufn
  1536. 0 0 ${OP} 0 ldap_err2str
  1537. 0 0 ${OP} 0 ldap_errno
  1538. 0 0 ${OP} 0 ldap_error
  1539. 0 0 ${OP} 0 ldap_explode_dn
  1540. 0 0 ${OP} 0 ldap_first_attribute
  1541. 0 0 ${OP} 0 ldap_first_entry
  1542. 0 0 ${OP} 0 ldap_first_reference
  1543. 0 0 ${OP} 0 ldap_free_result
  1544. 0 0 ${OP} 0 ldap_get_attributes
  1545. 0 0 ${OP} 0 ldap_get_dn
  1546. 0 0 ${OP} 0 ldap_get_entries
  1547. 0 0 ${OP} 0 ldap_get_option
  1548. 0 0 ${OP} 0 ldap_get_values
  1549. 0 0 ${OP} 0 ldap_get_values_len
  1550. 0 0 ${OP} 0 ldap_list
  1551. 0 0 ${OP} 0 ldap_mod_add
  1552. 0 0 ${OP} 0 ldap_mod_del
  1553. 0 0 ${OP} 0 ldap_mod_replace
  1554. 0 0 ${OP} 0 ldap_modify
  1555. 0 0 ${OP} 0 ldap_next_attribute
  1556. 0 0 ${OP} 0 ldap_next_entry
  1557. 0 0 ${OP} 0 ldap_next_reference
  1558. 0 0 ${OP} 0 ldap_parse_reference
  1559. 0 0 ${OP} 0 ldap_parse_result
  1560. 0 0 ${OP} 0 ldap_read
  1561. 0 0 ${OP} 0 ldap_rename
  1562. 0 0 ${OP} 0 ldap_search
  1563. 0 0 ${OP} 0 ldap_set_option
  1564. 0 0 ${OP} 0 ldap_set_rebind_proc
  1565. 0 0 ${OP} 0 ldap_sort
  1566. 0 0 ${OP} 0 ldap_start_tls
  1567. 0 0 ${OP} 0 ldap_t61_to_8859
  1568. 0 0 ${OP} 0 ldap_unbind
  1569. 0 0 ${OP} 0 levenshtein
  1570. 0 0 ${OP} 0 linkinfo
  1571. 0 0 ${OP} 0 localeconv
  1572. 0 0 ${OP} 0 localtime
  1573. 0 0 ${OP} 0 log
  1574. 0 0 ${OP} 0 log10
  1575. 0 0 ${OP} 0 log1p
  1576. 0 0 ${OP} 0 long2ip
  1577. 0 0 ${OP} 0 lstat
  1578. 0 0 ${OP} 0 ltrim
  1579. 0 0 ${OP} 0 lzf_compress
  1580. 0 0 ${OP} 0 lzf_decompress
  1581. 0 0 ${OP} 0 lzf_optimized_for
  1582. 0 0 ${OP} 0 mail
  1583. 0 0 ${OP} 0 mailparse_determine_best_xfer_encoding
  1584. 0 0 ${OP} 0 mailparse_msg_create
  1585. 0 0 ${OP} 0 mailparse_msg_extract_part
  1586. 0 0 ${OP} 0 mailparse_msg_extract_part_file
  1587. 0 0 ${OP} 0 mailparse_msg_free
  1588. 0 0 ${OP} 0 mailparse_msg_get_part
  1589. 0 0 ${OP} 0 mailparse_msg_get_part_data
  1590. 0 0 ${OP} 0 mailparse_msg_get_structure
  1591. 0 0 ${OP} 0 mailparse_msg_parse
  1592. 0 0 ${OP} 0 mailparse_msg_parse_file
  1593. 0 0 ${OP} 0 mailparse_rfc822_parse_addresses
  1594. 0 0 ${OP} 0 mailparse_stream_encode
  1595. 0 0 ${OP} 0 mailparse_uudecode_all
  1596. 0 0 ${OP} 0 main
  1597. 0 0 ${OP} 0 max
  1598. 0 0 ${OP} 0 mb_convert_case
  1599. 0 0 ${OP} 0 mb_convert_encoding
  1600. 0 0 ${OP} 0 mb_convert_kana
  1601. 0 0 ${OP} 0 mb_convert_variables
  1602. 0 0 ${OP} 0 mb_decode_mimeheader
  1603. 0 0 ${OP} 0 mb_decode_numericentity
  1604. 0 0 ${OP} 0 mb_detect_encoding
  1605. 0 0 ${OP} 0 mb_detect_order
  1606. 0 0 ${OP} 0 mb_encode_mimeheader
  1607. 0 0 ${OP} 0 mb_encode_numericentity
  1608. 0 0 ${OP} 0 mb_ereg
  1609. 0 0 ${OP} 0 mb_ereg_match
  1610. 0 0 ${OP} 0 mb_ereg_replace
  1611. 0 0 ${OP} 0 mb_ereg_search
  1612. 0 0 ${OP} 0 mb_ereg_search_getpos
  1613. 0 0 ${OP} 0 mb_ereg_search_getregs
  1614. 0 0 ${OP} 0 mb_ereg_search_init
  1615. 0 0 ${OP} 0 mb_ereg_search_pos
  1616. 0 0 ${OP} 0 mb_ereg_search_regs
  1617. 0 0 ${OP} 0 mb_ereg_search_setpos
  1618. 0 0 ${OP} 0 mb_eregi
  1619. 0 0 ${OP} 0 mb_eregi_replace
  1620. 0 0 ${OP} 0 mb_get_info
  1621. 0 0 ${OP} 0 mb_http_input
  1622. 0 0 ${OP} 0 mb_http_output
  1623. 0 0 ${OP} 0 mb_internal_encoding
  1624. 0 0 ${OP} 0 mb_language
  1625. 0 0 ${OP} 0 mb_output_handler
  1626. 0 0 ${OP} 0 mb_parse_str
  1627. 0 0 ${OP} 0 mb_preferred_mime_name
  1628. 0 0 ${OP} 0 mb_regex_encoding
  1629. 0 0 ${OP} 0 mb_regex_set_options
  1630. 0 0 ${OP} 0 mb_send_mail
  1631. 0 0 ${OP} 0 mb_split
  1632. 0 0 ${OP} 0 mb_strcut
  1633. 0 0 ${OP} 0 mb_strimwidth
  1634. 0 0 ${OP} 0 mb_strlen
  1635. 0 0 ${OP} 0 mb_strpos
  1636. 0 0 ${OP} 0 mb_strrpos
  1637. 0 0 ${OP} 0 mb_strtolower
  1638. 0 0 ${OP} 0 mb_strtoupper
  1639. 0 0 ${OP} 0 mb_strwidth
  1640. 0 0 ${OP} 0 mb_substitute_character
  1641. 0 0 ${OP} 0 mb_substr
  1642. 0 0 ${OP} 0 mb_substr_count
  1643. 0 0 ${OP} 0 mcal_append_event
  1644. 0 0 ${OP} 0 mcal_close
  1645. 0 0 ${OP} 0 mcal_create_calendar
  1646. 0 0 ${OP} 0 mcal_date_compare
  1647. 0 0 ${OP} 0 mcal_date_valid
  1648. 0 0 ${OP} 0 mcal_day_of_week
  1649. 0 0 ${OP} 0 mcal_day_of_year
  1650. 0 0 ${OP} 0 mcal_days_in_month
  1651. 0 0 ${OP} 0 mcal_delete_calendar
  1652. 0 0 ${OP} 0 mcal_delete_event
  1653. 0 0 ${OP} 0 mcal_event_add_attribute
  1654. 0 0 ${OP} 0 mcal_event_init
  1655. 0 0 ${OP} 0 mcal_event_set_alarm
  1656. 0 0 ${OP} 0 mcal_event_set_category
  1657. 0 0 ${OP} 0 mcal_event_set_class
  1658. 0 0 ${OP} 0 mcal_event_set_description
  1659. 0 0 ${OP} 0 mcal_event_set_end
  1660. 0 0 ${OP} 0 mcal_event_set_recur_daily
  1661. 0 0 ${OP} 0 mcal_event_set_recur_monthly_mday
  1662. 0 0 ${OP} 0 mcal_event_set_recur_monthly_wday
  1663. 0 0 ${OP} 0 mcal_event_set_recur_none
  1664. 0 0 ${OP} 0 mcal_event_set_recur_weekly
  1665. 0 0 ${OP} 0 mcal_event_set_recur_yearly
  1666. 0 0 ${OP} 0 mcal_event_set_start
  1667. 0 0 ${OP} 0 mcal_event_set_title
  1668. 0 0 ${OP} 0 mcal_expunge
  1669. 0 0 ${OP} 0 mcal_fetch_current_stream_event
  1670. 0 0 ${OP} 0 mcal_fetch_event
  1671. 0 0 ${OP} 0 mcal_is_leap_year
  1672. 0 0 ${OP} 0 mcal_list_alarms
  1673. 0 0 ${OP} 0 mcal_list_events
  1674. 0 0 ${OP} 0 mcal_next_recurrence
  1675. 0 0 ${OP} 0 mcal_open
  1676. 0 0 ${OP} 0 mcal_popen
  1677. 0 0 ${OP} 0 mcal_rename_calendar
  1678. 0 0 ${OP} 0 mcal_reopen
  1679. 0 0 ${OP} 0 mcal_snooze
  1680. 0 0 ${OP} 0 mcal_store_event
  1681. 0 0 ${OP} 0 mcal_time_valid
  1682. 0 0 ${OP} 0 mcal_week_of_year
  1683. 0 0 ${OP} 0 mcrypt_cbc
  1684. 0 0 ${OP} 0 mcrypt_cfb
  1685. 0 0 ${OP} 0 mcrypt_create_iv
  1686. 0 0 ${OP} 0 mcrypt_decrypt
  1687. 0 0 ${OP} 0 mcrypt_ecb
  1688. 0 0 ${OP} 0 mcrypt_enc_get_algorithms_name
  1689. 0 0 ${OP} 0 mcrypt_enc_get_block_size
  1690. 0 0 ${OP} 0 mcrypt_enc_get_iv_size
  1691. 0 0 ${OP} 0 mcrypt_enc_get_key_size
  1692. 0 0 ${OP} 0 mcrypt_enc_get_modes_name
  1693. 0 0 ${OP} 0 mcrypt_enc_get_supported_key_sizes
  1694. 0 0 ${OP} 0 mcrypt_enc_is_block_algorithm
  1695. 0 0 ${OP} 0 mcrypt_enc_is_block_algorithm_mode
  1696. 0 0 ${OP} 0 mcrypt_enc_is_block_mode
  1697. 0 0 ${OP} 0 mcrypt_enc_self_test
  1698. 0 0 ${OP} 0 mcrypt_encrypt
  1699. 0 0 ${OP} 0 mcrypt_generic
  1700. 0 0 ${OP} 0 mcrypt_generic_deinit
  1701. 0 0 ${OP} 0 mcrypt_generic_end
  1702. 0 0 ${OP} 0 mcrypt_generic_init
  1703. 0 0 ${OP} 0 mcrypt_get_block_size
  1704. 0 0 ${OP} 0 mcrypt_get_cipher_name
  1705. 0 0 ${OP} 0 mcrypt_get_iv_size
  1706. 0 0 ${OP} 0 mcrypt_get_key_size
  1707. 0 0 ${OP} 0 mcrypt_list_algorithms
  1708. 0 0 ${OP} 0 mcrypt_list_modes
  1709. 0 0 ${OP} 0 mcrypt_module_close
  1710. 0 0 ${OP} 0 mcrypt_module_get_algo_block_size
  1711. 0 0 ${OP} 0 mcrypt_module_get_algo_key_size
  1712. 0 0 ${OP} 0 mcrypt_module_get_supported_key_sizes
  1713. 0 0 ${OP} 0 mcrypt_module_is_block_algorithm
  1714. 0 0 ${OP} 0 mcrypt_module_is_block_algorithm_mode
  1715. 0 0 ${OP} 0 mcrypt_module_is_block_mode
  1716. 0 0 ${OP} 0 mcrypt_module_open
  1717. 0 0 ${OP} 0 mcrypt_module_self_test
  1718. 0 0 ${OP} 0 mcrypt_ofb
  1719. 0 0 ${OP} 0 mcve_adduser
  1720. 0 0 ${OP} 0 mcve_adduserarg
  1721. 0 0 ${OP} 0 mcve_bt
  1722. 0 0 ${OP} 0 mcve_checkstatus
  1723. 0 0 ${OP} 0 mcve_chkpwd
  1724. 0 0 ${OP} 0 mcve_chngpwd
  1725. 0 0 ${OP} 0 mcve_completeauthorizations
  1726. 0 0 ${OP} 0 mcve_connect
  1727. 0 0 ${OP} 0 mcve_connectionerror
  1728. 0 0 ${OP} 0 mcve_deleteresponse
  1729. 0 0 ${OP} 0 mcve_deletetrans
  1730. 0 0 ${OP} 0 mcve_deleteusersetup
  1731. 0 0 ${OP} 0 mcve_deluser
  1732. 0 0 ${OP} 0 mcve_destroyconn
  1733. 0 0 ${OP} 0 mcve_destroyengine
  1734. 0 0 ${OP} 0 mcve_disableuser
  1735. 0 0 ${OP} 0 mcve_edituser
  1736. 0 0 ${OP} 0 mcve_enableuser
  1737. 0 0 ${OP} 0 mcve_force
  1738. 0 0 ${OP} 0 mcve_getcell
  1739. 0 0 ${OP} 0 mcve_getcellbynum
  1740. 0 0 ${OP} 0 mcve_getcommadelimited
  1741. 0 0 ${OP} 0 mcve_getheader
  1742. 0 0 ${OP} 0 mcve_getuserarg
  1743. 0 0 ${OP} 0 mcve_getuserparam
  1744. 0 0 ${OP} 0 mcve_gft
  1745. 0 0 ${OP} 0 mcve_gl
  1746. 0 0 ${OP} 0 mcve_gut
  1747. 0 0 ${OP} 0 mcve_initconn
  1748. 0 0 ${OP} 0 mcve_initengine
  1749. 0 0 ${OP} 0 mcve_initusersetup
  1750. 0 0 ${OP} 0 mcve_iscommadelimited
  1751. 0 0 ${OP} 0 mcve_liststats
  1752. 0 0 ${OP} 0 mcve_listusers
  1753. 0 0 ${OP} 0 mcve_maxconntimeout
  1754. 0 0 ${OP} 0 mcve_monitor
  1755. 0 0 ${OP} 0 mcve_numcolumns
  1756. 0 0 ${OP} 0 mcve_numrows
  1757. 0 0 ${OP} 0 mcve_override
  1758. 0 0 ${OP} 0 mcve_parsecommadelimited
  1759. 0 0 ${OP} 0 mcve_ping
  1760. 0 0 ${OP} 0 mcve_preauth
  1761. 0 0 ${OP} 0 mcve_preauthcompletion
  1762. 0 0 ${OP} 0 mcve_qc
  1763. 0 0 ${OP} 0 mcve_responseparam
  1764. 0 0 ${OP} 0 mcve_return
  1765. 0 0 ${OP} 0 mcve_returncode
  1766. 0 0 ${OP} 0 mcve_returnstatus
  1767. 0 0 ${OP} 0 mcve_sale
  1768. 0 0 ${OP} 0 mcve_setblocking
  1769. 0 0 ${OP} 0 mcve_setdropfile
  1770. 0 0 ${OP} 0 mcve_setip
  1771. 0 0 ${OP} 0 mcve_setssl
  1772. 0 0 ${OP} 0 mcve_setssl_files
  1773. 0 0 ${OP} 0 mcve_settimeout
  1774. 0 0 ${OP} 0 mcve_settle
  1775. 0 0 ${OP} 0 mcve_text_avs
  1776. 0 0 ${OP} 0 mcve_text_code
  1777. 0 0 ${OP} 0 mcve_text_cv
  1778. 0 0 ${OP} 0 mcve_transactionauth
  1779. 0 0 ${OP} 0 mcve_transactionavs
  1780. 0 0 ${OP} 0 mcve_transactionbatch
  1781. 0 0 ${OP} 0 mcve_transactioncv
  1782. 0 0 ${OP} 0 mcve_transactionid
  1783. 0 0 ${OP} 0 mcve_transactionitem
  1784. 0 0 ${OP} 0 mcve_transactionssent
  1785. 0 0 ${OP} 0 mcve_transactiontext
  1786. 0 0 ${OP} 0 mcve_transinqueue
  1787. 0 0 ${OP} 0 mcve_transnew
  1788. 0 0 ${OP} 0 mcve_transparam
  1789. 0 0 ${OP} 0 mcve_transsend
  1790. 0 0 ${OP} 0 mcve_ub
  1791. 0 0 ${OP} 0 mcve_uwait
  1792. 0 0 ${OP} 0 mcve_verifyconnection
  1793. 0 0 ${OP} 0 mcve_verifysslcert
  1794. 0 0 ${OP} 0 mcve_void
  1795. 0 0 ${OP} 0 md5
  1796. 0 0 ${OP} 0 md5_file
  1797. 0 0 ${OP} 0 mdecrypt_generic
  1798. 0 0 ${OP} 0 memory_get_peak_usage
  1799. 0 0 ${OP} 0 memory_get_usage
  1800. 0 0 ${OP} 0 metaphone
  1801. 0 0 ${OP} 0 method_exists
  1802. 0 0 ${OP} 0 mhash
  1803. 0 0 ${OP} 0 mhash_count
  1804. 0 0 ${OP} 0 mhash_get_block_size
  1805. 0 0 ${OP} 0 mhash_get_hash_name
  1806. 0 0 ${OP} 0 mhash_keygen_s2k
  1807. 0 0 ${OP} 0 microtime
  1808. 0 0 ${OP} 0 mime_content_type
  1809. 0 0 ${OP} 0 min
  1810. 0 0 ${OP} 0 ming_setcubicthreshold
  1811. 0 0 ${OP} 0 ming_setscale
  1812. 0 0 ${OP} 0 ming_useswfversion
  1813. 0 0 ${OP} 0 mkdir
  1814. 0 0 ${OP} 0 mktime
  1815. 0 0 ${OP} 0 money_format
  1816. 0 0 ${OP} 0 move_uploaded_file
  1817. 0 0 ${OP} 0 msession_connect
  1818. 0 0 ${OP} 0 msession_count
  1819. 0 0 ${OP} 0 msession_create
  1820. 0 0 ${OP} 0 msession_destroy
  1821. 0 0 ${OP} 0 msession_disconnect
  1822. 0 0 ${OP} 0 msession_find
  1823. 0 0 ${OP} 0 msession_get
  1824. 0 0 ${OP} 0 msession_get_array
  1825. 0 0 ${OP} 0 msession_getdata
  1826. 0 0 ${OP} 0 msession_inc
  1827. 0 0 ${OP} 0 msession_list
  1828. 0 0 ${OP} 0 msession_listvar
  1829. 0 0 ${OP} 0 msession_lock
  1830. 0 0 ${OP} 0 msession_plugin
  1831. 0 0 ${OP} 0 msession_randstr
  1832. 0 0 ${OP} 0 msession_set
  1833. 0 0 ${OP} 0 msession_set_array
  1834. 0 0 ${OP} 0 msession_setdata
  1835. 0 0 ${OP} 0 msession_timeout
  1836. 0 0 ${OP} 0 msession_uniq
  1837. 0 0 ${OP} 0 msession_unlock
  1838. 0 0 ${OP} 0 msg_get_queue
  1839. 0 0 ${OP} 0 msg_receive
  1840. 0 0 ${OP} 0 msg_remove_queue
  1841. 0 0 ${OP} 0 msg_send
  1842. 0 0 ${OP} 0 msg_set_queue
  1843. 0 0 ${OP} 0 msg_stat_queue
  1844. 0 0 ${OP} 0 msql
  1845. 0 0 ${OP} 0 msql_affected_rows
  1846. 0 0 ${OP} 0 msql_close
  1847. 0 0 ${OP} 0 msql_connect
  1848. 0 0 ${OP} 0 msql_create_db
  1849. 0 0 ${OP} 0 msql_createdb
  1850. 0 0 ${OP} 0 msql_data_seek
  1851. 0 0 ${OP} 0 msql_dbname
  1852. 0 0 ${OP} 0 msql_drop_db
  1853. 0 0 ${OP} 0 msql_dropdb
  1854. 0 0 ${OP} 0 msql_error
  1855. 0 0 ${OP} 0 msql_fetch_array
  1856. 0 0 ${OP} 0 msql_fetch_field
  1857. 0 0 ${OP} 0 msql_fetch_object
  1858. 0 0 ${OP} 0 msql_fetch_row
  1859. 0 0 ${OP} 0 msql_field_seek
  1860. 0 0 ${OP} 0 msql_fieldflags
  1861. 0 0 ${OP} 0 msql_fieldlen
  1862. 0 0 ${OP} 0 msql_fieldname
  1863. 0 0 ${OP} 0 msql_fieldtable
  1864. 0 0 ${OP} 0 msql_fieldtype
  1865. 0 0 ${OP} 0 msql_free_result
  1866. 0 0 ${OP} 0 msql_freeresult
  1867. 0 0 ${OP} 0 msql_list_dbs
  1868. 0 0 ${OP} 0 msql_list_fields
  1869. 0 0 ${OP} 0 msql_list_tables
  1870. 0 0 ${OP} 0 msql_listdbs
  1871. 0 0 ${OP} 0 msql_listfields
  1872. 0 0 ${OP} 0 msql_listtables
  1873. 0 0 ${OP} 0 msql_num_fields
  1874. 0 0 ${OP} 0 msql_num_rows
  1875. 0 0 ${OP} 0 msql_numfields
  1876. 0 0 ${OP} 0 msql_numrows
  1877. 0 0 ${OP} 0 msql_pconnect
  1878. 0 0 ${OP} 0 msql_query
  1879. 0 0 ${OP} 0 msql_regcase
  1880. 0 0 ${OP} 0 msql_result
  1881. 0 0 ${OP} 0 msql_select_db
  1882. 0 0 ${OP} 0 msql_selectdb
  1883. 0 0 ${OP} 0 msql_tablename
  1884. 0 0 ${OP} 0 mssql_bind
  1885. 0 0 ${OP} 0 mssql_close
  1886. 0 0 ${OP} 0 mssql_connect
  1887. 0 0 ${OP} 0 mssql_data_seek
  1888. 0 0 ${OP} 0 mssql_execute
  1889. 0 0 ${OP} 0 mssql_fetch_array
  1890. 0 0 ${OP} 0 mssql_fetch_assoc
  1891. 0 0 ${OP} 0 mssql_fetch_batch
  1892. 0 0 ${OP} 0 mssql_fetch_field
  1893. 0 0 ${OP} 0 mssql_fetch_object
  1894. 0 0 ${OP} 0 mssql_fetch_row
  1895. 0 0 ${OP} 0 mssql_field_length
  1896. 0 0 ${OP} 0 mssql_field_name
  1897. 0 0 ${OP} 0 mssql_field_seek
  1898. 0 0 ${OP} 0 mssql_field_type
  1899. 0 0 ${OP} 0 mssql_free_result
  1900. 0 0 ${OP} 0 mssql_free_statement
  1901. 0 0 ${OP} 0 mssql_get_last_message
  1902. 0 0 ${OP} 0 mssql_guid_string
  1903. 0 0 ${OP} 0 mssql_init
  1904. 0 0 ${OP} 0 mssql_min_error_severity
  1905. 0 0 ${OP} 0 mssql_min_message_severity
  1906. 0 0 ${OP} 0 mssql_next_result
  1907. 0 0 ${OP} 0 mssql_num_fields
  1908. 0 0 ${OP} 0 mssql_num_rows
  1909. 0 0 ${OP} 0 mssql_pconnect
  1910. 0 0 ${OP} 0 mssql_query
  1911. 0 0 ${OP} 0 mssql_result
  1912. 0 0 ${OP} 0 mssql_rows_affected
  1913. 0 0 ${OP} 0 mssql_select_db
  1914. 0 0 ${OP} 0 mt_getrandmax
  1915. 0 0 ${OP} 0 mt_rand
  1916. 0 0 ${OP} 0 mt_srand
  1917. 0 0 ${OP} 0 muscat_close
  1918. 0 0 ${OP} 0 muscat_get
  1919. 0 0 ${OP} 0 muscat_give
  1920. 0 0 ${OP} 0 muscat_setup
  1921. 0 0 ${OP} 0 muscat_setup_net
  1922. 0 0 ${OP} 0 mysql_affected_rows
  1923. 0 0 ${OP} 0 mysql_change_user
  1924. 0 0 ${OP} 0 mysql_client_encoding
  1925. 0 0 ${OP} 0 mysql_close
  1926. 0 0 ${OP} 0 mysql_connect
  1927. 0 0 ${OP} 0 mysql_create_db
  1928. 0 0 ${OP} 0 mysql_data_seek
  1929. 0 0 ${OP} 0 mysql_db_name
  1930. 0 0 ${OP} 0 mysql_db_query
  1931. 0 0 ${OP} 0 mysql_drop_db
  1932. 0 0 ${OP} 0 mysql_errno
  1933. 0 0 ${OP} 0 mysql_error
  1934. 0 0 ${OP} 0 mysql_escape_string
  1935. 0 0 ${OP} 0 mysql_fetch_array
  1936. 0 0 ${OP} 0 mysql_fetch_assoc
  1937. 0 0 ${OP} 0 mysql_fetch_field
  1938. 0 0 ${OP} 0 mysql_fetch_lengths
  1939. 0 0 ${OP} 0 mysql_fetch_object
  1940. 0 0 ${OP} 0 mysql_fetch_row
  1941. 0 0 ${OP} 0 mysql_field_flags
  1942. 0 0 ${OP} 0 mysql_field_len
  1943. 0 0 ${OP} 0 mysql_field_name
  1944. 0 0 ${OP} 0 mysql_field_seek
  1945. 0 0 ${OP} 0 mysql_field_table
  1946. 0 0 ${OP} 0 mysql_field_type
  1947. 0 0 ${OP} 0 mysql_free_result
  1948. 0 0 ${OP} 0 mysql_get_client_info
  1949. 0 0 ${OP} 0 mysql_get_host_info
  1950. 0 0 ${OP} 0 mysql_get_proto_info
  1951. 0 0 ${OP} 0 mysql_get_server_info
  1952. 0 0 ${OP} 0 mysql_info
  1953. 0 0 ${OP} 0 mysql_insert_id
  1954. 0 0 ${OP} 0 mysql_list_dbs
  1955. 0 0 ${OP} 0 mysql_list_fields
  1956. 0 0 ${OP} 0 mysql_list_processes
  1957. 0 0 ${OP} 0 mysql_list_tables
  1958. 0 0 ${OP} 0 mysql_num_fields
  1959. 0 0 ${OP} 0 mysql_num_rows
  1960. 0 0 ${OP} 0 mysql_pconnect
  1961. 0 0 ${OP} 0 mysql_ping
  1962. 0 0 ${OP} 0 mysql_query
  1963. 0 0 ${OP} 0 mysql_real_escape_string
  1964. 0 0 ${OP} 0 mysql_result
  1965. 0 0 ${OP} 0 mysql_select_db
  1966. 0 0 ${OP} 0 mysql_stat
  1967. 0 0 ${OP} 0 mysql_tablename
  1968. 0 0 ${OP} 0 mysql_thread_id
  1969. 0 0 ${OP} 0 mysql_unbuffered_query
  1970. 0 0 ${OP} 0 mysqli_affected_rows
  1971. 0 0 ${OP} 0 mysqli_autocommit
  1972. 0 0 ${OP} 0 mysqli_bind_param
  1973. 0 0 ${OP} 0 mysqli_bind_result
  1974. 0 0 ${OP} 0 mysqli_change_user
  1975. 0 0 ${OP} 0 mysqli_character_set_name
  1976. 0 0 ${OP} 0 mysqli_close
  1977. 0 0 ${OP} 0 mysqli_commit
  1978. 0 0 ${OP} 0 mysqli_connect
  1979. 0 0 ${OP} 0 mysqli_connect_error
  1980. 0 0 ${OP} 0 mysqli_data_seek
  1981. 0 0 ${OP} 0 mysqli_debug
  1982. 0 0 ${OP} 0 mysqli_disable_reads_from_master
  1983. 0 0 ${OP} 0 mysqli_disable_rpl_parse
  1984. 0 0 ${OP} 0 mysqli_dump_debug_info
  1985. 0 0 ${OP} 0 mysqli_enable_reads_from_master
  1986. 0 0 ${OP} 0 mysqli_enable_rpl_parse
  1987. 0 0 ${OP} 0 mysqli_errno
  1988. 0 0 ${OP} 0 mysqli_error
  1989. 0 0 ${OP} 0 mysqli_execute
  1990. 0 0 ${OP} 0 mysqli_fetch
  1991. 0 0 ${OP} 0 mysqli_fetch_array
  1992. 0 0 ${OP} 0 mysqli_fetch_assoc
  1993. 0 0 ${OP} 0 mysqli_fetch_field
  1994. 0 0 ${OP} 0 mysqli_fetch_field_direct
  1995. 0 0 ${OP} 0 mysqli_fetch_fields
  1996. 0 0 ${OP} 0 mysqli_fetch_lengths
  1997. 0 0 ${OP} 0 mysqli_fetch_object
  1998. 0 0 ${OP} 0 mysqli_fetch_row
  1999. 0 0 ${OP} 0 mysqli_field_count
  2000. 0 0 ${OP} 0 mysqli_field_seek
  2001. 0 0 ${OP} 0 mysqli_field_tell
  2002. 0 0 ${OP} 0 mysqli_free_result
  2003. 0 0 ${OP} 0 mysqli_get_client_info
  2004. 0 0 ${OP} 0 mysqli_get_host_info
  2005. 0 0 ${OP} 0 mysqli_get_proto_info
  2006. 0 0 ${OP} 0 mysqli_get_server_info
  2007. 0 0 ${OP} 0 mysqli_get_server_version
  2008. 0 0 ${OP} 0 mysqli_info
  2009. 0 0 ${OP} 0 mysqli_init
  2010. 0 0 ${OP} 0 mysqli_insert_id
  2011. 0 0 ${OP} 0 mysqli_kill
  2012. 0 0 ${OP} 0 mysqli_master_query
  2013. 0 0 ${OP} 0 mysqli_num_fields
  2014. 0 0 ${OP} 0 mysqli_num_rows
  2015. 0 0 ${OP} 0 mysqli_options
  2016. 0 0 ${OP} 0 mysqli_param_count
  2017. 0 0 ${OP} 0 mysqli_ping
  2018. 0 0 ${OP} 0 mysqli_prepare
  2019. 0 0 ${OP} 0 mysqli_prepare_result
  2020. 0 0 ${OP} 0 mysqli_profiler
  2021. 0 0 ${OP} 0 mysqli_query
  2022. 0 0 ${OP} 0 mysqli_read_query_result
  2023. 0 0 ${OP} 0 mysqli_real_connect
  2024. 0 0 ${OP} 0 mysqli_real_escape_string
  2025. 0 0 ${OP} 0 mysqli_real_query
  2026. 0 0 ${OP} 0 mysqli_reload
  2027. 0 0 ${OP} 0 mysqli_rollback
  2028. 0 0 ${OP} 0 mysqli_rpl_parse_enabled
  2029. 0 0 ${OP} 0 mysqli_rpl_probe
  2030. 0 0 ${OP} 0 mysqli_rpl_query_type
  2031. 0 0 ${OP} 0 mysqli_select_db
  2032. 0 0 ${OP} 0 mysqli_send_long_data
  2033. 0 0 ${OP} 0 mysqli_send_query
  2034. 0 0 ${OP} 0 mysqli_slave_query
  2035. 0 0 ${OP} 0 mysqli_ssl_set
  2036. 0 0 ${OP} 0 mysqli_stat
  2037. 0 0 ${OP} 0 mysqli_stmt_affected_rows
  2038. 0 0 ${OP} 0 mysqli_stmt_close
  2039. 0 0 ${OP} 0 mysqli_stmt_errno
  2040. 0 0 ${OP} 0 mysqli_stmt_error
  2041. 0 0 ${OP} 0 mysqli_stmt_store_result
  2042. 0 0 ${OP} 0 mysqli_store_result
  2043. 0 0 ${OP} 0 mysqli_thread_id
  2044. 0 0 ${OP} 0 mysqli_thread_safe
  2045. 0 0 ${OP} 0 mysqli_use_result
  2046. 0 0 ${OP} 0 mysqli_warning_count
  2047. 0 0 ${OP} 0 natcasesort
  2048. 0 0 ${OP} 0 natsort
  2049. 0 0 ${OP} 0 ncurses_addch
  2050. 0 0 ${OP} 0 ncurses_addchnstr
  2051. 0 0 ${OP} 0 ncurses_addchstr
  2052. 0 0 ${OP} 0 ncurses_addnstr
  2053. 0 0 ${OP} 0 ncurses_addstr
  2054. 0 0 ${OP} 0 ncurses_assume_default_colors
  2055. 0 0 ${OP} 0 ncurses_attroff
  2056. 0 0 ${OP} 0 ncurses_attron
  2057. 0 0 ${OP} 0 ncurses_attrset
  2058. 0 0 ${OP} 0 ncurses_baudrate
  2059. 0 0 ${OP} 0 ncurses_beep
  2060. 0 0 ${OP} 0 ncurses_bkgd
  2061. 0 0 ${OP} 0 ncurses_bkgdset
  2062. 0 0 ${OP} 0 ncurses_border
  2063. 0 0 ${OP} 0 ncurses_bottom_panel
  2064. 0 0 ${OP} 0 ncurses_can_change_color
  2065. 0 0 ${OP} 0 ncurses_cbreak
  2066. 0 0 ${OP} 0 ncurses_clear
  2067. 0 0 ${OP} 0 ncurses_clrtobot
  2068. 0 0 ${OP} 0 ncurses_clrtoeol
  2069. 0 0 ${OP} 0 ncurses_color_content
  2070. 0 0 ${OP} 0 ncurses_color_set
  2071. 0 0 ${OP} 0 ncurses_curs_set
  2072. 0 0 ${OP} 0 ncurses_def_prog_mode
  2073. 0 0 ${OP} 0 ncurses_def_shell_mode
  2074. 0 0 ${OP} 0 ncurses_define_key
  2075. 0 0 ${OP} 0 ncurses_del_panel
  2076. 0 0 ${OP} 0 ncurses_delay_output
  2077. 0 0 ${OP} 0 ncurses_delch
  2078. 0 0 ${OP} 0 ncurses_deleteln
  2079. 0 0 ${OP} 0 ncurses_delwin
  2080. 0 0 ${OP} 0 ncurses_doupdate
  2081. 0 0 ${OP} 0 ncurses_echo
  2082. 0 0 ${OP} 0 ncurses_echochar
  2083. 0 0 ${OP} 0 ncurses_end
  2084. 0 0 ${OP} 0 ncurses_erase
  2085. 0 0 ${OP} 0 ncurses_erasechar
  2086. 0 0 ${OP} 0 ncurses_filter
  2087. 0 0 ${OP} 0 ncurses_flash
  2088. 0 0 ${OP} 0 ncurses_flushinp
  2089. 0 0 ${OP} 0 ncurses_getch
  2090. 0 0 ${OP} 0 ncurses_getmaxyx
  2091. 0 0 ${OP} 0 ncurses_getmouse
  2092. 0 0 ${OP} 0 ncurses_getyx
  2093. 0 0 ${OP} 0 ncurses_halfdelay
  2094. 0 0 ${OP} 0 ncurses_has_colors
  2095. 0 0 ${OP} 0 ncurses_has_ic
  2096. 0 0 ${OP} 0 ncurses_has_il
  2097. 0 0 ${OP} 0 ncurses_has_key
  2098. 0 0 ${OP} 0 ncurses_hide_panel
  2099. 0 0 ${OP} 0 ncurses_hline
  2100. 0 0 ${OP} 0 ncurses_inch
  2101. 0 0 ${OP} 0 ncurses_init
  2102. 0 0 ${OP} 0 ncurses_init_color
  2103. 0 0 ${OP} 0 ncurses_init_pair
  2104. 0 0 ${OP} 0 ncurses_insch
  2105. 0 0 ${OP} 0 ncurses_insdelln
  2106. 0 0 ${OP} 0 ncurses_insertln
  2107. 0 0 ${OP} 0 ncurses_insstr
  2108. 0 0 ${OP} 0 ncurses_instr
  2109. 0 0 ${OP} 0 ncurses_isendwin
  2110. 0 0 ${OP} 0 ncurses_keyok
  2111. 0 0 ${OP} 0 ncurses_keypad
  2112. 0 0 ${OP} 0 ncurses_killchar
  2113. 0 0 ${OP} 0 ncurses_longname
  2114. 0 0 ${OP} 0 ncurses_meta
  2115. 0 0 ${OP} 0 ncurses_mouse_trafo
  2116. 0 0 ${OP} 0 ncurses_mouseinterval
  2117. 0 0 ${OP} 0 ncurses_mousemask
  2118. 0 0 ${OP} 0 ncurses_move
  2119. 0 0 ${OP} 0 ncurses_move_panel
  2120. 0 0 ${OP} 0 ncurses_mvaddch
  2121. 0 0 ${OP} 0 ncurses_mvaddchnstr
  2122. 0 0 ${OP} 0 ncurses_mvaddchstr
  2123. 0 0 ${OP} 0 ncurses_mvaddnstr
  2124. 0 0 ${OP} 0 ncurses_mvaddstr
  2125. 0 0 ${OP} 0 ncurses_mvcur
  2126. 0 0 ${OP} 0 ncurses_mvdelch
  2127. 0 0 ${OP} 0 ncurses_mvgetch
  2128. 0 0 ${OP} 0 ncurses_mvhline
  2129. 0 0 ${OP} 0 ncurses_mvinch
  2130. 0 0 ${OP} 0 ncurses_mvvline
  2131. 0 0 ${OP} 0 ncurses_mvwaddstr
  2132. 0 0 ${OP} 0 ncurses_napms
  2133. 0 0 ${OP} 0 ncurses_new_panel
  2134. 0 0 ${OP} 0 ncurses_newpad
  2135. 0 0 ${OP} 0 ncurses_newwin
  2136. 0 0 ${OP} 0 ncurses_nl
  2137. 0 0 ${OP} 0 ncurses_nocbreak
  2138. 0 0 ${OP} 0 ncurses_noecho
  2139. 0 0 ${OP} 0 ncurses_nonl
  2140. 0 0 ${OP} 0 ncurses_noqiflush
  2141. 0 0 ${OP} 0 ncurses_noraw
  2142. 0 0 ${OP} 0 ncurses_pair_content
  2143. 0 0 ${OP} 0 ncurses_panel_above
  2144. 0 0 ${OP} 0 ncurses_panel_below
  2145. 0 0 ${OP} 0 ncurses_panel_window
  2146. 0 0 ${OP} 0 ncurses_pnoutrefresh
  2147. 0 0 ${OP} 0 ncurses_prefresh
  2148. 0 0 ${OP} 0 ncurses_putp
  2149. 0 0 ${OP} 0 ncurses_qiflush
  2150. 0 0 ${OP} 0 ncurses_raw
  2151. 0 0 ${OP} 0 ncurses_refresh
  2152. 0 0 ${OP} 0 ncurses_replace_panel
  2153. 0 0 ${OP} 0 ncurses_reset_prog_mode
  2154. 0 0 ${OP} 0 ncurses_reset_shell_mode
  2155. 0 0 ${OP} 0 ncurses_resetty
  2156. 0 0 ${OP} 0 ncurses_savetty
  2157. 0 0 ${OP} 0 ncurses_scr_dump
  2158. 0 0 ${OP} 0 ncurses_scr_init
  2159. 0 0 ${OP} 0 ncurses_scr_restore
  2160. 0 0 ${OP} 0 ncurses_scr_set
  2161. 0 0 ${OP} 0 ncurses_scrl
  2162. 0 0 ${OP} 0 ncurses_show_panel
  2163. 0 0 ${OP} 0 ncurses_slk_attr
  2164. 0 0 ${OP} 0 ncurses_slk_attroff
  2165. 0 0 ${OP} 0 ncurses_slk_attron
  2166. 0 0 ${OP} 0 ncurses_slk_attrset
  2167. 0 0 ${OP} 0 ncurses_slk_clear
  2168. 0 0 ${OP} 0 ncurses_slk_color
  2169. 0 0 ${OP} 0 ncurses_slk_init
  2170. 0 0 ${OP} 0 ncurses_slk_noutrefresh
  2171. 0 0 ${OP} 0 ncurses_slk_refresh
  2172. 0 0 ${OP} 0 ncurses_slk_restore
  2173. 0 0 ${OP} 0 ncurses_slk_set
  2174. 0 0 ${OP} 0 ncurses_slk_touch
  2175. 0 0 ${OP} 0 ncurses_standend
  2176. 0 0 ${OP} 0 ncurses_standout
  2177. 0 0 ${OP} 0 ncurses_start_color
  2178. 0 0 ${OP} 0 ncurses_termattrs
  2179. 0 0 ${OP} 0 ncurses_termname
  2180. 0 0 ${OP} 0 ncurses_timeout
  2181. 0 0 ${OP} 0 ncurses_top_panel
  2182. 0 0 ${OP} 0 ncurses_typeahead
  2183. 0 0 ${OP} 0 ncurses_ungetch
  2184. 0 0 ${OP} 0 ncurses_ungetmouse
  2185. 0 0 ${OP} 0 ncurses_update_panels
  2186. 0 0 ${OP} 0 ncurses_use_default_colors
  2187. 0 0 ${OP} 0 ncurses_use_env
  2188. 0 0 ${OP} 0 ncurses_use_extended_names
  2189. 0 0 ${OP} 0 ncurses_vidattr
  2190. 0 0 ${OP} 0 ncurses_vline
  2191. 0 0 ${OP} 0 ncurses_waddch
  2192. 0 0 ${OP} 0 ncurses_waddstr
  2193. 0 0 ${OP} 0 ncurses_wattroff
  2194. 0 0 ${OP} 0 ncurses_wattron
  2195. 0 0 ${OP} 0 ncurses_wattrset
  2196. 0 0 ${OP} 0 ncurses_wborder
  2197. 0 0 ${OP} 0 ncurses_wclear
  2198. 0 0 ${OP} 0 ncurses_wcolor_set
  2199. 0 0 ${OP} 0 ncurses_werase
  2200. 0 0 ${OP} 0 ncurses_wgetch
  2201. 0 0 ${OP} 0 ncurses_whline
  2202. 0 0 ${OP} 0 ncurses_wmouse_trafo
  2203. 0 0 ${OP} 0 ncurses_wmove
  2204. 0 0 ${OP} 0 ncurses_wnoutrefresh
  2205. 0 0 ${OP} 0 ncurses_wrefresh
  2206. 0 0 ${OP} 0 ncurses_wstandend
  2207. 0 0 ${OP} 0 ncurses_wstandout
  2208. 0 0 ${OP} 0 ncurses_wvline
  2209. 0 0 ${OP} 0 ngettext
  2210. 0 0 ${OP} 0 nl2br
  2211. 0 0 ${OP} 0 nl_langinfo
  2212. 0 0 ${OP} 0 notes_body
  2213. 0 0 ${OP} 0 notes_copy_db
  2214. 0 0 ${OP} 0 notes_create_db
  2215. 0 0 ${OP} 0 notes_create_note
  2216. 0 0 ${OP} 0 notes_drop_db
  2217. 0 0 ${OP} 0 notes_find_note
  2218. 0 0 ${OP} 0 notes_header_info
  2219. 0 0 ${OP} 0 notes_list_msgs
  2220. 0 0 ${OP} 0 notes_mark_read
  2221. 0 0 ${OP} 0 notes_mark_unread
  2222. 0 0 ${OP} 0 notes_nav_create
  2223. 0 0 ${OP} 0 notes_search
  2224. 0 0 ${OP} 0 notes_unread
  2225. 0 0 ${OP} 0 notes_version
  2226. 0 0 ${OP} 0 nsapi_request_headers
  2227. 0 0 ${OP} 0 nsapi_response_headers
  2228. 0 0 ${OP} 0 nsapi_virtual
  2229. 0 0 ${OP} 0 number_format
  2230. 0 0 ${OP} 0 ob_clean
  2231. 0 0 ${OP} 0 ob_end_clean
  2232. 0 0 ${OP} 0 ob_end_flush
  2233. 0 0 ${OP} 0 ob_flush
  2234. 0 0 ${OP} 0 ob_get_clean
  2235. 0 0 ${OP} 0 ob_get_contents
  2236. 0 0 ${OP} 0 ob_get_flush
  2237. 0 0 ${OP} 0 ob_get_length
  2238. 0 0 ${OP} 0 ob_get_level
  2239. 0 0 ${OP} 0 ob_get_status
  2240. 0 0 ${OP} 0 ob_gzhandler
  2241. 0 0 ${OP} 0 ob_iconv_handler
  2242. 0 0 ${OP} 0 ob_implicit_flush
  2243. 0 0 ${OP} 0 ob_list_handlers
  2244. 0 0 ${OP} 0 ob_start
  2245. 0 0 ${OP} 0 ocibindbyname
  2246. 0 0 ${OP} 0 ocicancel
  2247. 0 0 ${OP} 0 ocicloselob
  2248. 0 0 ${OP} 0 ocicollappend
  2249. 0 0 ${OP} 0 ocicollassign
  2250. 0 0 ${OP} 0 ocicollassignelem
  2251. 0 0 ${OP} 0 ocicollgetelem
  2252. 0 0 ${OP} 0 ocicollmax
  2253. 0 0 ${OP} 0 ocicollsize
  2254. 0 0 ${OP} 0 ocicolltrim
  2255. 0 0 ${OP} 0 ocicolumnisnull
  2256. 0 0 ${OP} 0 ocicolumnname
  2257. 0 0 ${OP} 0 ocicolumnprecision
  2258. 0 0 ${OP} 0 ocicolumnscale
  2259. 0 0 ${OP} 0 ocicolumnsize
  2260. 0 0 ${OP} 0 ocicolumntype
  2261. 0 0 ${OP} 0 ocicolumntyperaw
  2262. 0 0 ${OP} 0 ocicommit
  2263. 0 0 ${OP} 0 ocidefinebyname
  2264. 0 0 ${OP} 0 ocierror
  2265. 0 0 ${OP} 0 ociexecute
  2266. 0 0 ${OP} 0 ocifetch
  2267. 0 0 ${OP} 0 ocifetchinto
  2268. 0 0 ${OP} 0 ocifetchstatement
  2269. 0 0 ${OP} 0 ocifreecollection
  2270. 0 0 ${OP} 0 ocifreecursor
  2271. 0 0 ${OP} 0 ocifreedesc
  2272. 0 0 ${OP} 0 ocifreestatement
  2273. 0 0 ${OP} 0 ociinternaldebug
  2274. 0 0 ${OP} 0 ociloadlob
  2275. 0 0 ${OP} 0 ocilogoff
  2276. 0 0 ${OP} 0 ocilogon
  2277. 0 0 ${OP} 0 ocinewcollection
  2278. 0 0 ${OP} 0 ocinewcursor
  2279. 0 0 ${OP} 0 ocinewdescriptor
  2280. 0 0 ${OP} 0 ocinlogon
  2281. 0 0 ${OP} 0 ocinumcols
  2282. 0 0 ${OP} 0 ociparse
  2283. 0 0 ${OP} 0 ociplogon
  2284. 0 0 ${OP} 0 ociresult
  2285. 0 0 ${OP} 0 ocirollback
  2286. 0 0 ${OP} 0 ocirowcount
  2287. 0 0 ${OP} 0 ocisavelob
  2288. 0 0 ${OP} 0 ocisavelobfile
  2289. 0 0 ${OP} 0 ociserverversion
  2290. 0 0 ${OP} 0 ocisetprefetch
  2291. 0 0 ${OP} 0 ocistatementtype
  2292. 0 0 ${OP} 0 ociwritelobtofile
  2293. 0 0 ${OP} 0 ociwritetemporarylob
  2294. 0 0 ${OP} 0 octdec
  2295. 0 0 ${OP} 0 odbc_autocommit
  2296. 0 0 ${OP} 0 odbc_binmode
  2297. 0 0 ${OP} 0 odbc_close
  2298. 0 0 ${OP} 0 odbc_close_all
  2299. 0 0 ${OP} 0 odbc_columnprivileges
  2300. 0 0 ${OP} 0 odbc_columns
  2301. 0 0 ${OP} 0 odbc_commit
  2302. 0 0 ${OP} 0 odbc_connect
  2303. 0 0 ${OP} 0 odbc_cursor
  2304. 0 0 ${OP} 0 odbc_data_source
  2305. 0 0 ${OP} 0 odbc_do
  2306. 0 0 ${OP} 0 odbc_error
  2307. 0 0 ${OP} 0 odbc_errormsg
  2308. 0 0 ${OP} 0 odbc_exec
  2309. 0 0 ${OP} 0 odbc_execute
  2310. 0 0 ${OP} 0 odbc_fetch_array
  2311. 0 0 ${OP} 0 odbc_fetch_into
  2312. 0 0 ${OP} 0 odbc_fetch_object
  2313. 0 0 ${OP} 0 odbc_fetch_row
  2314. 0 0 ${OP} 0 odbc_field_len
  2315. 0 0 ${OP} 0 odbc_field_name
  2316. 0 0 ${OP} 0 odbc_field_num
  2317. 0 0 ${OP} 0 odbc_field_precision
  2318. 0 0 ${OP} 0 odbc_field_scale
  2319. 0 0 ${OP} 0 odbc_field_type
  2320. 0 0 ${OP} 0 odbc_foreignkeys
  2321. 0 0 ${OP} 0 odbc_free_result
  2322. 0 0 ${OP} 0 odbc_gettypeinfo
  2323. 0 0 ${OP} 0 odbc_longreadlen
  2324. 0 0 ${OP} 0 odbc_next_result
  2325. 0 0 ${OP} 0 odbc_num_fields
  2326. 0 0 ${OP} 0 odbc_num_rows
  2327. 0 0 ${OP} 0 odbc_pconnect
  2328. 0 0 ${OP} 0 odbc_prepare
  2329. 0 0 ${OP} 0 odbc_primarykeys
  2330. 0 0 ${OP} 0 odbc_procedurecolumns
  2331. 0 0 ${OP} 0 odbc_procedures
  2332. 0 0 ${OP} 0 odbc_result
  2333. 0 0 ${OP} 0 odbc_result_all
  2334. 0 0 ${OP} 0 odbc_rollback
  2335. 0 0 ${OP} 0 odbc_setoption
  2336. 0 0 ${OP} 0 odbc_specialcolumns
  2337. 0 0 ${OP} 0 odbc_statistics
  2338. 0 0 ${OP} 0 odbc_tableprivileges
  2339. 0 0 ${OP} 0 odbc_tables
  2340. 0 0 ${OP} 0 opendir
  2341. 0 0 ${OP} 0 openlog
  2342. 0 0 ${OP} 0 openssl_csr_export
  2343. 0 0 ${OP} 0 openssl_csr_export_to_file
  2344. 0 0 ${OP} 0 openssl_csr_new
  2345. 0 0 ${OP} 0 openssl_csr_sign
  2346. 0 0 ${OP} 0 openssl_error_string
  2347. 0 0 ${OP} 0 openssl_free_key
  2348. 0 0 ${OP} 0 openssl_get_privatekey
  2349. 0 0 ${OP} 0 openssl_get_publickey
  2350. 0 0 ${OP} 0 openssl_open
  2351. 0 0 ${OP} 0 openssl_pkcs7_decrypt
  2352. 0 0 ${OP} 0 openssl_pkcs7_encrypt
  2353. 0 0 ${OP} 0 openssl_pkcs7_sign
  2354. 0 0 ${OP} 0 openssl_pkcs7_verify
  2355. 0 0 ${OP} 0 openssl_pkey_export
  2356. 0 0 ${OP} 0 openssl_pkey_export_to_file
  2357. 0 0 ${OP} 0 openssl_pkey_get_private
  2358. 0 0 ${OP} 0 openssl_pkey_get_public
  2359. 0 0 ${OP} 0 openssl_pkey_new
  2360. 0 0 ${OP} 0 openssl_private_decrypt
  2361. 0 0 ${OP} 0 openssl_private_encrypt
  2362. 0 0 ${OP} 0 openssl_public_decrypt
  2363. 0 0 ${OP} 0 openssl_public_encrypt
  2364. 0 0 ${OP} 0 openssl_seal
  2365. 0 0 ${OP} 0 openssl_sign
  2366. 0 0 ${OP} 0 openssl_verify
  2367. 0 0 ${OP} 0 openssl_x509_check_private_key
  2368. 0 0 ${OP} 0 openssl_x509_checkpurpose
  2369. 0 0 ${OP} 0 openssl_x509_export
  2370. 0 0 ${OP} 0 openssl_x509_export_to_file
  2371. 0 0 ${OP} 0 openssl_x509_free
  2372. 0 0 ${OP} 0 openssl_x509_parse
  2373. 0 0 ${OP} 0 openssl_x509_read
  2374. 0 0 ${OP} 0 ora_bind
  2375. 0 0 ${OP} 0 ora_close
  2376. 0 0 ${OP} 0 ora_columnname
  2377. 0 0 ${OP} 0 ora_columnsize
  2378. 0 0 ${OP} 0 ora_columntype
  2379. 0 0 ${OP} 0 ora_commit
  2380. 0 0 ${OP} 0 ora_commitoff
  2381. 0 0 ${OP} 0 ora_commiton
  2382. 0 0 ${OP} 0 ora_do
  2383. 0 0 ${OP} 0 ora_error
  2384. 0 0 ${OP} 0 ora_errorcode
  2385. 0 0 ${OP} 0 ora_exec
  2386. 0 0 ${OP} 0 ora_fetch
  2387. 0 0 ${OP} 0 ora_fetch_into
  2388. 0 0 ${OP} 0 ora_getcolumn
  2389. 0 0 ${OP} 0 ora_logoff
  2390. 0 0 ${OP} 0 ora_logon
  2391. 0 0 ${OP} 0 ora_numcols
  2392. 0 0 ${OP} 0 ora_numrows
  2393. 0 0 ${OP} 0 ora_open
  2394. 0 0 ${OP} 0 ora_parse
  2395. 0 0 ${OP} 0 ora_plogon
  2396. 0 0 ${OP} 0 ora_rollback
  2397. 0 0 ${OP} 0 ord
  2398. 0 0 ${OP} 0 output_add_rewrite_var
  2399. 0 0 ${OP} 0 output_reset_rewrite_vars
  2400. 0 0 ${OP} 0 overload
  2401. 0 0 ${OP} 0 ovrimos_close
  2402. 0 0 ${OP} 0 ovrimos_commit
  2403. 0 0 ${OP} 0 ovrimos_connect
  2404. 0 0 ${OP} 0 ovrimos_cursor
  2405. 0 0 ${OP} 0 ovrimos_exec
  2406. 0 0 ${OP} 0 ovrimos_execute
  2407. 0 0 ${OP} 0 ovrimos_fetch_into
  2408. 0 0 ${OP} 0 ovrimos_fetch_row
  2409. 0 0 ${OP} 0 ovrimos_field_len
  2410. 0 0 ${OP} 0 ovrimos_field_name
  2411. 0 0 ${OP} 0 ovrimos_field_num
  2412. 0 0 ${OP} 0 ovrimos_field_type
  2413. 0 0 ${OP} 0 ovrimos_free_result
  2414. 0 0 ${OP} 0 ovrimos_longreadlen
  2415. 0 0 ${OP} 0 ovrimos_num_fields
  2416. 0 0 ${OP} 0 ovrimos_num_rows
  2417. 0 0 ${OP} 0 ovrimos_prepare
  2418. 0 0 ${OP} 0 ovrimos_result
  2419. 0 0 ${OP} 0 ovrimos_result_all
  2420. 0 0 ${OP} 0 ovrimos_rollback
  2421. 0 0 ${OP} 0 pack
  2422. 0 0 ${OP} 0 parse_ini_file
  2423. 0 0 ${OP} 0 parse_str
  2424. 0 0 ${OP} 0 parse_url
  2425. 0 0 ${OP} 0 passthru
  2426. 0 0 ${OP} 0 pathinfo
  2427. 0 0 ${OP} 0 pclose
  2428. 0 0 ${OP} 0 pcntl_exec
  2429. 0 0 ${OP} 0 pcntl_fork
  2430. 0 0 ${OP} 0 pcntl_signal
  2431. 0 0 ${OP} 0 pcntl_waitpid
  2432. 0 0 ${OP} 0 pcntl_wexitstatus
  2433. 0 0 ${OP} 0 pcntl_wifexited
  2434. 0 0 ${OP} 0 pcntl_wifsignaled
  2435. 0 0 ${OP} 0 pcntl_wifstopped
  2436. 0 0 ${OP} 0 pcntl_wstopsig
  2437. 0 0 ${OP} 0 pcntl_wtermsig
  2438. 0 0 ${OP} 0 pdf_add_annotation
  2439. 0 0 ${OP} 0 pdf_add_bookmark
  2440. 0 0 ${OP} 0 pdf_add_launchlink
  2441. 0 0 ${OP} 0 pdf_add_locallink
  2442. 0 0 ${OP} 0 pdf_add_note
  2443. 0 0 ${OP} 0 pdf_add_outline
  2444. 0 0 ${OP} 0 pdf_add_pdflink
  2445. 0 0 ${OP} 0 pdf_add_thumbnail
  2446. 0 0 ${OP} 0 pdf_add_weblink
  2447. 0 0 ${OP} 0 pdf_arc
  2448. 0 0 ${OP} 0 pdf_arcn
  2449. 0 0 ${OP} 0 pdf_attach_file
  2450. 0 0 ${OP} 0 pdf_begin_page
  2451. 0 0 ${OP} 0 pdf_begin_pattern
  2452. 0 0 ${OP} 0 pdf_begin_template
  2453. 0 0 ${OP} 0 pdf_circle
  2454. 0 0 ${OP} 0 pdf_clip
  2455. 0 0 ${OP} 0 pdf_close
  2456. 0 0 ${OP} 0 pdf_close_image
  2457. 0 0 ${OP} 0 pdf_close_pdi
  2458. 0 0 ${OP} 0 pdf_close_pdi_page
  2459. 0 0 ${OP} 0 pdf_closepath
  2460. 0 0 ${OP} 0 pdf_closepath_fill_stroke
  2461. 0 0 ${OP} 0 pdf_closepath_stroke
  2462. 0 0 ${OP} 0 pdf_concat
  2463. 0 0 ${OP} 0 pdf_continue_text
  2464. 0 0 ${OP} 0 pdf_curveto
  2465. 0 0 ${OP} 0 pdf_delete
  2466. 0 0 ${OP} 0 pdf_end_page
  2467. 0 0 ${OP} 0 pdf_end_pattern
  2468. 0 0 ${OP} 0 pdf_end_template
  2469. 0 0 ${OP} 0 pdf_endpath
  2470. 0 0 ${OP} 0 pdf_fill
  2471. 0 0 ${OP} 0 pdf_fill_stroke
  2472. 0 0 ${OP} 0 pdf_findfont
  2473. 0 0 ${OP} 0 pdf_get_buffer
  2474. 0 0 ${OP} 0 pdf_get_font
  2475. 0 0 ${OP} 0 pdf_get_fontname
  2476. 0 0 ${OP} 0 pdf_get_fontsize
  2477. 0 0 ${OP} 0 pdf_get_image_height
  2478. 0 0 ${OP} 0 pdf_get_image_width
  2479. 0 0 ${OP} 0 pdf_get_majorversion
  2480. 0 0 ${OP} 0 pdf_get_minorversion
  2481. 0 0 ${OP} 0 pdf_get_parameter
  2482. 0 0 ${OP} 0 pdf_get_pdi_parameter
  2483. 0 0 ${OP} 0 pdf_get_pdi_value
  2484. 0 0 ${OP} 0 pdf_get_value
  2485. 0 0 ${OP} 0 pdf_initgraphics
  2486. 0 0 ${OP} 0 pdf_lineto
  2487. 0 0 ${OP} 0 pdf_makespotcolor
  2488. 0 0 ${OP} 0 pdf_moveto
  2489. 0 0 ${OP} 0 pdf_new
  2490. 0 0 ${OP} 0 pdf_open
  2491. 0 0 ${OP} 0 pdf_open_CCITT
  2492. 0 0 ${OP} 0 pdf_open_file
  2493. 0 0 ${OP} 0 pdf_open_gif
  2494. 0 0 ${OP} 0 pdf_open_image
  2495. 0 0 ${OP} 0 pdf_open_image_file
  2496. 0 0 ${OP} 0 pdf_open_jpeg
  2497. 0 0 ${OP} 0 pdf_open_memory_image
  2498. 0 0 ${OP} 0 pdf_open_pdi
  2499. 0 0 ${OP} 0 pdf_open_pdi_page
  2500. 0 0 ${OP} 0 pdf_open_png
  2501. 0 0 ${OP} 0 pdf_open_tiff
  2502. 0 0 ${OP} 0 pdf_place_image
  2503. 0 0 ${OP} 0 pdf_place_pdi_page
  2504. 0 0 ${OP} 0 pdf_rect
  2505. 0 0 ${OP} 0 pdf_restore
  2506. 0 0 ${OP} 0 pdf_rotate
  2507. 0 0 ${OP} 0 pdf_save
  2508. 0 0 ${OP} 0 pdf_scale
  2509. 0 0 ${OP} 0 pdf_set_border_color
  2510. 0 0 ${OP} 0 pdf_set_border_dash
  2511. 0 0 ${OP} 0 pdf_set_border_style
  2512. 0 0 ${OP} 0 pdf_set_char_spacing
  2513. 0 0 ${OP} 0 pdf_set_duration
  2514. 0 0 ${OP} 0 pdf_set_font
  2515. 0 0 ${OP} 0 pdf_set_horiz_scaling
  2516. 0 0 ${OP} 0 pdf_set_info
  2517. 0 0 ${OP} 0 pdf_set_info_author
  2518. 0 0 ${OP} 0 pdf_set_info_creator
  2519. 0 0 ${OP} 0 pdf_set_info_keywords
  2520. 0 0 ${OP} 0 pdf_set_info_subject
  2521. 0 0 ${OP} 0 pdf_set_info_title
  2522. 0 0 ${OP} 0 pdf_set_leading
  2523. 0 0 ${OP} 0 pdf_set_parameter
  2524. 0 0 ${OP} 0 pdf_set_text_matrix
  2525. 0 0 ${OP} 0 pdf_set_text_pos
  2526. 0 0 ${OP} 0 pdf_set_text_rendering
  2527. 0 0 ${OP} 0 pdf_set_text_rise
  2528. 0 0 ${OP} 0 pdf_set_value
  2529. 0 0 ${OP} 0 pdf_set_word_spacing
  2530. 0 0 ${OP} 0 pdf_setcolor
  2531. 0 0 ${OP} 0 pdf_setdash
  2532. 0 0 ${OP} 0 pdf_setflat
  2533. 0 0 ${OP} 0 pdf_setfont
  2534. 0 0 ${OP} 0 pdf_setgray
  2535. 0 0 ${OP} 0 pdf_setgray_fill
  2536. 0 0 ${OP} 0 pdf_setgray_stroke
  2537. 0 0 ${OP} 0 pdf_setlinecap
  2538. 0 0 ${OP} 0 pdf_setlinejoin
  2539. 0 0 ${OP} 0 pdf_setlinewidth
  2540. 0 0 ${OP} 0 pdf_setmatrix
  2541. 0 0 ${OP} 0 pdf_setmiterlimit
  2542. 0 0 ${OP} 0 pdf_setpolydash
  2543. 0 0 ${OP} 0 pdf_setrgbcolor
  2544. 0 0 ${OP} 0 pdf_setrgbcolor_fill
  2545. 0 0 ${OP} 0 pdf_setrgbcolor_stroke
  2546. 0 0 ${OP} 0 pdf_show
  2547. 0 0 ${OP} 0 pdf_show_boxed
  2548. 0 0 ${OP} 0 pdf_show_xy
  2549. 0 0 ${OP} 0 pdf_skew
  2550. 0 0 ${OP} 0 pdf_stringwidth
  2551. 0 0 ${OP} 0 pdf_stroke
  2552. 0 0 ${OP} 0 pdf_translate
  2553. 0 0 ${OP} 0 pfpro_cleanup
  2554. 0 0 ${OP} 0 pfpro_init
  2555. 0 0 ${OP} 0 pfpro_process
  2556. 0 0 ${OP} 0 pfpro_process_raw
  2557. 0 0 ${OP} 0 pfpro_version
  2558. 0 0 ${OP} 0 pfsockopen
  2559. 0 0 ${OP} 0 pg_affected_rows
  2560. 0 0 ${OP} 0 pg_cancel_query
  2561. 0 0 ${OP} 0 pg_client_encoding
  2562. 0 0 ${OP} 0 pg_close
  2563. 0 0 ${OP} 0 pg_connect
  2564. 0 0 ${OP} 0 pg_connection_busy
  2565. 0 0 ${OP} 0 pg_connection_reset
  2566. 0 0 ${OP} 0 pg_connection_status
  2567. 0 0 ${OP} 0 pg_convert
  2568. 0 0 ${OP} 0 pg_copy_from
  2569. 0 0 ${OP} 0 pg_copy_to
  2570. 0 0 ${OP} 0 pg_dbname
  2571. 0 0 ${OP} 0 pg_delete
  2572. 0 0 ${OP} 0 pg_end_copy
  2573. 0 0 ${OP} 0 pg_escape_bytea
  2574. 0 0 ${OP} 0 pg_escape_string
  2575. 0 0 ${OP} 0 pg_fetch_all
  2576. 0 0 ${OP} 0 pg_fetch_array
  2577. 0 0 ${OP} 0 pg_fetch_assoc
  2578. 0 0 ${OP} 0 pg_fetch_object
  2579. 0 0 ${OP} 0 pg_fetch_result
  2580. 0 0 ${OP} 0 pg_fetch_row
  2581. 0 0 ${OP} 0 pg_field_is_null
  2582. 0 0 ${OP} 0 pg_field_name
  2583. 0 0 ${OP} 0 pg_field_num
  2584. 0 0 ${OP} 0 pg_field_prtlen
  2585. 0 0 ${OP} 0 pg_field_size
  2586. 0 0 ${OP} 0 pg_field_type
  2587. 0 0 ${OP} 0 pg_free_result
  2588. 0 0 ${OP} 0 pg_get_notify
  2589. 0 0 ${OP} 0 pg_get_pid
  2590. 0 0 ${OP} 0 pg_get_result
  2591. 0 0 ${OP} 0 pg_host
  2592. 0 0 ${OP} 0 pg_insert
  2593. 0 0 ${OP} 0 pg_last_error
  2594. 0 0 ${OP} 0 pg_last_notice
  2595. 0 0 ${OP} 0 pg_last_oid
  2596. 0 0 ${OP} 0 pg_lo_close
  2597. 0 0 ${OP} 0 pg_lo_create
  2598. 0 0 ${OP} 0 pg_lo_export
  2599. 0 0 ${OP} 0 pg_lo_import
  2600. 0 0 ${OP} 0 pg_lo_open
  2601. 0 0 ${OP} 0 pg_lo_read
  2602. 0 0 ${OP} 0 pg_lo_read_all
  2603. 0 0 ${OP} 0 pg_lo_seek
  2604. 0 0 ${OP} 0 pg_lo_tell
  2605. 0 0 ${OP} 0 pg_lo_unlink
  2606. 0 0 ${OP} 0 pg_lo_write
  2607. 0 0 ${OP} 0 pg_meta_data
  2608. 0 0 ${OP} 0 pg_num_fields
  2609. 0 0 ${OP} 0 pg_num_rows
  2610. 0 0 ${OP} 0 pg_options
  2611. 0 0 ${OP} 0 pg_pconnect
  2612. 0 0 ${OP} 0 pg_ping
  2613. 0 0 ${OP} 0 pg_port
  2614. 0 0 ${OP} 0 pg_put_line
  2615. 0 0 ${OP} 0 pg_query
  2616. 0 0 ${OP} 0 pg_result_error
  2617. 0 0 ${OP} 0 pg_result_seek
  2618. 0 0 ${OP} 0 pg_result_status
  2619. 0 0 ${OP} 0 pg_select
  2620. 0 0 ${OP} 0 pg_send_query
  2621. 0 0 ${OP} 0 pg_set_client_encoding
  2622. 0 0 ${OP} 0 pg_trace
  2623. 0 0 ${OP} 0 pg_tty
  2624. 0 0 ${OP} 0 pg_unescape_bytea
  2625. 0 0 ${OP} 0 pg_untrace
  2626. 0 0 ${OP} 0 pg_update
  2627. 0 0 ${OP} 0 php_ini_scanned_files
  2628. 0 0 ${OP} 0 php_logo_guid
  2629. 0 0 ${OP} 0 php_sapi_name
  2630. 0 0 ${OP} 0 php_uname
  2631. 0 0 ${OP} 0 phpcredits
  2632. 0 0 ${OP} 0 phpinfo
  2633. 0 0 ${OP} 0 phpversion
  2634. 0 0 ${OP} 0 pi
  2635. 0 0 ${OP} 0 png2wbmp
  2636. 0 0 ${OP} 0 popen
  2637. 0 0 ${OP} 0 pos
  2638. 0 0 ${OP} 0 posix_ctermid
  2639. 0 0 ${OP} 0 posix_get_last_error
  2640. 0 0 ${OP} 0 posix_getcwd
  2641. 0 0 ${OP} 0 posix_getegid
  2642. 0 0 ${OP} 0 posix_geteuid
  2643. 0 0 ${OP} 0 posix_getgid
  2644. 0 0 ${OP} 0 posix_getgrgid
  2645. 0 0 ${OP} 0 posix_getgrnam
  2646. 0 0 ${OP} 0 posix_getgroups
  2647. 0 0 ${OP} 0 posix_getlogin
  2648. 0 0 ${OP} 0 posix_getpgid
  2649. 0 0 ${OP} 0 posix_getpgrp
  2650. 0 0 ${OP} 0 posix_getpid
  2651. 0 0 ${OP} 0 posix_getppid
  2652. 0 0 ${OP} 0 posix_getpwnam
  2653. 0 0 ${OP} 0 posix_getpwuid
  2654. 0 0 ${OP} 0 posix_getrlimit
  2655. 0 0 ${OP} 0 posix_getsid
  2656. 0 0 ${OP} 0 posix_getuid
  2657. 0 0 ${OP} 0 posix_isatty
  2658. 0 0 ${OP} 0 posix_kill
  2659. 0 0 ${OP} 0 posix_mkfifo
  2660. 0 0 ${OP} 0 posix_setegid
  2661. 0 0 ${OP} 0 posix_seteuid
  2662. 0 0 ${OP} 0 posix_setgid
  2663. 0 0 ${OP} 0 posix_setpgid
  2664. 0 0 ${OP} 0 posix_setsid
  2665. 0 0 ${OP} 0 posix_setuid
  2666. 0 0 ${OP} 0 posix_strerror
  2667. 0 0 ${OP} 0 posix_times
  2668. 0 0 ${OP} 0 posix_ttyname
  2669. 0 0 ${OP} 0 posix_uname
  2670. 0 0 ${OP} 0 pow
  2671. 0 0 ${OP} 0 preg_grep
  2672. 0 0 ${OP} 0 preg_match
  2673. 0 0 ${OP} 0 preg_match_all
  2674. 0 0 ${OP} 0 preg_quote
  2675. 0 0 ${OP} 0 preg_replace
  2676. 0 0 ${OP} 0 preg_replace_callback
  2677. 0 0 ${OP} 0 preg_split
  2678. 0 0 ${OP} 0 print
  2679. 0 0 ${OP} 0 print_r
  2680. 0 0 ${OP} 0 printer_abort
  2681. 0 0 ${OP} 0 printer_close
  2682. 0 0 ${OP} 0 printer_create_brush
  2683. 0 0 ${OP} 0 printer_create_dc
  2684. 0 0 ${OP} 0 printer_create_font
  2685. 0 0 ${OP} 0 printer_create_pen
  2686. 0 0 ${OP} 0 printer_delete_brush
  2687. 0 0 ${OP} 0 printer_delete_dc
  2688. 0 0 ${OP} 0 printer_delete_font
  2689. 0 0 ${OP} 0 printer_delete_pen
  2690. 0 0 ${OP} 0 printer_draw_bmp
  2691. 0 0 ${OP} 0 printer_draw_chord
  2692. 0 0 ${OP} 0 printer_draw_elipse
  2693. 0 0 ${OP} 0 printer_draw_line
  2694. 0 0 ${OP} 0 printer_draw_pie
  2695. 0 0 ${OP} 0 printer_draw_rectangle
  2696. 0 0 ${OP} 0 printer_draw_roundrect
  2697. 0 0 ${OP} 0 printer_draw_text
  2698. 0 0 ${OP} 0 printer_end_doc
  2699. 0 0 ${OP} 0 printer_end_page
  2700. 0 0 ${OP} 0 printer_get_option
  2701. 0 0 ${OP} 0 printer_list
  2702. 0 0 ${OP} 0 printer_logical_fontheight
  2703. 0 0 ${OP} 0 printer_open
  2704. 0 0 ${OP} 0 printer_select_brush
  2705. 0 0 ${OP} 0 printer_select_font
  2706. 0 0 ${OP} 0 printer_select_pen
  2707. 0 0 ${OP} 0 printer_set_option
  2708. 0 0 ${OP} 0 printer_start_doc
  2709. 0 0 ${OP} 0 printer_start_page
  2710. 0 0 ${OP} 0 printer_write
  2711. 0 0 ${OP} 0 printf
  2712. 0 0 ${OP} 0 proc_close
  2713. 0 0 ${OP} 0 proc_get_status
  2714. 0 0 ${OP} 0 proc_nice
  2715. 0 0 ${OP} 0 proc_open
  2716. 0 0 ${OP} 0 proc_terminate
  2717. 0 0 ${OP} 0 pspell_add_to_personal
  2718. 0 0 ${OP} 0 pspell_add_to_session
  2719. 0 0 ${OP} 0 pspell_check
  2720. 0 0 ${OP} 0 pspell_clear_session
  2721. 0 0 ${OP} 0 pspell_config_create
  2722. 0 0 ${OP} 0 pspell_config_ignore
  2723. 0 0 ${OP} 0 pspell_config_mode
  2724. 0 0 ${OP} 0 pspell_config_personal
  2725. 0 0 ${OP} 0 pspell_config_repl
  2726. 0 0 ${OP} 0 pspell_config_runtogether
  2727. 0 0 ${OP} 0 pspell_config_save_repl
  2728. 0 0 ${OP} 0 pspell_new
  2729. 0 0 ${OP} 0 pspell_new_config
  2730. 0 0 ${OP} 0 pspell_new_personal
  2731. 0 0 ${OP} 0 pspell_save_wordlist
  2732. 0 0 ${OP} 0 pspell_store_replacement
  2733. 0 0 ${OP} 0 pspell_suggest
  2734. 0 0 ${OP} 0 putenv
  2735. 0 0 ${OP} 0 qdom_error
  2736. 0 0 ${OP} 0 qdom_tree
  2737. 0 0 ${OP} 0 quoted_printable_decode
  2738. 0 0 ${OP} 0 quotemeta
  2739. 0 0 ${OP} 0 rad2deg
  2740. 0 0 ${OP} 0 rand
  2741. 0 0 ${OP} 0 range
  2742. 0 0 ${OP} 0 rawurldecode
  2743. 0 0 ${OP} 0 rawurlencode
  2744. 0 0 ${OP} 0 read_exif_data
  2745. 0 0 ${OP} 0 readdir
  2746. 0 0 ${OP} 0 readfile
  2747. 0 0 ${OP} 0 readgzfile
  2748. 0 0 ${OP} 0 readline
  2749. 0 0 ${OP} 0 readline_add_history
  2750. 0 0 ${OP} 0 readline_clear_history
  2751. 0 0 ${OP} 0 readline_completion_function
  2752. 0 0 ${OP} 0 readline_info
  2753. 0 0 ${OP} 0 readline_list_history
  2754. 0 0 ${OP} 0 readline_read_history
  2755. 0 0 ${OP} 0 readline_write_history
  2756. 0 0 ${OP} 0 readlink
  2757. 0 0 ${OP} 0 realpath
  2758. 0 0 ${OP} 0 recode
  2759. 0 0 ${OP} 0 recode_file
  2760. 0 0 ${OP} 0 recode_string
  2761. 0 0 ${OP} 0 register_shutdown_function
  2762. 0 0 ${OP} 0 register_tick_function
  2763. 0 0 ${OP} 0 rename
  2764. 0 0 ${OP} 0 reset
  2765. 0 0 ${OP} 0 restore_error_handler
  2766. 0 0 ${OP} 0 restore_include_path
  2767. 0 0 ${OP} 0 rewind
  2768. 0 0 ${OP} 0 rewinddir
  2769. 0 0 ${OP} 0 rmdir
  2770. 0 0 ${OP} 0 round
  2771. 0 0 ${OP} 0 rsort
  2772. 0 0 ${OP} 0 rtrim
  2773. 0 0 ${OP} 0 scandir
  2774. 0 0 ${OP} 0 sem_acquire
  2775. 0 0 ${OP} 0 sem_get
  2776. 0 0 ${OP} 0 sem_release
  2777. 0 0 ${OP} 0 sem_remove
  2778. 0 0 ${OP} 0 serialize
  2779. 0 0 ${OP} 0 sesam_affected_rows
  2780. 0 0 ${OP} 0 sesam_commit
  2781. 0 0 ${OP} 0 sesam_connect
  2782. 0 0 ${OP} 0 sesam_diagnostic
  2783. 0 0 ${OP} 0 sesam_disconnect
  2784. 0 0 ${OP} 0 sesam_errormsg
  2785. 0 0 ${OP} 0 sesam_execimm
  2786. 0 0 ${OP} 0 sesam_fetch_array
  2787. 0 0 ${OP} 0 sesam_fetch_result
  2788. 0 0 ${OP} 0 sesam_fetch_row
  2789. 0 0 ${OP} 0 sesam_field_array
  2790. 0 0 ${OP} 0 sesam_field_name
  2791. 0 0 ${OP} 0 sesam_free_result
  2792. 0 0 ${OP} 0 sesam_num_fields
  2793. 0 0 ${OP} 0 sesam_query
  2794. 0 0 ${OP} 0 sesam_rollback
  2795. 0 0 ${OP} 0 sesam_seek_row
  2796. 0 0 ${OP} 0 sesam_settransaction
  2797. 0 0 ${OP} 0 session_cache_expire
  2798. 0 0 ${OP} 0 session_cache_limiter
  2799. 0 0 ${OP} 0 session_decode
  2800. 0 0 ${OP} 0 session_destroy
  2801. 0 0 ${OP} 0 session_encode
  2802. 0 0 ${OP} 0 session_get_cookie_params
  2803. 0 0 ${OP} 0 session_id
  2804. 0 0 ${OP} 0 session_is_registered
  2805. 0 0 ${OP} 0 session_module_name
  2806. 0 0 ${OP} 0 session_name
  2807. 0 0 ${OP} 0 session_regenerate_id
  2808. 0 0 ${OP} 0 session_register
  2809. 0 0 ${OP} 0 session_save_path
  2810. 0 0 ${OP} 0 session_set_cookie_params
  2811. 0 0 ${OP} 0 session_set_save_handler
  2812. 0 0 ${OP} 0 session_start
  2813. 0 0 ${OP} 0 session_unregister
  2814. 0 0 ${OP} 0 session_unset
  2815. 0 0 ${OP} 0 session_write_close
  2816. 0 0 ${OP} 0 set_error_handler
  2817. 0 0 ${OP} 0 set_file_buffer
  2818. 0 0 ${OP} 0 set_include_path
  2819. 0 0 ${OP} 0 set_magic_quotes_runtime
  2820. 0 0 ${OP} 0 set_time_limit
  2821. 0 0 ${OP} 0 setcookie
  2822. 0 0 ${OP} 0 setlocale
  2823. 0 0 ${OP} 0 settype
  2824. 0 0 ${OP} 0 sha1
  2825. 0 0 ${OP} 0 sha1_file
  2826. 0 0 ${OP} 0 shell_exec
  2827. 0 0 ${OP} 0 shm_attach
  2828. 0 0 ${OP} 0 shm_detach
  2829. 0 0 ${OP} 0 shm_get_var
  2830. 0 0 ${OP} 0 shm_put_var
  2831. 0 0 ${OP} 0 shm_remove
  2832. 0 0 ${OP} 0 shm_remove_var
  2833. 0 0 ${OP} 0 shmop_close
  2834. 0 0 ${OP} 0 shmop_delete
  2835. 0 0 ${OP} 0 shmop_open
  2836. 0 0 ${OP} 0 shmop_read
  2837. 0 0 ${OP} 0 shmop_size
  2838. 0 0 ${OP} 0 shmop_write
  2839. 0 0 ${OP} 0 show_source
  2840. 0 0 ${OP} 0 shuffle
  2841. 0 0 ${OP} 0 similar_text
  2842. 0 0 ${OP} 0 sin
  2843. 0 0 ${OP} 0 sinh
  2844. 0 0 ${OP} 0 sizeof
  2845. 0 0 ${OP} 0 sleep
  2846. 0 0 ${OP} 0 snmp_get_quick_print
  2847. 0 0 ${OP} 0 snmp_set_quick_print
  2848. 0 0 ${OP} 0 snmpget
  2849. 0 0 ${OP} 0 snmprealwalk
  2850. 0 0 ${OP} 0 snmpset
  2851. 0 0 ${OP} 0 snmpwalk
  2852. 0 0 ${OP} 0 snmpwalkoid
  2853. 0 0 ${OP} 0 socket_accept
  2854. 0 0 ${OP} 0 socket_bind
  2855. 0 0 ${OP} 0 socket_clear_error
  2856. 0 0 ${OP} 0 socket_close
  2857. 0 0 ${OP} 0 socket_connect
  2858. 0 0 ${OP} 0 socket_create
  2859. 0 0 ${OP} 0 socket_create_listen
  2860. 0 0 ${OP} 0 socket_create_pair
  2861. 0 0 ${OP} 0 socket_get_option
  2862. 0 0 ${OP} 0 socket_get_status
  2863. 0 0 ${OP} 0 socket_getpeername
  2864. 0 0 ${OP} 0 socket_getsockname
  2865. 0 0 ${OP} 0 socket_iovec_add
  2866. 0 0 ${OP} 0 socket_iovec_alloc
  2867. 0 0 ${OP} 0 socket_iovec_delete
  2868. 0 0 ${OP} 0 socket_iovec_fetch
  2869. 0 0 ${OP} 0 socket_iovec_free
  2870. 0 0 ${OP} 0 socket_iovec_set
  2871. 0 0 ${OP} 0 socket_last_error
  2872. 0 0 ${OP} 0 socket_listen
  2873. 0 0 ${OP} 0 socket_read
  2874. 0 0 ${OP} 0 socket_readv
  2875. 0 0 ${OP} 0 socket_recv
  2876. 0 0 ${OP} 0 socket_recvfrom
  2877. 0 0 ${OP} 0 socket_recvmsg
  2878. 0 0 ${OP} 0 socket_select
  2879. 0 0 ${OP} 0 socket_send
  2880. 0 0 ${OP} 0 socket_sendmsg
  2881. 0 0 ${OP} 0 socket_sendto
  2882. 0 0 ${OP} 0 socket_set_block
  2883. 0 0 ${OP} 0 socket_set_blocking
  2884. 0 0 ${OP} 0 socket_set_nonblock
  2885. 0 0 ${OP} 0 socket_set_option
  2886. 0 0 ${OP} 0 socket_set_timeout
  2887. 0 0 ${OP} 0 socket_shutdown
  2888. 0 0 ${OP} 0 socket_strerror
  2889. 0 0 ${OP} 0 socket_write
  2890. 0 0 ${OP} 0 socket_writev
  2891. 0 0 ${OP} 0 sort
  2892. 0 0 ${OP} 0 soundex
  2893. 0 0 ${OP} 0 split
  2894. 0 0 ${OP} 0 spliti
  2895. 0 0 ${OP} 0 sprintf
  2896. 0 0 ${OP} 0 sql_regcase
  2897. 0 0 ${OP} 0 sqlite_array_query
  2898. 0 0 ${OP} 0 sqlite_busy_timeout
  2899. 0 0 ${OP} 0 sqlite_changes
  2900. 0 0 ${OP} 0 sqlite_close
  2901. 0 0 ${OP} 0 sqlite_column
  2902. 0 0 ${OP} 0 sqlite_create_aggregate
  2903. 0 0 ${OP} 0 sqlite_create_function
  2904. 0 0 ${OP} 0 sqlite_current
  2905. 0 0 ${OP} 0 sqlite_error_string
  2906. 0 0 ${OP} 0 sqlite_escape_string
  2907. 0 0 ${OP} 0 sqlite_fetch_array
  2908. 0 0 ${OP} 0 sqlite_fetch_single
  2909. 0 0 ${OP} 0 sqlite_fetch_string
  2910. 0 0 ${OP} 0 sqlite_field_name
  2911. 0 0 ${OP} 0 sqlite_has_more
  2912. 0 0 ${OP} 0 sqlite_last_error
  2913. 0 0 ${OP} 0 sqlite_last_insert_rowid
  2914. 0 0 ${OP} 0 sqlite_libencoding
  2915. 0 0 ${OP} 0 sqlite_libversion
  2916. 0 0 ${OP} 0 sqlite_next
  2917. 0 0 ${OP} 0 sqlite_num_fields
  2918. 0 0 ${OP} 0 sqlite_num_rows
  2919. 0 0 ${OP} 0 sqlite_open
  2920. 0 0 ${OP} 0 sqlite_popen
  2921. 0 0 ${OP} 0 sqlite_query
  2922. 0 0 ${OP} 0 sqlite_rewind
  2923. 0 0 ${OP} 0 sqlite_seek
  2924. 0 0 ${OP} 0 sqlite_udf_decode_binary
  2925. 0 0 ${OP} 0 sqlite_udf_encode_binary
  2926. 0 0 ${OP} 0 sqlite_unbuffered_query
  2927. 0 0 ${OP} 0 sqrt
  2928. 0 0 ${OP} 0 srand
  2929. 0 0 ${OP} 0 sscanf
  2930. 0 0 ${OP} 0 stat
  2931. 0 0 ${OP} 0 str_ireplace
  2932. 0 0 ${OP} 0 str_pad
  2933. 0 0 ${OP} 0 str_repeat
  2934. 0 0 ${OP} 0 str_replace
  2935. 0 0 ${OP} 0 str_rot13
  2936. 0 0 ${OP} 0 str_shuffle
  2937. 0 0 ${OP} 0 str_split
  2938. 0 0 ${OP} 0 str_word_count
  2939. 0 0 ${OP} 0 strcasecmp
  2940. 0 0 ${OP} 0 strchr
  2941. 0 0 ${OP} 0 strcmp
  2942. 0 0 ${OP} 0 strcoll
  2943. 0 0 ${OP} 0 strcspn
  2944. 0 0 ${OP} 0 stream_context_create
  2945. 0 0 ${OP} 0 stream_context_get_options
  2946. 0 0 ${OP} 0 stream_context_set_option
  2947. 0 0 ${OP} 0 stream_context_set_params
  2948. 0 0 ${OP} 0 stream_copy_to_stream
  2949. 0 0 ${OP} 0 stream_filter_append
  2950. 0 0 ${OP} 0 stream_filter_prepend
  2951. 0 0 ${OP} 0 stream_filter_register
  2952. 0 0 ${OP} 0 stream_get_contents
  2953. 0 0 ${OP} 0 stream_get_filters
  2954. 0 0 ${OP} 0 stream_get_line
  2955. 0 0 ${OP} 0 stream_get_meta_data
  2956. 0 0 ${OP} 0 stream_get_transports
  2957. 0 0 ${OP} 0 stream_get_wrappers
  2958. 0 0 ${OP} 0 stream_register_wrapper
  2959. 0 0 ${OP} 0 stream_select
  2960. 0 0 ${OP} 0 stream_set_blocking
  2961. 0 0 ${OP} 0 stream_set_timeout
  2962. 0 0 ${OP} 0 stream_set_write_buffer
  2963. 0 0 ${OP} 0 stream_socket_accept
  2964. 0 0 ${OP} 0 stream_socket_client
  2965. 0 0 ${OP} 0 stream_socket_get_name
  2966. 0 0 ${OP} 0 stream_socket_recvfrom
  2967. 0 0 ${OP} 0 stream_socket_sendto
  2968. 0 0 ${OP} 0 stream_socket_server
  2969. 0 0 ${OP} 0 stream_wrapper_register
  2970. 0 0 ${OP} 0 strftime
  2971. 0 0 ${OP} 0 strip_tags
  2972. 0 0 ${OP} 0 stripcslashes
  2973. 0 0 ${OP} 0 stripos
  2974. 0 0 ${OP} 0 stripslashes
  2975. 0 0 ${OP} 0 stristr
  2976. 0 0 ${OP} 0 strlen
  2977. 0 0 ${OP} 0 strnatcasecmp
  2978. 0 0 ${OP} 0 strnatcmp
  2979. 0 0 ${OP} 0 strncasecmp
  2980. 0 0 ${OP} 0 strncmp
  2981. 0 0 ${OP} 0 strpos
  2982. 0 0 ${OP} 0 strrchr
  2983. 0 0 ${OP} 0 strrev
  2984. 0 0 ${OP} 0 strripos
  2985. 0 0 ${OP} 0 strrpos
  2986. 0 0 ${OP} 0 strspn
  2987. 0 0 ${OP} 0 strstr
  2988. 0 0 ${OP} 0 strtok
  2989. 0 0 ${OP} 0 strtolower
  2990. 0 0 ${OP} 0 strtotime
  2991. 0 0 ${OP} 0 strtoupper
  2992. 0 0 ${OP} 0 strtr
  2993. 0 0 ${OP} 0 strval
  2994. 0 0 ${OP} 0 substr
  2995. 0 0 ${OP} 0 substr_compare
  2996. 0 0 ${OP} 0 substr_count
  2997. 0 0 ${OP} 0 substr_replace
  2998. 0 0 ${OP} 0 swf_actiongeturl
  2999. 0 0 ${OP} 0 swf_actiongotoframe
  3000. 0 0 ${OP} 0 swf_actiongotolabel
  3001. 0 0 ${OP} 0 swf_actionnextframe
  3002. 0 0 ${OP} 0 swf_actionplay
  3003. 0 0 ${OP} 0 swf_actionprevframe
  3004. 0 0 ${OP} 0 swf_actionsettarget
  3005. 0 0 ${OP} 0 swf_actionstop
  3006. 0 0 ${OP} 0 swf_actiontogglequality
  3007. 0 0 ${OP} 0 swf_actionwaitforframe
  3008. 0 0 ${OP} 0 swf_addbuttonrecord
  3009. 0 0 ${OP} 0 swf_addcolor
  3010. 0 0 ${OP} 0 swf_closefile
  3011. 0 0 ${OP} 0 swf_definebitmap
  3012. 0 0 ${OP} 0 swf_definefont
  3013. 0 0 ${OP} 0 swf_defineline
  3014. 0 0 ${OP} 0 swf_definepoly
  3015. 0 0 ${OP} 0 swf_definerect
  3016. 0 0 ${OP} 0 swf_definetext
  3017. 0 0 ${OP} 0 swf_endbutton
  3018. 0 0 ${OP} 0 swf_enddoaction
  3019. 0 0 ${OP} 0 swf_endshape
  3020. 0 0 ${OP} 0 swf_endsymbol
  3021. 0 0 ${OP} 0 swf_fontsize
  3022. 0 0 ${OP} 0 swf_fontslant
  3023. 0 0 ${OP} 0 swf_fonttracking
  3024. 0 0 ${OP} 0 swf_getbitmapinfo
  3025. 0 0 ${OP} 0 swf_getfontinfo
  3026. 0 0 ${OP} 0 swf_getframe
  3027. 0 0 ${OP} 0 swf_labelframe
  3028. 0 0 ${OP} 0 swf_lookat
  3029. 0 0 ${OP} 0 swf_modifyobject
  3030. 0 0 ${OP} 0 swf_mulcolor
  3031. 0 0 ${OP} 0 swf_nextid
  3032. 0 0 ${OP} 0 swf_oncondition
  3033. 0 0 ${OP} 0 swf_openfile
  3034. 0 0 ${OP} 0 swf_ortho
  3035. 0 0 ${OP} 0 swf_ortho2
  3036. 0 0 ${OP} 0 swf_perspective
  3037. 0 0 ${OP} 0 swf_placeobject
  3038. 0 0 ${OP} 0 swf_polarview
  3039. 0 0 ${OP} 0 swf_popmatrix
  3040. 0 0 ${OP} 0 swf_posround
  3041. 0 0 ${OP} 0 swf_pushmatrix
  3042. 0 0 ${OP} 0 swf_removeobject
  3043. 0 0 ${OP} 0 swf_rotate
  3044. 0 0 ${OP} 0 swf_scale
  3045. 0 0 ${OP} 0 swf_setfont
  3046. 0 0 ${OP} 0 swf_setframe
  3047. 0 0 ${OP} 0 swf_shapearc
  3048. 0 0 ${OP} 0 swf_shapecurveto
  3049. 0 0 ${OP} 0 swf_shapecurveto3
  3050. 0 0 ${OP} 0 swf_shapefillbitmapclip
  3051. 0 0 ${OP} 0 swf_shapefillbitmaptile
  3052. 0 0 ${OP} 0 swf_shapefilloff
  3053. 0 0 ${OP} 0 swf_shapefillsolid
  3054. 0 0 ${OP} 0 swf_shapelinesolid
  3055. 0 0 ${OP} 0 swf_shapelineto
  3056. 0 0 ${OP} 0 swf_shapemoveto
  3057. 0 0 ${OP} 0 swf_showframe
  3058. 0 0 ${OP} 0 swf_startbutton
  3059. 0 0 ${OP} 0 swf_startdoaction
  3060. 0 0 ${OP} 0 swf_startshape
  3061. 0 0 ${OP} 0 swf_startsymbol
  3062. 0 0 ${OP} 0 swf_textwidth
  3063. 0 0 ${OP} 0 swf_translate
  3064. 0 0 ${OP} 0 swf_viewport
  3065. 0 0 ${OP} 0 SWFAction
  3066. 0 0 ${OP} 0 SWFBitmap
  3067. 0 0 ${OP} 0 SWFbutton
  3068. 0 0 ${OP} 0 swfbutton_keypress
  3069. 0 0 ${OP} 0 SWFDisplayItem
  3070. 0 0 ${OP} 0 SWFFill
  3071. 0 0 ${OP} 0 SWFFont
  3072. 0 0 ${OP} 0 SWFGradient
  3073. 0 0 ${OP} 0 SWFMorph
  3074. 0 0 ${OP} 0 SWFMovie
  3075. 0 0 ${OP} 0 SWFShape
  3076. 0 0 ${OP} 0 SWFSprite
  3077. 0 0 ${OP} 0 SWFText
  3078. 0 0 ${OP} 0 SWFTextField
  3079. 0 0 ${OP} 0 sybase_affected_rows
  3080. 0 0 ${OP} 0 sybase_close
  3081. 0 0 ${OP} 0 sybase_connect
  3082. 0 0 ${OP} 0 sybase_data_seek
  3083. 0 0 ${OP} 0 sybase_deadlock_retry_count
  3084. 0 0 ${OP} 0 sybase_fetch_array
  3085. 0 0 ${OP} 0 sybase_fetch_assoc
  3086. 0 0 ${OP} 0 sybase_fetch_field
  3087. 0 0 ${OP} 0 sybase_fetch_object
  3088. 0 0 ${OP} 0 sybase_fetch_row
  3089. 0 0 ${OP} 0 sybase_field_seek
  3090. 0 0 ${OP} 0 sybase_free_result
  3091. 0 0 ${OP} 0 sybase_get_last_message
  3092. 0 0 ${OP} 0 sybase_min_client_severity
  3093. 0 0 ${OP} 0 sybase_min_error_severity
  3094. 0 0 ${OP} 0 sybase_min_message_severity
  3095. 0 0 ${OP} 0 sybase_min_server_severity
  3096. 0 0 ${OP} 0 sybase_num_fields
  3097. 0 0 ${OP} 0 sybase_num_rows
  3098. 0 0 ${OP} 0 sybase_pconnect
  3099. 0 0 ${OP} 0 sybase_query
  3100. 0 0 ${OP} 0 sybase_result
  3101. 0 0 ${OP} 0 sybase_select_db
  3102. 0 0 ${OP} 0 sybase_set_message_handler
  3103. 0 0 ${OP} 0 sybase_unbuffered_query
  3104. 0 0 ${OP} 0 symlink
  3105. 0 0 ${OP} 0 syslog
  3106. 0 0 ${OP} 0 system
  3107. 0 0 ${OP} 0 tan
  3108. 0 0 ${OP} 0 tanh
  3109. 0 0 ${OP} 0 tempnam
  3110. 0 0 ${OP} 0 textdomain
  3111. 0 0 ${OP} 0 tidy_access_count
  3112. 0 0 ${OP} 0 tidy_clean_repair
  3113. 0 0 ${OP} 0 tidy_config_count
  3114. 0 0 ${OP} 0 tidy_diagnose
  3115. 0 0 ${OP} 0 tidy_error_count
  3116. 0 0 ${OP} 0 tidy_get_body
  3117. 0 0 ${OP} 0 tidy_get_config
  3118. 0 0 ${OP} 0 tidy_get_error_buffer
  3119. 0 0 ${OP} 0 tidy_get_head
  3120. 0 0 ${OP} 0 tidy_get_html
  3121. 0 0 ${OP} 0 tidy_get_html_ver
  3122. 0 0 ${OP} 0 tidy_get_output
  3123. 0 0 ${OP} 0 tidy_get_release
  3124. 0 0 ${OP} 0 tidy_get_root
  3125. 0 0 ${OP} 0 tidy_get_status
  3126. 0 0 ${OP} 0 tidy_getopt
  3127. 0 0 ${OP} 0 tidy_is_xhtml
  3128. 0 0 ${OP} 0 tidy_load_config
  3129. 0 0 ${OP} 0 tidy_parse_file
  3130. 0 0 ${OP} 0 tidy_parse_string
  3131. 0 0 ${OP} 0 tidy_repair_file
  3132. 0 0 ${OP} 0 tidy_repair_string
  3133. 0 0 ${OP} 0 tidy_reset_config
  3134. 0 0 ${OP} 0 tidy_save_config
  3135. 0 0 ${OP} 0 tidy_set_encoding
  3136. 0 0 ${OP} 0 tidy_setopt
  3137. 0 0 ${OP} 0 tidy_warning_count
  3138. 0 0 ${OP} 0 time
  3139. 0 0 ${OP} 0 tmpfile
  3140. 0 0 ${OP} 0 token_get_all
  3141. 0 0 ${OP} 0 token_name
  3142. 0 0 ${OP} 0 touch
  3143. 0 0 ${OP} 0 trigger_error
  3144. 0 0 ${OP} 0 trim
  3145. 0 0 ${OP} 0 uasort
  3146. 0 0 ${OP} 0 ucfirst
  3147. 0 0 ${OP} 0 ucwords
  3148. 0 0 ${OP} 0 udm_add_search_limit
  3149. 0 0 ${OP} 0 udm_alloc_agent
  3150. 0 0 ${OP} 0 udm_api_version
  3151. 0 0 ${OP} 0 udm_cat_list
  3152. 0 0 ${OP} 0 udm_cat_path
  3153. 0 0 ${OP} 0 udm_check_charset
  3154. 0 0 ${OP} 0 udm_check_stored
  3155. 0 0 ${OP} 0 udm_clear_search_limits
  3156. 0 0 ${OP} 0 udm_close_stored
  3157. 0 0 ${OP} 0 udm_crc32
  3158. 0 0 ${OP} 0 udm_errno
  3159. 0 0 ${OP} 0 udm_error
  3160. 0 0 ${OP} 0 udm_find
  3161. 0 0 ${OP} 0 udm_free_agent
  3162. 0 0 ${OP} 0 udm_free_ispell_data
  3163. 0 0 ${OP} 0 udm_free_res
  3164. 0 0 ${OP} 0 udm_get_doc_count
  3165. 0 0 ${OP} 0 udm_get_res_field
  3166. 0 0 ${OP} 0 udm_get_res_param
  3167. 0 0 ${OP} 0 udm_load_ispell_data
  3168. 0 0 ${OP} 0 udm_open_stored
  3169. 0 0 ${OP} 0 udm_set_agent_param
  3170. 0 0 ${OP} 0 uksort
  3171. 0 0 ${OP} 0 umask
  3172. 0 0 ${OP} 0 uniqid
  3173. 0 0 ${OP} 0 unixtojd
  3174. 0 0 ${OP} 0 unlink
  3175. 0 0 ${OP} 0 unpack
  3176. 0 0 ${OP} 0 unregister_tick_function
  3177. 0 0 ${OP} 0 unserialize
  3178. 0 0 ${OP} 0 unset
  3179. 0 0 ${OP} 0 urldecode
  3180. 0 0 ${OP} 0 urlencode
  3181. 0 0 ${OP} 0 use
  3182. 0 0 ${OP} 0 user_error
  3183. 0 0 ${OP} 0 usleep
  3184. 0 0 ${OP} 0 usort
  3185. 0 0 ${OP} 0 utf8_decode
  3186. 0 0 ${OP} 0 utf8_encode
  3187. 0 0 ${OP} 0 var_dump
  3188. 0 0 ${OP} 0 var_export
  3189. 0 0 ${OP} 0 VARIANT
  3190. 0 0 ${OP} 0 version_compare
  3191. 0 0 ${OP} 0 virtual
  3192. 0 0 ${OP} 0 vpopmail_add_alias_domain
  3193. 0 0 ${OP} 0 vpopmail_add_alias_domain_ex
  3194. 0 0 ${OP} 0 vpopmail_add_domain
  3195. 0 0 ${OP} 0 vpopmail_add_domain_ex
  3196. 0 0 ${OP} 0 vpopmail_add_user
  3197. 0 0 ${OP} 0 vpopmail_alias_add
  3198. 0 0 ${OP} 0 vpopmail_alias_del
  3199. 0 0 ${OP} 0 vpopmail_alias_del_domain
  3200. 0 0 ${OP} 0 vpopmail_alias_get
  3201. 0 0 ${OP} 0 vpopmail_alias_get_all
  3202. 0 0 ${OP} 0 vpopmail_auth_user
  3203. 0 0 ${OP} 0 vpopmail_del_domain
  3204. 0 0 ${OP} 0 vpopmail_del_domain_ex
  3205. 0 0 ${OP} 0 vpopmail_del_user
  3206. 0 0 ${OP} 0 vpopmail_error
  3207. 0 0 ${OP} 0 vpopmail_passwd
  3208. 0 0 ${OP} 0 vpopmail_set_user_quota
  3209. 0 0 ${OP} 0 vprintf
  3210. 0 0 ${OP} 0 vsprintf
  3211. 0 0 ${OP} 0 w32api_deftype
  3212. 0 0 ${OP} 0 w32api_init_dtype
  3213. 0 0 ${OP} 0 w32api_invoke_function
  3214. 0 0 ${OP} 0 w32api_register_function
  3215. 0 0 ${OP} 0 w32api_set_call_method
  3216. 0 0 ${OP} 0 wddx_add_vars
  3217. 0 0 ${OP} 0 wddx_deserialize
  3218. 0 0 ${OP} 0 wddx_packet_end
  3219. 0 0 ${OP} 0 wddx_packet_start
  3220. 0 0 ${OP} 0 wddx_serialize_value
  3221. 0 0 ${OP} 0 wddx_serialize_vars
  3222. 0 0 ${OP} 0 wordwrap
  3223. 0 0 ${OP} 0 xml_error_string
  3224. 0 0 ${OP} 0 xml_get_current_byte_index
  3225. 0 0 ${OP} 0 xml_get_current_column_number
  3226. 0 0 ${OP} 0 xml_get_current_line_number
  3227. 0 0 ${OP} 0 xml_get_error_code
  3228. 0 0 ${OP} 0 xml_parse
  3229. 0 0 ${OP} 0 xml_parse_into_struct
  3230. 0 0 ${OP} 0 xml_parser_create
  3231. 0 0 ${OP} 0 xml_parser_create_ns
  3232. 0 0 ${OP} 0 xml_parser_free
  3233. 0 0 ${OP} 0 xml_parser_get_option
  3234. 0 0 ${OP} 0 xml_parser_set_option
  3235. 0 0 ${OP} 0 xml_set_character_data_handler
  3236. 0 0 ${OP} 0 xml_set_default_handler
  3237. 0 0 ${OP} 0 xml_set_element_handler
  3238. 0 0 ${OP} 0 xml_set_end_namespace_decl_handler
  3239. 0 0 ${OP} 0 xml_set_external_entity_ref_handler
  3240. 0 0 ${OP} 0 xml_set_notation_decl_handler
  3241. 0 0 ${OP} 0 xml_set_object
  3242. 0 0 ${OP} 0 xml_set_processing_instruction_handler
  3243. 0 0 ${OP} 0 xml_set_start_namespace_decl_handler
  3244. 0 0 ${OP} 0 xml_set_unparsed_entity_decl_handler
  3245. 0 0 ${OP} 0 xmlrpc_decode
  3246. 0 0 ${OP} 0 xmlrpc_decode_request
  3247. 0 0 ${OP} 0 xmlrpc_encode
  3248. 0 0 ${OP} 0 xmlrpc_encode_request
  3249. 0 0 ${OP} 0 xmlrpc_get_type
  3250. 0 0 ${OP} 0 xmlrpc_parse_method_descriptions
  3251. 0 0 ${OP} 0 xmlrpc_server_add_introspection_data
  3252. 0 0 ${OP} 0 xmlrpc_server_call_method
  3253. 0 0 ${OP} 0 xmlrpc_server_create
  3254. 0 0 ${OP} 0 xmlrpc_server_destroy
  3255. 0 0 ${OP} 0 xmlrpc_server_register_introspection_callback
  3256. 0 0 ${OP} 0 xmlrpc_server_register_method
  3257. 0 0 ${OP} 0 xmlrpc_set_type
  3258. 0 0 ${OP} 0 xpath_eval
  3259. 0 0 ${OP} 0 xpath_eval_expression
  3260. 0 0 ${OP} 0 xpath_new_context
  3261. 0 0 ${OP} 0 xptr_eval
  3262. 0 0 ${OP} 0 xptr_new_context
  3263. 0 0 ${OP} 0 xslt_create
  3264. 0 0 ${OP} 0 xslt_errno
  3265. 0 0 ${OP} 0 xslt_error
  3266. 0 0 ${OP} 0 xslt_free
  3267. 0 0 ${OP} 0 xslt_output_process
  3268. 0 0 ${OP} 0 xslt_set_base
  3269. 0 0 ${OP} 0 xslt_set_encoding
  3270. 0 0 ${OP} 0 xslt_set_error_handler
  3271. 0 0 ${OP} 0 xslt_set_log
  3272. 0 0 ${OP} 0 xslt_set_sax_handler
  3273. 0 0 ${OP} 0 xslt_set_sax_handlers
  3274. 0 0 ${OP} 0 xslt_set_scheme_handler
  3275. 0 0 ${OP} 0 xslt_set_scheme_handlers
  3276. 0 0 ${OP} 0 yaz_addinfo
  3277. 0 0 ${OP} 0 yaz_ccl_conf
  3278. 0 0 ${OP} 0 yaz_ccl_parse
  3279. 0 0 ${OP} 0 yaz_close
  3280. 0 0 ${OP} 0 yaz_connect
  3281. 0 0 ${OP} 0 yaz_database
  3282. 0 0 ${OP} 0 yaz_element
  3283. 0 0 ${OP} 0 yaz_errno
  3284. 0 0 ${OP} 0 yaz_error
  3285. 0 0 ${OP} 0 yaz_es_result
  3286. 0 0 ${OP} 0 yaz_get_option
  3287. 0 0 ${OP} 0 yaz_hits
  3288. 0 0 ${OP} 0 yaz_itemorder
  3289. 0 0 ${OP} 0 yaz_present
  3290. 0 0 ${OP} 0 yaz_range
  3291. 0 0 ${OP} 0 yaz_record
  3292. 0 0 ${OP} 0 yaz_scan
  3293. 0 0 ${OP} 0 yaz_scan_result
  3294. 0 0 ${OP} 0 yaz_schema
  3295. 0 0 ${OP} 0 yaz_search
  3296. 0 0 ${OP} 0 yaz_set_option
  3297. 0 0 ${OP} 0 yaz_sort
  3298. 0 0 ${OP} 0 yaz_syntax
  3299. 0 0 ${OP} 0 yaz_wait
  3300. 0 0 ${OP} 0 yp_all
  3301. 0 0 ${OP} 0 yp_cat
  3302. 0 0 ${OP} 0 yp_err_string
  3303. 0 0 ${OP} 0 yp_errno
  3304. 0 0 ${OP} 0 yp_first
  3305. 0 0 ${OP} 0 yp_get_default_domain
  3306. 0 0 ${OP} 0 yp_master
  3307. 0 0 ${OP} 0 yp_match
  3308. 0 0 ${OP} 0 yp_next
  3309. 0 0 ${OP} 0 yp_order
  3310. 0 0 ${OP} 0 zend_logo_guid
  3311. 0 0 ${OP} 0 zend_version
  3312. 0 0 ${OP} 0 zip_close
  3313. 0 0 ${OP} 0 zip_entry_close
  3314. 0 0 ${OP} 0 zip_entry_compressedsize
  3315. 0 0 ${OP} 0 zip_entry_compressionmethod
  3316. 0 0 ${OP} 0 zip_entry_filesize
  3317. 0 0 ${OP} 0 zip_entry_name
  3318. 0 0 ${OP} 0 zip_entry_open
  3319. 0 0 ${OP} 0 zip_entry_read
  3320. 0 0 ${OP} 0 zip_open
  3321. 0 0 ${OP} 0 zip_read
  3322. 0 0 ${OP} 0 zlib_get_coding_type
  3323. ;--phpEnvVar--
  3324. 0 0 ${OP} 0 GATEWAY_INTERFACE
  3325. 0 0 ${OP} 0 SERVER_NAME
  3326. 0 0 ${OP} 0 SERVER_SOFTWARE
  3327. 0 0 ${OP} 0 SERVER_PROTOCOL
  3328. 0 0 ${OP} 0 REQUEST_METHOD
  3329. 0 0 ${OP} 0 QUERY_STRING
  3330. 0 0 ${OP} 0 DOCUMENT_ROOT
  3331. 0 0 ${OP} 0 HTTP_ACCEPT
  3332. 0 0 ${OP} 0 HTTP_ACCEPT_CHARSET
  3333. 0 0 ${OP} 0 HTTP_ENCODING
  3334. 0 0 ${OP} 0 HTTP_ACCEPT_LANGUAGE
  3335. 0 0 ${OP} 0 HTTP_CONNECTION
  3336. 0 0 ${OP} 0 HTTP_HOST
  3337. 0 0 ${OP} 0 HTTP_REFERER
  3338. 0 0 ${OP} 0 HTTP_USER_AGENT
  3339. 0 0 ${OP} 0 REMOTE_ADDR
  3340. 0 0 ${OP} 0 REMOTE_PORT
  3341. 0 0 ${OP} 0 SCRIPT_FILENAME
  3342. 0 0 ${OP} 0 SERVER_ADMIN
  3343. 0 0 ${OP} 0 SERVER_PORT
  3344. 0 0 ${OP} 0 SERVER_SIGNATURE
  3345. 0 0 ${OP} 0 PATH_TRANSLATED
  3346. 0 0 ${OP} 0 SCRIPT_NAME
  3347. 0 0 ${OP} 0 REQUEST_URI
  3348. ;--phpIntVar--
  3349. 0 0 ${OP} 0 GLOBALS
  3350. 0 0 ${OP} 0 PHP_ERRMSG
  3351. 0 0 ${OP} 0 PHP_SELF
  3352. 0 0 ${OP} 0 HTTP_GET_VARS
  3353. 0 0 ${OP} 0 HTTP_POST_VARS
  3354. 0 0 ${OP} 0 HTTP_COOKIE_VARS
  3355. 0 0 ${OP} 0 HTTP_POST_FILES
  3356. 0 0 ${OP} 0 HTTP_ENV_VARS
  3357. 0 0 ${OP} 0 HTTP_SERVER_VARS
  3358. 0 0 ${OP} 0 HTTP_SESSION_VARS
  3359. 0 0 ${OP} 0 HTTP_RAW_POST_DATA
  3360. 0 0 ${OP} 0 HTTP_STATE_VARS
  3361. 0 0 ${OP} 0 _GET
  3362. 0 0 ${OP} 0 _POST
  3363. 0 0 ${OP} 0 _COOKIE
  3364. 0 0 ${OP} 0 _FILES
  3365. 0 0 ${OP} 0 _SERVER
  3366. 0 0 ${OP} 0 _ENV
  3367. 0 0 ${OP} 0 _REQUEST
  3368. 0 0 ${OP} 0 _SESSION
  3369. ;--phpCoreConstant--
  3370. 0 0 ${OP} 0 DEFAULT_INCLUDE_PATH
  3371. 0 0 ${OP} 0 PEAR_EXTENSION_DIR
  3372. 0 0 ${OP} 0 PEAR_INSTALL_DIR
  3373. 0 0 ${OP} 0 PHP_BINARY
  3374. 0 0 ${OP} 0 PHP_BINDIR
  3375. 0 0 ${OP} 0 PHP_CONFIG_FILE_PATH
  3376. 0 0 ${OP} 0 PHP_CONFIG_FILE_SCAN_DIR
  3377. 0 0 ${OP} 0 PHP_DATADIR
  3378. 0 0 ${OP} 0 PHP_DEBUG
  3379. 0 0 ${OP} 0 PHP_EOL
  3380. 0 0 ${OP} 0 PHP_EXTENSION_DIR
  3381. 0 0 ${OP} 0 PHP_EXTRA_VERSION
  3382. 0 0 ${OP} 0 PHP_INT_MAX
  3383. 0 0 ${OP} 0 PHP_INT_SIZE
  3384. 0 0 ${OP} 0 PHP_LIBDIR
  3385. 0 0 ${OP} 0 PHP_LOCALSTATEDIR
  3386. 0 0 ${OP} 0 PHP_MAJOR_VERSION
  3387. 0 0 ${OP} 0 PHP_MANDIR
  3388. 0 0 ${OP} 0 PHP_MAXPATHLEN
  3389. 0 0 ${OP} 0 PHP_MINOR_VERSION
  3390. 0 0 ${OP} 0 PHP_OS
  3391. 0 0 ${OP} 0 PHP_OUTPUT_HANDLER_CONT
  3392. 0 0 ${OP} 0 PHP_OUTPUT_HANDLER_END
  3393. 0 0 ${OP} 0 PHP_OUTPUT_HANDLER_START
  3394. 0 0 ${OP} 0 PHP_PREFIX
  3395. 0 0 ${OP} 0 PHP_RELEASE_VERSION
  3396. 0 0 ${OP} 0 PHP_SAPI
  3397. 0 0 ${OP} 0 PHP_SHLIB_SUFFIX
  3398. 0 0 ${OP} 0 PHP_SYSCONFDIR
  3399. 0 0 ${OP} 0 PHP_VERSION
  3400. 0 0 ${OP} 0 PHP_VERSION_ID
  3401. 0 0 ${OP} 0 PHP_WINDOWS_NT_DOMAIN_CONTROLLER
  3402. 0 0 ${OP} 0 PHP_WINDOWS_NT_SERVER
  3403. 0 0 ${OP} 0 PHP_WINDOWS_NT_WORKSTATION
  3404. 0 0 ${OP} 0 PHP_WINDOWS_VERSION_BUILD
  3405. 0 0 ${OP} 0 PHP_WINDOWS_VERSION_MAJOR
  3406. 0 0 ${OP} 0 PHP_WINDOWS_VERSION_MINOR
  3407. 0 0 ${OP} 0 PHP_WINDOWS_VERSION_PLATFORM
  3408. 0 0 ${OP} 0 PHP_WINDOWS_VERSION_PRODUCTTYPE
  3409. 0 0 ${OP} 0 PHP_WINDOWS_VERSION_SP_MAJOR
  3410. 0 0 ${OP} 0 PHP_WINDOWS_VERSION_SP_MINOR
  3411. 0 0 ${OP} 0 PHP_WINDOWS_VERSION_SUITEMASK
  3412. 0 0 ${OP} 0 PHP_ZTS
  3413. 0 0 ${OP} 0 E_ERROR
  3414. 0 0 ${OP} 0 E_WARNING
  3415. 0 0 ${OP} 0 E_PARSE
  3416. 0 0 ${OP} 0 E_NOTICE
  3417. 0 0 ${OP} 0 E_CORE_ERROR
  3418. 0 0 ${OP} 0 E_CORE_WARNING
  3419. 0 0 ${OP} 0 E_COMPILE_ERROR
  3420. 0 0 ${OP} 0 E_COMPILE_WARNING
  3421. 0 0 ${OP} 0 E_USER_ERROR
  3422. 0 0 ${OP} 0 E_USER_WARNING
  3423. 0 0 ${OP} 0 E_USER_NOTICE
  3424. 0 0 ${OP} 0 E_ALL
  3425. 0 0 ${OP} 0 E_STRICT
  3426. 0 0 ${OP} 0 E_RECOVERABLE_ERROR
  3427. 0 0 ${OP} 0 E_DEPRECATED
  3428. 0 0 ${OP} 0 E_USER_DEPRECATED
  3429. ;--phpConstant--
  3430. 0 0 ${OP} 0 __LINE__
  3431. 0 0 ${OP} 0 __FILE__
  3432. 0 0 ${OP} 0 __FUNCTION__
  3433. 0 0 ${OP} 0 __METHOD__
  3434. 0 0 ${OP} 0 __CLASS__
  3435. 0 0 ${OP} 0 __DIR__
  3436. 0 0 ${OP} 0 __TRAIT__
  3437. 0 0 ${OP} 0 __NAMESPACE__
  3438. ;--phpKeyword--
  3439. 0 0 ${OP} 0 var
  3440. 0 0 ${OP} 0 const
  3441. 0 0 ${OP} 0 as
  3442. ;--phpStructure
  3443. 0 0 ${OP} 0 class
  3444. 0 0 ${OP} 0 interface
  3445. 0 0 ${OP} 0 trait
  3446. 0 0 ${OP} 0 extends
  3447. 0 0 ${OP} 0 implements
  3448. 0 0 ${OP} 0 instanceof
  3449. 0 0 ${OP} 0 insteadof
  3450. 0 0 ${OP} 0 parent
  3451. 0 0 ${OP} 0 self
  3452. 0 0 ${OP} 0 list
  3453. 0 0 ${OP} 0 namespace
  3454. ;--phpInclude--
  3455. 0 0 ${OP} 0 include
  3456. 0 0 ${OP} 0 require
  3457. 0 0 ${OP} 0 include_once
  3458. 0 0 ${OP} 0 require_once
  3459. ;--phpDefine--
  3460. 0 0 ${OP} 0 new
  3461. 0 0 ${OP} 0 true
  3462. 0 0 ${OP} 0 false
  3463. 0 0 ${OP} 0 NULL
  3464. ;--phpTodo--
  3465. 0 0 ${OP} 0 todo
  3466. 0 0 ${OP} 0 fixme
  3467. 0 0 ${OP} 0 xxx
  3468. ;--phpSCKeyword--
  3469. 0 0 ${OP} 0 abstract
  3470. 0 0 ${OP} 0 final
  3471. 0 0 ${OP} 0 private
  3472. 0 0 ${OP} 0 protected
  3473. 0 0 ${OP} 0 public
  3474. 0 0 ${OP} 0 static
  3475. ;--phpStorageClass--
  3476. 0 0 ${OP} 0 global
  3477. ;--phpType--
  3478. 0 0 ${TYPE} 0 bool
  3479. 0 0 ${TYPE} 0 boolean
  3480. 0 0 ${TYPE} 0 int
  3481. 0 0 ${TYPE} 0 integer
  3482. 0 0 ${TYPE} 0 real
  3483. 0 0 ${TYPE} 0 double
  3484. 0 0 ${TYPE} 0 float
  3485. 0 0 ${TYPE} 0 string
  3486. 0 0 ${TYPE} 0 object
  3487. 0 0 ${TYPE} 0 callable
  3488. 0 0 ${TYPE} 0 iterable
  3489. 0 0 ${TYPE} 0 mixed
  3490. ;--phpConditional
  3491. 0 2 ${IF} 0 declare
  3492. 0 2 ${IF} 0 else
  3493. 0 2 ${IF} 0 enddeclare
  3494. 0 2 ${IF} 0 endswitch
  3495. 0 2 ${IF} 0 elseif
  3496. 0 2 ${IF} 0 endif
  3497. 0 2 ${IF} 0 if
  3498. 0 2 ${IF} 0 switch
  3499. 0 2 ${IF} 0 and
  3500. 0 2 ${IF} 0 or
  3501. ;--phpRepeat
  3502. 0 2 ${IF} 0 do
  3503. 0 2 ${IF} 0 endfor
  3504. 0 2 ${IF} 0 endforeach
  3505. 0 2 ${IF} 0 endwhile
  3506. 0 2 ${IF} 0 for
  3507. 0 2 ${IF} 0 foreach
  3508. 0 2 ${IF} 0 while
  3509. ;--phpLabel
  3510. 0 2 ${IF} 0 case
  3511. 0 2 ${IF} 0 default
  3512. ;--phpStatement
  3513. 0 2 ${IF} 0 return
  3514. 0 2 ${IF} 0 break
  3515. 0 2 ${IF} 0 continue
  3516. 0 2 ${IF} 0 exit
  3517. 0 2 ${IF} 0 die
  3518. ;--phpException--
  3519. 0 2 ${IF} 0 catch
  3520. 0 2 ${IF} 0 finally
  3521. 0 2 ${IF} 0 throw
  3522. 0 2 ${IF} 0 try
  3523.  
  3524.  
  3525. ;----------------------------------------------;
  3526. ; CodeFold ;
  3527. ;----------------------------------------------;
  3528.  
  3529. ;Flags (sum of the members)
  3530. ; 1 case sensitive.
  3531. ; 2 force get fold name for function list from left at the fold start ("Folds:" section only).
  3532. ; 4 force get fold name for function list from right at the fold start, including fold start ("Folds:" section only).
  3533. ; 8 fold start ("Folds:" section) or skip start ("Skips:" section) located at line start.
  3534. ; 16 fold start ("Folds:" section) or skip start ("Skips:" section) located at line end.
  3535. ; 32 fold end ("Folds:" section) or skip end ("Skips:" section) located at line start.
  3536. ; 64 fold end ("Folds:" section) or skip end ("Skips:" section) located at line end.
  3537. ; 128 don't catch fold end ("Folds:" section) or skip end ("Skips:" section).
  3538. ; 256 additional to 128 flag - more priority is given to sibling level instead of parent level ("Folds:" section only).
  3539. ; 512 comment fold - fold ignore any other folds and skips inside ("Folds:" section only).
  3540. ; 1024 reserved.
  3541. ; 2048 deny fold - founded fold will be ignored ("Folds:" section only).
  3542. ; 4096 xml fold - "<tag" and "</tag>", "<single" and "/>", "<single" and ">" ("Folds:" section only).
  3543. ; 8192 don't check delimiters from left of fold start ("Folds:" section only).
  3544. ; 16384 don't check delimiters from right of fold start ("Folds:" section only).
  3545. ; 32768 don't check delimiters from left of fold end ("Folds:" section only).
  3546. ; 65536 don't check delimiters from right of fold end ("Folds:" section only).
  3547. ; 131072 deny delimiters ("Folds:" section only).
  3548. ; 262144 don't show fold in list ("Folds:" section only).
  3549. ; 1048576 regular expression in fold start ("Folds:" section) or skip start ("Skips:" section).
  3550. ; 2097152 regular expression in fold end ("Folds:" section) or skip end ("Skips:" section). Backreference \101 matches \1 in fold start, \102 matches \2 and so on.
  3551.  
  3552.  
  3553. FoldPanel:
  3554. ;=================================================================================================================================================================================================================================================================================================================================================================================================================================================================
  3555. ;PanelFirstBkColor PanelSecondBkColor PanelNormalFoldColor PanelActiveFoldColor PanelNormalNodeOpenBkColor PanelNormalNodeCloseBkColor PanelActiveNodeOpenBkColor PanelActiveNodeCloseBkColor PanelNormalNodeOpenSignColor PanelNormalNodeCloseSignColor PanelActiveNodeOpenSignColor PanelActiveNodeCloseSignColor
  3556. ;=================================================================================================================================================================================================================================================================================================================================================================================================================================================================
  3557. ${CodeFold_PanelFirstBkColor} ${CodeFold_PanelSecondBkColor} ${CodeFold_PanelNormalFoldColor} ${CodeFold_PanelActiveFoldColor} ${CodeFold_PanelNormalNodeOpenBkColor} ${CodeFold_PanelNormalNodeCloseBkColor} ${CodeFold_PanelActiveNodeOpenBkColor} ${CodeFold_PanelActiveNodeCloseBkColor} ${CodeFold_PanelNormalNodeOpenSignColor} ${CodeFold_PanelNormalNodeCloseSignColor} ${CodeFold_PanelActiveNodeOpenSignColor} ${CodeFold_PanelActiveNodeCloseSignColor}
  3558.  
  3559.  
  3560. FoldList:
  3561. ;================================================
  3562. ;ListTextColor ListBkColor
  3563. ;================================================
  3564. ${CodeFold_ListTextColor} ${CodeFold_ListBkColor}
  3565.  
  3566.  
  3567. TagMark:
  3568. ;============================================================================================================
  3569. ;TagMarkFlags TagMarkFontStyle TagMarkTextColor TagMarkBkColor
  3570. ;============================================================================================================
  3571. ${CodeFold_TagMarkFlags} ${CodeFold_TagMarkFontStyle} ${CodeFold_TagMarkTextColor} ${CodeFold_TagMarkBkColor}
  3572.  
  3573.  
  3574. Skips:
  3575. ;=============================
  3576. ;Flags Skip Skip Escape
  3577. ; start end char
  3578. ;=============================
  3579. 1 '"' '"' "\"
  3580. 1 "'" "'" "\"
  3581. 1 "//" "" ":"
  3582. 1 "#" "" ""
  3583.  
  3584.  
  3585. Folds:
  3586. ;===========================================================================
  3587. ;Flags Font Color Color Fold Fold Deli Parent Rule Rule
  3588. ; style text bkgrnd start end miters ID ID file
  3589. ;===========================================================================
  3590. 1 0 0 0 "{" "}" "" 0 0
  3591. ;513=1+512
  3592. 513 3 ${COMM} 0 "/*" "*/" "" 0 0
  3593.  
  3594.  
  3595. ;----------------------------------------------;
  3596. ; AutoComplete ;
  3597. ;----------------------------------------------;
  3598.  
  3599. ;Flags (sum of the members)
  3600. ; 1 force case sensitive.
  3601. ; 2 force case insensitive.
  3602. ; 4 regular expression (only for "$="). Scan starts from caret line beginning and metacharacters \a or \z specified caret position.
  3603. ; 8 Don't show in listbox.
  3604.  
  3605.  
  3606. CompleteList:
  3607. ;=====================================================================================================================================================================================================================================================================================================================================================================================================================================================================
  3608. ;ListFontStyle ListFontSize ListFaceName ListLineGap ListBlockIcon `"C:\1.dll", 0` ListBlockIconMargins "left;right" ListHlBaseIcon `"C:\1.dll", 0` ListHlBaseIconMargins "left;right" ListDocWordIcon `"C:\1.dll", 0` ListDocWordIconMargins "left;right" ListBasicTextColor ListBasicBkColor ListSelTextColor ListSelBkColor
  3609. ;=====================================================================================================================================================================================================================================================================================================================================================================================================================================================================
  3610. ${AutoComplete_ListFontStyle} ${AutoComplete_ListFontSize} ${AutoComplete_ListFaceName} ${AutoComplete_ListLineGap} ${AutoComplete_ListBlockIcon} ${AutoComplete_ListBlockIconMargins} ${AutoComplete_ListHlBaseIcon} ${AutoComplete_ListHlBaseIconMargins} ${AutoComplete_ListDocWordIcon} ${AutoComplete_ListDocWordIconMargins} ${AutoComplete_ListBasicTextColor} ${AutoComplete_ListBasicBkColor} ${AutoComplete_ListSelTextColor} ${AutoComplete_ListSelBkColor}
  3611.  
  3612.  
  3613. Blocks:
  3614. ;=============================================================================
  3615. ;Abbreviations and blocks
  3616. ;
  3617. ; $~abbr normal abbreviation.
  3618. ; $(flags)~abbr normal abbreviation with flags.
  3619. ; $=abbr exact abbreviation. May contain delimiters.
  3620. ; $(flags)=abbr exact abbreviation with flags. May contain delimiters.
  3621. ; $[] set caret to this position. Can be multiple (hot spots).
  3622. ; $[text] select text. Can be multiple (hot spots).
  3623. ; $$ symbol $.
  3624. ; $\] escape symbol ]. Can be used in $[text] block: $[One [1$\] ].
  3625. ; ${VAR} variable assigned from Coder::Settings.
  3626. ; $; comment line.
  3627. ;=============================================================================
  3628. $~function
  3629. function $[]()
  3630. {
  3631. ${AutoComplete_Indent}$[]
  3632. }
  3633.  
  3634. $~class
  3635. class $[]
  3636. {
  3637. ${AutoComplete_Indent}$[]
  3638. }
  3639.  
  3640. $~foreach
  3641. foreach ($[] as $[])
  3642. {
  3643. ${AutoComplete_Indent}$[]
  3644. }
  3645.  
  3646. $~do
  3647. do
  3648. {
  3649. ${AutoComplete_Indent}$[]
  3650. }
  3651. while ($[]);
  3652.  
  3653. $~for
  3654. for ($[]; $[]; $[])
  3655. {
  3656. ${AutoComplete_Indent}$[]
  3657. }
  3658.  
  3659. $~if
  3660. if ($[])
  3661. {
  3662. ${AutoComplete_Indent}$[]
  3663. }
  3664.  
  3665. $~switch
  3666. switch ($[])
  3667. {
  3668. ${AutoComplete_Indent}case $[]:
  3669. ${AutoComplete_Indent}${AutoComplete_Indent}$[]
  3670. ${AutoComplete_Indent}${AutoComplete_Indent}break;
  3671. ${AutoComplete_Indent}case $[]:
  3672. ${AutoComplete_Indent}${AutoComplete_Indent}$[]
  3673. ${AutoComplete_Indent}${AutoComplete_Indent}break;
  3674. ${AutoComplete_Indent}default:
  3675. ${AutoComplete_Indent}${AutoComplete_Indent}$[]
  3676. ${AutoComplete_Indent}${AutoComplete_Indent}break;
  3677. }
  3678.  
  3679. $~while
  3680. while ($[])
  3681. {
  3682. ${AutoComplete_Indent}$[]
  3683. }
  3684.  
Add Comment
Please, Sign In to add comment