Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;----------------------------------------------;
- ; Coder plugin syntax file ;
- ;----------------------------------------------;
- ;Colors
- ; Color need to be in #RRGGBB or #RGB format.
- ; If color equal to zero, then color ignored.
- ;
- ;Font styles
- ; 0 ignored.
- ; 1 normal.
- ; 2 bold.
- ; 3 italic.
- ; 4 bold italic.
- ;
- ;For comfort file viewing/editing set tab size to 8.
- Files:
- ;==========
- ;File types
- ;==========
- ;php.coder included by html.coder
- ;*.php
- ;*.php3
- *.php_for_coder
- ;----------------------------------------------;
- ; HighLight ;
- ;----------------------------------------------;
- ;Flags (sum of the members)
- ; 1 case sensitive.
- ; 2 word is a composition of characters ("Words:" section only). Example: "0123456789" - highlight words that contain only digits.
- ; 4 quote end required ("Quotes:" section only).
- ; 8 quote start string is ignored and last meet delimiter used as quote start ("Quotes:" section only).
- ; 16 quote end string is ignored and first meet delimiter used as quote end ("Quotes:" section only).
- ; 32 don't highlight quote start ("Quotes:" section only).
- ; 64 don't highlight quote end ("Quotes:" section only).
- ; 128 don't catch and don't highlight quote start ("Quotes:" section only).
- ; 256 don't catch and don't highlight quote end ("Quotes:" section only).
- ; 512 quote start, delimiter or word located at line start.
- ; 1024 quote end, delimiter or word located at line end.
- ; 2048 quote start is surrounded with delimiters ("Quotes:" section only).
- ; 4096 quote end is surrounded with delimiters ("Quotes:" section only).
- ; 8192 quote doesn't contain delimiters ("Quotes:" section only).
- ; 16384 only quote start string is catched ("Quotes:" section only).
- ; 32768 quote doesn't contain any character ("Quotes:" section only).
- Font:
- ;=================================================================
- ;FontStyle FontSize FaceName
- ;=================================================================
- ${HighLight_FontStyle} ${HighLight_FontSize} ${HighLight_FaceName}
- Colors:
- ;=============================================================================================================================================================================================================================================================================================================================================================================================================================
- ;BasicTextColor BasicBkColor SelTextColor SelBkColor LineTextColor LineBkColor LineBorderColor AltTextColor AltBkColor AltBorderColor ColumnColor MarkerColor CaretColor UrlColor ActiveUrlColor VisitUrlColor
- ;=============================================================================================================================================================================================================================================================================================================================================================================================================================
- ${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}
- BkImage:
- ;==================================================
- ;BkImageFile BkImageAlpha
- ;==================================================
- ${HighLight_BkImageFile} ${HighLight_BkImageAlpha}
- AutoMark:
- ;====================================================================================================================
- ;AutoMarkFlags AutoMarkFontStyle AutoMarkTextColor AutoMarkBkColor
- ;====================================================================================================================
- ${HighLight_AutoMarkFlags} ${HighLight_AutoMarkFontStyle} ${HighLight_AutoMarkTextColor} ${HighLight_AutoMarkBkColor}
- Quotes:
- ;===================================================================================
- ;Flags Font Color Color Quote Quote Escape Quote Quote Parent Rule
- ; style text bkgrnd start end char include exclude ID ID
- ;===================================================================================
- ;5=1+4
- 5 3 ${STR} 0 '"' '"' "\" "" "" 0 0
- ;5=1+4
- 5 3 ${STR} 0 "'" "'" "\" "" "" 0 0
- ;5=1+4
- 5 3 ${COMM} 0 "/*" "*/" "" "" "" 0 0
- ;1=1
- 1 3 ${COMM} 0 "#" "" "" "" "" 0 0
- ;1=1
- 1 3 ${COMM} 0 "//" "" ":" "" "" 0 0
- ;401=1+16+128+256
- ;401 0 ${VAR} 0 "$" "" "" "" "" 0 0
- QuotesRE:
- ;===========================================================================================
- ;Flags Pattern \BackRef=(FontStyle,ColorText,ColorBk) \BackRef=... ParentID RuleID
- ;===========================================================================================
- 0 `(\$)([a-z_][a-z_0-9]*)` `\1=(0,${VAR},0)` 0 0
- Delimiters:
- ;===============================================
- ;Flags Font Color Color Char(s) Parent
- ; style text bkgrnd ID
- ;===============================================
- 1 0 0 0 " "
- 1 0 0 0 " "
- 1 0 ${VAR} 0 $
- 1 0 ${DEL1} 0 (
- 1 0 ${DEL1} 0 )
- 1 0 ${DEL2} 0 {
- 1 0 ${DEL2} 0 }
- 1 0 ${DEL2} 0 .
- 1 0 ${DEL2} 0 ,
- 1 0 ${DEL2} 0 :
- 1 0 ${DEL2} 0 ;
- 1 0 ${DEL2} 0 !
- 1 0 ${DEL2} 0 |
- 1 0 ${DEL2} 0 =
- 1 0 ${DEL2} 0 -
- 1 0 ${DEL2} 0 *
- 1 0 ${DEL2} 0 +
- 1 0 ${DEL2} 0 /
- 1 0 ${DEL2} 0 %
- 1 0 ${DEL2} 0 <
- 1 0 ${DEL2} 0 >
- 1 0 ${DEL2} 0 [
- 1 0 ${DEL2} 0 ]
- 1 0 ${DEL2} 0 @
- 1 0 ${DEL2} 0 ?
- 1 0 ${DEL2} 0 &
- 1 0 ${DEL2} 0 ^
- 1 0 ${DEL2} 0 ~
- Words:
- ;===========================================
- ;Flags Font Color Color Word Parent
- ; style text bkgrnd ID
- ;===========================================
- ;3=1+2
- 3 0 ${NUM} 0 "0123456789"
- ;--phpMethods--
- 0 0 ${OP} 0 add
- 0 0 ${OP} 0 add_namespace
- 0 0 ${OP} 0 addAction
- 0 0 ${OP} 0 addColor
- 0 0 ${OP} 0 addEntry
- 0 0 ${OP} 0 addFill
- 0 0 ${OP} 0 addShape
- 0 0 ${OP} 0 addString
- 0 0 ${OP} 0 align
- 0 0 ${OP} 0 append_child
- 0 0 ${OP} 0 append_sibling
- 0 0 ${OP} 0 assign
- 0 0 ${OP} 0 attreditable
- 0 0 ${OP} 0 attributes
- 0 0 ${OP} 0 checkin
- 0 0 ${OP} 0 checkout
- 0 0 ${OP} 0 child_nodes
- 0 0 ${OP} 0 children
- 0 0 ${OP} 0 clone_node
- 0 0 ${OP} 0 content
- 0 0 ${OP} 0 copy
- 0 0 ${OP} 0 count
- 0 0 ${OP} 0 create_attribute
- 0 0 ${OP} 0 create_cdata_section
- 0 0 ${OP} 0 create_comment
- 0 0 ${OP} 0 create_element
- 0 0 ${OP} 0 create_element_ns
- 0 0 ${OP} 0 create_entity_reference
- 0 0 ${OP} 0 create_processing_instruction
- 0 0 ${OP} 0 create_text_node
- 0 0 ${OP} 0 data
- 0 0 ${OP} 0 dbstat
- 0 0 ${OP} 0 dcstat
- 0 0 ${OP} 0 description
- 0 0 ${OP} 0 doctype
- 0 0 ${OP} 0 document_element
- 0 0 ${OP} 0 drawCurve
- 0 0 ${OP} 0 drawCurveTo
- 0 0 ${OP} 0 drawLine
- 0 0 ${OP} 0 drawLineTo
- 0 0 ${OP} 0 dstanchors
- 0 0 ${OP} 0 dstofsrcanchors
- 0 0 ${OP} 0 dump_file
- 0 0 ${OP} 0 dump_mem
- 0 0 ${OP} 0 dump_node
- 0 0 ${OP} 0 entities
- 0 0 ${OP} 0 find
- 0 0 ${OP} 0 first_child
- 0 0 ${OP} 0 ftstat
- 0 0 ${OP} 0 get_attr
- 0 0 ${OP} 0 get_attribute
- 0 0 ${OP} 0 get_attribute_node
- 0 0 ${OP} 0 get_content
- 0 0 ${OP} 0 get_element_by_id
- 0 0 ${OP} 0 get_elements_by_tagname
- 0 0 ${OP} 0 get_nodes
- 0 0 ${OP} 0 getHeight
- 0 0 ${OP} 0 getshape1
- 0 0 ${OP} 0 getshape2
- 0 0 ${OP} 0 getWidth
- 0 0 ${OP} 0 has_attribute
- 0 0 ${OP} 0 has_attributes
- 0 0 ${OP} 0 has_child_nodes
- 0 0 ${OP} 0 has_children
- 0 0 ${OP} 0 has_siblings
- 0 0 ${OP} 0 html_dump_mem
- 0 0 ${OP} 0 hwstat
- 0 0 ${OP} 0 identify
- 0 0 ${OP} 0 info
- 0 0 ${OP} 0 insert
- 0 0 ${OP} 0 insert_before
- 0 0 ${OP} 0 insertanchor
- 0 0 ${OP} 0 insertcollection
- 0 0 ${OP} 0 insertdocument
- 0 0 ${OP} 0 internal_subset
- 0 0 ${OP} 0 is_asp
- 0 0 ${OP} 0 is_blank_node
- 0 0 ${OP} 0 is_comment
- 0 0 ${OP} 0 is_html
- 0 0 ${OP} 0 is_jsp
- 0 0 ${OP} 0 is_jste
- 0 0 ${OP} 0 is_text
- 0 0 ${OP} 0 is_xhtml
- 0 0 ${OP} 0 is_xml
- 0 0 ${OP} 0 key
- 0 0 ${OP} 0 langdepvalue
- 0 0 ${OP} 0 last_child
- 0 0 ${OP} 0 link
- 0 0 ${OP} 0 lock
- 0 0 ${OP} 0 mimetype
- 0 0 ${OP} 0 move
- 0 0 ${OP} 0 movePen
- 0 0 ${OP} 0 movePenTo
- 0 0 ${OP} 0 moveTo
- 0 0 ${OP} 0 multColor
- 0 0 ${OP} 0 name
- 0 0 ${OP} 0 next
- 0 0 ${OP} 0 next_sibling
- 0 0 ${OP} 0 nextframe
- 0 0 ${OP} 0 node_name
- 0 0 ${OP} 0 node_type
- 0 0 ${OP} 0 node_value
- 0 0 ${OP} 0 notations
- 0 0 ${OP} 0 objectbyanchor
- 0 0 ${OP} 0 output
- 0 0 ${OP} 0 owner_document
- 0 0 ${OP} 0 parent_node
- 0 0 ${OP} 0 parents
- 0 0 ${OP} 0 prefix
- 0 0 ${OP} 0 prev
- 0 0 ${OP} 0 previous_sibling
- 0 0 ${OP} 0 process
- 0 0 ${OP} 0 public_id
- 0 0 ${OP} 0 read
- 0 0 ${OP} 0 reason
- 0 0 ${OP} 0 remove
- 0 0 ${OP} 0 remove_attribute
- 0 0 ${OP} 0 remove_child
- 0 0 ${OP} 0 replace
- 0 0 ${OP} 0 replace_child
- 0 0 ${OP} 0 replace_node
- 0 0 ${OP} 0 result_dump_file
- 0 0 ${OP} 0 result_dump_mem
- 0 0 ${OP} 0 Rotate
- 0 0 ${OP} 0 rotateTo
- 0 0 ${OP} 0 save
- 0 0 ${OP} 0 scale
- 0 0 ${OP} 0 scaleTo
- 0 0 ${OP} 0 set_attribute
- 0 0 ${OP} 0 set_content
- 0 0 ${OP} 0 set_name
- 0 0 ${OP} 0 set_namespace
- 0 0 ${OP} 0 setAction
- 0 0 ${OP} 0 setbackground
- 0 0 ${OP} 0 setbounds
- 0 0 ${OP} 0 setColor
- 0 0 ${OP} 0 setcommitedversion
- 0 0 ${OP} 0 setDepth
- 0 0 ${OP} 0 setdimension
- 0 0 ${OP} 0 setdown
- 0 0 ${OP} 0 setFont
- 0 0 ${OP} 0 setframes
- 0 0 ${OP} 0 setHeight
- 0 0 ${OP} 0 setHit
- 0 0 ${OP} 0 setindentation
- 0 0 ${OP} 0 setLeftFill
- 0 0 ${OP} 0 setLeftMargin
- 0 0 ${OP} 0 setLine
- 0 0 ${OP} 0 setLineSpacing
- 0 0 ${OP} 0 setMargins
- 0 0 ${OP} 0 setName
- 0 0 ${OP} 0 setOver
- 0 0 ${OP} 0 setrate
- 0 0 ${OP} 0 setRatio
- 0 0 ${OP} 0 setRightFill
- 0 0 ${OP} 0 setrightMargin
- 0 0 ${OP} 0 setSpacing
- 0 0 ${OP} 0 setUp
- 0 0 ${OP} 0 skewX
- 0 0 ${OP} 0 skewXTo
- 0 0 ${OP} 0 skewY
- 0 0 ${OP} 0 skewYTo
- 0 0 ${OP} 0 specified
- 0 0 ${OP} 0 srcanchors
- 0 0 ${OP} 0 srcsofdst
- 0 0 ${OP} 0 streammp3
- 0 0 ${OP} 0 system_id
- 0 0 ${OP} 0 tagname
- 0 0 ${OP} 0 target
- 0 0 ${OP} 0 tidy_node
- 0 0 ${OP} 0 title
- 0 0 ${OP} 0 type
- 0 0 ${OP} 0 unlink_node
- 0 0 ${OP} 0 unlock
- 0 0 ${OP} 0 user
- 0 0 ${OP} 0 userlist
- 0 0 ${OP} 0 value
- 0 0 ${OP} 0 values
- 0 0 ${OP} 0 xinclude
- ;--Magic Methods--
- 0 0 ${OP} 0 __construct
- 0 0 ${OP} 0 __destruct
- 0 0 ${OP} 0 __call
- 0 0 ${OP} 0 __callStatic
- 0 0 ${OP} 0 __get
- 0 0 ${OP} 0 __set
- 0 0 ${OP} 0 __isset
- 0 0 ${OP} 0 __unset
- 0 0 ${OP} 0 __sleep
- 0 0 ${OP} 0 __wakeup
- 0 0 ${OP} 0 __toString
- 0 0 ${OP} 0 __invoke
- 0 0 ${OP} 0 __set_state
- 0 0 ${OP} 0 __clone
- ;--phpFunctions--
- 0 0 ${OP} 0 abs
- 0 0 ${OP} 0 acos
- 0 0 ${OP} 0 acosh
- 0 0 ${OP} 0 addcslashes
- 0 0 ${OP} 0 addslashes
- 0 0 ${OP} 0 aggregate
- 0 0 ${OP} 0 aggregate_info
- 0 0 ${OP} 0 aggregate_methods
- 0 0 ${OP} 0 aggregate_methods_by_list
- 0 0 ${OP} 0 aggregate_methods_by_regexp
- 0 0 ${OP} 0 aggregate_properties
- 0 0 ${OP} 0 aggregate_properties_by_list
- 0 0 ${OP} 0 aggregate_properties_by_regexp
- 0 0 ${OP} 0 aggregation_info
- 0 0 ${OP} 0 apache_child_terminate
- 0 0 ${OP} 0 apache_get_modules
- 0 0 ${OP} 0 apache_get_version
- 0 0 ${OP} 0 apache_getenv
- 0 0 ${OP} 0 apache_lookup_uri
- 0 0 ${OP} 0 apache_note
- 0 0 ${OP} 0 apache_request_headers
- 0 0 ${OP} 0 apache_response_headers
- 0 0 ${OP} 0 apache_setenv
- 0 0 ${OP} 0 array
- 0 0 ${OP} 0 array_change_key_case
- 0 0 ${OP} 0 array_chunk
- 0 0 ${OP} 0 array_combine
- 0 0 ${OP} 0 array_count_values
- 0 0 ${OP} 0 array_diff
- 0 0 ${OP} 0 array_diff_assoc
- 0 0 ${OP} 0 array_diff_uassoc
- 0 0 ${OP} 0 array_fill
- 0 0 ${OP} 0 array_filter
- 0 0 ${OP} 0 array_flip
- 0 0 ${OP} 0 array_intersect
- 0 0 ${OP} 0 array_intersect_assoc
- 0 0 ${OP} 0 array_key_exists
- 0 0 ${OP} 0 array_keys
- 0 0 ${OP} 0 array_map
- 0 0 ${OP} 0 array_merge
- 0 0 ${OP} 0 array_merge_recursive
- 0 0 ${OP} 0 array_multisort
- 0 0 ${OP} 0 array_pad
- 0 0 ${OP} 0 array_pop
- 0 0 ${OP} 0 array_push
- 0 0 ${OP} 0 array_rand
- 0 0 ${OP} 0 array_reduce
- 0 0 ${OP} 0 array_replace
- 0 0 ${OP} 0 array_replace_recursive
- 0 0 ${OP} 0 array_reverse
- 0 0 ${OP} 0 array_search
- 0 0 ${OP} 0 array_shift
- 0 0 ${OP} 0 array_slice
- 0 0 ${OP} 0 array_splice
- 0 0 ${OP} 0 array_sum
- 0 0 ${OP} 0 array_udiff
- 0 0 ${OP} 0 array_udiff_assoc
- 0 0 ${OP} 0 array_udiff_uassoc
- 0 0 ${OP} 0 array_unique
- 0 0 ${OP} 0 array_unshift
- 0 0 ${OP} 0 array_values
- 0 0 ${OP} 0 array_walk
- 0 0 ${OP} 0 array_walk_recursive
- 0 0 ${OP} 0 arsort
- 0 0 ${OP} 0 ascii2ebcdic
- 0 0 ${OP} 0 asin
- 0 0 ${OP} 0 asinh
- 0 0 ${OP} 0 asort
- 0 0 ${OP} 0 aspell_check
- 0 0 ${OP} 0 aspell_new
- 0 0 ${OP} 0 aspell_suggest
- 0 0 ${OP} 0 assert
- 0 0 ${OP} 0 assert_options
- 0 0 ${OP} 0 atan
- 0 0 ${OP} 0 atan2
- 0 0 ${OP} 0 atanh
- 0 0 ${OP} 0 base64_decode
- 0 0 ${OP} 0 base64_encode
- 0 0 ${OP} 0 base_convert
- 0 0 ${OP} 0 basename
- 0 0 ${OP} 0 bcadd
- 0 0 ${OP} 0 bccomp
- 0 0 ${OP} 0 bcdiv
- 0 0 ${OP} 0 bcmod
- 0 0 ${OP} 0 bcmul
- 0 0 ${OP} 0 bcpow
- 0 0 ${OP} 0 bcpowmod
- 0 0 ${OP} 0 bcscale
- 0 0 ${OP} 0 bcsqrt
- 0 0 ${OP} 0 bcsub
- 0 0 ${OP} 0 bin2hex
- 0 0 ${OP} 0 bind_textdomain_codeset
- 0 0 ${OP} 0 bindec
- 0 0 ${OP} 0 bindtextdomain
- 0 0 ${OP} 0 bzclose
- 0 0 ${OP} 0 bzcompress
- 0 0 ${OP} 0 bzdecompress
- 0 0 ${OP} 0 bzerrno
- 0 0 ${OP} 0 bzerror
- 0 0 ${OP} 0 bzerrstr
- 0 0 ${OP} 0 bzflush
- 0 0 ${OP} 0 bzopen
- 0 0 ${OP} 0 bzread
- 0 0 ${OP} 0 bzwrite
- 0 0 ${OP} 0 cal_days_in_month
- 0 0 ${OP} 0 cal_from_jd
- 0 0 ${OP} 0 cal_info
- 0 0 ${OP} 0 cal_to_jd
- 0 0 ${OP} 0 call_user_func
- 0 0 ${OP} 0 call_user_func_array
- 0 0 ${OP} 0 call_user_method
- 0 0 ${OP} 0 call_user_method_array
- 0 0 ${OP} 0 ccvs_add
- 0 0 ${OP} 0 ccvs_auth
- 0 0 ${OP} 0 ccvs_command
- 0 0 ${OP} 0 ccvs_count
- 0 0 ${OP} 0 ccvs_delete
- 0 0 ${OP} 0 ccvs_done
- 0 0 ${OP} 0 ccvs_init
- 0 0 ${OP} 0 ccvs_lookup
- 0 0 ${OP} 0 ccvs_new
- 0 0 ${OP} 0 ccvs_report
- 0 0 ${OP} 0 ccvs_return
- 0 0 ${OP} 0 ccvs_reverse
- 0 0 ${OP} 0 ccvs_sale
- 0 0 ${OP} 0 ccvs_status
- 0 0 ${OP} 0 ccvs_textvalue
- 0 0 ${OP} 0 ccvs_void
- 0 0 ${OP} 0 ceil
- 0 0 ${OP} 0 chdir
- 0 0 ${OP} 0 checkdate
- 0 0 ${OP} 0 checkdnsrr
- 0 0 ${OP} 0 chgrp
- 0 0 ${OP} 0 chmod
- 0 0 ${OP} 0 chop
- 0 0 ${OP} 0 chown
- 0 0 ${OP} 0 chr
- 0 0 ${OP} 0 chroot
- 0 0 ${OP} 0 chunk_split
- 0 0 ${OP} 0 class_exists
- 0 0 ${OP} 0 clearstatcache
- 0 0 ${OP} 0 closedir
- 0 0 ${OP} 0 closelog
- 0 0 ${OP} 0 com
- 0 0 ${OP} 0 com_addref
- 0 0 ${OP} 0 com_get
- 0 0 ${OP} 0 com_invoke
- 0 0 ${OP} 0 com_isenum
- 0 0 ${OP} 0 com_load
- 0 0 ${OP} 0 com_load_typelib
- 0 0 ${OP} 0 com_propget
- 0 0 ${OP} 0 com_propput
- 0 0 ${OP} 0 com_propset
- 0 0 ${OP} 0 com_release
- 0 0 ${OP} 0 com_set
- 0 0 ${OP} 0 compact
- 0 0 ${OP} 0 connection_aborted
- 0 0 ${OP} 0 connection_status
- 0 0 ${OP} 0 connection_timeout
- 0 0 ${OP} 0 constant
- 0 0 ${OP} 0 convert_cyr_string
- 0 0 ${OP} 0 cos
- 0 0 ${OP} 0 cosh
- 0 0 ${OP} 0 count_chars
- 0 0 ${OP} 0 cpdf_add_annotation
- 0 0 ${OP} 0 cpdf_add_outline
- 0 0 ${OP} 0 cpdf_arc
- 0 0 ${OP} 0 cpdf_begin_text
- 0 0 ${OP} 0 cpdf_circle
- 0 0 ${OP} 0 cpdf_clip
- 0 0 ${OP} 0 cpdf_close
- 0 0 ${OP} 0 cpdf_closepath
- 0 0 ${OP} 0 cpdf_closepath_fill_stroke
- 0 0 ${OP} 0 cpdf_closepath_stroke
- 0 0 ${OP} 0 cpdf_continue_text
- 0 0 ${OP} 0 cpdf_curveto
- 0 0 ${OP} 0 cpdf_end_text
- 0 0 ${OP} 0 cpdf_fill
- 0 0 ${OP} 0 cpdf_fill_stroke
- 0 0 ${OP} 0 cpdf_finalize
- 0 0 ${OP} 0 cpdf_finalize_page
- 0 0 ${OP} 0 cpdf_global_set_document_limits
- 0 0 ${OP} 0 cpdf_import_jpeg
- 0 0 ${OP} 0 cpdf_lineto
- 0 0 ${OP} 0 cpdf_moveto
- 0 0 ${OP} 0 cpdf_newpath
- 0 0 ${OP} 0 cpdf_open
- 0 0 ${OP} 0 cpdf_output_buffer
- 0 0 ${OP} 0 cpdf_page_init
- 0 0 ${OP} 0 cpdf_place_inline_image
- 0 0 ${OP} 0 cpdf_rect
- 0 0 ${OP} 0 cpdf_restore
- 0 0 ${OP} 0 cpdf_rlineto
- 0 0 ${OP} 0 cpdf_rmoveto
- 0 0 ${OP} 0 cpdf_rotate
- 0 0 ${OP} 0 cpdf_rotate_text
- 0 0 ${OP} 0 cpdf_save
- 0 0 ${OP} 0 cpdf_save_to_file
- 0 0 ${OP} 0 cpdf_scale
- 0 0 ${OP} 0 cpdf_set_action_url
- 0 0 ${OP} 0 cpdf_set_char_spacing
- 0 0 ${OP} 0 cpdf_set_creator
- 0 0 ${OP} 0 cpdf_set_current_page
- 0 0 ${OP} 0 cpdf_set_font
- 0 0 ${OP} 0 cpdf_set_font_directories
- 0 0 ${OP} 0 cpdf_set_font_map_file
- 0 0 ${OP} 0 cpdf_set_horiz_scaling
- 0 0 ${OP} 0 cpdf_set_keywords
- 0 0 ${OP} 0 cpdf_set_leading
- 0 0 ${OP} 0 cpdf_set_page_animation
- 0 0 ${OP} 0 cpdf_set_subject
- 0 0 ${OP} 0 cpdf_set_text_matrix
- 0 0 ${OP} 0 cpdf_set_text_pos
- 0 0 ${OP} 0 cpdf_set_text_rendering
- 0 0 ${OP} 0 cpdf_set_text_rise
- 0 0 ${OP} 0 cpdf_set_title
- 0 0 ${OP} 0 cpdf_set_viewer_preferences
- 0 0 ${OP} 0 cpdf_set_word_spacing
- 0 0 ${OP} 0 cpdf_setdash
- 0 0 ${OP} 0 cpdf_setflat
- 0 0 ${OP} 0 cpdf_setgray
- 0 0 ${OP} 0 cpdf_setgray_fill
- 0 0 ${OP} 0 cpdf_setgray_stroke
- 0 0 ${OP} 0 cpdf_setlinecap
- 0 0 ${OP} 0 cpdf_setlinejoin
- 0 0 ${OP} 0 cpdf_setlinewidth
- 0 0 ${OP} 0 cpdf_setmiterlimit
- 0 0 ${OP} 0 cpdf_setrgbcolor
- 0 0 ${OP} 0 cpdf_setrgbcolor_fill
- 0 0 ${OP} 0 cpdf_setrgbcolor_stroke
- 0 0 ${OP} 0 cpdf_show
- 0 0 ${OP} 0 cpdf_show_xy
- 0 0 ${OP} 0 cpdf_stringwidth
- 0 0 ${OP} 0 cpdf_stroke
- 0 0 ${OP} 0 cpdf_text
- 0 0 ${OP} 0 cpdf_translate
- 0 0 ${OP} 0 crack_check
- 0 0 ${OP} 0 crack_closedict
- 0 0 ${OP} 0 crack_getlastmessage
- 0 0 ${OP} 0 crack_opendict
- 0 0 ${OP} 0 crc32
- 0 0 ${OP} 0 create_function
- 0 0 ${OP} 0 crypt
- 0 0 ${OP} 0 ctype_alnum
- 0 0 ${OP} 0 ctype_alpha
- 0 0 ${OP} 0 ctype_cntrl
- 0 0 ${OP} 0 ctype_digit
- 0 0 ${OP} 0 ctype_graph
- 0 0 ${OP} 0 ctype_lower
- 0 0 ${OP} 0 ctype_print
- 0 0 ${OP} 0 ctype_punct
- 0 0 ${OP} 0 ctype_space
- 0 0 ${OP} 0 ctype_upper
- 0 0 ${OP} 0 ctype_xdigit
- 0 0 ${OP} 0 curl_close
- 0 0 ${OP} 0 curl_errno
- 0 0 ${OP} 0 curl_error
- 0 0 ${OP} 0 curl_exec
- 0 0 ${OP} 0 curl_getinfo
- 0 0 ${OP} 0 curl_init
- 0 0 ${OP} 0 curl_multi_add_handle
- 0 0 ${OP} 0 curl_multi_close
- 0 0 ${OP} 0 curl_multi_exec
- 0 0 ${OP} 0 curl_multi_getcontent
- 0 0 ${OP} 0 curl_multi_info_read
- 0 0 ${OP} 0 curl_multi_init
- 0 0 ${OP} 0 curl_multi_remove_handle
- 0 0 ${OP} 0 curl_multi_select
- 0 0 ${OP} 0 curl_setopt
- 0 0 ${OP} 0 curl_version
- 0 0 ${OP} 0 current
- 0 0 ${OP} 0 cybercash_base64_decode
- 0 0 ${OP} 0 cybercash_base64_encode
- 0 0 ${OP} 0 cybercash_decr
- 0 0 ${OP} 0 cybercash_encr
- 0 0 ${OP} 0 cyrus_authenticate
- 0 0 ${OP} 0 cyrus_bind
- 0 0 ${OP} 0 cyrus_close
- 0 0 ${OP} 0 cyrus_connect
- 0 0 ${OP} 0 cyrus_query
- 0 0 ${OP} 0 cyrus_unbind
- 0 0 ${OP} 0 date
- 0 0 ${OP} 0 date_default_timezone_get
- 0 0 ${OP} 0 date_default_timezone_set
- 0 0 ${OP} 0 dba_close
- 0 0 ${OP} 0 dba_delete
- 0 0 ${OP} 0 dba_exists
- 0 0 ${OP} 0 dba_fetch
- 0 0 ${OP} 0 dba_firstkey
- 0 0 ${OP} 0 dba_handlers
- 0 0 ${OP} 0 dba_insert
- 0 0 ${OP} 0 dba_key_split
- 0 0 ${OP} 0 dba_list
- 0 0 ${OP} 0 dba_nextkey
- 0 0 ${OP} 0 dba_open
- 0 0 ${OP} 0 dba_optimize
- 0 0 ${OP} 0 dba_popen
- 0 0 ${OP} 0 dba_replace
- 0 0 ${OP} 0 dba_sync
- 0 0 ${OP} 0 dbase_add_record
- 0 0 ${OP} 0 dbase_close
- 0 0 ${OP} 0 dbase_create
- 0 0 ${OP} 0 dbase_delete_record
- 0 0 ${OP} 0 dbase_get_header_info
- 0 0 ${OP} 0 dbase_get_record
- 0 0 ${OP} 0 dbase_get_record_with_names
- 0 0 ${OP} 0 dbase_numfields
- 0 0 ${OP} 0 dbase_numrecords
- 0 0 ${OP} 0 dbase_open
- 0 0 ${OP} 0 dbase_pack
- 0 0 ${OP} 0 dbase_replace_record
- 0 0 ${OP} 0 dblist
- 0 0 ${OP} 0 dbmclose
- 0 0 ${OP} 0 dbmdelete
- 0 0 ${OP} 0 dbmexists
- 0 0 ${OP} 0 dbmfetch
- 0 0 ${OP} 0 dbmfirstkey
- 0 0 ${OP} 0 dbminsert
- 0 0 ${OP} 0 dbmnextkey
- 0 0 ${OP} 0 dbmopen
- 0 0 ${OP} 0 dbmreplace
- 0 0 ${OP} 0 dbplus_add
- 0 0 ${OP} 0 dbplus_aql
- 0 0 ${OP} 0 dbplus_chdir
- 0 0 ${OP} 0 dbplus_close
- 0 0 ${OP} 0 dbplus_curr
- 0 0 ${OP} 0 dbplus_errcode
- 0 0 ${OP} 0 dbplus_errno
- 0 0 ${OP} 0 dbplus_find
- 0 0 ${OP} 0 dbplus_first
- 0 0 ${OP} 0 dbplus_flush
- 0 0 ${OP} 0 dbplus_freealllocks
- 0 0 ${OP} 0 dbplus_freelock
- 0 0 ${OP} 0 dbplus_freerlocks
- 0 0 ${OP} 0 dbplus_getlock
- 0 0 ${OP} 0 dbplus_getunique
- 0 0 ${OP} 0 dbplus_info
- 0 0 ${OP} 0 dbplus_last
- 0 0 ${OP} 0 dbplus_lockrel
- 0 0 ${OP} 0 dbplus_next
- 0 0 ${OP} 0 dbplus_open
- 0 0 ${OP} 0 dbplus_prev
- 0 0 ${OP} 0 dbplus_rchperm
- 0 0 ${OP} 0 dbplus_rcreate
- 0 0 ${OP} 0 dbplus_rcrtexact
- 0 0 ${OP} 0 dbplus_rcrtlike
- 0 0 ${OP} 0 dbplus_resolve
- 0 0 ${OP} 0 dbplus_restorepos
- 0 0 ${OP} 0 dbplus_rkeys
- 0 0 ${OP} 0 dbplus_ropen
- 0 0 ${OP} 0 dbplus_rquery
- 0 0 ${OP} 0 dbplus_rrename
- 0 0 ${OP} 0 dbplus_rsecindex
- 0 0 ${OP} 0 dbplus_runlink
- 0 0 ${OP} 0 dbplus_rzap
- 0 0 ${OP} 0 dbplus_savepos
- 0 0 ${OP} 0 dbplus_setindex
- 0 0 ${OP} 0 dbplus_setindexbynumber
- 0 0 ${OP} 0 dbplus_sql
- 0 0 ${OP} 0 dbplus_tcl
- 0 0 ${OP} 0 dbplus_tremove
- 0 0 ${OP} 0 dbplus_undo
- 0 0 ${OP} 0 dbplus_undoprepare
- 0 0 ${OP} 0 dbplus_unlockrel
- 0 0 ${OP} 0 dbplus_unselect
- 0 0 ${OP} 0 dbplus_update
- 0 0 ${OP} 0 dbplus_xlockrel
- 0 0 ${OP} 0 dbplus_xunlockrel
- 0 0 ${OP} 0 dbx_close
- 0 0 ${OP} 0 dbx_compare
- 0 0 ${OP} 0 dbx_connect
- 0 0 ${OP} 0 dbx_error
- 0 0 ${OP} 0 dbx_escape_string
- 0 0 ${OP} 0 dbx_fetch_row
- 0 0 ${OP} 0 dbx_query
- 0 0 ${OP} 0 dbx_sort
- 0 0 ${OP} 0 dcgettext
- 0 0 ${OP} 0 dcngettext
- 0 0 ${OP} 0 deaggregate
- 0 0 ${OP} 0 debug_backtrace
- 0 0 ${OP} 0 debug_print_backtrace
- 0 0 ${OP} 0 debugger_off
- 0 0 ${OP} 0 debugger_on
- 0 0 ${OP} 0 decbin
- 0 0 ${OP} 0 dechex
- 0 0 ${OP} 0 decoct
- 0 0 ${OP} 0 define
- 0 0 ${OP} 0 define_syslog_variables
- 0 0 ${OP} 0 defined
- 0 0 ${OP} 0 deg2rad
- 0 0 ${OP} 0 delete
- 0 0 ${OP} 0 dgettext
- 0 0 ${OP} 0 dio_close
- 0 0 ${OP} 0 dio_fcntl
- 0 0 ${OP} 0 dio_open
- 0 0 ${OP} 0 dio_read
- 0 0 ${OP} 0 dio_seek
- 0 0 ${OP} 0 dio_stat
- 0 0 ${OP} 0 dio_tcsetattr
- 0 0 ${OP} 0 dio_truncate
- 0 0 ${OP} 0 dio_write
- 0 0 ${OP} 0 dir
- 0 0 ${OP} 0 dirname
- 0 0 ${OP} 0 disk_free_space
- 0 0 ${OP} 0 disk_total_space
- 0 0 ${OP} 0 diskfreespace
- 0 0 ${OP} 0 dl
- 0 0 ${OP} 0 dngettext
- 0 0 ${OP} 0 dns_check_record
- 0 0 ${OP} 0 dns_get_mx
- 0 0 ${OP} 0 dns_get_record
- 0 0 ${OP} 0 domxml_new_doc
- 0 0 ${OP} 0 domxml_open_file
- 0 0 ${OP} 0 domxml_open_mem
- 0 0 ${OP} 0 domxml_version
- 0 0 ${OP} 0 domxml_xmltree
- 0 0 ${OP} 0 domxml_xslt_stylesheet
- 0 0 ${OP} 0 domxml_xslt_stylesheet_doc
- 0 0 ${OP} 0 domxml_xslt_stylesheet_file
- 0 0 ${OP} 0 dotnet_load
- 0 0 ${OP} 0 doubleval
- 0 0 ${OP} 0 each
- 0 0 ${OP} 0 easter_date
- 0 0 ${OP} 0 easter_days
- 0 0 ${OP} 0 ebcdic2ascii
- 0 0 ${OP} 0 echo
- 0 0 ${OP} 0 empty
- 0 0 ${OP} 0 end
- 0 0 ${OP} 0 ereg
- 0 0 ${OP} 0 ereg_replace
- 0 0 ${OP} 0 eregi
- 0 0 ${OP} 0 eregi_replace
- 0 0 ${OP} 0 error_log
- 0 0 ${OP} 0 error_reporting
- 0 0 ${OP} 0 escapeshellarg
- 0 0 ${OP} 0 escapeshellcmd
- 0 0 ${OP} 0 eval
- 0 0 ${OP} 0 exec
- 0 0 ${OP} 0 exif_imagetype
- 0 0 ${OP} 0 exif_read_data
- 0 0 ${OP} 0 exif_thumbnail
- 0 0 ${OP} 0 exp
- 0 0 ${OP} 0 explode
- 0 0 ${OP} 0 expm1
- 0 0 ${OP} 0 extension_loaded
- 0 0 ${OP} 0 extract
- 0 0 ${OP} 0 ezmlm_hash
- 0 0 ${OP} 0 fam_cancel_monitor
- 0 0 ${OP} 0 fam_close
- 0 0 ${OP} 0 fam_monitor_collection
- 0 0 ${OP} 0 fam_monitor_directory
- 0 0 ${OP} 0 fam_monitor_file
- 0 0 ${OP} 0 fam_next_event
- 0 0 ${OP} 0 fam_open
- 0 0 ${OP} 0 fam_pending
- 0 0 ${OP} 0 fam_resume_monitor
- 0 0 ${OP} 0 fam_suspend_monitor
- 0 0 ${OP} 0 fbsql_affected_rows
- 0 0 ${OP} 0 fbsql_autocommit
- 0 0 ${OP} 0 fbsql_change_user
- 0 0 ${OP} 0 fbsql_close
- 0 0 ${OP} 0 fbsql_commit
- 0 0 ${OP} 0 fbsql_connect
- 0 0 ${OP} 0 fbsql_create_blob
- 0 0 ${OP} 0 fbsql_create_clob
- 0 0 ${OP} 0 fbsql_create_db
- 0 0 ${OP} 0 fbsql_data_seek
- 0 0 ${OP} 0 fbsql_database
- 0 0 ${OP} 0 fbsql_database_password
- 0 0 ${OP} 0 fbsql_db_query
- 0 0 ${OP} 0 fbsql_db_status
- 0 0 ${OP} 0 fbsql_drop_db
- 0 0 ${OP} 0 fbsql_errno
- 0 0 ${OP} 0 fbsql_error
- 0 0 ${OP} 0 fbsql_fetch_array
- 0 0 ${OP} 0 fbsql_fetch_assoc
- 0 0 ${OP} 0 fbsql_fetch_field
- 0 0 ${OP} 0 fbsql_fetch_lengths
- 0 0 ${OP} 0 fbsql_fetch_object
- 0 0 ${OP} 0 fbsql_fetch_row
- 0 0 ${OP} 0 fbsql_field_flags
- 0 0 ${OP} 0 fbsql_field_len
- 0 0 ${OP} 0 fbsql_field_name
- 0 0 ${OP} 0 fbsql_field_seek
- 0 0 ${OP} 0 fbsql_field_table
- 0 0 ${OP} 0 fbsql_field_type
- 0 0 ${OP} 0 fbsql_free_result
- 0 0 ${OP} 0 fbsql_get_autostart_info
- 0 0 ${OP} 0 fbsql_hostname
- 0 0 ${OP} 0 fbsql_insert_id
- 0 0 ${OP} 0 fbsql_list_dbs
- 0 0 ${OP} 0 fbsql_list_fields
- 0 0 ${OP} 0 fbsql_list_tables
- 0 0 ${OP} 0 fbsql_next_result
- 0 0 ${OP} 0 fbsql_num_fields
- 0 0 ${OP} 0 fbsql_num_rows
- 0 0 ${OP} 0 fbsql_password
- 0 0 ${OP} 0 fbsql_pconnect
- 0 0 ${OP} 0 fbsql_query
- 0 0 ${OP} 0 fbsql_read_blob
- 0 0 ${OP} 0 fbsql_read_clob
- 0 0 ${OP} 0 fbsql_result
- 0 0 ${OP} 0 fbsql_rollback
- 0 0 ${OP} 0 fbsql_select_db
- 0 0 ${OP} 0 fbsql_set_lob_mode
- 0 0 ${OP} 0 fbsql_set_transaction
- 0 0 ${OP} 0 fbsql_start_db
- 0 0 ${OP} 0 fbsql_stop_db
- 0 0 ${OP} 0 fbsql_tablename
- 0 0 ${OP} 0 fbsql_username
- 0 0 ${OP} 0 fbsql_warnings
- 0 0 ${OP} 0 fclose
- 0 0 ${OP} 0 fdf_add_doc_javascript
- 0 0 ${OP} 0 fdf_add_template
- 0 0 ${OP} 0 fdf_close
- 0 0 ${OP} 0 fdf_create
- 0 0 ${OP} 0 fdf_enum_values
- 0 0 ${OP} 0 fdf_errno
- 0 0 ${OP} 0 fdf_error
- 0 0 ${OP} 0 fdf_get_ap
- 0 0 ${OP} 0 fdf_get_attachment
- 0 0 ${OP} 0 fdf_get_encoding
- 0 0 ${OP} 0 fdf_get_file
- 0 0 ${OP} 0 fdf_get_flags
- 0 0 ${OP} 0 fdf_get_opt
- 0 0 ${OP} 0 fdf_get_status
- 0 0 ${OP} 0 fdf_get_value
- 0 0 ${OP} 0 fdf_get_version
- 0 0 ${OP} 0 fdf_header
- 0 0 ${OP} 0 fdf_next_field_name
- 0 0 ${OP} 0 fdf_open
- 0 0 ${OP} 0 fdf_open_string
- 0 0 ${OP} 0 fdf_remove_item
- 0 0 ${OP} 0 fdf_save
- 0 0 ${OP} 0 fdf_save_string
- 0 0 ${OP} 0 fdf_set_ap
- 0 0 ${OP} 0 fdf_set_encoding
- 0 0 ${OP} 0 fdf_set_file
- 0 0 ${OP} 0 fdf_set_flags
- 0 0 ${OP} 0 fdf_set_javascript_action
- 0 0 ${OP} 0 fdf_set_opt
- 0 0 ${OP} 0 fdf_set_status
- 0 0 ${OP} 0 fdf_set_submit_form_action
- 0 0 ${OP} 0 fdf_set_target_frame
- 0 0 ${OP} 0 fdf_set_value
- 0 0 ${OP} 0 fdf_set_version
- 0 0 ${OP} 0 feof
- 0 0 ${OP} 0 fflush
- 0 0 ${OP} 0 fgetc
- 0 0 ${OP} 0 fgetcsv
- 0 0 ${OP} 0 fgets
- 0 0 ${OP} 0 fgetss
- 0 0 ${OP} 0 file
- 0 0 ${OP} 0 file_exists
- 0 0 ${OP} 0 file_get_contents
- 0 0 ${OP} 0 file_put_contents
- 0 0 ${OP} 0 fileatime
- 0 0 ${OP} 0 filectime
- 0 0 ${OP} 0 filegroup
- 0 0 ${OP} 0 fileinode
- 0 0 ${OP} 0 filemtime
- 0 0 ${OP} 0 fileowner
- 0 0 ${OP} 0 fileperms
- 0 0 ${OP} 0 filepro
- 0 0 ${OP} 0 filepro_fieldcount
- 0 0 ${OP} 0 filepro_fieldname
- 0 0 ${OP} 0 filepro_fieldtype
- 0 0 ${OP} 0 filepro_fieldwidth
- 0 0 ${OP} 0 filepro_retrieve
- 0 0 ${OP} 0 filepro_rowcount
- 0 0 ${OP} 0 filesize
- 0 0 ${OP} 0 filetype
- 0 0 ${OP} 0 floatval
- 0 0 ${OP} 0 flock
- 0 0 ${OP} 0 floor
- 0 0 ${OP} 0 flush
- 0 0 ${OP} 0 fmod
- 0 0 ${OP} 0 fn
- 0 0 ${OP} 0 fnmatch
- 0 0 ${OP} 0 fopen
- 0 0 ${OP} 0 fpassthru
- 0 0 ${OP} 0 fprintf
- 0 0 ${OP} 0 fputs
- 0 0 ${OP} 0 fread
- 0 0 ${OP} 0 frenchtojd
- 0 0 ${OP} 0 fribidi_log2vis
- 0 0 ${OP} 0 fscanf
- 0 0 ${OP} 0 fseek
- 0 0 ${OP} 0 fsockopen
- 0 0 ${OP} 0 fstat
- 0 0 ${OP} 0 ftell
- 0 0 ${OP} 0 ftok
- 0 0 ${OP} 0 ftp_alloc
- 0 0 ${OP} 0 ftp_cdup
- 0 0 ${OP} 0 ftp_chdir
- 0 0 ${OP} 0 ftp_chmod
- 0 0 ${OP} 0 ftp_close
- 0 0 ${OP} 0 ftp_connect
- 0 0 ${OP} 0 ftp_delete
- 0 0 ${OP} 0 ftp_exec
- 0 0 ${OP} 0 ftp_fget
- 0 0 ${OP} 0 ftp_fput
- 0 0 ${OP} 0 ftp_get
- 0 0 ${OP} 0 ftp_get_option
- 0 0 ${OP} 0 ftp_login
- 0 0 ${OP} 0 ftp_mdtm
- 0 0 ${OP} 0 ftp_mkdir
- 0 0 ${OP} 0 ftp_nb_continue
- 0 0 ${OP} 0 ftp_nb_fget
- 0 0 ${OP} 0 ftp_nb_fput
- 0 0 ${OP} 0 ftp_nb_get
- 0 0 ${OP} 0 ftp_nb_put
- 0 0 ${OP} 0 ftp_nlist
- 0 0 ${OP} 0 ftp_pasv
- 0 0 ${OP} 0 ftp_put
- 0 0 ${OP} 0 ftp_pwd
- 0 0 ${OP} 0 ftp_quit
- 0 0 ${OP} 0 ftp_raw
- 0 0 ${OP} 0 ftp_rawlist
- 0 0 ${OP} 0 ftp_rename
- 0 0 ${OP} 0 ftp_rmdir
- 0 0 ${OP} 0 ftp_set_option
- 0 0 ${OP} 0 ftp_site
- 0 0 ${OP} 0 ftp_size
- 0 0 ${OP} 0 ftp_ssl_connect
- 0 0 ${OP} 0 ftp_systype
- 0 0 ${OP} 0 ftruncate
- 0 0 ${OP} 0 func_get_arg
- 0 0 ${OP} 0 func_get_args
- 0 0 ${OP} 0 func_num_args
- 0 0 ${OP} 0 function
- 0 0 ${OP} 0 function_exists
- 0 0 ${OP} 0 fwrite
- 0 0 ${OP} 0 gd_info
- 0 0 ${OP} 0 get_browser
- 0 0 ${OP} 0 get_cfg_var
- 0 0 ${OP} 0 get_class
- 0 0 ${OP} 0 get_class_methods
- 0 0 ${OP} 0 get_class_vars
- 0 0 ${OP} 0 get_current_user
- 0 0 ${OP} 0 get_declared_classes
- 0 0 ${OP} 0 get_defined_constants
- 0 0 ${OP} 0 get_defined_functions
- 0 0 ${OP} 0 get_defined_vars
- 0 0 ${OP} 0 get_extension_funcs
- 0 0 ${OP} 0 get_html_translation_table
- 0 0 ${OP} 0 get_include_path
- 0 0 ${OP} 0 get_included_files
- 0 0 ${OP} 0 get_loaded_extensions
- 0 0 ${OP} 0 get_magic_quotes_gpc
- 0 0 ${OP} 0 get_magic_quotes_runtime
- 0 0 ${OP} 0 get_meta_tags
- 0 0 ${OP} 0 get_object_vars
- 0 0 ${OP} 0 get_parent_class
- 0 0 ${OP} 0 get_required_files
- 0 0 ${OP} 0 get_resource_type
- 0 0 ${OP} 0 getallheaders
- 0 0 ${OP} 0 getcwd
- 0 0 ${OP} 0 getdate
- 0 0 ${OP} 0 getenv
- 0 0 ${OP} 0 gethostbyaddr
- 0 0 ${OP} 0 gethostbyname
- 0 0 ${OP} 0 gethostbynamel
- 0 0 ${OP} 0 getimagesize
- 0 0 ${OP} 0 getlastmod
- 0 0 ${OP} 0 getmxrr
- 0 0 ${OP} 0 getmygid
- 0 0 ${OP} 0 getmyinode
- 0 0 ${OP} 0 getmypid
- 0 0 ${OP} 0 getmyuid
- 0 0 ${OP} 0 getopt
- 0 0 ${OP} 0 getprotobyname
- 0 0 ${OP} 0 getprotobynumber
- 0 0 ${OP} 0 getrandmax
- 0 0 ${OP} 0 getrusage
- 0 0 ${OP} 0 getservbyname
- 0 0 ${OP} 0 getservbyport
- 0 0 ${OP} 0 gettext
- 0 0 ${OP} 0 gettimeofday
- 0 0 ${OP} 0 gettype
- 0 0 ${OP} 0 glob
- 0 0 ${OP} 0 gmdate
- 0 0 ${OP} 0 gmmktime
- 0 0 ${OP} 0 gmp_abs
- 0 0 ${OP} 0 gmp_add
- 0 0 ${OP} 0 gmp_and
- 0 0 ${OP} 0 gmp_clrbit
- 0 0 ${OP} 0 gmp_cmp
- 0 0 ${OP} 0 gmp_com
- 0 0 ${OP} 0 gmp_div
- 0 0 ${OP} 0 gmp_div_q
- 0 0 ${OP} 0 gmp_div_qr
- 0 0 ${OP} 0 gmp_div_r
- 0 0 ${OP} 0 gmp_divexact
- 0 0 ${OP} 0 gmp_fact
- 0 0 ${OP} 0 gmp_gcd
- 0 0 ${OP} 0 gmp_gcdext
- 0 0 ${OP} 0 gmp_hamdist
- 0 0 ${OP} 0 gmp_init
- 0 0 ${OP} 0 gmp_intval
- 0 0 ${OP} 0 gmp_invert
- 0 0 ${OP} 0 gmp_jacobi
- 0 0 ${OP} 0 gmp_legendre
- 0 0 ${OP} 0 gmp_mod
- 0 0 ${OP} 0 gmp_mul
- 0 0 ${OP} 0 gmp_neg
- 0 0 ${OP} 0 gmp_or
- 0 0 ${OP} 0 gmp_perfect_square
- 0 0 ${OP} 0 gmp_popcount
- 0 0 ${OP} 0 gmp_pow
- 0 0 ${OP} 0 gmp_powm
- 0 0 ${OP} 0 gmp_prob_prime
- 0 0 ${OP} 0 gmp_random
- 0 0 ${OP} 0 gmp_scan0
- 0 0 ${OP} 0 gmp_scan1
- 0 0 ${OP} 0 gmp_setbit
- 0 0 ${OP} 0 gmp_sign
- 0 0 ${OP} 0 gmp_sqrt
- 0 0 ${OP} 0 gmp_sqrtrem
- 0 0 ${OP} 0 gmp_sqrtrm
- 0 0 ${OP} 0 gmp_strval
- 0 0 ${OP} 0 gmp_sub
- 0 0 ${OP} 0 gmp_xor
- 0 0 ${OP} 0 gmstrftime
- 0 0 ${OP} 0 gregoriantojd
- 0 0 ${OP} 0 gzclose
- 0 0 ${OP} 0 gzcompress
- 0 0 ${OP} 0 gzdeflate
- 0 0 ${OP} 0 gzencode
- 0 0 ${OP} 0 gzeof
- 0 0 ${OP} 0 gzfile
- 0 0 ${OP} 0 gzgetc
- 0 0 ${OP} 0 gzgets
- 0 0 ${OP} 0 gzgetss
- 0 0 ${OP} 0 gzinflate
- 0 0 ${OP} 0 gzopen
- 0 0 ${OP} 0 gzpassthru
- 0 0 ${OP} 0 gzputs
- 0 0 ${OP} 0 gzread
- 0 0 ${OP} 0 gzrewind
- 0 0 ${OP} 0 gzseek
- 0 0 ${OP} 0 gztell
- 0 0 ${OP} 0 gzuncompress
- 0 0 ${OP} 0 gzwrite
- 0 0 ${OP} 0 hash
- 0 0 ${OP} 0 hash_algos
- 0 0 ${OP} 0 hash_copy
- 0 0 ${OP} 0 hash_file
- 0 0 ${OP} 0 hash_final
- 0 0 ${OP} 0 hash_hmac
- 0 0 ${OP} 0 hash_hmac_file
- 0 0 ${OP} 0 hash_init
- 0 0 ${OP} 0 hash_update
- 0 0 ${OP} 0 hash_update_file
- 0 0 ${OP} 0 hash_update_stream
- 0 0 ${OP} 0 header
- 0 0 ${OP} 0 headers_list
- 0 0 ${OP} 0 headers_sent
- 0 0 ${OP} 0 hebrev
- 0 0 ${OP} 0 hebrevc
- 0 0 ${OP} 0 hexdec
- 0 0 ${OP} 0 highlight_file
- 0 0 ${OP} 0 highlight_string
- 0 0 ${OP} 0 html_entity_decode
- 0 0 ${OP} 0 htmlentities
- 0 0 ${OP} 0 htmlspecialchars
- 0 0 ${OP} 0 htmlspecialchars_decode
- 0 0 ${OP} 0 http_build_query
- 0 0 ${OP} 0 hw_api_attribute
- 0 0 ${OP} 0 hw_api_content
- 0 0 ${OP} 0 hw_api_object
- 0 0 ${OP} 0 hw_Array2Objrec
- 0 0 ${OP} 0 hw_changeobject
- 0 0 ${OP} 0 hw_Children
- 0 0 ${OP} 0 hw_ChildrenObj
- 0 0 ${OP} 0 hw_Close
- 0 0 ${OP} 0 hw_Connect
- 0 0 ${OP} 0 hw_connection_info
- 0 0 ${OP} 0 hw_cp
- 0 0 ${OP} 0 hw_Deleteobject
- 0 0 ${OP} 0 hw_DocByAnchor
- 0 0 ${OP} 0 hw_DocByAnchorObj
- 0 0 ${OP} 0 hw_Document_Attributes
- 0 0 ${OP} 0 hw_Document_BodyTag
- 0 0 ${OP} 0 hw_Document_Content
- 0 0 ${OP} 0 hw_Document_SetContent
- 0 0 ${OP} 0 hw_Document_Size
- 0 0 ${OP} 0 hw_dummy
- 0 0 ${OP} 0 hw_EditText
- 0 0 ${OP} 0 hw_Error
- 0 0 ${OP} 0 hw_ErrorMsg
- 0 0 ${OP} 0 hw_Free_Document
- 0 0 ${OP} 0 hw_GetAnchors
- 0 0 ${OP} 0 hw_GetAnchorsObj
- 0 0 ${OP} 0 hw_GetAndLock
- 0 0 ${OP} 0 hw_GetChildColl
- 0 0 ${OP} 0 hw_GetChildCollObj
- 0 0 ${OP} 0 hw_GetChildDocColl
- 0 0 ${OP} 0 hw_GetChildDocCollObj
- 0 0 ${OP} 0 hw_GetObject
- 0 0 ${OP} 0 hw_GetObjectByQuery
- 0 0 ${OP} 0 hw_GetObjectByQueryColl
- 0 0 ${OP} 0 hw_GetObjectByQueryCollObj
- 0 0 ${OP} 0 hw_GetObjectByQueryObj
- 0 0 ${OP} 0 hw_GetParents
- 0 0 ${OP} 0 hw_GetParentsObj
- 0 0 ${OP} 0 hw_getrellink
- 0 0 ${OP} 0 hw_GetRemote
- 0 0 ${OP} 0 hw_getremotechildren
- 0 0 ${OP} 0 hw_GetSrcByDestObj
- 0 0 ${OP} 0 hw_GetText
- 0 0 ${OP} 0 hw_getusername
- 0 0 ${OP} 0 hw_Identify
- 0 0 ${OP} 0 hw_InCollections
- 0 0 ${OP} 0 hw_Info
- 0 0 ${OP} 0 hw_InsColl
- 0 0 ${OP} 0 hw_InsDoc
- 0 0 ${OP} 0 hw_insertanchors
- 0 0 ${OP} 0 hw_InsertDocument
- 0 0 ${OP} 0 hw_InsertObject
- 0 0 ${OP} 0 hw_mapid
- 0 0 ${OP} 0 hw_Modifyobject
- 0 0 ${OP} 0 hw_mv
- 0 0 ${OP} 0 hw_New_Document
- 0 0 ${OP} 0 hw_objrec2array
- 0 0 ${OP} 0 hw_Output_Document
- 0 0 ${OP} 0 hw_pConnect
- 0 0 ${OP} 0 hw_PipeDocument
- 0 0 ${OP} 0 hw_Root
- 0 0 ${OP} 0 hw_setlinkroot
- 0 0 ${OP} 0 hw_stat
- 0 0 ${OP} 0 hw_Unlock
- 0 0 ${OP} 0 hw_Who
- 0 0 ${OP} 0 hwapi_hgcsp
- 0 0 ${OP} 0 hypot
- 0 0 ${OP} 0 ibase_add_user
- 0 0 ${OP} 0 ibase_affected_rows
- 0 0 ${OP} 0 ibase_blob_add
- 0 0 ${OP} 0 ibase_blob_cancel
- 0 0 ${OP} 0 ibase_blob_close
- 0 0 ${OP} 0 ibase_blob_create
- 0 0 ${OP} 0 ibase_blob_echo
- 0 0 ${OP} 0 ibase_blob_get
- 0 0 ${OP} 0 ibase_blob_import
- 0 0 ${OP} 0 ibase_blob_info
- 0 0 ${OP} 0 ibase_blob_open
- 0 0 ${OP} 0 ibase_close
- 0 0 ${OP} 0 ibase_commit
- 0 0 ${OP} 0 ibase_commit_ret
- 0 0 ${OP} 0 ibase_connect
- 0 0 ${OP} 0 ibase_delete_user
- 0 0 ${OP} 0 ibase_drop_db
- 0 0 ${OP} 0 ibase_errcode
- 0 0 ${OP} 0 ibase_errmsg
- 0 0 ${OP} 0 ibase_execute
- 0 0 ${OP} 0 ibase_fetch_assoc
- 0 0 ${OP} 0 ibase_fetch_object
- 0 0 ${OP} 0 ibase_fetch_row
- 0 0 ${OP} 0 ibase_field_info
- 0 0 ${OP} 0 ibase_free_event_handler
- 0 0 ${OP} 0 ibase_free_query
- 0 0 ${OP} 0 ibase_free_result
- 0 0 ${OP} 0 ibase_gen_id
- 0 0 ${OP} 0 ibase_modify_user
- 0 0 ${OP} 0 ibase_name_result
- 0 0 ${OP} 0 ibase_num_fields
- 0 0 ${OP} 0 ibase_num_params
- 0 0 ${OP} 0 ibase_param_info
- 0 0 ${OP} 0 ibase_pconnect
- 0 0 ${OP} 0 ibase_prepare
- 0 0 ${OP} 0 ibase_query
- 0 0 ${OP} 0 ibase_rollback
- 0 0 ${OP} 0 ibase_rollback_ret
- 0 0 ${OP} 0 ibase_set_event_handler
- 0 0 ${OP} 0 ibase_timefmt
- 0 0 ${OP} 0 ibase_trans
- 0 0 ${OP} 0 ibase_wait_event
- 0 0 ${OP} 0 iconv
- 0 0 ${OP} 0 iconv_get_encoding
- 0 0 ${OP} 0 iconv_mime_decode
- 0 0 ${OP} 0 iconv_mime_decode_headers
- 0 0 ${OP} 0 iconv_mime_encode
- 0 0 ${OP} 0 iconv_set_encoding
- 0 0 ${OP} 0 iconv_strlen
- 0 0 ${OP} 0 iconv_strpos
- 0 0 ${OP} 0 iconv_strrpos
- 0 0 ${OP} 0 iconv_substr
- 0 0 ${OP} 0 ifx_affected_rows
- 0 0 ${OP} 0 ifx_blobinfile_mode
- 0 0 ${OP} 0 ifx_byteasvarchar
- 0 0 ${OP} 0 ifx_close
- 0 0 ${OP} 0 ifx_connect
- 0 0 ${OP} 0 ifx_copy_blob
- 0 0 ${OP} 0 ifx_create_blob
- 0 0 ${OP} 0 ifx_create_char
- 0 0 ${OP} 0 ifx_do
- 0 0 ${OP} 0 ifx_error
- 0 0 ${OP} 0 ifx_errormsg
- 0 0 ${OP} 0 ifx_fetch_row
- 0 0 ${OP} 0 ifx_fieldproperties
- 0 0 ${OP} 0 ifx_fieldtypes
- 0 0 ${OP} 0 ifx_free_blob
- 0 0 ${OP} 0 ifx_free_char
- 0 0 ${OP} 0 ifx_free_result
- 0 0 ${OP} 0 ifx_get_blob
- 0 0 ${OP} 0 ifx_get_char
- 0 0 ${OP} 0 ifx_getsqlca
- 0 0 ${OP} 0 ifx_htmltbl_result
- 0 0 ${OP} 0 ifx_nullformat
- 0 0 ${OP} 0 ifx_num_fields
- 0 0 ${OP} 0 ifx_num_rows
- 0 0 ${OP} 0 ifx_pconnect
- 0 0 ${OP} 0 ifx_prepare
- 0 0 ${OP} 0 ifx_query
- 0 0 ${OP} 0 ifx_textasvarchar
- 0 0 ${OP} 0 ifx_update_blob
- 0 0 ${OP} 0 ifx_update_char
- 0 0 ${OP} 0 ifxus_close_slob
- 0 0 ${OP} 0 ifxus_create_slob
- 0 0 ${OP} 0 ifxus_free_slob
- 0 0 ${OP} 0 ifxus_open_slob
- 0 0 ${OP} 0 ifxus_read_slob
- 0 0 ${OP} 0 ifxus_seek_slob
- 0 0 ${OP} 0 ifxus_tell_slob
- 0 0 ${OP} 0 ifxus_write_slob
- 0 0 ${OP} 0 ignore_user_abort
- 0 0 ${OP} 0 image2wbmp
- 0 0 ${OP} 0 image_type_to_mime_type
- 0 0 ${OP} 0 imagealphablending
- 0 0 ${OP} 0 imageantialias
- 0 0 ${OP} 0 imagearc
- 0 0 ${OP} 0 imagechar
- 0 0 ${OP} 0 imagecharup
- 0 0 ${OP} 0 imagecolorallocate
- 0 0 ${OP} 0 imagecolorallocatealpha
- 0 0 ${OP} 0 imagecolorat
- 0 0 ${OP} 0 imagecolorclosest
- 0 0 ${OP} 0 imagecolorclosestalpha
- 0 0 ${OP} 0 imagecolorclosesthwb
- 0 0 ${OP} 0 imagecolordeallocate
- 0 0 ${OP} 0 imagecolorexact
- 0 0 ${OP} 0 imagecolorexactalpha
- 0 0 ${OP} 0 imagecolormatch
- 0 0 ${OP} 0 imagecolorresolve
- 0 0 ${OP} 0 imagecolorresolvealpha
- 0 0 ${OP} 0 imagecolorset
- 0 0 ${OP} 0 imagecolorsforindex
- 0 0 ${OP} 0 imagecolorstotal
- 0 0 ${OP} 0 imagecolortransparent
- 0 0 ${OP} 0 imagecopy
- 0 0 ${OP} 0 imagecopymerge
- 0 0 ${OP} 0 imagecopymergegray
- 0 0 ${OP} 0 imagecopyresampled
- 0 0 ${OP} 0 imagecopyresized
- 0 0 ${OP} 0 imagecreate
- 0 0 ${OP} 0 imagecreatefromgd
- 0 0 ${OP} 0 imagecreatefromgd2
- 0 0 ${OP} 0 imagecreatefromgd2part
- 0 0 ${OP} 0 imagecreatefromgif
- 0 0 ${OP} 0 imagecreatefromjpeg
- 0 0 ${OP} 0 imagecreatefrompng
- 0 0 ${OP} 0 imagecreatefromstring
- 0 0 ${OP} 0 imagecreatefromwbmp
- 0 0 ${OP} 0 imagecreatefromxbm
- 0 0 ${OP} 0 imagecreatefromxpm
- 0 0 ${OP} 0 imagecreatetruecolor
- 0 0 ${OP} 0 imagedashedline
- 0 0 ${OP} 0 imagedestroy
- 0 0 ${OP} 0 imageellipse
- 0 0 ${OP} 0 imagefill
- 0 0 ${OP} 0 imagefilledarc
- 0 0 ${OP} 0 imagefilledellipse
- 0 0 ${OP} 0 imagefilledpolygon
- 0 0 ${OP} 0 imagefilledrectangle
- 0 0 ${OP} 0 imagefilltoborder
- 0 0 ${OP} 0 imagefontheight
- 0 0 ${OP} 0 imagefontwidth
- 0 0 ${OP} 0 imageftbbox
- 0 0 ${OP} 0 imagefttext
- 0 0 ${OP} 0 imagegammacorrect
- 0 0 ${OP} 0 imagegd
- 0 0 ${OP} 0 imagegd2
- 0 0 ${OP} 0 imagegif
- 0 0 ${OP} 0 imageinterlace
- 0 0 ${OP} 0 imageistruecolor
- 0 0 ${OP} 0 imagejpeg
- 0 0 ${OP} 0 imageline
- 0 0 ${OP} 0 imageloadfont
- 0 0 ${OP} 0 imagepalettecopy
- 0 0 ${OP} 0 imagepng
- 0 0 ${OP} 0 imagepolygon
- 0 0 ${OP} 0 imagepsbbox
- 0 0 ${OP} 0 imagepscopyfont
- 0 0 ${OP} 0 imagepsencodefont
- 0 0 ${OP} 0 imagepsextendfont
- 0 0 ${OP} 0 imagepsfreefont
- 0 0 ${OP} 0 imagepsloadfont
- 0 0 ${OP} 0 imagepsslantfont
- 0 0 ${OP} 0 imagepstext
- 0 0 ${OP} 0 imagerectangle
- 0 0 ${OP} 0 imagerotate
- 0 0 ${OP} 0 imagesavealpha
- 0 0 ${OP} 0 imagesetbrush
- 0 0 ${OP} 0 imagesetpixel
- 0 0 ${OP} 0 imagesetstyle
- 0 0 ${OP} 0 imagesetthickness
- 0 0 ${OP} 0 imagesettile
- 0 0 ${OP} 0 imagestring
- 0 0 ${OP} 0 imagestringup
- 0 0 ${OP} 0 imagesx
- 0 0 ${OP} 0 imagesy
- 0 0 ${OP} 0 imagetruecolortopalette
- 0 0 ${OP} 0 imagettfbbox
- 0 0 ${OP} 0 imagettftext
- 0 0 ${OP} 0 imagetypes
- 0 0 ${OP} 0 imagewbmp
- 0 0 ${OP} 0 imap_8bit
- 0 0 ${OP} 0 imap_alerts
- 0 0 ${OP} 0 imap_append
- 0 0 ${OP} 0 imap_base64
- 0 0 ${OP} 0 imap_binary
- 0 0 ${OP} 0 imap_body
- 0 0 ${OP} 0 imap_bodystruct
- 0 0 ${OP} 0 imap_check
- 0 0 ${OP} 0 imap_clearflag_full
- 0 0 ${OP} 0 imap_close
- 0 0 ${OP} 0 imap_createmailbox
- 0 0 ${OP} 0 imap_delete
- 0 0 ${OP} 0 imap_deletemailbox
- 0 0 ${OP} 0 imap_errors
- 0 0 ${OP} 0 imap_expunge
- 0 0 ${OP} 0 imap_fetch_overview
- 0 0 ${OP} 0 imap_fetchbody
- 0 0 ${OP} 0 imap_fetchheader
- 0 0 ${OP} 0 imap_fetchstructure
- 0 0 ${OP} 0 imap_get_quota
- 0 0 ${OP} 0 imap_get_quotaroot
- 0 0 ${OP} 0 imap_getacl
- 0 0 ${OP} 0 imap_getmailboxes
- 0 0 ${OP} 0 imap_getsubscribed
- 0 0 ${OP} 0 imap_header
- 0 0 ${OP} 0 imap_headerinfo
- 0 0 ${OP} 0 imap_headers
- 0 0 ${OP} 0 imap_last_error
- 0 0 ${OP} 0 imap_list
- 0 0 ${OP} 0 imap_listmailbox
- 0 0 ${OP} 0 imap_listscan
- 0 0 ${OP} 0 imap_listsubscribed
- 0 0 ${OP} 0 imap_lsub
- 0 0 ${OP} 0 imap_mail
- 0 0 ${OP} 0 imap_mail_compose
- 0 0 ${OP} 0 imap_mail_copy
- 0 0 ${OP} 0 imap_mail_move
- 0 0 ${OP} 0 imap_mailboxmsginfo
- 0 0 ${OP} 0 imap_mime_header_decode
- 0 0 ${OP} 0 imap_msgno
- 0 0 ${OP} 0 imap_num_msg
- 0 0 ${OP} 0 imap_num_recent
- 0 0 ${OP} 0 imap_open
- 0 0 ${OP} 0 imap_ping
- 0 0 ${OP} 0 imap_qprint
- 0 0 ${OP} 0 imap_renamemailbox
- 0 0 ${OP} 0 imap_reopen
- 0 0 ${OP} 0 imap_rfc822_parse_adrlist
- 0 0 ${OP} 0 imap_rfc822_parse_headers
- 0 0 ${OP} 0 imap_rfc822_write_address
- 0 0 ${OP} 0 imap_scanmailbox
- 0 0 ${OP} 0 imap_search
- 0 0 ${OP} 0 imap_set_quota
- 0 0 ${OP} 0 imap_setacl
- 0 0 ${OP} 0 imap_setflag_full
- 0 0 ${OP} 0 imap_sort
- 0 0 ${OP} 0 imap_status
- 0 0 ${OP} 0 imap_subscribe
- 0 0 ${OP} 0 imap_thread
- 0 0 ${OP} 0 imap_timeout
- 0 0 ${OP} 0 imap_uid
- 0 0 ${OP} 0 imap_undelete
- 0 0 ${OP} 0 imap_unsubscribe
- 0 0 ${OP} 0 imap_utf7_decode
- 0 0 ${OP} 0 imap_utf7_encode
- 0 0 ${OP} 0 imap_utf8
- 0 0 ${OP} 0 implode
- 0 0 ${OP} 0 import_request_variables
- 0 0 ${OP} 0 in_array
- 0 0 ${OP} 0 ingres_autocommit
- 0 0 ${OP} 0 ingres_close
- 0 0 ${OP} 0 ingres_commit
- 0 0 ${OP} 0 ingres_connect
- 0 0 ${OP} 0 ingres_fetch_array
- 0 0 ${OP} 0 ingres_fetch_object
- 0 0 ${OP} 0 ingres_fetch_row
- 0 0 ${OP} 0 ingres_field_length
- 0 0 ${OP} 0 ingres_field_name
- 0 0 ${OP} 0 ingres_field_nullable
- 0 0 ${OP} 0 ingres_field_precision
- 0 0 ${OP} 0 ingres_field_scale
- 0 0 ${OP} 0 ingres_field_type
- 0 0 ${OP} 0 ingres_num_fields
- 0 0 ${OP} 0 ingres_num_rows
- 0 0 ${OP} 0 ingres_pconnect
- 0 0 ${OP} 0 ingres_query
- 0 0 ${OP} 0 ingres_rollback
- 0 0 ${OP} 0 ini_alter
- 0 0 ${OP} 0 ini_get
- 0 0 ${OP} 0 ini_get_all
- 0 0 ${OP} 0 ini_restore
- 0 0 ${OP} 0 ini_set
- 0 0 ${OP} 0 intval
- 0 0 ${OP} 0 ip2long
- 0 0 ${OP} 0 iptcembed
- 0 0 ${OP} 0 iptcparse
- 0 0 ${OP} 0 ircg_channel_mode
- 0 0 ${OP} 0 ircg_disconnect
- 0 0 ${OP} 0 ircg_fetch_error_msg
- 0 0 ${OP} 0 ircg_get_username
- 0 0 ${OP} 0 ircg_html_encode
- 0 0 ${OP} 0 ircg_ignore_add
- 0 0 ${OP} 0 ircg_ignore_del
- 0 0 ${OP} 0 ircg_is_conn_alive
- 0 0 ${OP} 0 ircg_join
- 0 0 ${OP} 0 ircg_kick
- 0 0 ${OP} 0 ircg_lookup_format_messages
- 0 0 ${OP} 0 ircg_msg
- 0 0 ${OP} 0 ircg_nick
- 0 0 ${OP} 0 ircg_nickname_escape
- 0 0 ${OP} 0 ircg_nickname_unescape
- 0 0 ${OP} 0 ircg_notice
- 0 0 ${OP} 0 ircg_part
- 0 0 ${OP} 0 ircg_pconnect
- 0 0 ${OP} 0 ircg_register_format_messages
- 0 0 ${OP} 0 ircg_set_current
- 0 0 ${OP} 0 ircg_set_file
- 0 0 ${OP} 0 ircg_set_on_die
- 0 0 ${OP} 0 ircg_topic
- 0 0 ${OP} 0 ircg_whois
- 0 0 ${OP} 0 is_a
- 0 0 ${OP} 0 is_array
- 0 0 ${OP} 0 is_bool
- 0 0 ${OP} 0 is_callable
- 0 0 ${OP} 0 is_dir
- 0 0 ${OP} 0 is_double
- 0 0 ${OP} 0 is_executable
- 0 0 ${OP} 0 is_file
- 0 0 ${OP} 0 is_finite
- 0 0 ${OP} 0 is_float
- 0 0 ${OP} 0 is_infinite
- 0 0 ${OP} 0 is_int
- 0 0 ${OP} 0 is_integer
- 0 0 ${OP} 0 is_link
- 0 0 ${OP} 0 is_long
- 0 0 ${OP} 0 is_nan
- 0 0 ${OP} 0 is_null
- 0 0 ${OP} 0 is_numeric
- 0 0 ${OP} 0 is_object
- 0 0 ${OP} 0 is_readable
- 0 0 ${OP} 0 is_real
- 0 0 ${OP} 0 is_resource
- 0 0 ${OP} 0 is_scalar
- 0 0 ${OP} 0 is_string
- 0 0 ${OP} 0 is_subclass_of
- 0 0 ${OP} 0 is_uploaded_file
- 0 0 ${OP} 0 is_writable
- 0 0 ${OP} 0 is_writeable
- 0 0 ${OP} 0 isset
- 0 0 ${OP} 0 java_last_exception_clear
- 0 0 ${OP} 0 java_last_exception_get
- 0 0 ${OP} 0 jddayofweek
- 0 0 ${OP} 0 jdmonthname
- 0 0 ${OP} 0 jdtofrench
- 0 0 ${OP} 0 jdtogregorian
- 0 0 ${OP} 0 jdtojewish
- 0 0 ${OP} 0 jdtojulian
- 0 0 ${OP} 0 jdtounix
- 0 0 ${OP} 0 jewishtojd
- 0 0 ${OP} 0 join
- 0 0 ${OP} 0 jpeg2wbmp
- 0 0 ${OP} 0 json_decode
- 0 0 ${OP} 0 json_encode
- 0 0 ${OP} 0 juliantojd
- 0 0 ${OP} 0 krsort
- 0 0 ${OP} 0 ksort
- 0 0 ${OP} 0 lcg_value
- 0 0 ${OP} 0 ldap_8859_to_t61
- 0 0 ${OP} 0 ldap_add
- 0 0 ${OP} 0 ldap_bind
- 0 0 ${OP} 0 ldap_close
- 0 0 ${OP} 0 ldap_compare
- 0 0 ${OP} 0 ldap_connect
- 0 0 ${OP} 0 ldap_count_entries
- 0 0 ${OP} 0 ldap_delete
- 0 0 ${OP} 0 ldap_dn2ufn
- 0 0 ${OP} 0 ldap_err2str
- 0 0 ${OP} 0 ldap_errno
- 0 0 ${OP} 0 ldap_error
- 0 0 ${OP} 0 ldap_explode_dn
- 0 0 ${OP} 0 ldap_first_attribute
- 0 0 ${OP} 0 ldap_first_entry
- 0 0 ${OP} 0 ldap_first_reference
- 0 0 ${OP} 0 ldap_free_result
- 0 0 ${OP} 0 ldap_get_attributes
- 0 0 ${OP} 0 ldap_get_dn
- 0 0 ${OP} 0 ldap_get_entries
- 0 0 ${OP} 0 ldap_get_option
- 0 0 ${OP} 0 ldap_get_values
- 0 0 ${OP} 0 ldap_get_values_len
- 0 0 ${OP} 0 ldap_list
- 0 0 ${OP} 0 ldap_mod_add
- 0 0 ${OP} 0 ldap_mod_del
- 0 0 ${OP} 0 ldap_mod_replace
- 0 0 ${OP} 0 ldap_modify
- 0 0 ${OP} 0 ldap_next_attribute
- 0 0 ${OP} 0 ldap_next_entry
- 0 0 ${OP} 0 ldap_next_reference
- 0 0 ${OP} 0 ldap_parse_reference
- 0 0 ${OP} 0 ldap_parse_result
- 0 0 ${OP} 0 ldap_read
- 0 0 ${OP} 0 ldap_rename
- 0 0 ${OP} 0 ldap_search
- 0 0 ${OP} 0 ldap_set_option
- 0 0 ${OP} 0 ldap_set_rebind_proc
- 0 0 ${OP} 0 ldap_sort
- 0 0 ${OP} 0 ldap_start_tls
- 0 0 ${OP} 0 ldap_t61_to_8859
- 0 0 ${OP} 0 ldap_unbind
- 0 0 ${OP} 0 levenshtein
- 0 0 ${OP} 0 linkinfo
- 0 0 ${OP} 0 localeconv
- 0 0 ${OP} 0 localtime
- 0 0 ${OP} 0 log
- 0 0 ${OP} 0 log10
- 0 0 ${OP} 0 log1p
- 0 0 ${OP} 0 long2ip
- 0 0 ${OP} 0 lstat
- 0 0 ${OP} 0 ltrim
- 0 0 ${OP} 0 lzf_compress
- 0 0 ${OP} 0 lzf_decompress
- 0 0 ${OP} 0 lzf_optimized_for
- 0 0 ${OP} 0 mail
- 0 0 ${OP} 0 mailparse_determine_best_xfer_encoding
- 0 0 ${OP} 0 mailparse_msg_create
- 0 0 ${OP} 0 mailparse_msg_extract_part
- 0 0 ${OP} 0 mailparse_msg_extract_part_file
- 0 0 ${OP} 0 mailparse_msg_free
- 0 0 ${OP} 0 mailparse_msg_get_part
- 0 0 ${OP} 0 mailparse_msg_get_part_data
- 0 0 ${OP} 0 mailparse_msg_get_structure
- 0 0 ${OP} 0 mailparse_msg_parse
- 0 0 ${OP} 0 mailparse_msg_parse_file
- 0 0 ${OP} 0 mailparse_rfc822_parse_addresses
- 0 0 ${OP} 0 mailparse_stream_encode
- 0 0 ${OP} 0 mailparse_uudecode_all
- 0 0 ${OP} 0 main
- 0 0 ${OP} 0 max
- 0 0 ${OP} 0 mb_convert_case
- 0 0 ${OP} 0 mb_convert_encoding
- 0 0 ${OP} 0 mb_convert_kana
- 0 0 ${OP} 0 mb_convert_variables
- 0 0 ${OP} 0 mb_decode_mimeheader
- 0 0 ${OP} 0 mb_decode_numericentity
- 0 0 ${OP} 0 mb_detect_encoding
- 0 0 ${OP} 0 mb_detect_order
- 0 0 ${OP} 0 mb_encode_mimeheader
- 0 0 ${OP} 0 mb_encode_numericentity
- 0 0 ${OP} 0 mb_ereg
- 0 0 ${OP} 0 mb_ereg_match
- 0 0 ${OP} 0 mb_ereg_replace
- 0 0 ${OP} 0 mb_ereg_search
- 0 0 ${OP} 0 mb_ereg_search_getpos
- 0 0 ${OP} 0 mb_ereg_search_getregs
- 0 0 ${OP} 0 mb_ereg_search_init
- 0 0 ${OP} 0 mb_ereg_search_pos
- 0 0 ${OP} 0 mb_ereg_search_regs
- 0 0 ${OP} 0 mb_ereg_search_setpos
- 0 0 ${OP} 0 mb_eregi
- 0 0 ${OP} 0 mb_eregi_replace
- 0 0 ${OP} 0 mb_get_info
- 0 0 ${OP} 0 mb_http_input
- 0 0 ${OP} 0 mb_http_output
- 0 0 ${OP} 0 mb_internal_encoding
- 0 0 ${OP} 0 mb_language
- 0 0 ${OP} 0 mb_output_handler
- 0 0 ${OP} 0 mb_parse_str
- 0 0 ${OP} 0 mb_preferred_mime_name
- 0 0 ${OP} 0 mb_regex_encoding
- 0 0 ${OP} 0 mb_regex_set_options
- 0 0 ${OP} 0 mb_send_mail
- 0 0 ${OP} 0 mb_split
- 0 0 ${OP} 0 mb_strcut
- 0 0 ${OP} 0 mb_strimwidth
- 0 0 ${OP} 0 mb_strlen
- 0 0 ${OP} 0 mb_strpos
- 0 0 ${OP} 0 mb_strrpos
- 0 0 ${OP} 0 mb_strtolower
- 0 0 ${OP} 0 mb_strtoupper
- 0 0 ${OP} 0 mb_strwidth
- 0 0 ${OP} 0 mb_substitute_character
- 0 0 ${OP} 0 mb_substr
- 0 0 ${OP} 0 mb_substr_count
- 0 0 ${OP} 0 mcal_append_event
- 0 0 ${OP} 0 mcal_close
- 0 0 ${OP} 0 mcal_create_calendar
- 0 0 ${OP} 0 mcal_date_compare
- 0 0 ${OP} 0 mcal_date_valid
- 0 0 ${OP} 0 mcal_day_of_week
- 0 0 ${OP} 0 mcal_day_of_year
- 0 0 ${OP} 0 mcal_days_in_month
- 0 0 ${OP} 0 mcal_delete_calendar
- 0 0 ${OP} 0 mcal_delete_event
- 0 0 ${OP} 0 mcal_event_add_attribute
- 0 0 ${OP} 0 mcal_event_init
- 0 0 ${OP} 0 mcal_event_set_alarm
- 0 0 ${OP} 0 mcal_event_set_category
- 0 0 ${OP} 0 mcal_event_set_class
- 0 0 ${OP} 0 mcal_event_set_description
- 0 0 ${OP} 0 mcal_event_set_end
- 0 0 ${OP} 0 mcal_event_set_recur_daily
- 0 0 ${OP} 0 mcal_event_set_recur_monthly_mday
- 0 0 ${OP} 0 mcal_event_set_recur_monthly_wday
- 0 0 ${OP} 0 mcal_event_set_recur_none
- 0 0 ${OP} 0 mcal_event_set_recur_weekly
- 0 0 ${OP} 0 mcal_event_set_recur_yearly
- 0 0 ${OP} 0 mcal_event_set_start
- 0 0 ${OP} 0 mcal_event_set_title
- 0 0 ${OP} 0 mcal_expunge
- 0 0 ${OP} 0 mcal_fetch_current_stream_event
- 0 0 ${OP} 0 mcal_fetch_event
- 0 0 ${OP} 0 mcal_is_leap_year
- 0 0 ${OP} 0 mcal_list_alarms
- 0 0 ${OP} 0 mcal_list_events
- 0 0 ${OP} 0 mcal_next_recurrence
- 0 0 ${OP} 0 mcal_open
- 0 0 ${OP} 0 mcal_popen
- 0 0 ${OP} 0 mcal_rename_calendar
- 0 0 ${OP} 0 mcal_reopen
- 0 0 ${OP} 0 mcal_snooze
- 0 0 ${OP} 0 mcal_store_event
- 0 0 ${OP} 0 mcal_time_valid
- 0 0 ${OP} 0 mcal_week_of_year
- 0 0 ${OP} 0 mcrypt_cbc
- 0 0 ${OP} 0 mcrypt_cfb
- 0 0 ${OP} 0 mcrypt_create_iv
- 0 0 ${OP} 0 mcrypt_decrypt
- 0 0 ${OP} 0 mcrypt_ecb
- 0 0 ${OP} 0 mcrypt_enc_get_algorithms_name
- 0 0 ${OP} 0 mcrypt_enc_get_block_size
- 0 0 ${OP} 0 mcrypt_enc_get_iv_size
- 0 0 ${OP} 0 mcrypt_enc_get_key_size
- 0 0 ${OP} 0 mcrypt_enc_get_modes_name
- 0 0 ${OP} 0 mcrypt_enc_get_supported_key_sizes
- 0 0 ${OP} 0 mcrypt_enc_is_block_algorithm
- 0 0 ${OP} 0 mcrypt_enc_is_block_algorithm_mode
- 0 0 ${OP} 0 mcrypt_enc_is_block_mode
- 0 0 ${OP} 0 mcrypt_enc_self_test
- 0 0 ${OP} 0 mcrypt_encrypt
- 0 0 ${OP} 0 mcrypt_generic
- 0 0 ${OP} 0 mcrypt_generic_deinit
- 0 0 ${OP} 0 mcrypt_generic_end
- 0 0 ${OP} 0 mcrypt_generic_init
- 0 0 ${OP} 0 mcrypt_get_block_size
- 0 0 ${OP} 0 mcrypt_get_cipher_name
- 0 0 ${OP} 0 mcrypt_get_iv_size
- 0 0 ${OP} 0 mcrypt_get_key_size
- 0 0 ${OP} 0 mcrypt_list_algorithms
- 0 0 ${OP} 0 mcrypt_list_modes
- 0 0 ${OP} 0 mcrypt_module_close
- 0 0 ${OP} 0 mcrypt_module_get_algo_block_size
- 0 0 ${OP} 0 mcrypt_module_get_algo_key_size
- 0 0 ${OP} 0 mcrypt_module_get_supported_key_sizes
- 0 0 ${OP} 0 mcrypt_module_is_block_algorithm
- 0 0 ${OP} 0 mcrypt_module_is_block_algorithm_mode
- 0 0 ${OP} 0 mcrypt_module_is_block_mode
- 0 0 ${OP} 0 mcrypt_module_open
- 0 0 ${OP} 0 mcrypt_module_self_test
- 0 0 ${OP} 0 mcrypt_ofb
- 0 0 ${OP} 0 mcve_adduser
- 0 0 ${OP} 0 mcve_adduserarg
- 0 0 ${OP} 0 mcve_bt
- 0 0 ${OP} 0 mcve_checkstatus
- 0 0 ${OP} 0 mcve_chkpwd
- 0 0 ${OP} 0 mcve_chngpwd
- 0 0 ${OP} 0 mcve_completeauthorizations
- 0 0 ${OP} 0 mcve_connect
- 0 0 ${OP} 0 mcve_connectionerror
- 0 0 ${OP} 0 mcve_deleteresponse
- 0 0 ${OP} 0 mcve_deletetrans
- 0 0 ${OP} 0 mcve_deleteusersetup
- 0 0 ${OP} 0 mcve_deluser
- 0 0 ${OP} 0 mcve_destroyconn
- 0 0 ${OP} 0 mcve_destroyengine
- 0 0 ${OP} 0 mcve_disableuser
- 0 0 ${OP} 0 mcve_edituser
- 0 0 ${OP} 0 mcve_enableuser
- 0 0 ${OP} 0 mcve_force
- 0 0 ${OP} 0 mcve_getcell
- 0 0 ${OP} 0 mcve_getcellbynum
- 0 0 ${OP} 0 mcve_getcommadelimited
- 0 0 ${OP} 0 mcve_getheader
- 0 0 ${OP} 0 mcve_getuserarg
- 0 0 ${OP} 0 mcve_getuserparam
- 0 0 ${OP} 0 mcve_gft
- 0 0 ${OP} 0 mcve_gl
- 0 0 ${OP} 0 mcve_gut
- 0 0 ${OP} 0 mcve_initconn
- 0 0 ${OP} 0 mcve_initengine
- 0 0 ${OP} 0 mcve_initusersetup
- 0 0 ${OP} 0 mcve_iscommadelimited
- 0 0 ${OP} 0 mcve_liststats
- 0 0 ${OP} 0 mcve_listusers
- 0 0 ${OP} 0 mcve_maxconntimeout
- 0 0 ${OP} 0 mcve_monitor
- 0 0 ${OP} 0 mcve_numcolumns
- 0 0 ${OP} 0 mcve_numrows
- 0 0 ${OP} 0 mcve_override
- 0 0 ${OP} 0 mcve_parsecommadelimited
- 0 0 ${OP} 0 mcve_ping
- 0 0 ${OP} 0 mcve_preauth
- 0 0 ${OP} 0 mcve_preauthcompletion
- 0 0 ${OP} 0 mcve_qc
- 0 0 ${OP} 0 mcve_responseparam
- 0 0 ${OP} 0 mcve_return
- 0 0 ${OP} 0 mcve_returncode
- 0 0 ${OP} 0 mcve_returnstatus
- 0 0 ${OP} 0 mcve_sale
- 0 0 ${OP} 0 mcve_setblocking
- 0 0 ${OP} 0 mcve_setdropfile
- 0 0 ${OP} 0 mcve_setip
- 0 0 ${OP} 0 mcve_setssl
- 0 0 ${OP} 0 mcve_setssl_files
- 0 0 ${OP} 0 mcve_settimeout
- 0 0 ${OP} 0 mcve_settle
- 0 0 ${OP} 0 mcve_text_avs
- 0 0 ${OP} 0 mcve_text_code
- 0 0 ${OP} 0 mcve_text_cv
- 0 0 ${OP} 0 mcve_transactionauth
- 0 0 ${OP} 0 mcve_transactionavs
- 0 0 ${OP} 0 mcve_transactionbatch
- 0 0 ${OP} 0 mcve_transactioncv
- 0 0 ${OP} 0 mcve_transactionid
- 0 0 ${OP} 0 mcve_transactionitem
- 0 0 ${OP} 0 mcve_transactionssent
- 0 0 ${OP} 0 mcve_transactiontext
- 0 0 ${OP} 0 mcve_transinqueue
- 0 0 ${OP} 0 mcve_transnew
- 0 0 ${OP} 0 mcve_transparam
- 0 0 ${OP} 0 mcve_transsend
- 0 0 ${OP} 0 mcve_ub
- 0 0 ${OP} 0 mcve_uwait
- 0 0 ${OP} 0 mcve_verifyconnection
- 0 0 ${OP} 0 mcve_verifysslcert
- 0 0 ${OP} 0 mcve_void
- 0 0 ${OP} 0 md5
- 0 0 ${OP} 0 md5_file
- 0 0 ${OP} 0 mdecrypt_generic
- 0 0 ${OP} 0 memory_get_peak_usage
- 0 0 ${OP} 0 memory_get_usage
- 0 0 ${OP} 0 metaphone
- 0 0 ${OP} 0 method_exists
- 0 0 ${OP} 0 mhash
- 0 0 ${OP} 0 mhash_count
- 0 0 ${OP} 0 mhash_get_block_size
- 0 0 ${OP} 0 mhash_get_hash_name
- 0 0 ${OP} 0 mhash_keygen_s2k
- 0 0 ${OP} 0 microtime
- 0 0 ${OP} 0 mime_content_type
- 0 0 ${OP} 0 min
- 0 0 ${OP} 0 ming_setcubicthreshold
- 0 0 ${OP} 0 ming_setscale
- 0 0 ${OP} 0 ming_useswfversion
- 0 0 ${OP} 0 mkdir
- 0 0 ${OP} 0 mktime
- 0 0 ${OP} 0 money_format
- 0 0 ${OP} 0 move_uploaded_file
- 0 0 ${OP} 0 msession_connect
- 0 0 ${OP} 0 msession_count
- 0 0 ${OP} 0 msession_create
- 0 0 ${OP} 0 msession_destroy
- 0 0 ${OP} 0 msession_disconnect
- 0 0 ${OP} 0 msession_find
- 0 0 ${OP} 0 msession_get
- 0 0 ${OP} 0 msession_get_array
- 0 0 ${OP} 0 msession_getdata
- 0 0 ${OP} 0 msession_inc
- 0 0 ${OP} 0 msession_list
- 0 0 ${OP} 0 msession_listvar
- 0 0 ${OP} 0 msession_lock
- 0 0 ${OP} 0 msession_plugin
- 0 0 ${OP} 0 msession_randstr
- 0 0 ${OP} 0 msession_set
- 0 0 ${OP} 0 msession_set_array
- 0 0 ${OP} 0 msession_setdata
- 0 0 ${OP} 0 msession_timeout
- 0 0 ${OP} 0 msession_uniq
- 0 0 ${OP} 0 msession_unlock
- 0 0 ${OP} 0 msg_get_queue
- 0 0 ${OP} 0 msg_receive
- 0 0 ${OP} 0 msg_remove_queue
- 0 0 ${OP} 0 msg_send
- 0 0 ${OP} 0 msg_set_queue
- 0 0 ${OP} 0 msg_stat_queue
- 0 0 ${OP} 0 msql
- 0 0 ${OP} 0 msql_affected_rows
- 0 0 ${OP} 0 msql_close
- 0 0 ${OP} 0 msql_connect
- 0 0 ${OP} 0 msql_create_db
- 0 0 ${OP} 0 msql_createdb
- 0 0 ${OP} 0 msql_data_seek
- 0 0 ${OP} 0 msql_dbname
- 0 0 ${OP} 0 msql_drop_db
- 0 0 ${OP} 0 msql_dropdb
- 0 0 ${OP} 0 msql_error
- 0 0 ${OP} 0 msql_fetch_array
- 0 0 ${OP} 0 msql_fetch_field
- 0 0 ${OP} 0 msql_fetch_object
- 0 0 ${OP} 0 msql_fetch_row
- 0 0 ${OP} 0 msql_field_seek
- 0 0 ${OP} 0 msql_fieldflags
- 0 0 ${OP} 0 msql_fieldlen
- 0 0 ${OP} 0 msql_fieldname
- 0 0 ${OP} 0 msql_fieldtable
- 0 0 ${OP} 0 msql_fieldtype
- 0 0 ${OP} 0 msql_free_result
- 0 0 ${OP} 0 msql_freeresult
- 0 0 ${OP} 0 msql_list_dbs
- 0 0 ${OP} 0 msql_list_fields
- 0 0 ${OP} 0 msql_list_tables
- 0 0 ${OP} 0 msql_listdbs
- 0 0 ${OP} 0 msql_listfields
- 0 0 ${OP} 0 msql_listtables
- 0 0 ${OP} 0 msql_num_fields
- 0 0 ${OP} 0 msql_num_rows
- 0 0 ${OP} 0 msql_numfields
- 0 0 ${OP} 0 msql_numrows
- 0 0 ${OP} 0 msql_pconnect
- 0 0 ${OP} 0 msql_query
- 0 0 ${OP} 0 msql_regcase
- 0 0 ${OP} 0 msql_result
- 0 0 ${OP} 0 msql_select_db
- 0 0 ${OP} 0 msql_selectdb
- 0 0 ${OP} 0 msql_tablename
- 0 0 ${OP} 0 mssql_bind
- 0 0 ${OP} 0 mssql_close
- 0 0 ${OP} 0 mssql_connect
- 0 0 ${OP} 0 mssql_data_seek
- 0 0 ${OP} 0 mssql_execute
- 0 0 ${OP} 0 mssql_fetch_array
- 0 0 ${OP} 0 mssql_fetch_assoc
- 0 0 ${OP} 0 mssql_fetch_batch
- 0 0 ${OP} 0 mssql_fetch_field
- 0 0 ${OP} 0 mssql_fetch_object
- 0 0 ${OP} 0 mssql_fetch_row
- 0 0 ${OP} 0 mssql_field_length
- 0 0 ${OP} 0 mssql_field_name
- 0 0 ${OP} 0 mssql_field_seek
- 0 0 ${OP} 0 mssql_field_type
- 0 0 ${OP} 0 mssql_free_result
- 0 0 ${OP} 0 mssql_free_statement
- 0 0 ${OP} 0 mssql_get_last_message
- 0 0 ${OP} 0 mssql_guid_string
- 0 0 ${OP} 0 mssql_init
- 0 0 ${OP} 0 mssql_min_error_severity
- 0 0 ${OP} 0 mssql_min_message_severity
- 0 0 ${OP} 0 mssql_next_result
- 0 0 ${OP} 0 mssql_num_fields
- 0 0 ${OP} 0 mssql_num_rows
- 0 0 ${OP} 0 mssql_pconnect
- 0 0 ${OP} 0 mssql_query
- 0 0 ${OP} 0 mssql_result
- 0 0 ${OP} 0 mssql_rows_affected
- 0 0 ${OP} 0 mssql_select_db
- 0 0 ${OP} 0 mt_getrandmax
- 0 0 ${OP} 0 mt_rand
- 0 0 ${OP} 0 mt_srand
- 0 0 ${OP} 0 muscat_close
- 0 0 ${OP} 0 muscat_get
- 0 0 ${OP} 0 muscat_give
- 0 0 ${OP} 0 muscat_setup
- 0 0 ${OP} 0 muscat_setup_net
- 0 0 ${OP} 0 mysql_affected_rows
- 0 0 ${OP} 0 mysql_change_user
- 0 0 ${OP} 0 mysql_client_encoding
- 0 0 ${OP} 0 mysql_close
- 0 0 ${OP} 0 mysql_connect
- 0 0 ${OP} 0 mysql_create_db
- 0 0 ${OP} 0 mysql_data_seek
- 0 0 ${OP} 0 mysql_db_name
- 0 0 ${OP} 0 mysql_db_query
- 0 0 ${OP} 0 mysql_drop_db
- 0 0 ${OP} 0 mysql_errno
- 0 0 ${OP} 0 mysql_error
- 0 0 ${OP} 0 mysql_escape_string
- 0 0 ${OP} 0 mysql_fetch_array
- 0 0 ${OP} 0 mysql_fetch_assoc
- 0 0 ${OP} 0 mysql_fetch_field
- 0 0 ${OP} 0 mysql_fetch_lengths
- 0 0 ${OP} 0 mysql_fetch_object
- 0 0 ${OP} 0 mysql_fetch_row
- 0 0 ${OP} 0 mysql_field_flags
- 0 0 ${OP} 0 mysql_field_len
- 0 0 ${OP} 0 mysql_field_name
- 0 0 ${OP} 0 mysql_field_seek
- 0 0 ${OP} 0 mysql_field_table
- 0 0 ${OP} 0 mysql_field_type
- 0 0 ${OP} 0 mysql_free_result
- 0 0 ${OP} 0 mysql_get_client_info
- 0 0 ${OP} 0 mysql_get_host_info
- 0 0 ${OP} 0 mysql_get_proto_info
- 0 0 ${OP} 0 mysql_get_server_info
- 0 0 ${OP} 0 mysql_info
- 0 0 ${OP} 0 mysql_insert_id
- 0 0 ${OP} 0 mysql_list_dbs
- 0 0 ${OP} 0 mysql_list_fields
- 0 0 ${OP} 0 mysql_list_processes
- 0 0 ${OP} 0 mysql_list_tables
- 0 0 ${OP} 0 mysql_num_fields
- 0 0 ${OP} 0 mysql_num_rows
- 0 0 ${OP} 0 mysql_pconnect
- 0 0 ${OP} 0 mysql_ping
- 0 0 ${OP} 0 mysql_query
- 0 0 ${OP} 0 mysql_real_escape_string
- 0 0 ${OP} 0 mysql_result
- 0 0 ${OP} 0 mysql_select_db
- 0 0 ${OP} 0 mysql_stat
- 0 0 ${OP} 0 mysql_tablename
- 0 0 ${OP} 0 mysql_thread_id
- 0 0 ${OP} 0 mysql_unbuffered_query
- 0 0 ${OP} 0 mysqli_affected_rows
- 0 0 ${OP} 0 mysqli_autocommit
- 0 0 ${OP} 0 mysqli_bind_param
- 0 0 ${OP} 0 mysqli_bind_result
- 0 0 ${OP} 0 mysqli_change_user
- 0 0 ${OP} 0 mysqli_character_set_name
- 0 0 ${OP} 0 mysqli_close
- 0 0 ${OP} 0 mysqli_commit
- 0 0 ${OP} 0 mysqli_connect
- 0 0 ${OP} 0 mysqli_connect_error
- 0 0 ${OP} 0 mysqli_data_seek
- 0 0 ${OP} 0 mysqli_debug
- 0 0 ${OP} 0 mysqli_disable_reads_from_master
- 0 0 ${OP} 0 mysqli_disable_rpl_parse
- 0 0 ${OP} 0 mysqli_dump_debug_info
- 0 0 ${OP} 0 mysqli_enable_reads_from_master
- 0 0 ${OP} 0 mysqli_enable_rpl_parse
- 0 0 ${OP} 0 mysqli_errno
- 0 0 ${OP} 0 mysqli_error
- 0 0 ${OP} 0 mysqli_execute
- 0 0 ${OP} 0 mysqli_fetch
- 0 0 ${OP} 0 mysqli_fetch_array
- 0 0 ${OP} 0 mysqli_fetch_assoc
- 0 0 ${OP} 0 mysqli_fetch_field
- 0 0 ${OP} 0 mysqli_fetch_field_direct
- 0 0 ${OP} 0 mysqli_fetch_fields
- 0 0 ${OP} 0 mysqli_fetch_lengths
- 0 0 ${OP} 0 mysqli_fetch_object
- 0 0 ${OP} 0 mysqli_fetch_row
- 0 0 ${OP} 0 mysqli_field_count
- 0 0 ${OP} 0 mysqli_field_seek
- 0 0 ${OP} 0 mysqli_field_tell
- 0 0 ${OP} 0 mysqli_free_result
- 0 0 ${OP} 0 mysqli_get_client_info
- 0 0 ${OP} 0 mysqli_get_host_info
- 0 0 ${OP} 0 mysqli_get_proto_info
- 0 0 ${OP} 0 mysqli_get_server_info
- 0 0 ${OP} 0 mysqli_get_server_version
- 0 0 ${OP} 0 mysqli_info
- 0 0 ${OP} 0 mysqli_init
- 0 0 ${OP} 0 mysqli_insert_id
- 0 0 ${OP} 0 mysqli_kill
- 0 0 ${OP} 0 mysqli_master_query
- 0 0 ${OP} 0 mysqli_num_fields
- 0 0 ${OP} 0 mysqli_num_rows
- 0 0 ${OP} 0 mysqli_options
- 0 0 ${OP} 0 mysqli_param_count
- 0 0 ${OP} 0 mysqli_ping
- 0 0 ${OP} 0 mysqli_prepare
- 0 0 ${OP} 0 mysqli_prepare_result
- 0 0 ${OP} 0 mysqli_profiler
- 0 0 ${OP} 0 mysqli_query
- 0 0 ${OP} 0 mysqli_read_query_result
- 0 0 ${OP} 0 mysqli_real_connect
- 0 0 ${OP} 0 mysqli_real_escape_string
- 0 0 ${OP} 0 mysqli_real_query
- 0 0 ${OP} 0 mysqli_reload
- 0 0 ${OP} 0 mysqli_rollback
- 0 0 ${OP} 0 mysqli_rpl_parse_enabled
- 0 0 ${OP} 0 mysqli_rpl_probe
- 0 0 ${OP} 0 mysqli_rpl_query_type
- 0 0 ${OP} 0 mysqli_select_db
- 0 0 ${OP} 0 mysqli_send_long_data
- 0 0 ${OP} 0 mysqli_send_query
- 0 0 ${OP} 0 mysqli_slave_query
- 0 0 ${OP} 0 mysqli_ssl_set
- 0 0 ${OP} 0 mysqli_stat
- 0 0 ${OP} 0 mysqli_stmt_affected_rows
- 0 0 ${OP} 0 mysqli_stmt_close
- 0 0 ${OP} 0 mysqli_stmt_errno
- 0 0 ${OP} 0 mysqli_stmt_error
- 0 0 ${OP} 0 mysqli_stmt_store_result
- 0 0 ${OP} 0 mysqli_store_result
- 0 0 ${OP} 0 mysqli_thread_id
- 0 0 ${OP} 0 mysqli_thread_safe
- 0 0 ${OP} 0 mysqli_use_result
- 0 0 ${OP} 0 mysqli_warning_count
- 0 0 ${OP} 0 natcasesort
- 0 0 ${OP} 0 natsort
- 0 0 ${OP} 0 ncurses_addch
- 0 0 ${OP} 0 ncurses_addchnstr
- 0 0 ${OP} 0 ncurses_addchstr
- 0 0 ${OP} 0 ncurses_addnstr
- 0 0 ${OP} 0 ncurses_addstr
- 0 0 ${OP} 0 ncurses_assume_default_colors
- 0 0 ${OP} 0 ncurses_attroff
- 0 0 ${OP} 0 ncurses_attron
- 0 0 ${OP} 0 ncurses_attrset
- 0 0 ${OP} 0 ncurses_baudrate
- 0 0 ${OP} 0 ncurses_beep
- 0 0 ${OP} 0 ncurses_bkgd
- 0 0 ${OP} 0 ncurses_bkgdset
- 0 0 ${OP} 0 ncurses_border
- 0 0 ${OP} 0 ncurses_bottom_panel
- 0 0 ${OP} 0 ncurses_can_change_color
- 0 0 ${OP} 0 ncurses_cbreak
- 0 0 ${OP} 0 ncurses_clear
- 0 0 ${OP} 0 ncurses_clrtobot
- 0 0 ${OP} 0 ncurses_clrtoeol
- 0 0 ${OP} 0 ncurses_color_content
- 0 0 ${OP} 0 ncurses_color_set
- 0 0 ${OP} 0 ncurses_curs_set
- 0 0 ${OP} 0 ncurses_def_prog_mode
- 0 0 ${OP} 0 ncurses_def_shell_mode
- 0 0 ${OP} 0 ncurses_define_key
- 0 0 ${OP} 0 ncurses_del_panel
- 0 0 ${OP} 0 ncurses_delay_output
- 0 0 ${OP} 0 ncurses_delch
- 0 0 ${OP} 0 ncurses_deleteln
- 0 0 ${OP} 0 ncurses_delwin
- 0 0 ${OP} 0 ncurses_doupdate
- 0 0 ${OP} 0 ncurses_echo
- 0 0 ${OP} 0 ncurses_echochar
- 0 0 ${OP} 0 ncurses_end
- 0 0 ${OP} 0 ncurses_erase
- 0 0 ${OP} 0 ncurses_erasechar
- 0 0 ${OP} 0 ncurses_filter
- 0 0 ${OP} 0 ncurses_flash
- 0 0 ${OP} 0 ncurses_flushinp
- 0 0 ${OP} 0 ncurses_getch
- 0 0 ${OP} 0 ncurses_getmaxyx
- 0 0 ${OP} 0 ncurses_getmouse
- 0 0 ${OP} 0 ncurses_getyx
- 0 0 ${OP} 0 ncurses_halfdelay
- 0 0 ${OP} 0 ncurses_has_colors
- 0 0 ${OP} 0 ncurses_has_ic
- 0 0 ${OP} 0 ncurses_has_il
- 0 0 ${OP} 0 ncurses_has_key
- 0 0 ${OP} 0 ncurses_hide_panel
- 0 0 ${OP} 0 ncurses_hline
- 0 0 ${OP} 0 ncurses_inch
- 0 0 ${OP} 0 ncurses_init
- 0 0 ${OP} 0 ncurses_init_color
- 0 0 ${OP} 0 ncurses_init_pair
- 0 0 ${OP} 0 ncurses_insch
- 0 0 ${OP} 0 ncurses_insdelln
- 0 0 ${OP} 0 ncurses_insertln
- 0 0 ${OP} 0 ncurses_insstr
- 0 0 ${OP} 0 ncurses_instr
- 0 0 ${OP} 0 ncurses_isendwin
- 0 0 ${OP} 0 ncurses_keyok
- 0 0 ${OP} 0 ncurses_keypad
- 0 0 ${OP} 0 ncurses_killchar
- 0 0 ${OP} 0 ncurses_longname
- 0 0 ${OP} 0 ncurses_meta
- 0 0 ${OP} 0 ncurses_mouse_trafo
- 0 0 ${OP} 0 ncurses_mouseinterval
- 0 0 ${OP} 0 ncurses_mousemask
- 0 0 ${OP} 0 ncurses_move
- 0 0 ${OP} 0 ncurses_move_panel
- 0 0 ${OP} 0 ncurses_mvaddch
- 0 0 ${OP} 0 ncurses_mvaddchnstr
- 0 0 ${OP} 0 ncurses_mvaddchstr
- 0 0 ${OP} 0 ncurses_mvaddnstr
- 0 0 ${OP} 0 ncurses_mvaddstr
- 0 0 ${OP} 0 ncurses_mvcur
- 0 0 ${OP} 0 ncurses_mvdelch
- 0 0 ${OP} 0 ncurses_mvgetch
- 0 0 ${OP} 0 ncurses_mvhline
- 0 0 ${OP} 0 ncurses_mvinch
- 0 0 ${OP} 0 ncurses_mvvline
- 0 0 ${OP} 0 ncurses_mvwaddstr
- 0 0 ${OP} 0 ncurses_napms
- 0 0 ${OP} 0 ncurses_new_panel
- 0 0 ${OP} 0 ncurses_newpad
- 0 0 ${OP} 0 ncurses_newwin
- 0 0 ${OP} 0 ncurses_nl
- 0 0 ${OP} 0 ncurses_nocbreak
- 0 0 ${OP} 0 ncurses_noecho
- 0 0 ${OP} 0 ncurses_nonl
- 0 0 ${OP} 0 ncurses_noqiflush
- 0 0 ${OP} 0 ncurses_noraw
- 0 0 ${OP} 0 ncurses_pair_content
- 0 0 ${OP} 0 ncurses_panel_above
- 0 0 ${OP} 0 ncurses_panel_below
- 0 0 ${OP} 0 ncurses_panel_window
- 0 0 ${OP} 0 ncurses_pnoutrefresh
- 0 0 ${OP} 0 ncurses_prefresh
- 0 0 ${OP} 0 ncurses_putp
- 0 0 ${OP} 0 ncurses_qiflush
- 0 0 ${OP} 0 ncurses_raw
- 0 0 ${OP} 0 ncurses_refresh
- 0 0 ${OP} 0 ncurses_replace_panel
- 0 0 ${OP} 0 ncurses_reset_prog_mode
- 0 0 ${OP} 0 ncurses_reset_shell_mode
- 0 0 ${OP} 0 ncurses_resetty
- 0 0 ${OP} 0 ncurses_savetty
- 0 0 ${OP} 0 ncurses_scr_dump
- 0 0 ${OP} 0 ncurses_scr_init
- 0 0 ${OP} 0 ncurses_scr_restore
- 0 0 ${OP} 0 ncurses_scr_set
- 0 0 ${OP} 0 ncurses_scrl
- 0 0 ${OP} 0 ncurses_show_panel
- 0 0 ${OP} 0 ncurses_slk_attr
- 0 0 ${OP} 0 ncurses_slk_attroff
- 0 0 ${OP} 0 ncurses_slk_attron
- 0 0 ${OP} 0 ncurses_slk_attrset
- 0 0 ${OP} 0 ncurses_slk_clear
- 0 0 ${OP} 0 ncurses_slk_color
- 0 0 ${OP} 0 ncurses_slk_init
- 0 0 ${OP} 0 ncurses_slk_noutrefresh
- 0 0 ${OP} 0 ncurses_slk_refresh
- 0 0 ${OP} 0 ncurses_slk_restore
- 0 0 ${OP} 0 ncurses_slk_set
- 0 0 ${OP} 0 ncurses_slk_touch
- 0 0 ${OP} 0 ncurses_standend
- 0 0 ${OP} 0 ncurses_standout
- 0 0 ${OP} 0 ncurses_start_color
- 0 0 ${OP} 0 ncurses_termattrs
- 0 0 ${OP} 0 ncurses_termname
- 0 0 ${OP} 0 ncurses_timeout
- 0 0 ${OP} 0 ncurses_top_panel
- 0 0 ${OP} 0 ncurses_typeahead
- 0 0 ${OP} 0 ncurses_ungetch
- 0 0 ${OP} 0 ncurses_ungetmouse
- 0 0 ${OP} 0 ncurses_update_panels
- 0 0 ${OP} 0 ncurses_use_default_colors
- 0 0 ${OP} 0 ncurses_use_env
- 0 0 ${OP} 0 ncurses_use_extended_names
- 0 0 ${OP} 0 ncurses_vidattr
- 0 0 ${OP} 0 ncurses_vline
- 0 0 ${OP} 0 ncurses_waddch
- 0 0 ${OP} 0 ncurses_waddstr
- 0 0 ${OP} 0 ncurses_wattroff
- 0 0 ${OP} 0 ncurses_wattron
- 0 0 ${OP} 0 ncurses_wattrset
- 0 0 ${OP} 0 ncurses_wborder
- 0 0 ${OP} 0 ncurses_wclear
- 0 0 ${OP} 0 ncurses_wcolor_set
- 0 0 ${OP} 0 ncurses_werase
- 0 0 ${OP} 0 ncurses_wgetch
- 0 0 ${OP} 0 ncurses_whline
- 0 0 ${OP} 0 ncurses_wmouse_trafo
- 0 0 ${OP} 0 ncurses_wmove
- 0 0 ${OP} 0 ncurses_wnoutrefresh
- 0 0 ${OP} 0 ncurses_wrefresh
- 0 0 ${OP} 0 ncurses_wstandend
- 0 0 ${OP} 0 ncurses_wstandout
- 0 0 ${OP} 0 ncurses_wvline
- 0 0 ${OP} 0 ngettext
- 0 0 ${OP} 0 nl2br
- 0 0 ${OP} 0 nl_langinfo
- 0 0 ${OP} 0 notes_body
- 0 0 ${OP} 0 notes_copy_db
- 0 0 ${OP} 0 notes_create_db
- 0 0 ${OP} 0 notes_create_note
- 0 0 ${OP} 0 notes_drop_db
- 0 0 ${OP} 0 notes_find_note
- 0 0 ${OP} 0 notes_header_info
- 0 0 ${OP} 0 notes_list_msgs
- 0 0 ${OP} 0 notes_mark_read
- 0 0 ${OP} 0 notes_mark_unread
- 0 0 ${OP} 0 notes_nav_create
- 0 0 ${OP} 0 notes_search
- 0 0 ${OP} 0 notes_unread
- 0 0 ${OP} 0 notes_version
- 0 0 ${OP} 0 nsapi_request_headers
- 0 0 ${OP} 0 nsapi_response_headers
- 0 0 ${OP} 0 nsapi_virtual
- 0 0 ${OP} 0 number_format
- 0 0 ${OP} 0 ob_clean
- 0 0 ${OP} 0 ob_end_clean
- 0 0 ${OP} 0 ob_end_flush
- 0 0 ${OP} 0 ob_flush
- 0 0 ${OP} 0 ob_get_clean
- 0 0 ${OP} 0 ob_get_contents
- 0 0 ${OP} 0 ob_get_flush
- 0 0 ${OP} 0 ob_get_length
- 0 0 ${OP} 0 ob_get_level
- 0 0 ${OP} 0 ob_get_status
- 0 0 ${OP} 0 ob_gzhandler
- 0 0 ${OP} 0 ob_iconv_handler
- 0 0 ${OP} 0 ob_implicit_flush
- 0 0 ${OP} 0 ob_list_handlers
- 0 0 ${OP} 0 ob_start
- 0 0 ${OP} 0 ocibindbyname
- 0 0 ${OP} 0 ocicancel
- 0 0 ${OP} 0 ocicloselob
- 0 0 ${OP} 0 ocicollappend
- 0 0 ${OP} 0 ocicollassign
- 0 0 ${OP} 0 ocicollassignelem
- 0 0 ${OP} 0 ocicollgetelem
- 0 0 ${OP} 0 ocicollmax
- 0 0 ${OP} 0 ocicollsize
- 0 0 ${OP} 0 ocicolltrim
- 0 0 ${OP} 0 ocicolumnisnull
- 0 0 ${OP} 0 ocicolumnname
- 0 0 ${OP} 0 ocicolumnprecision
- 0 0 ${OP} 0 ocicolumnscale
- 0 0 ${OP} 0 ocicolumnsize
- 0 0 ${OP} 0 ocicolumntype
- 0 0 ${OP} 0 ocicolumntyperaw
- 0 0 ${OP} 0 ocicommit
- 0 0 ${OP} 0 ocidefinebyname
- 0 0 ${OP} 0 ocierror
- 0 0 ${OP} 0 ociexecute
- 0 0 ${OP} 0 ocifetch
- 0 0 ${OP} 0 ocifetchinto
- 0 0 ${OP} 0 ocifetchstatement
- 0 0 ${OP} 0 ocifreecollection
- 0 0 ${OP} 0 ocifreecursor
- 0 0 ${OP} 0 ocifreedesc
- 0 0 ${OP} 0 ocifreestatement
- 0 0 ${OP} 0 ociinternaldebug
- 0 0 ${OP} 0 ociloadlob
- 0 0 ${OP} 0 ocilogoff
- 0 0 ${OP} 0 ocilogon
- 0 0 ${OP} 0 ocinewcollection
- 0 0 ${OP} 0 ocinewcursor
- 0 0 ${OP} 0 ocinewdescriptor
- 0 0 ${OP} 0 ocinlogon
- 0 0 ${OP} 0 ocinumcols
- 0 0 ${OP} 0 ociparse
- 0 0 ${OP} 0 ociplogon
- 0 0 ${OP} 0 ociresult
- 0 0 ${OP} 0 ocirollback
- 0 0 ${OP} 0 ocirowcount
- 0 0 ${OP} 0 ocisavelob
- 0 0 ${OP} 0 ocisavelobfile
- 0 0 ${OP} 0 ociserverversion
- 0 0 ${OP} 0 ocisetprefetch
- 0 0 ${OP} 0 ocistatementtype
- 0 0 ${OP} 0 ociwritelobtofile
- 0 0 ${OP} 0 ociwritetemporarylob
- 0 0 ${OP} 0 octdec
- 0 0 ${OP} 0 odbc_autocommit
- 0 0 ${OP} 0 odbc_binmode
- 0 0 ${OP} 0 odbc_close
- 0 0 ${OP} 0 odbc_close_all
- 0 0 ${OP} 0 odbc_columnprivileges
- 0 0 ${OP} 0 odbc_columns
- 0 0 ${OP} 0 odbc_commit
- 0 0 ${OP} 0 odbc_connect
- 0 0 ${OP} 0 odbc_cursor
- 0 0 ${OP} 0 odbc_data_source
- 0 0 ${OP} 0 odbc_do
- 0 0 ${OP} 0 odbc_error
- 0 0 ${OP} 0 odbc_errormsg
- 0 0 ${OP} 0 odbc_exec
- 0 0 ${OP} 0 odbc_execute
- 0 0 ${OP} 0 odbc_fetch_array
- 0 0 ${OP} 0 odbc_fetch_into
- 0 0 ${OP} 0 odbc_fetch_object
- 0 0 ${OP} 0 odbc_fetch_row
- 0 0 ${OP} 0 odbc_field_len
- 0 0 ${OP} 0 odbc_field_name
- 0 0 ${OP} 0 odbc_field_num
- 0 0 ${OP} 0 odbc_field_precision
- 0 0 ${OP} 0 odbc_field_scale
- 0 0 ${OP} 0 odbc_field_type
- 0 0 ${OP} 0 odbc_foreignkeys
- 0 0 ${OP} 0 odbc_free_result
- 0 0 ${OP} 0 odbc_gettypeinfo
- 0 0 ${OP} 0 odbc_longreadlen
- 0 0 ${OP} 0 odbc_next_result
- 0 0 ${OP} 0 odbc_num_fields
- 0 0 ${OP} 0 odbc_num_rows
- 0 0 ${OP} 0 odbc_pconnect
- 0 0 ${OP} 0 odbc_prepare
- 0 0 ${OP} 0 odbc_primarykeys
- 0 0 ${OP} 0 odbc_procedurecolumns
- 0 0 ${OP} 0 odbc_procedures
- 0 0 ${OP} 0 odbc_result
- 0 0 ${OP} 0 odbc_result_all
- 0 0 ${OP} 0 odbc_rollback
- 0 0 ${OP} 0 odbc_setoption
- 0 0 ${OP} 0 odbc_specialcolumns
- 0 0 ${OP} 0 odbc_statistics
- 0 0 ${OP} 0 odbc_tableprivileges
- 0 0 ${OP} 0 odbc_tables
- 0 0 ${OP} 0 opendir
- 0 0 ${OP} 0 openlog
- 0 0 ${OP} 0 openssl_csr_export
- 0 0 ${OP} 0 openssl_csr_export_to_file
- 0 0 ${OP} 0 openssl_csr_new
- 0 0 ${OP} 0 openssl_csr_sign
- 0 0 ${OP} 0 openssl_error_string
- 0 0 ${OP} 0 openssl_free_key
- 0 0 ${OP} 0 openssl_get_privatekey
- 0 0 ${OP} 0 openssl_get_publickey
- 0 0 ${OP} 0 openssl_open
- 0 0 ${OP} 0 openssl_pkcs7_decrypt
- 0 0 ${OP} 0 openssl_pkcs7_encrypt
- 0 0 ${OP} 0 openssl_pkcs7_sign
- 0 0 ${OP} 0 openssl_pkcs7_verify
- 0 0 ${OP} 0 openssl_pkey_export
- 0 0 ${OP} 0 openssl_pkey_export_to_file
- 0 0 ${OP} 0 openssl_pkey_get_private
- 0 0 ${OP} 0 openssl_pkey_get_public
- 0 0 ${OP} 0 openssl_pkey_new
- 0 0 ${OP} 0 openssl_private_decrypt
- 0 0 ${OP} 0 openssl_private_encrypt
- 0 0 ${OP} 0 openssl_public_decrypt
- 0 0 ${OP} 0 openssl_public_encrypt
- 0 0 ${OP} 0 openssl_seal
- 0 0 ${OP} 0 openssl_sign
- 0 0 ${OP} 0 openssl_verify
- 0 0 ${OP} 0 openssl_x509_check_private_key
- 0 0 ${OP} 0 openssl_x509_checkpurpose
- 0 0 ${OP} 0 openssl_x509_export
- 0 0 ${OP} 0 openssl_x509_export_to_file
- 0 0 ${OP} 0 openssl_x509_free
- 0 0 ${OP} 0 openssl_x509_parse
- 0 0 ${OP} 0 openssl_x509_read
- 0 0 ${OP} 0 ora_bind
- 0 0 ${OP} 0 ora_close
- 0 0 ${OP} 0 ora_columnname
- 0 0 ${OP} 0 ora_columnsize
- 0 0 ${OP} 0 ora_columntype
- 0 0 ${OP} 0 ora_commit
- 0 0 ${OP} 0 ora_commitoff
- 0 0 ${OP} 0 ora_commiton
- 0 0 ${OP} 0 ora_do
- 0 0 ${OP} 0 ora_error
- 0 0 ${OP} 0 ora_errorcode
- 0 0 ${OP} 0 ora_exec
- 0 0 ${OP} 0 ora_fetch
- 0 0 ${OP} 0 ora_fetch_into
- 0 0 ${OP} 0 ora_getcolumn
- 0 0 ${OP} 0 ora_logoff
- 0 0 ${OP} 0 ora_logon
- 0 0 ${OP} 0 ora_numcols
- 0 0 ${OP} 0 ora_numrows
- 0 0 ${OP} 0 ora_open
- 0 0 ${OP} 0 ora_parse
- 0 0 ${OP} 0 ora_plogon
- 0 0 ${OP} 0 ora_rollback
- 0 0 ${OP} 0 ord
- 0 0 ${OP} 0 output_add_rewrite_var
- 0 0 ${OP} 0 output_reset_rewrite_vars
- 0 0 ${OP} 0 overload
- 0 0 ${OP} 0 ovrimos_close
- 0 0 ${OP} 0 ovrimos_commit
- 0 0 ${OP} 0 ovrimos_connect
- 0 0 ${OP} 0 ovrimos_cursor
- 0 0 ${OP} 0 ovrimos_exec
- 0 0 ${OP} 0 ovrimos_execute
- 0 0 ${OP} 0 ovrimos_fetch_into
- 0 0 ${OP} 0 ovrimos_fetch_row
- 0 0 ${OP} 0 ovrimos_field_len
- 0 0 ${OP} 0 ovrimos_field_name
- 0 0 ${OP} 0 ovrimos_field_num
- 0 0 ${OP} 0 ovrimos_field_type
- 0 0 ${OP} 0 ovrimos_free_result
- 0 0 ${OP} 0 ovrimos_longreadlen
- 0 0 ${OP} 0 ovrimos_num_fields
- 0 0 ${OP} 0 ovrimos_num_rows
- 0 0 ${OP} 0 ovrimos_prepare
- 0 0 ${OP} 0 ovrimos_result
- 0 0 ${OP} 0 ovrimos_result_all
- 0 0 ${OP} 0 ovrimos_rollback
- 0 0 ${OP} 0 pack
- 0 0 ${OP} 0 parse_ini_file
- 0 0 ${OP} 0 parse_str
- 0 0 ${OP} 0 parse_url
- 0 0 ${OP} 0 passthru
- 0 0 ${OP} 0 pathinfo
- 0 0 ${OP} 0 pclose
- 0 0 ${OP} 0 pcntl_exec
- 0 0 ${OP} 0 pcntl_fork
- 0 0 ${OP} 0 pcntl_signal
- 0 0 ${OP} 0 pcntl_waitpid
- 0 0 ${OP} 0 pcntl_wexitstatus
- 0 0 ${OP} 0 pcntl_wifexited
- 0 0 ${OP} 0 pcntl_wifsignaled
- 0 0 ${OP} 0 pcntl_wifstopped
- 0 0 ${OP} 0 pcntl_wstopsig
- 0 0 ${OP} 0 pcntl_wtermsig
- 0 0 ${OP} 0 pdf_add_annotation
- 0 0 ${OP} 0 pdf_add_bookmark
- 0 0 ${OP} 0 pdf_add_launchlink
- 0 0 ${OP} 0 pdf_add_locallink
- 0 0 ${OP} 0 pdf_add_note
- 0 0 ${OP} 0 pdf_add_outline
- 0 0 ${OP} 0 pdf_add_pdflink
- 0 0 ${OP} 0 pdf_add_thumbnail
- 0 0 ${OP} 0 pdf_add_weblink
- 0 0 ${OP} 0 pdf_arc
- 0 0 ${OP} 0 pdf_arcn
- 0 0 ${OP} 0 pdf_attach_file
- 0 0 ${OP} 0 pdf_begin_page
- 0 0 ${OP} 0 pdf_begin_pattern
- 0 0 ${OP} 0 pdf_begin_template
- 0 0 ${OP} 0 pdf_circle
- 0 0 ${OP} 0 pdf_clip
- 0 0 ${OP} 0 pdf_close
- 0 0 ${OP} 0 pdf_close_image
- 0 0 ${OP} 0 pdf_close_pdi
- 0 0 ${OP} 0 pdf_close_pdi_page
- 0 0 ${OP} 0 pdf_closepath
- 0 0 ${OP} 0 pdf_closepath_fill_stroke
- 0 0 ${OP} 0 pdf_closepath_stroke
- 0 0 ${OP} 0 pdf_concat
- 0 0 ${OP} 0 pdf_continue_text
- 0 0 ${OP} 0 pdf_curveto
- 0 0 ${OP} 0 pdf_delete
- 0 0 ${OP} 0 pdf_end_page
- 0 0 ${OP} 0 pdf_end_pattern
- 0 0 ${OP} 0 pdf_end_template
- 0 0 ${OP} 0 pdf_endpath
- 0 0 ${OP} 0 pdf_fill
- 0 0 ${OP} 0 pdf_fill_stroke
- 0 0 ${OP} 0 pdf_findfont
- 0 0 ${OP} 0 pdf_get_buffer
- 0 0 ${OP} 0 pdf_get_font
- 0 0 ${OP} 0 pdf_get_fontname
- 0 0 ${OP} 0 pdf_get_fontsize
- 0 0 ${OP} 0 pdf_get_image_height
- 0 0 ${OP} 0 pdf_get_image_width
- 0 0 ${OP} 0 pdf_get_majorversion
- 0 0 ${OP} 0 pdf_get_minorversion
- 0 0 ${OP} 0 pdf_get_parameter
- 0 0 ${OP} 0 pdf_get_pdi_parameter
- 0 0 ${OP} 0 pdf_get_pdi_value
- 0 0 ${OP} 0 pdf_get_value
- 0 0 ${OP} 0 pdf_initgraphics
- 0 0 ${OP} 0 pdf_lineto
- 0 0 ${OP} 0 pdf_makespotcolor
- 0 0 ${OP} 0 pdf_moveto
- 0 0 ${OP} 0 pdf_new
- 0 0 ${OP} 0 pdf_open
- 0 0 ${OP} 0 pdf_open_CCITT
- 0 0 ${OP} 0 pdf_open_file
- 0 0 ${OP} 0 pdf_open_gif
- 0 0 ${OP} 0 pdf_open_image
- 0 0 ${OP} 0 pdf_open_image_file
- 0 0 ${OP} 0 pdf_open_jpeg
- 0 0 ${OP} 0 pdf_open_memory_image
- 0 0 ${OP} 0 pdf_open_pdi
- 0 0 ${OP} 0 pdf_open_pdi_page
- 0 0 ${OP} 0 pdf_open_png
- 0 0 ${OP} 0 pdf_open_tiff
- 0 0 ${OP} 0 pdf_place_image
- 0 0 ${OP} 0 pdf_place_pdi_page
- 0 0 ${OP} 0 pdf_rect
- 0 0 ${OP} 0 pdf_restore
- 0 0 ${OP} 0 pdf_rotate
- 0 0 ${OP} 0 pdf_save
- 0 0 ${OP} 0 pdf_scale
- 0 0 ${OP} 0 pdf_set_border_color
- 0 0 ${OP} 0 pdf_set_border_dash
- 0 0 ${OP} 0 pdf_set_border_style
- 0 0 ${OP} 0 pdf_set_char_spacing
- 0 0 ${OP} 0 pdf_set_duration
- 0 0 ${OP} 0 pdf_set_font
- 0 0 ${OP} 0 pdf_set_horiz_scaling
- 0 0 ${OP} 0 pdf_set_info
- 0 0 ${OP} 0 pdf_set_info_author
- 0 0 ${OP} 0 pdf_set_info_creator
- 0 0 ${OP} 0 pdf_set_info_keywords
- 0 0 ${OP} 0 pdf_set_info_subject
- 0 0 ${OP} 0 pdf_set_info_title
- 0 0 ${OP} 0 pdf_set_leading
- 0 0 ${OP} 0 pdf_set_parameter
- 0 0 ${OP} 0 pdf_set_text_matrix
- 0 0 ${OP} 0 pdf_set_text_pos
- 0 0 ${OP} 0 pdf_set_text_rendering
- 0 0 ${OP} 0 pdf_set_text_rise
- 0 0 ${OP} 0 pdf_set_value
- 0 0 ${OP} 0 pdf_set_word_spacing
- 0 0 ${OP} 0 pdf_setcolor
- 0 0 ${OP} 0 pdf_setdash
- 0 0 ${OP} 0 pdf_setflat
- 0 0 ${OP} 0 pdf_setfont
- 0 0 ${OP} 0 pdf_setgray
- 0 0 ${OP} 0 pdf_setgray_fill
- 0 0 ${OP} 0 pdf_setgray_stroke
- 0 0 ${OP} 0 pdf_setlinecap
- 0 0 ${OP} 0 pdf_setlinejoin
- 0 0 ${OP} 0 pdf_setlinewidth
- 0 0 ${OP} 0 pdf_setmatrix
- 0 0 ${OP} 0 pdf_setmiterlimit
- 0 0 ${OP} 0 pdf_setpolydash
- 0 0 ${OP} 0 pdf_setrgbcolor
- 0 0 ${OP} 0 pdf_setrgbcolor_fill
- 0 0 ${OP} 0 pdf_setrgbcolor_stroke
- 0 0 ${OP} 0 pdf_show
- 0 0 ${OP} 0 pdf_show_boxed
- 0 0 ${OP} 0 pdf_show_xy
- 0 0 ${OP} 0 pdf_skew
- 0 0 ${OP} 0 pdf_stringwidth
- 0 0 ${OP} 0 pdf_stroke
- 0 0 ${OP} 0 pdf_translate
- 0 0 ${OP} 0 pfpro_cleanup
- 0 0 ${OP} 0 pfpro_init
- 0 0 ${OP} 0 pfpro_process
- 0 0 ${OP} 0 pfpro_process_raw
- 0 0 ${OP} 0 pfpro_version
- 0 0 ${OP} 0 pfsockopen
- 0 0 ${OP} 0 pg_affected_rows
- 0 0 ${OP} 0 pg_cancel_query
- 0 0 ${OP} 0 pg_client_encoding
- 0 0 ${OP} 0 pg_close
- 0 0 ${OP} 0 pg_connect
- 0 0 ${OP} 0 pg_connection_busy
- 0 0 ${OP} 0 pg_connection_reset
- 0 0 ${OP} 0 pg_connection_status
- 0 0 ${OP} 0 pg_convert
- 0 0 ${OP} 0 pg_copy_from
- 0 0 ${OP} 0 pg_copy_to
- 0 0 ${OP} 0 pg_dbname
- 0 0 ${OP} 0 pg_delete
- 0 0 ${OP} 0 pg_end_copy
- 0 0 ${OP} 0 pg_escape_bytea
- 0 0 ${OP} 0 pg_escape_string
- 0 0 ${OP} 0 pg_fetch_all
- 0 0 ${OP} 0 pg_fetch_array
- 0 0 ${OP} 0 pg_fetch_assoc
- 0 0 ${OP} 0 pg_fetch_object
- 0 0 ${OP} 0 pg_fetch_result
- 0 0 ${OP} 0 pg_fetch_row
- 0 0 ${OP} 0 pg_field_is_null
- 0 0 ${OP} 0 pg_field_name
- 0 0 ${OP} 0 pg_field_num
- 0 0 ${OP} 0 pg_field_prtlen
- 0 0 ${OP} 0 pg_field_size
- 0 0 ${OP} 0 pg_field_type
- 0 0 ${OP} 0 pg_free_result
- 0 0 ${OP} 0 pg_get_notify
- 0 0 ${OP} 0 pg_get_pid
- 0 0 ${OP} 0 pg_get_result
- 0 0 ${OP} 0 pg_host
- 0 0 ${OP} 0 pg_insert
- 0 0 ${OP} 0 pg_last_error
- 0 0 ${OP} 0 pg_last_notice
- 0 0 ${OP} 0 pg_last_oid
- 0 0 ${OP} 0 pg_lo_close
- 0 0 ${OP} 0 pg_lo_create
- 0 0 ${OP} 0 pg_lo_export
- 0 0 ${OP} 0 pg_lo_import
- 0 0 ${OP} 0 pg_lo_open
- 0 0 ${OP} 0 pg_lo_read
- 0 0 ${OP} 0 pg_lo_read_all
- 0 0 ${OP} 0 pg_lo_seek
- 0 0 ${OP} 0 pg_lo_tell
- 0 0 ${OP} 0 pg_lo_unlink
- 0 0 ${OP} 0 pg_lo_write
- 0 0 ${OP} 0 pg_meta_data
- 0 0 ${OP} 0 pg_num_fields
- 0 0 ${OP} 0 pg_num_rows
- 0 0 ${OP} 0 pg_options
- 0 0 ${OP} 0 pg_pconnect
- 0 0 ${OP} 0 pg_ping
- 0 0 ${OP} 0 pg_port
- 0 0 ${OP} 0 pg_put_line
- 0 0 ${OP} 0 pg_query
- 0 0 ${OP} 0 pg_result_error
- 0 0 ${OP} 0 pg_result_seek
- 0 0 ${OP} 0 pg_result_status
- 0 0 ${OP} 0 pg_select
- 0 0 ${OP} 0 pg_send_query
- 0 0 ${OP} 0 pg_set_client_encoding
- 0 0 ${OP} 0 pg_trace
- 0 0 ${OP} 0 pg_tty
- 0 0 ${OP} 0 pg_unescape_bytea
- 0 0 ${OP} 0 pg_untrace
- 0 0 ${OP} 0 pg_update
- 0 0 ${OP} 0 php_ini_scanned_files
- 0 0 ${OP} 0 php_logo_guid
- 0 0 ${OP} 0 php_sapi_name
- 0 0 ${OP} 0 php_uname
- 0 0 ${OP} 0 phpcredits
- 0 0 ${OP} 0 phpinfo
- 0 0 ${OP} 0 phpversion
- 0 0 ${OP} 0 pi
- 0 0 ${OP} 0 png2wbmp
- 0 0 ${OP} 0 popen
- 0 0 ${OP} 0 pos
- 0 0 ${OP} 0 posix_ctermid
- 0 0 ${OP} 0 posix_get_last_error
- 0 0 ${OP} 0 posix_getcwd
- 0 0 ${OP} 0 posix_getegid
- 0 0 ${OP} 0 posix_geteuid
- 0 0 ${OP} 0 posix_getgid
- 0 0 ${OP} 0 posix_getgrgid
- 0 0 ${OP} 0 posix_getgrnam
- 0 0 ${OP} 0 posix_getgroups
- 0 0 ${OP} 0 posix_getlogin
- 0 0 ${OP} 0 posix_getpgid
- 0 0 ${OP} 0 posix_getpgrp
- 0 0 ${OP} 0 posix_getpid
- 0 0 ${OP} 0 posix_getppid
- 0 0 ${OP} 0 posix_getpwnam
- 0 0 ${OP} 0 posix_getpwuid
- 0 0 ${OP} 0 posix_getrlimit
- 0 0 ${OP} 0 posix_getsid
- 0 0 ${OP} 0 posix_getuid
- 0 0 ${OP} 0 posix_isatty
- 0 0 ${OP} 0 posix_kill
- 0 0 ${OP} 0 posix_mkfifo
- 0 0 ${OP} 0 posix_setegid
- 0 0 ${OP} 0 posix_seteuid
- 0 0 ${OP} 0 posix_setgid
- 0 0 ${OP} 0 posix_setpgid
- 0 0 ${OP} 0 posix_setsid
- 0 0 ${OP} 0 posix_setuid
- 0 0 ${OP} 0 posix_strerror
- 0 0 ${OP} 0 posix_times
- 0 0 ${OP} 0 posix_ttyname
- 0 0 ${OP} 0 posix_uname
- 0 0 ${OP} 0 pow
- 0 0 ${OP} 0 preg_grep
- 0 0 ${OP} 0 preg_match
- 0 0 ${OP} 0 preg_match_all
- 0 0 ${OP} 0 preg_quote
- 0 0 ${OP} 0 preg_replace
- 0 0 ${OP} 0 preg_replace_callback
- 0 0 ${OP} 0 preg_split
- 0 0 ${OP} 0 print
- 0 0 ${OP} 0 print_r
- 0 0 ${OP} 0 printer_abort
- 0 0 ${OP} 0 printer_close
- 0 0 ${OP} 0 printer_create_brush
- 0 0 ${OP} 0 printer_create_dc
- 0 0 ${OP} 0 printer_create_font
- 0 0 ${OP} 0 printer_create_pen
- 0 0 ${OP} 0 printer_delete_brush
- 0 0 ${OP} 0 printer_delete_dc
- 0 0 ${OP} 0 printer_delete_font
- 0 0 ${OP} 0 printer_delete_pen
- 0 0 ${OP} 0 printer_draw_bmp
- 0 0 ${OP} 0 printer_draw_chord
- 0 0 ${OP} 0 printer_draw_elipse
- 0 0 ${OP} 0 printer_draw_line
- 0 0 ${OP} 0 printer_draw_pie
- 0 0 ${OP} 0 printer_draw_rectangle
- 0 0 ${OP} 0 printer_draw_roundrect
- 0 0 ${OP} 0 printer_draw_text
- 0 0 ${OP} 0 printer_end_doc
- 0 0 ${OP} 0 printer_end_page
- 0 0 ${OP} 0 printer_get_option
- 0 0 ${OP} 0 printer_list
- 0 0 ${OP} 0 printer_logical_fontheight
- 0 0 ${OP} 0 printer_open
- 0 0 ${OP} 0 printer_select_brush
- 0 0 ${OP} 0 printer_select_font
- 0 0 ${OP} 0 printer_select_pen
- 0 0 ${OP} 0 printer_set_option
- 0 0 ${OP} 0 printer_start_doc
- 0 0 ${OP} 0 printer_start_page
- 0 0 ${OP} 0 printer_write
- 0 0 ${OP} 0 printf
- 0 0 ${OP} 0 proc_close
- 0 0 ${OP} 0 proc_get_status
- 0 0 ${OP} 0 proc_nice
- 0 0 ${OP} 0 proc_open
- 0 0 ${OP} 0 proc_terminate
- 0 0 ${OP} 0 pspell_add_to_personal
- 0 0 ${OP} 0 pspell_add_to_session
- 0 0 ${OP} 0 pspell_check
- 0 0 ${OP} 0 pspell_clear_session
- 0 0 ${OP} 0 pspell_config_create
- 0 0 ${OP} 0 pspell_config_ignore
- 0 0 ${OP} 0 pspell_config_mode
- 0 0 ${OP} 0 pspell_config_personal
- 0 0 ${OP} 0 pspell_config_repl
- 0 0 ${OP} 0 pspell_config_runtogether
- 0 0 ${OP} 0 pspell_config_save_repl
- 0 0 ${OP} 0 pspell_new
- 0 0 ${OP} 0 pspell_new_config
- 0 0 ${OP} 0 pspell_new_personal
- 0 0 ${OP} 0 pspell_save_wordlist
- 0 0 ${OP} 0 pspell_store_replacement
- 0 0 ${OP} 0 pspell_suggest
- 0 0 ${OP} 0 putenv
- 0 0 ${OP} 0 qdom_error
- 0 0 ${OP} 0 qdom_tree
- 0 0 ${OP} 0 quoted_printable_decode
- 0 0 ${OP} 0 quotemeta
- 0 0 ${OP} 0 rad2deg
- 0 0 ${OP} 0 rand
- 0 0 ${OP} 0 range
- 0 0 ${OP} 0 rawurldecode
- 0 0 ${OP} 0 rawurlencode
- 0 0 ${OP} 0 read_exif_data
- 0 0 ${OP} 0 readdir
- 0 0 ${OP} 0 readfile
- 0 0 ${OP} 0 readgzfile
- 0 0 ${OP} 0 readline
- 0 0 ${OP} 0 readline_add_history
- 0 0 ${OP} 0 readline_clear_history
- 0 0 ${OP} 0 readline_completion_function
- 0 0 ${OP} 0 readline_info
- 0 0 ${OP} 0 readline_list_history
- 0 0 ${OP} 0 readline_read_history
- 0 0 ${OP} 0 readline_write_history
- 0 0 ${OP} 0 readlink
- 0 0 ${OP} 0 realpath
- 0 0 ${OP} 0 recode
- 0 0 ${OP} 0 recode_file
- 0 0 ${OP} 0 recode_string
- 0 0 ${OP} 0 register_shutdown_function
- 0 0 ${OP} 0 register_tick_function
- 0 0 ${OP} 0 rename
- 0 0 ${OP} 0 reset
- 0 0 ${OP} 0 restore_error_handler
- 0 0 ${OP} 0 restore_include_path
- 0 0 ${OP} 0 rewind
- 0 0 ${OP} 0 rewinddir
- 0 0 ${OP} 0 rmdir
- 0 0 ${OP} 0 round
- 0 0 ${OP} 0 rsort
- 0 0 ${OP} 0 rtrim
- 0 0 ${OP} 0 scandir
- 0 0 ${OP} 0 sem_acquire
- 0 0 ${OP} 0 sem_get
- 0 0 ${OP} 0 sem_release
- 0 0 ${OP} 0 sem_remove
- 0 0 ${OP} 0 serialize
- 0 0 ${OP} 0 sesam_affected_rows
- 0 0 ${OP} 0 sesam_commit
- 0 0 ${OP} 0 sesam_connect
- 0 0 ${OP} 0 sesam_diagnostic
- 0 0 ${OP} 0 sesam_disconnect
- 0 0 ${OP} 0 sesam_errormsg
- 0 0 ${OP} 0 sesam_execimm
- 0 0 ${OP} 0 sesam_fetch_array
- 0 0 ${OP} 0 sesam_fetch_result
- 0 0 ${OP} 0 sesam_fetch_row
- 0 0 ${OP} 0 sesam_field_array
- 0 0 ${OP} 0 sesam_field_name
- 0 0 ${OP} 0 sesam_free_result
- 0 0 ${OP} 0 sesam_num_fields
- 0 0 ${OP} 0 sesam_query
- 0 0 ${OP} 0 sesam_rollback
- 0 0 ${OP} 0 sesam_seek_row
- 0 0 ${OP} 0 sesam_settransaction
- 0 0 ${OP} 0 session_cache_expire
- 0 0 ${OP} 0 session_cache_limiter
- 0 0 ${OP} 0 session_decode
- 0 0 ${OP} 0 session_destroy
- 0 0 ${OP} 0 session_encode
- 0 0 ${OP} 0 session_get_cookie_params
- 0 0 ${OP} 0 session_id
- 0 0 ${OP} 0 session_is_registered
- 0 0 ${OP} 0 session_module_name
- 0 0 ${OP} 0 session_name
- 0 0 ${OP} 0 session_regenerate_id
- 0 0 ${OP} 0 session_register
- 0 0 ${OP} 0 session_save_path
- 0 0 ${OP} 0 session_set_cookie_params
- 0 0 ${OP} 0 session_set_save_handler
- 0 0 ${OP} 0 session_start
- 0 0 ${OP} 0 session_unregister
- 0 0 ${OP} 0 session_unset
- 0 0 ${OP} 0 session_write_close
- 0 0 ${OP} 0 set_error_handler
- 0 0 ${OP} 0 set_file_buffer
- 0 0 ${OP} 0 set_include_path
- 0 0 ${OP} 0 set_magic_quotes_runtime
- 0 0 ${OP} 0 set_time_limit
- 0 0 ${OP} 0 setcookie
- 0 0 ${OP} 0 setlocale
- 0 0 ${OP} 0 settype
- 0 0 ${OP} 0 sha1
- 0 0 ${OP} 0 sha1_file
- 0 0 ${OP} 0 shell_exec
- 0 0 ${OP} 0 shm_attach
- 0 0 ${OP} 0 shm_detach
- 0 0 ${OP} 0 shm_get_var
- 0 0 ${OP} 0 shm_put_var
- 0 0 ${OP} 0 shm_remove
- 0 0 ${OP} 0 shm_remove_var
- 0 0 ${OP} 0 shmop_close
- 0 0 ${OP} 0 shmop_delete
- 0 0 ${OP} 0 shmop_open
- 0 0 ${OP} 0 shmop_read
- 0 0 ${OP} 0 shmop_size
- 0 0 ${OP} 0 shmop_write
- 0 0 ${OP} 0 show_source
- 0 0 ${OP} 0 shuffle
- 0 0 ${OP} 0 similar_text
- 0 0 ${OP} 0 sin
- 0 0 ${OP} 0 sinh
- 0 0 ${OP} 0 sizeof
- 0 0 ${OP} 0 sleep
- 0 0 ${OP} 0 snmp_get_quick_print
- 0 0 ${OP} 0 snmp_set_quick_print
- 0 0 ${OP} 0 snmpget
- 0 0 ${OP} 0 snmprealwalk
- 0 0 ${OP} 0 snmpset
- 0 0 ${OP} 0 snmpwalk
- 0 0 ${OP} 0 snmpwalkoid
- 0 0 ${OP} 0 socket_accept
- 0 0 ${OP} 0 socket_bind
- 0 0 ${OP} 0 socket_clear_error
- 0 0 ${OP} 0 socket_close
- 0 0 ${OP} 0 socket_connect
- 0 0 ${OP} 0 socket_create
- 0 0 ${OP} 0 socket_create_listen
- 0 0 ${OP} 0 socket_create_pair
- 0 0 ${OP} 0 socket_get_option
- 0 0 ${OP} 0 socket_get_status
- 0 0 ${OP} 0 socket_getpeername
- 0 0 ${OP} 0 socket_getsockname
- 0 0 ${OP} 0 socket_iovec_add
- 0 0 ${OP} 0 socket_iovec_alloc
- 0 0 ${OP} 0 socket_iovec_delete
- 0 0 ${OP} 0 socket_iovec_fetch
- 0 0 ${OP} 0 socket_iovec_free
- 0 0 ${OP} 0 socket_iovec_set
- 0 0 ${OP} 0 socket_last_error
- 0 0 ${OP} 0 socket_listen
- 0 0 ${OP} 0 socket_read
- 0 0 ${OP} 0 socket_readv
- 0 0 ${OP} 0 socket_recv
- 0 0 ${OP} 0 socket_recvfrom
- 0 0 ${OP} 0 socket_recvmsg
- 0 0 ${OP} 0 socket_select
- 0 0 ${OP} 0 socket_send
- 0 0 ${OP} 0 socket_sendmsg
- 0 0 ${OP} 0 socket_sendto
- 0 0 ${OP} 0 socket_set_block
- 0 0 ${OP} 0 socket_set_blocking
- 0 0 ${OP} 0 socket_set_nonblock
- 0 0 ${OP} 0 socket_set_option
- 0 0 ${OP} 0 socket_set_timeout
- 0 0 ${OP} 0 socket_shutdown
- 0 0 ${OP} 0 socket_strerror
- 0 0 ${OP} 0 socket_write
- 0 0 ${OP} 0 socket_writev
- 0 0 ${OP} 0 sort
- 0 0 ${OP} 0 soundex
- 0 0 ${OP} 0 split
- 0 0 ${OP} 0 spliti
- 0 0 ${OP} 0 sprintf
- 0 0 ${OP} 0 sql_regcase
- 0 0 ${OP} 0 sqlite_array_query
- 0 0 ${OP} 0 sqlite_busy_timeout
- 0 0 ${OP} 0 sqlite_changes
- 0 0 ${OP} 0 sqlite_close
- 0 0 ${OP} 0 sqlite_column
- 0 0 ${OP} 0 sqlite_create_aggregate
- 0 0 ${OP} 0 sqlite_create_function
- 0 0 ${OP} 0 sqlite_current
- 0 0 ${OP} 0 sqlite_error_string
- 0 0 ${OP} 0 sqlite_escape_string
- 0 0 ${OP} 0 sqlite_fetch_array
- 0 0 ${OP} 0 sqlite_fetch_single
- 0 0 ${OP} 0 sqlite_fetch_string
- 0 0 ${OP} 0 sqlite_field_name
- 0 0 ${OP} 0 sqlite_has_more
- 0 0 ${OP} 0 sqlite_last_error
- 0 0 ${OP} 0 sqlite_last_insert_rowid
- 0 0 ${OP} 0 sqlite_libencoding
- 0 0 ${OP} 0 sqlite_libversion
- 0 0 ${OP} 0 sqlite_next
- 0 0 ${OP} 0 sqlite_num_fields
- 0 0 ${OP} 0 sqlite_num_rows
- 0 0 ${OP} 0 sqlite_open
- 0 0 ${OP} 0 sqlite_popen
- 0 0 ${OP} 0 sqlite_query
- 0 0 ${OP} 0 sqlite_rewind
- 0 0 ${OP} 0 sqlite_seek
- 0 0 ${OP} 0 sqlite_udf_decode_binary
- 0 0 ${OP} 0 sqlite_udf_encode_binary
- 0 0 ${OP} 0 sqlite_unbuffered_query
- 0 0 ${OP} 0 sqrt
- 0 0 ${OP} 0 srand
- 0 0 ${OP} 0 sscanf
- 0 0 ${OP} 0 stat
- 0 0 ${OP} 0 str_ireplace
- 0 0 ${OP} 0 str_pad
- 0 0 ${OP} 0 str_repeat
- 0 0 ${OP} 0 str_replace
- 0 0 ${OP} 0 str_rot13
- 0 0 ${OP} 0 str_shuffle
- 0 0 ${OP} 0 str_split
- 0 0 ${OP} 0 str_word_count
- 0 0 ${OP} 0 strcasecmp
- 0 0 ${OP} 0 strchr
- 0 0 ${OP} 0 strcmp
- 0 0 ${OP} 0 strcoll
- 0 0 ${OP} 0 strcspn
- 0 0 ${OP} 0 stream_context_create
- 0 0 ${OP} 0 stream_context_get_options
- 0 0 ${OP} 0 stream_context_set_option
- 0 0 ${OP} 0 stream_context_set_params
- 0 0 ${OP} 0 stream_copy_to_stream
- 0 0 ${OP} 0 stream_filter_append
- 0 0 ${OP} 0 stream_filter_prepend
- 0 0 ${OP} 0 stream_filter_register
- 0 0 ${OP} 0 stream_get_contents
- 0 0 ${OP} 0 stream_get_filters
- 0 0 ${OP} 0 stream_get_line
- 0 0 ${OP} 0 stream_get_meta_data
- 0 0 ${OP} 0 stream_get_transports
- 0 0 ${OP} 0 stream_get_wrappers
- 0 0 ${OP} 0 stream_register_wrapper
- 0 0 ${OP} 0 stream_select
- 0 0 ${OP} 0 stream_set_blocking
- 0 0 ${OP} 0 stream_set_timeout
- 0 0 ${OP} 0 stream_set_write_buffer
- 0 0 ${OP} 0 stream_socket_accept
- 0 0 ${OP} 0 stream_socket_client
- 0 0 ${OP} 0 stream_socket_get_name
- 0 0 ${OP} 0 stream_socket_recvfrom
- 0 0 ${OP} 0 stream_socket_sendto
- 0 0 ${OP} 0 stream_socket_server
- 0 0 ${OP} 0 stream_wrapper_register
- 0 0 ${OP} 0 strftime
- 0 0 ${OP} 0 strip_tags
- 0 0 ${OP} 0 stripcslashes
- 0 0 ${OP} 0 stripos
- 0 0 ${OP} 0 stripslashes
- 0 0 ${OP} 0 stristr
- 0 0 ${OP} 0 strlen
- 0 0 ${OP} 0 strnatcasecmp
- 0 0 ${OP} 0 strnatcmp
- 0 0 ${OP} 0 strncasecmp
- 0 0 ${OP} 0 strncmp
- 0 0 ${OP} 0 strpos
- 0 0 ${OP} 0 strrchr
- 0 0 ${OP} 0 strrev
- 0 0 ${OP} 0 strripos
- 0 0 ${OP} 0 strrpos
- 0 0 ${OP} 0 strspn
- 0 0 ${OP} 0 strstr
- 0 0 ${OP} 0 strtok
- 0 0 ${OP} 0 strtolower
- 0 0 ${OP} 0 strtotime
- 0 0 ${OP} 0 strtoupper
- 0 0 ${OP} 0 strtr
- 0 0 ${OP} 0 strval
- 0 0 ${OP} 0 substr
- 0 0 ${OP} 0 substr_compare
- 0 0 ${OP} 0 substr_count
- 0 0 ${OP} 0 substr_replace
- 0 0 ${OP} 0 swf_actiongeturl
- 0 0 ${OP} 0 swf_actiongotoframe
- 0 0 ${OP} 0 swf_actiongotolabel
- 0 0 ${OP} 0 swf_actionnextframe
- 0 0 ${OP} 0 swf_actionplay
- 0 0 ${OP} 0 swf_actionprevframe
- 0 0 ${OP} 0 swf_actionsettarget
- 0 0 ${OP} 0 swf_actionstop
- 0 0 ${OP} 0 swf_actiontogglequality
- 0 0 ${OP} 0 swf_actionwaitforframe
- 0 0 ${OP} 0 swf_addbuttonrecord
- 0 0 ${OP} 0 swf_addcolor
- 0 0 ${OP} 0 swf_closefile
- 0 0 ${OP} 0 swf_definebitmap
- 0 0 ${OP} 0 swf_definefont
- 0 0 ${OP} 0 swf_defineline
- 0 0 ${OP} 0 swf_definepoly
- 0 0 ${OP} 0 swf_definerect
- 0 0 ${OP} 0 swf_definetext
- 0 0 ${OP} 0 swf_endbutton
- 0 0 ${OP} 0 swf_enddoaction
- 0 0 ${OP} 0 swf_endshape
- 0 0 ${OP} 0 swf_endsymbol
- 0 0 ${OP} 0 swf_fontsize
- 0 0 ${OP} 0 swf_fontslant
- 0 0 ${OP} 0 swf_fonttracking
- 0 0 ${OP} 0 swf_getbitmapinfo
- 0 0 ${OP} 0 swf_getfontinfo
- 0 0 ${OP} 0 swf_getframe
- 0 0 ${OP} 0 swf_labelframe
- 0 0 ${OP} 0 swf_lookat
- 0 0 ${OP} 0 swf_modifyobject
- 0 0 ${OP} 0 swf_mulcolor
- 0 0 ${OP} 0 swf_nextid
- 0 0 ${OP} 0 swf_oncondition
- 0 0 ${OP} 0 swf_openfile
- 0 0 ${OP} 0 swf_ortho
- 0 0 ${OP} 0 swf_ortho2
- 0 0 ${OP} 0 swf_perspective
- 0 0 ${OP} 0 swf_placeobject
- 0 0 ${OP} 0 swf_polarview
- 0 0 ${OP} 0 swf_popmatrix
- 0 0 ${OP} 0 swf_posround
- 0 0 ${OP} 0 swf_pushmatrix
- 0 0 ${OP} 0 swf_removeobject
- 0 0 ${OP} 0 swf_rotate
- 0 0 ${OP} 0 swf_scale
- 0 0 ${OP} 0 swf_setfont
- 0 0 ${OP} 0 swf_setframe
- 0 0 ${OP} 0 swf_shapearc
- 0 0 ${OP} 0 swf_shapecurveto
- 0 0 ${OP} 0 swf_shapecurveto3
- 0 0 ${OP} 0 swf_shapefillbitmapclip
- 0 0 ${OP} 0 swf_shapefillbitmaptile
- 0 0 ${OP} 0 swf_shapefilloff
- 0 0 ${OP} 0 swf_shapefillsolid
- 0 0 ${OP} 0 swf_shapelinesolid
- 0 0 ${OP} 0 swf_shapelineto
- 0 0 ${OP} 0 swf_shapemoveto
- 0 0 ${OP} 0 swf_showframe
- 0 0 ${OP} 0 swf_startbutton
- 0 0 ${OP} 0 swf_startdoaction
- 0 0 ${OP} 0 swf_startshape
- 0 0 ${OP} 0 swf_startsymbol
- 0 0 ${OP} 0 swf_textwidth
- 0 0 ${OP} 0 swf_translate
- 0 0 ${OP} 0 swf_viewport
- 0 0 ${OP} 0 SWFAction
- 0 0 ${OP} 0 SWFBitmap
- 0 0 ${OP} 0 SWFbutton
- 0 0 ${OP} 0 swfbutton_keypress
- 0 0 ${OP} 0 SWFDisplayItem
- 0 0 ${OP} 0 SWFFill
- 0 0 ${OP} 0 SWFFont
- 0 0 ${OP} 0 SWFGradient
- 0 0 ${OP} 0 SWFMorph
- 0 0 ${OP} 0 SWFMovie
- 0 0 ${OP} 0 SWFShape
- 0 0 ${OP} 0 SWFSprite
- 0 0 ${OP} 0 SWFText
- 0 0 ${OP} 0 SWFTextField
- 0 0 ${OP} 0 sybase_affected_rows
- 0 0 ${OP} 0 sybase_close
- 0 0 ${OP} 0 sybase_connect
- 0 0 ${OP} 0 sybase_data_seek
- 0 0 ${OP} 0 sybase_deadlock_retry_count
- 0 0 ${OP} 0 sybase_fetch_array
- 0 0 ${OP} 0 sybase_fetch_assoc
- 0 0 ${OP} 0 sybase_fetch_field
- 0 0 ${OP} 0 sybase_fetch_object
- 0 0 ${OP} 0 sybase_fetch_row
- 0 0 ${OP} 0 sybase_field_seek
- 0 0 ${OP} 0 sybase_free_result
- 0 0 ${OP} 0 sybase_get_last_message
- 0 0 ${OP} 0 sybase_min_client_severity
- 0 0 ${OP} 0 sybase_min_error_severity
- 0 0 ${OP} 0 sybase_min_message_severity
- 0 0 ${OP} 0 sybase_min_server_severity
- 0 0 ${OP} 0 sybase_num_fields
- 0 0 ${OP} 0 sybase_num_rows
- 0 0 ${OP} 0 sybase_pconnect
- 0 0 ${OP} 0 sybase_query
- 0 0 ${OP} 0 sybase_result
- 0 0 ${OP} 0 sybase_select_db
- 0 0 ${OP} 0 sybase_set_message_handler
- 0 0 ${OP} 0 sybase_unbuffered_query
- 0 0 ${OP} 0 symlink
- 0 0 ${OP} 0 syslog
- 0 0 ${OP} 0 system
- 0 0 ${OP} 0 tan
- 0 0 ${OP} 0 tanh
- 0 0 ${OP} 0 tempnam
- 0 0 ${OP} 0 textdomain
- 0 0 ${OP} 0 tidy_access_count
- 0 0 ${OP} 0 tidy_clean_repair
- 0 0 ${OP} 0 tidy_config_count
- 0 0 ${OP} 0 tidy_diagnose
- 0 0 ${OP} 0 tidy_error_count
- 0 0 ${OP} 0 tidy_get_body
- 0 0 ${OP} 0 tidy_get_config
- 0 0 ${OP} 0 tidy_get_error_buffer
- 0 0 ${OP} 0 tidy_get_head
- 0 0 ${OP} 0 tidy_get_html
- 0 0 ${OP} 0 tidy_get_html_ver
- 0 0 ${OP} 0 tidy_get_output
- 0 0 ${OP} 0 tidy_get_release
- 0 0 ${OP} 0 tidy_get_root
- 0 0 ${OP} 0 tidy_get_status
- 0 0 ${OP} 0 tidy_getopt
- 0 0 ${OP} 0 tidy_is_xhtml
- 0 0 ${OP} 0 tidy_load_config
- 0 0 ${OP} 0 tidy_parse_file
- 0 0 ${OP} 0 tidy_parse_string
- 0 0 ${OP} 0 tidy_repair_file
- 0 0 ${OP} 0 tidy_repair_string
- 0 0 ${OP} 0 tidy_reset_config
- 0 0 ${OP} 0 tidy_save_config
- 0 0 ${OP} 0 tidy_set_encoding
- 0 0 ${OP} 0 tidy_setopt
- 0 0 ${OP} 0 tidy_warning_count
- 0 0 ${OP} 0 time
- 0 0 ${OP} 0 tmpfile
- 0 0 ${OP} 0 token_get_all
- 0 0 ${OP} 0 token_name
- 0 0 ${OP} 0 touch
- 0 0 ${OP} 0 trigger_error
- 0 0 ${OP} 0 trim
- 0 0 ${OP} 0 uasort
- 0 0 ${OP} 0 ucfirst
- 0 0 ${OP} 0 ucwords
- 0 0 ${OP} 0 udm_add_search_limit
- 0 0 ${OP} 0 udm_alloc_agent
- 0 0 ${OP} 0 udm_api_version
- 0 0 ${OP} 0 udm_cat_list
- 0 0 ${OP} 0 udm_cat_path
- 0 0 ${OP} 0 udm_check_charset
- 0 0 ${OP} 0 udm_check_stored
- 0 0 ${OP} 0 udm_clear_search_limits
- 0 0 ${OP} 0 udm_close_stored
- 0 0 ${OP} 0 udm_crc32
- 0 0 ${OP} 0 udm_errno
- 0 0 ${OP} 0 udm_error
- 0 0 ${OP} 0 udm_find
- 0 0 ${OP} 0 udm_free_agent
- 0 0 ${OP} 0 udm_free_ispell_data
- 0 0 ${OP} 0 udm_free_res
- 0 0 ${OP} 0 udm_get_doc_count
- 0 0 ${OP} 0 udm_get_res_field
- 0 0 ${OP} 0 udm_get_res_param
- 0 0 ${OP} 0 udm_load_ispell_data
- 0 0 ${OP} 0 udm_open_stored
- 0 0 ${OP} 0 udm_set_agent_param
- 0 0 ${OP} 0 uksort
- 0 0 ${OP} 0 umask
- 0 0 ${OP} 0 uniqid
- 0 0 ${OP} 0 unixtojd
- 0 0 ${OP} 0 unlink
- 0 0 ${OP} 0 unpack
- 0 0 ${OP} 0 unregister_tick_function
- 0 0 ${OP} 0 unserialize
- 0 0 ${OP} 0 unset
- 0 0 ${OP} 0 urldecode
- 0 0 ${OP} 0 urlencode
- 0 0 ${OP} 0 use
- 0 0 ${OP} 0 user_error
- 0 0 ${OP} 0 usleep
- 0 0 ${OP} 0 usort
- 0 0 ${OP} 0 utf8_decode
- 0 0 ${OP} 0 utf8_encode
- 0 0 ${OP} 0 var_dump
- 0 0 ${OP} 0 var_export
- 0 0 ${OP} 0 VARIANT
- 0 0 ${OP} 0 version_compare
- 0 0 ${OP} 0 virtual
- 0 0 ${OP} 0 vpopmail_add_alias_domain
- 0 0 ${OP} 0 vpopmail_add_alias_domain_ex
- 0 0 ${OP} 0 vpopmail_add_domain
- 0 0 ${OP} 0 vpopmail_add_domain_ex
- 0 0 ${OP} 0 vpopmail_add_user
- 0 0 ${OP} 0 vpopmail_alias_add
- 0 0 ${OP} 0 vpopmail_alias_del
- 0 0 ${OP} 0 vpopmail_alias_del_domain
- 0 0 ${OP} 0 vpopmail_alias_get
- 0 0 ${OP} 0 vpopmail_alias_get_all
- 0 0 ${OP} 0 vpopmail_auth_user
- 0 0 ${OP} 0 vpopmail_del_domain
- 0 0 ${OP} 0 vpopmail_del_domain_ex
- 0 0 ${OP} 0 vpopmail_del_user
- 0 0 ${OP} 0 vpopmail_error
- 0 0 ${OP} 0 vpopmail_passwd
- 0 0 ${OP} 0 vpopmail_set_user_quota
- 0 0 ${OP} 0 vprintf
- 0 0 ${OP} 0 vsprintf
- 0 0 ${OP} 0 w32api_deftype
- 0 0 ${OP} 0 w32api_init_dtype
- 0 0 ${OP} 0 w32api_invoke_function
- 0 0 ${OP} 0 w32api_register_function
- 0 0 ${OP} 0 w32api_set_call_method
- 0 0 ${OP} 0 wddx_add_vars
- 0 0 ${OP} 0 wddx_deserialize
- 0 0 ${OP} 0 wddx_packet_end
- 0 0 ${OP} 0 wddx_packet_start
- 0 0 ${OP} 0 wddx_serialize_value
- 0 0 ${OP} 0 wddx_serialize_vars
- 0 0 ${OP} 0 wordwrap
- 0 0 ${OP} 0 xml_error_string
- 0 0 ${OP} 0 xml_get_current_byte_index
- 0 0 ${OP} 0 xml_get_current_column_number
- 0 0 ${OP} 0 xml_get_current_line_number
- 0 0 ${OP} 0 xml_get_error_code
- 0 0 ${OP} 0 xml_parse
- 0 0 ${OP} 0 xml_parse_into_struct
- 0 0 ${OP} 0 xml_parser_create
- 0 0 ${OP} 0 xml_parser_create_ns
- 0 0 ${OP} 0 xml_parser_free
- 0 0 ${OP} 0 xml_parser_get_option
- 0 0 ${OP} 0 xml_parser_set_option
- 0 0 ${OP} 0 xml_set_character_data_handler
- 0 0 ${OP} 0 xml_set_default_handler
- 0 0 ${OP} 0 xml_set_element_handler
- 0 0 ${OP} 0 xml_set_end_namespace_decl_handler
- 0 0 ${OP} 0 xml_set_external_entity_ref_handler
- 0 0 ${OP} 0 xml_set_notation_decl_handler
- 0 0 ${OP} 0 xml_set_object
- 0 0 ${OP} 0 xml_set_processing_instruction_handler
- 0 0 ${OP} 0 xml_set_start_namespace_decl_handler
- 0 0 ${OP} 0 xml_set_unparsed_entity_decl_handler
- 0 0 ${OP} 0 xmlrpc_decode
- 0 0 ${OP} 0 xmlrpc_decode_request
- 0 0 ${OP} 0 xmlrpc_encode
- 0 0 ${OP} 0 xmlrpc_encode_request
- 0 0 ${OP} 0 xmlrpc_get_type
- 0 0 ${OP} 0 xmlrpc_parse_method_descriptions
- 0 0 ${OP} 0 xmlrpc_server_add_introspection_data
- 0 0 ${OP} 0 xmlrpc_server_call_method
- 0 0 ${OP} 0 xmlrpc_server_create
- 0 0 ${OP} 0 xmlrpc_server_destroy
- 0 0 ${OP} 0 xmlrpc_server_register_introspection_callback
- 0 0 ${OP} 0 xmlrpc_server_register_method
- 0 0 ${OP} 0 xmlrpc_set_type
- 0 0 ${OP} 0 xpath_eval
- 0 0 ${OP} 0 xpath_eval_expression
- 0 0 ${OP} 0 xpath_new_context
- 0 0 ${OP} 0 xptr_eval
- 0 0 ${OP} 0 xptr_new_context
- 0 0 ${OP} 0 xslt_create
- 0 0 ${OP} 0 xslt_errno
- 0 0 ${OP} 0 xslt_error
- 0 0 ${OP} 0 xslt_free
- 0 0 ${OP} 0 xslt_output_process
- 0 0 ${OP} 0 xslt_set_base
- 0 0 ${OP} 0 xslt_set_encoding
- 0 0 ${OP} 0 xslt_set_error_handler
- 0 0 ${OP} 0 xslt_set_log
- 0 0 ${OP} 0 xslt_set_sax_handler
- 0 0 ${OP} 0 xslt_set_sax_handlers
- 0 0 ${OP} 0 xslt_set_scheme_handler
- 0 0 ${OP} 0 xslt_set_scheme_handlers
- 0 0 ${OP} 0 yaz_addinfo
- 0 0 ${OP} 0 yaz_ccl_conf
- 0 0 ${OP} 0 yaz_ccl_parse
- 0 0 ${OP} 0 yaz_close
- 0 0 ${OP} 0 yaz_connect
- 0 0 ${OP} 0 yaz_database
- 0 0 ${OP} 0 yaz_element
- 0 0 ${OP} 0 yaz_errno
- 0 0 ${OP} 0 yaz_error
- 0 0 ${OP} 0 yaz_es_result
- 0 0 ${OP} 0 yaz_get_option
- 0 0 ${OP} 0 yaz_hits
- 0 0 ${OP} 0 yaz_itemorder
- 0 0 ${OP} 0 yaz_present
- 0 0 ${OP} 0 yaz_range
- 0 0 ${OP} 0 yaz_record
- 0 0 ${OP} 0 yaz_scan
- 0 0 ${OP} 0 yaz_scan_result
- 0 0 ${OP} 0 yaz_schema
- 0 0 ${OP} 0 yaz_search
- 0 0 ${OP} 0 yaz_set_option
- 0 0 ${OP} 0 yaz_sort
- 0 0 ${OP} 0 yaz_syntax
- 0 0 ${OP} 0 yaz_wait
- 0 0 ${OP} 0 yp_all
- 0 0 ${OP} 0 yp_cat
- 0 0 ${OP} 0 yp_err_string
- 0 0 ${OP} 0 yp_errno
- 0 0 ${OP} 0 yp_first
- 0 0 ${OP} 0 yp_get_default_domain
- 0 0 ${OP} 0 yp_master
- 0 0 ${OP} 0 yp_match
- 0 0 ${OP} 0 yp_next
- 0 0 ${OP} 0 yp_order
- 0 0 ${OP} 0 zend_logo_guid
- 0 0 ${OP} 0 zend_version
- 0 0 ${OP} 0 zip_close
- 0 0 ${OP} 0 zip_entry_close
- 0 0 ${OP} 0 zip_entry_compressedsize
- 0 0 ${OP} 0 zip_entry_compressionmethod
- 0 0 ${OP} 0 zip_entry_filesize
- 0 0 ${OP} 0 zip_entry_name
- 0 0 ${OP} 0 zip_entry_open
- 0 0 ${OP} 0 zip_entry_read
- 0 0 ${OP} 0 zip_open
- 0 0 ${OP} 0 zip_read
- 0 0 ${OP} 0 zlib_get_coding_type
- ;--phpEnvVar--
- 0 0 ${OP} 0 GATEWAY_INTERFACE
- 0 0 ${OP} 0 SERVER_NAME
- 0 0 ${OP} 0 SERVER_SOFTWARE
- 0 0 ${OP} 0 SERVER_PROTOCOL
- 0 0 ${OP} 0 REQUEST_METHOD
- 0 0 ${OP} 0 QUERY_STRING
- 0 0 ${OP} 0 DOCUMENT_ROOT
- 0 0 ${OP} 0 HTTP_ACCEPT
- 0 0 ${OP} 0 HTTP_ACCEPT_CHARSET
- 0 0 ${OP} 0 HTTP_ENCODING
- 0 0 ${OP} 0 HTTP_ACCEPT_LANGUAGE
- 0 0 ${OP} 0 HTTP_CONNECTION
- 0 0 ${OP} 0 HTTP_HOST
- 0 0 ${OP} 0 HTTP_REFERER
- 0 0 ${OP} 0 HTTP_USER_AGENT
- 0 0 ${OP} 0 REMOTE_ADDR
- 0 0 ${OP} 0 REMOTE_PORT
- 0 0 ${OP} 0 SCRIPT_FILENAME
- 0 0 ${OP} 0 SERVER_ADMIN
- 0 0 ${OP} 0 SERVER_PORT
- 0 0 ${OP} 0 SERVER_SIGNATURE
- 0 0 ${OP} 0 PATH_TRANSLATED
- 0 0 ${OP} 0 SCRIPT_NAME
- 0 0 ${OP} 0 REQUEST_URI
- ;--phpIntVar--
- 0 0 ${OP} 0 GLOBALS
- 0 0 ${OP} 0 PHP_ERRMSG
- 0 0 ${OP} 0 PHP_SELF
- 0 0 ${OP} 0 HTTP_GET_VARS
- 0 0 ${OP} 0 HTTP_POST_VARS
- 0 0 ${OP} 0 HTTP_COOKIE_VARS
- 0 0 ${OP} 0 HTTP_POST_FILES
- 0 0 ${OP} 0 HTTP_ENV_VARS
- 0 0 ${OP} 0 HTTP_SERVER_VARS
- 0 0 ${OP} 0 HTTP_SESSION_VARS
- 0 0 ${OP} 0 HTTP_RAW_POST_DATA
- 0 0 ${OP} 0 HTTP_STATE_VARS
- 0 0 ${OP} 0 _GET
- 0 0 ${OP} 0 _POST
- 0 0 ${OP} 0 _COOKIE
- 0 0 ${OP} 0 _FILES
- 0 0 ${OP} 0 _SERVER
- 0 0 ${OP} 0 _ENV
- 0 0 ${OP} 0 _REQUEST
- 0 0 ${OP} 0 _SESSION
- ;--phpCoreConstant--
- 0 0 ${OP} 0 DEFAULT_INCLUDE_PATH
- 0 0 ${OP} 0 PEAR_EXTENSION_DIR
- 0 0 ${OP} 0 PEAR_INSTALL_DIR
- 0 0 ${OP} 0 PHP_BINARY
- 0 0 ${OP} 0 PHP_BINDIR
- 0 0 ${OP} 0 PHP_CONFIG_FILE_PATH
- 0 0 ${OP} 0 PHP_CONFIG_FILE_SCAN_DIR
- 0 0 ${OP} 0 PHP_DATADIR
- 0 0 ${OP} 0 PHP_DEBUG
- 0 0 ${OP} 0 PHP_EOL
- 0 0 ${OP} 0 PHP_EXTENSION_DIR
- 0 0 ${OP} 0 PHP_EXTRA_VERSION
- 0 0 ${OP} 0 PHP_INT_MAX
- 0 0 ${OP} 0 PHP_INT_SIZE
- 0 0 ${OP} 0 PHP_LIBDIR
- 0 0 ${OP} 0 PHP_LOCALSTATEDIR
- 0 0 ${OP} 0 PHP_MAJOR_VERSION
- 0 0 ${OP} 0 PHP_MANDIR
- 0 0 ${OP} 0 PHP_MAXPATHLEN
- 0 0 ${OP} 0 PHP_MINOR_VERSION
- 0 0 ${OP} 0 PHP_OS
- 0 0 ${OP} 0 PHP_OUTPUT_HANDLER_CONT
- 0 0 ${OP} 0 PHP_OUTPUT_HANDLER_END
- 0 0 ${OP} 0 PHP_OUTPUT_HANDLER_START
- 0 0 ${OP} 0 PHP_PREFIX
- 0 0 ${OP} 0 PHP_RELEASE_VERSION
- 0 0 ${OP} 0 PHP_SAPI
- 0 0 ${OP} 0 PHP_SHLIB_SUFFIX
- 0 0 ${OP} 0 PHP_SYSCONFDIR
- 0 0 ${OP} 0 PHP_VERSION
- 0 0 ${OP} 0 PHP_VERSION_ID
- 0 0 ${OP} 0 PHP_WINDOWS_NT_DOMAIN_CONTROLLER
- 0 0 ${OP} 0 PHP_WINDOWS_NT_SERVER
- 0 0 ${OP} 0 PHP_WINDOWS_NT_WORKSTATION
- 0 0 ${OP} 0 PHP_WINDOWS_VERSION_BUILD
- 0 0 ${OP} 0 PHP_WINDOWS_VERSION_MAJOR
- 0 0 ${OP} 0 PHP_WINDOWS_VERSION_MINOR
- 0 0 ${OP} 0 PHP_WINDOWS_VERSION_PLATFORM
- 0 0 ${OP} 0 PHP_WINDOWS_VERSION_PRODUCTTYPE
- 0 0 ${OP} 0 PHP_WINDOWS_VERSION_SP_MAJOR
- 0 0 ${OP} 0 PHP_WINDOWS_VERSION_SP_MINOR
- 0 0 ${OP} 0 PHP_WINDOWS_VERSION_SUITEMASK
- 0 0 ${OP} 0 PHP_ZTS
- 0 0 ${OP} 0 E_ERROR
- 0 0 ${OP} 0 E_WARNING
- 0 0 ${OP} 0 E_PARSE
- 0 0 ${OP} 0 E_NOTICE
- 0 0 ${OP} 0 E_CORE_ERROR
- 0 0 ${OP} 0 E_CORE_WARNING
- 0 0 ${OP} 0 E_COMPILE_ERROR
- 0 0 ${OP} 0 E_COMPILE_WARNING
- 0 0 ${OP} 0 E_USER_ERROR
- 0 0 ${OP} 0 E_USER_WARNING
- 0 0 ${OP} 0 E_USER_NOTICE
- 0 0 ${OP} 0 E_ALL
- 0 0 ${OP} 0 E_STRICT
- 0 0 ${OP} 0 E_RECOVERABLE_ERROR
- 0 0 ${OP} 0 E_DEPRECATED
- 0 0 ${OP} 0 E_USER_DEPRECATED
- ;--phpConstant--
- 0 0 ${OP} 0 __LINE__
- 0 0 ${OP} 0 __FILE__
- 0 0 ${OP} 0 __FUNCTION__
- 0 0 ${OP} 0 __METHOD__
- 0 0 ${OP} 0 __CLASS__
- 0 0 ${OP} 0 __DIR__
- 0 0 ${OP} 0 __TRAIT__
- 0 0 ${OP} 0 __NAMESPACE__
- ;--phpKeyword--
- 0 0 ${OP} 0 var
- 0 0 ${OP} 0 const
- 0 0 ${OP} 0 as
- ;--phpStructure
- 0 0 ${OP} 0 class
- 0 0 ${OP} 0 interface
- 0 0 ${OP} 0 trait
- 0 0 ${OP} 0 extends
- 0 0 ${OP} 0 implements
- 0 0 ${OP} 0 instanceof
- 0 0 ${OP} 0 insteadof
- 0 0 ${OP} 0 parent
- 0 0 ${OP} 0 self
- 0 0 ${OP} 0 list
- 0 0 ${OP} 0 namespace
- ;--phpInclude--
- 0 0 ${OP} 0 include
- 0 0 ${OP} 0 require
- 0 0 ${OP} 0 include_once
- 0 0 ${OP} 0 require_once
- ;--phpDefine--
- 0 0 ${OP} 0 new
- 0 0 ${OP} 0 true
- 0 0 ${OP} 0 false
- 0 0 ${OP} 0 NULL
- ;--phpTodo--
- 0 0 ${OP} 0 todo
- 0 0 ${OP} 0 fixme
- 0 0 ${OP} 0 xxx
- ;--phpSCKeyword--
- 0 0 ${OP} 0 abstract
- 0 0 ${OP} 0 final
- 0 0 ${OP} 0 private
- 0 0 ${OP} 0 protected
- 0 0 ${OP} 0 public
- 0 0 ${OP} 0 static
- ;--phpStorageClass--
- 0 0 ${OP} 0 global
- ;--phpType--
- 0 0 ${TYPE} 0 bool
- 0 0 ${TYPE} 0 boolean
- 0 0 ${TYPE} 0 int
- 0 0 ${TYPE} 0 integer
- 0 0 ${TYPE} 0 real
- 0 0 ${TYPE} 0 double
- 0 0 ${TYPE} 0 float
- 0 0 ${TYPE} 0 string
- 0 0 ${TYPE} 0 object
- 0 0 ${TYPE} 0 callable
- 0 0 ${TYPE} 0 iterable
- 0 0 ${TYPE} 0 mixed
- ;--phpConditional
- 0 2 ${IF} 0 declare
- 0 2 ${IF} 0 else
- 0 2 ${IF} 0 enddeclare
- 0 2 ${IF} 0 endswitch
- 0 2 ${IF} 0 elseif
- 0 2 ${IF} 0 endif
- 0 2 ${IF} 0 if
- 0 2 ${IF} 0 switch
- 0 2 ${IF} 0 and
- 0 2 ${IF} 0 or
- ;--phpRepeat
- 0 2 ${IF} 0 do
- 0 2 ${IF} 0 endfor
- 0 2 ${IF} 0 endforeach
- 0 2 ${IF} 0 endwhile
- 0 2 ${IF} 0 for
- 0 2 ${IF} 0 foreach
- 0 2 ${IF} 0 while
- ;--phpLabel
- 0 2 ${IF} 0 case
- 0 2 ${IF} 0 default
- ;--phpStatement
- 0 2 ${IF} 0 return
- 0 2 ${IF} 0 break
- 0 2 ${IF} 0 continue
- 0 2 ${IF} 0 exit
- 0 2 ${IF} 0 die
- ;--phpException--
- 0 2 ${IF} 0 catch
- 0 2 ${IF} 0 finally
- 0 2 ${IF} 0 throw
- 0 2 ${IF} 0 try
- ;----------------------------------------------;
- ; CodeFold ;
- ;----------------------------------------------;
- ;Flags (sum of the members)
- ; 1 case sensitive.
- ; 2 force get fold name for function list from left at the fold start ("Folds:" section only).
- ; 4 force get fold name for function list from right at the fold start, including fold start ("Folds:" section only).
- ; 8 fold start ("Folds:" section) or skip start ("Skips:" section) located at line start.
- ; 16 fold start ("Folds:" section) or skip start ("Skips:" section) located at line end.
- ; 32 fold end ("Folds:" section) or skip end ("Skips:" section) located at line start.
- ; 64 fold end ("Folds:" section) or skip end ("Skips:" section) located at line end.
- ; 128 don't catch fold end ("Folds:" section) or skip end ("Skips:" section).
- ; 256 additional to 128 flag - more priority is given to sibling level instead of parent level ("Folds:" section only).
- ; 512 comment fold - fold ignore any other folds and skips inside ("Folds:" section only).
- ; 1024 reserved.
- ; 2048 deny fold - founded fold will be ignored ("Folds:" section only).
- ; 4096 xml fold - "<tag" and "</tag>", "<single" and "/>", "<single" and ">" ("Folds:" section only).
- ; 8192 don't check delimiters from left of fold start ("Folds:" section only).
- ; 16384 don't check delimiters from right of fold start ("Folds:" section only).
- ; 32768 don't check delimiters from left of fold end ("Folds:" section only).
- ; 65536 don't check delimiters from right of fold end ("Folds:" section only).
- ; 131072 deny delimiters ("Folds:" section only).
- ; 262144 don't show fold in list ("Folds:" section only).
- ; 1048576 regular expression in fold start ("Folds:" section) or skip start ("Skips:" section).
- ; 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.
- FoldPanel:
- ;=================================================================================================================================================================================================================================================================================================================================================================================================================================================================
- ;PanelFirstBkColor PanelSecondBkColor PanelNormalFoldColor PanelActiveFoldColor PanelNormalNodeOpenBkColor PanelNormalNodeCloseBkColor PanelActiveNodeOpenBkColor PanelActiveNodeCloseBkColor PanelNormalNodeOpenSignColor PanelNormalNodeCloseSignColor PanelActiveNodeOpenSignColor PanelActiveNodeCloseSignColor
- ;=================================================================================================================================================================================================================================================================================================================================================================================================================================================================
- ${CodeFold_PanelFirstBkColor} ${CodeFold_PanelSecondBkColor} ${CodeFold_PanelNormalFoldColor} ${CodeFold_PanelActiveFoldColor} ${CodeFold_PanelNormalNodeOpenBkColor} ${CodeFold_PanelNormalNodeCloseBkColor} ${CodeFold_PanelActiveNodeOpenBkColor} ${CodeFold_PanelActiveNodeCloseBkColor} ${CodeFold_PanelNormalNodeOpenSignColor} ${CodeFold_PanelNormalNodeCloseSignColor} ${CodeFold_PanelActiveNodeOpenSignColor} ${CodeFold_PanelActiveNodeCloseSignColor}
- FoldList:
- ;================================================
- ;ListTextColor ListBkColor
- ;================================================
- ${CodeFold_ListTextColor} ${CodeFold_ListBkColor}
- TagMark:
- ;============================================================================================================
- ;TagMarkFlags TagMarkFontStyle TagMarkTextColor TagMarkBkColor
- ;============================================================================================================
- ${CodeFold_TagMarkFlags} ${CodeFold_TagMarkFontStyle} ${CodeFold_TagMarkTextColor} ${CodeFold_TagMarkBkColor}
- Skips:
- ;=============================
- ;Flags Skip Skip Escape
- ; start end char
- ;=============================
- 1 '"' '"' "\"
- 1 "'" "'" "\"
- 1 "//" "" ":"
- 1 "#" "" ""
- Folds:
- ;===========================================================================
- ;Flags Font Color Color Fold Fold Deli Parent Rule Rule
- ; style text bkgrnd start end miters ID ID file
- ;===========================================================================
- 1 0 0 0 "{" "}" "" 0 0
- ;513=1+512
- 513 3 ${COMM} 0 "/*" "*/" "" 0 0
- ;----------------------------------------------;
- ; AutoComplete ;
- ;----------------------------------------------;
- ;Flags (sum of the members)
- ; 1 force case sensitive.
- ; 2 force case insensitive.
- ; 4 regular expression (only for "$="). Scan starts from caret line beginning and metacharacters \a or \z specified caret position.
- ; 8 Don't show in listbox.
- CompleteList:
- ;=====================================================================================================================================================================================================================================================================================================================================================================================================================================================================
- ;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
- ;=====================================================================================================================================================================================================================================================================================================================================================================================================================================================================
- ${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}
- Blocks:
- ;=============================================================================
- ;Abbreviations and blocks
- ;
- ; $~abbr normal abbreviation.
- ; $(flags)~abbr normal abbreviation with flags.
- ; $=abbr exact abbreviation. May contain delimiters.
- ; $(flags)=abbr exact abbreviation with flags. May contain delimiters.
- ; $[] set caret to this position. Can be multiple (hot spots).
- ; $[text] select text. Can be multiple (hot spots).
- ; $$ symbol $.
- ; $\] escape symbol ]. Can be used in $[text] block: $[One [1$\] ].
- ; ${VAR} variable assigned from Coder::Settings.
- ; $; comment line.
- ;=============================================================================
- $~function
- function $[]()
- {
- ${AutoComplete_Indent}$[]
- }
- $~class
- class $[]
- {
- ${AutoComplete_Indent}$[]
- }
- $~foreach
- foreach ($[] as $[])
- {
- ${AutoComplete_Indent}$[]
- }
- $~do
- do
- {
- ${AutoComplete_Indent}$[]
- }
- while ($[]);
- $~for
- for ($[]; $[]; $[])
- {
- ${AutoComplete_Indent}$[]
- }
- $~if
- if ($[])
- {
- ${AutoComplete_Indent}$[]
- }
- $~switch
- switch ($[])
- {
- ${AutoComplete_Indent}case $[]:
- ${AutoComplete_Indent}${AutoComplete_Indent}$[]
- ${AutoComplete_Indent}${AutoComplete_Indent}break;
- ${AutoComplete_Indent}case $[]:
- ${AutoComplete_Indent}${AutoComplete_Indent}$[]
- ${AutoComplete_Indent}${AutoComplete_Indent}break;
- ${AutoComplete_Indent}default:
- ${AutoComplete_Indent}${AutoComplete_Indent}$[]
- ${AutoComplete_Indent}${AutoComplete_Indent}break;
- }
- $~while
- while ($[])
- {
- ${AutoComplete_Indent}$[]
- }
Add Comment
Please, Sign In to add comment