view release on metacpan or search on metacpan
public/javascripts/ace/mode-php.js view on Meta::CPAN
var keywordMapper = this.createKeywordMapper({
"support.function": supportFunction,
"support.constant": supportConstant,
"support.type": supportType,
"support.constant.color": supportConstantColor,
"support.constant.fonts": supportConstantFonts
}, "text", true);
this.$rules = {
"start" : [{
include : ["strings", "url", "comments"]
}, {
token: "paren.lparen",
regex: "\\{",
next: "ruleset"
}, {
token: "paren.rparen",
regex: "\\}"
}, {
token: "string",
regex: "@(?!viewport)",
next: "media"
}, {
token: "keyword",
regex: "#[a-z0-9-_]+"
}, {
token: "keyword",
regex: "%"
}, {
token: "variable",
regex: "\\.[a-z0-9-_]+"
}, {
token: "string",
regex: ":[a-z0-9-_]+"
}, {
token : "constant.numeric",
regex : numRe
}, {
token: "constant",
regex: "[a-z0-9-_]+"
}, {
caseInsensitive: true
}],
"media": [{
include : ["strings", "url", "comments"]
}, {
token: "paren.lparen",
regex: "\\{",
next: "start"
}, {
token: "paren.rparen",
regex: "\\}",
next: "start"
}, {
token: "string",
regex: ";",
next: "start"
}, {
token: "keyword",
regex: "(?:media|supports|document|charset|import|namespace|media|supports|document"
+ "|page|font|keyframes|viewport|counter-style|font-feature-values"
+ "|swash|ornaments|annotation|stylistic|styleset|character-variant)"
}],
"comments" : [{
token: "comment", // multi line comment
regex: "\\/\\*",
push: [{
token : "comment",
regex : "\\*\\/",
next : "pop"
}, {
defaultToken : "comment"
}]
}],
"ruleset" : [{
regex : "-(webkit|ms|moz|o)-",
token : "text"
}, {
token : "punctuation.operator",
regex : "[:;]"
}, {
token : "paren.rparen",
regex : "\\}",
next : "start"
}, {
include : ["strings", "url", "comments"]
}, {
token : ["constant.numeric", "keyword"],
regex : "(" + numRe + ")(ch|cm|deg|em|ex|fr|gd|grad|Hz|in|kHz|mm|ms|pc|pt|px|rad|rem|s|turn|vh|vmax|vmin|vm|vw|%)"
}, {
token : "constant.numeric",
regex : numRe
}, {
token : "constant.numeric", // hex6 color
regex : "#[a-f0-9]{6}"
}, {
token : "constant.numeric", // hex3 color
regex : "#[a-f0-9]{3}"
}, {
token : ["punctuation", "entity.other.attribute-name.pseudo-element.css"],
regex : pseudoElements
}, {
token : ["punctuation", "entity.other.attribute-name.pseudo-class.css"],
regex : pseudoClasses
}, {
include: "url"
}, {
token : keywordMapper,
regex : "\\-?[a-zA-Z_][a-zA-Z0-9_\\-]*"
}, {
caseInsensitive: true
}],
url: [{
token : "support.function",
regex : "(?:url(:?-prefix)?|domain|regexp)\\(",
push: [{
token : "support.function",
public/javascripts/ace/mode-php.js view on Meta::CPAN
apache_child_terminate|apache_get_modules|apache_get_version|apache_getenv|apache_lookup_uri|apache_note|apache_request_headers|\
apache_reset_timeout|apache_response_headers|apache_setenv|apc_add|apc_bin_dump|apc_bin_dumpfile|apc_bin_load|apc_bin_loadfile|\
apc_cache_info|apc_cas|apc_clear_cache|apc_compile_file|apc_dec|apc_define_constants|apc_delete|apc_delete_file|apc_exists|apc_fetch|\
apc_inc|apc_load_constants|apc_sma_info|apc_store|apciterator|apd_breakpoint|apd_callstack|apd_clunk|apd_continue|apd_croak|\
apd_dump_function_table|apd_dump_persistent_resources|apd_dump_regular_resources|apd_echo|apd_get_active_symbols|apd_set_pprof_trace|\
apd_set_session|apd_set_session_trace|apd_set_session_trace_socket|appenditerator|array|array_change_key_case|array_chunk|array_combine|\
array_count_values|array_diff|array_diff_assoc|array_diff_key|array_diff_uassoc|array_diff_ukey|array_fill|array_fill_keys|array_filter|\
array_flip|array_intersect|array_intersect_assoc|array_intersect_key|array_intersect_uassoc|array_intersect_ukey|array_key_exists|\
array_keys|array_map|array_merge|array_merge_recursive|array_multisort|array_pad|array_pop|array_product|array_push|array_rand|\
array_reduce|array_replace|array_replace_recursive|array_reverse|array_search|array_shift|array_slice|array_splice|array_sum|array_udiff|\
array_udiff_assoc|array_udiff_uassoc|array_uintersect|array_uintersect_assoc|array_uintersect_uassoc|array_unique|array_unshift|\
array_values|array_walk|array_walk_recursive|arrayaccess|arrayiterator|arrayobject|arsort|asin|asinh|asort|assert|assert_options|atan|\
atan2|atanh|audioproperties|badfunctioncallexception|badmethodcallexception|base64_decode|base64_encode|base_convert|basename|\
bbcode_add_element|bbcode_add_smiley|bbcode_create|bbcode_destroy|bbcode_parse|bbcode_set_arg_parser|bbcode_set_flags|bcadd|bccomp|bcdiv|\
bcmod|bcmul|bcompiler_load|bcompiler_load_exe|bcompiler_parse_class|bcompiler_read|bcompiler_write_class|bcompiler_write_constant|\
bcompiler_write_exe_footer|bcompiler_write_file|bcompiler_write_footer|bcompiler_write_function|bcompiler_write_functions_from_file|\
bcompiler_write_header|bcompiler_write_included_filename|bcpow|bcpowmod|bcscale|bcsqrt|bcsub|bin2hex|bind_textdomain_codeset|bindec|\
bindtextdomain|bson_decode|bson_encode|bumpValue|bzclose|bzcompress|bzdecompress|bzerrno|bzerror|bzerrstr|bzflush|bzopen|bzread|bzwrite|\
cachingiterator|cairo|cairo_create|cairo_font_face_get_type|cairo_font_face_status|cairo_font_options_create|cairo_font_options_equal|\
cairo_font_options_get_antialias|cairo_font_options_get_hint_metrics|cairo_font_options_get_hint_style|\
cairo_font_options_get_subpixel_order|cairo_font_options_hash|cairo_font_options_merge|cairo_font_options_set_antialias|\
cairo_font_options_set_hint_metrics|cairo_font_options_set_hint_style|cairo_font_options_set_subpixel_order|cairo_font_options_status|\
cairo_format_stride_for_width|cairo_image_surface_create|cairo_image_surface_create_for_data|cairo_image_surface_create_from_png|\
cairo_image_surface_get_data|cairo_image_surface_get_format|cairo_image_surface_get_height|cairo_image_surface_get_stride|\
cairo_image_surface_get_width|cairo_matrix_create_scale|cairo_matrix_create_translate|cairo_matrix_invert|cairo_matrix_multiply|\
cairo_matrix_rotate|cairo_matrix_transform_distance|cairo_matrix_transform_point|cairo_matrix_translate|cairo_pattern_add_color_stop_rgb|\
cairo_pattern_add_color_stop_rgba|cairo_pattern_create_for_surface|cairo_pattern_create_linear|cairo_pattern_create_radial|\
cairo_pattern_create_rgb|cairo_pattern_create_rgba|cairo_pattern_get_color_stop_count|cairo_pattern_get_color_stop_rgba|\
cairo_pattern_get_extend|cairo_pattern_get_filter|cairo_pattern_get_linear_points|cairo_pattern_get_matrix|\
cairo_pattern_get_radial_circles|cairo_pattern_get_rgba|cairo_pattern_get_surface|cairo_pattern_get_type|cairo_pattern_set_extend|\
cairo_pattern_set_filter|cairo_pattern_set_matrix|cairo_pattern_status|cairo_pdf_surface_create|cairo_pdf_surface_set_size|\
cairo_ps_get_levels|cairo_ps_level_to_string|cairo_ps_surface_create|cairo_ps_surface_dsc_begin_page_setup|\
cairo_ps_surface_dsc_begin_setup|cairo_ps_surface_dsc_comment|cairo_ps_surface_get_eps|cairo_ps_surface_restrict_to_level|\
cairo_ps_surface_set_eps|cairo_ps_surface_set_size|cairo_scaled_font_create|cairo_scaled_font_extents|cairo_scaled_font_get_ctm|\
cairo_scaled_font_get_font_face|cairo_scaled_font_get_font_matrix|cairo_scaled_font_get_font_options|cairo_scaled_font_get_scale_matrix|\
cairo_scaled_font_get_type|cairo_scaled_font_glyph_extents|cairo_scaled_font_status|cairo_scaled_font_text_extents|\
cairo_surface_copy_page|cairo_surface_create_similar|cairo_surface_finish|cairo_surface_flush|cairo_surface_get_content|\
cairo_surface_get_device_offset|cairo_surface_get_font_options|cairo_surface_get_type|cairo_surface_mark_dirty|\
cairo_surface_mark_dirty_rectangle|cairo_surface_set_device_offset|cairo_surface_set_fallback_resolution|cairo_surface_show_page|\
cairo_surface_status|cairo_surface_write_to_png|cairo_svg_surface_create|cairo_svg_surface_restrict_to_version|\
cairo_svg_version_to_string|cairoantialias|cairocontent|cairocontext|cairoexception|cairoextend|cairofillrule|cairofilter|cairofontface|\
cairofontoptions|cairofontslant|cairofonttype|cairofontweight|cairoformat|cairogradientpattern|cairohintmetrics|cairohintstyle|\
cairoimagesurface|cairolineargradient|cairolinecap|cairolinejoin|cairomatrix|cairooperator|cairopath|cairopattern|cairopatterntype|\
cairopdfsurface|cairopslevel|cairopssurface|cairoradialgradient|cairoscaledfont|cairosolidpattern|cairostatus|cairosubpixelorder|\
cairosurface|cairosurfacepattern|cairosurfacetype|cairosvgsurface|cairosvgversion|cairotoyfontface|cal_days_in_month|cal_from_jd|cal_info|\
cal_to_jd|calcul_hmac|calculhmac|call_user_func|call_user_func_array|call_user_method|call_user_method_array|callbackfilteriterator|ceil|\
chdb|chdb_create|chdir|checkdate|checkdnsrr|chgrp|chmod|chop|chown|chr|chroot|chunk_split|class_alias|class_exists|class_implements|\
class_parents|class_uses|classkit_import|classkit_method_add|classkit_method_copy|classkit_method_redefine|classkit_method_remove|\
classkit_method_rename|clearstatcache|clone|closedir|closelog|collator|com|com_addref|com_create_guid|com_event_sink|com_get|\
com_get_active_object|com_invoke|com_isenum|com_load|com_load_typelib|com_message_pump|com_print_typeinfo|com_propget|com_propput|\
com_propset|com_release|com_set|compact|connection_aborted|connection_status|connection_timeout|constant|construct|construct|construct|\
convert_cyr_string|convert_uudecode|convert_uuencode|copy|cos|cosh|count|count_chars|countable|counter_bump|counter_bump_value|\
counter_create|counter_get|counter_get_meta|counter_get_named|counter_get_value|counter_reset|counter_reset_value|crack_check|\
crack_closedict|crack_getlastmessage|crack_opendict|crc32|create_function|crypt|ctype_alnum|ctype_alpha|ctype_cntrl|ctype_digit|\
ctype_graph|ctype_lower|ctype_print|ctype_punct|ctype_space|ctype_upper|ctype_xdigit|cubrid_affected_rows|cubrid_bind|\
cubrid_client_encoding|cubrid_close|cubrid_close_prepare|cubrid_close_request|cubrid_col_get|cubrid_col_size|cubrid_column_names|\
cubrid_column_types|cubrid_commit|cubrid_connect|cubrid_connect_with_url|cubrid_current_oid|cubrid_data_seek|cubrid_db_name|\
cubrid_disconnect|cubrid_drop|cubrid_errno|cubrid_error|cubrid_error_code|cubrid_error_code_facility|cubrid_error_msg|cubrid_execute|\
cubrid_fetch|cubrid_fetch_array|cubrid_fetch_assoc|cubrid_fetch_field|cubrid_fetch_lengths|cubrid_fetch_object|cubrid_fetch_row|\
cubrid_field_flags|cubrid_field_len|cubrid_field_name|cubrid_field_seek|cubrid_field_table|cubrid_field_type|cubrid_free_result|\
cubrid_get|cubrid_get_autocommit|cubrid_get_charset|cubrid_get_class_name|cubrid_get_client_info|cubrid_get_db_parameter|\
cubrid_get_server_info|cubrid_insert_id|cubrid_is_instance|cubrid_list_dbs|cubrid_load_from_glo|cubrid_lob_close|cubrid_lob_export|\
cubrid_lob_get|cubrid_lob_send|cubrid_lob_size|cubrid_lock_read|cubrid_lock_write|cubrid_move_cursor|cubrid_new_glo|cubrid_next_result|\
cubrid_num_cols|cubrid_num_fields|cubrid_num_rows|cubrid_ping|cubrid_prepare|cubrid_put|cubrid_query|cubrid_real_escape_string|\
cubrid_result|cubrid_rollback|cubrid_save_to_glo|cubrid_schema|cubrid_send_glo|cubrid_seq_drop|cubrid_seq_insert|cubrid_seq_put|\
cubrid_set_add|cubrid_set_autocommit|cubrid_set_db_parameter|cubrid_set_drop|cubrid_unbuffered_query|cubrid_version|curl_close|\
curl_copy_handle|curl_errno|curl_error|curl_exec|curl_getinfo|curl_init|curl_multi_add_handle|curl_multi_close|curl_multi_exec|\
curl_multi_getcontent|curl_multi_info_read|curl_multi_init|curl_multi_remove_handle|curl_multi_select|curl_setopt|curl_setopt_array|\
curl_version|current|cyrus_authenticate|cyrus_bind|cyrus_close|cyrus_connect|cyrus_query|cyrus_unbind|date|date_add|date_create|\
date_create_from_format|date_date_set|date_default_timezone_get|date_default_timezone_set|date_diff|date_format|date_get_last_errors|\
date_interval_create_from_date_string|date_interval_format|date_isodate_set|date_modify|date_offset_get|date_parse|date_parse_from_format|\
date_sub|date_sun_info|date_sunrise|date_sunset|date_time_set|date_timestamp_get|date_timestamp_set|date_timezone_get|date_timezone_set|\
dateinterval|dateperiod|datetime|datetimezone|db2_autocommit|db2_bind_param|db2_client_info|db2_close|db2_column_privileges|db2_columns|\
db2_commit|db2_conn_error|db2_conn_errormsg|db2_connect|db2_cursor_type|db2_escape_string|db2_exec|db2_execute|db2_fetch_array|\
db2_fetch_assoc|db2_fetch_both|db2_fetch_object|db2_fetch_row|db2_field_display_size|db2_field_name|db2_field_num|db2_field_precision|\
db2_field_scale|db2_field_type|db2_field_width|db2_foreign_keys|db2_free_result|db2_free_stmt|db2_get_option|db2_last_insert_id|\
db2_lob_read|db2_next_result|db2_num_fields|db2_num_rows|db2_pclose|db2_pconnect|db2_prepare|db2_primary_keys|db2_procedure_columns|\
db2_procedures|db2_result|db2_rollback|db2_server_info|db2_set_option|db2_special_columns|db2_statistics|db2_stmt_error|db2_stmt_errormsg|\
db2_table_privileges|db2_tables|dba_close|dba_delete|dba_exists|dba_fetch|dba_firstkey|dba_handlers|dba_insert|dba_key_split|dba_list|\
dba_nextkey|dba_open|dba_optimize|dba_popen|dba_replace|dba_sync|dbase_add_record|dbase_close|dbase_create|dbase_delete_record|\
dbase_get_header_info|dbase_get_record|dbase_get_record_with_names|dbase_numfields|dbase_numrecords|dbase_open|dbase_pack|\
dbase_replace_record|dbplus_add|dbplus_aql|dbplus_chdir|dbplus_close|dbplus_curr|dbplus_errcode|dbplus_errno|dbplus_find|dbplus_first|\
dbplus_flush|dbplus_freealllocks|dbplus_freelock|dbplus_freerlocks|dbplus_getlock|dbplus_getunique|dbplus_info|dbplus_last|dbplus_lockrel|\
dbplus_next|dbplus_open|dbplus_prev|dbplus_rchperm|dbplus_rcreate|dbplus_rcrtexact|dbplus_rcrtlike|dbplus_resolve|dbplus_restorepos|\
dbplus_rkeys|dbplus_ropen|dbplus_rquery|dbplus_rrename|dbplus_rsecindex|dbplus_runlink|dbplus_rzap|dbplus_savepos|dbplus_setindex|\
dbplus_setindexbynumber|dbplus_sql|dbplus_tcl|dbplus_tremove|dbplus_undo|dbplus_undoprepare|dbplus_unlockrel|dbplus_unselect|\
dbplus_update|dbplus_xlockrel|dbplus_xunlockrel|dbx_close|dbx_compare|dbx_connect|dbx_error|dbx_escape_string|dbx_fetch_row|dbx_query|\
dbx_sort|dcgettext|dcngettext|deaggregate|debug_backtrace|debug_print_backtrace|debug_zval_dump|decbin|dechex|decoct|define|\
define_syslog_variables|defined|deg2rad|delete|dgettext|die|dio_close|dio_fcntl|dio_open|dio_read|dio_seek|dio_stat|dio_tcsetattr|\
dio_truncate|dio_write|dir|directoryiterator|dirname|disk_free_space|disk_total_space|diskfreespace|dl|dngettext|dns_check_record|\
dns_get_mx|dns_get_record|dom_import_simplexml|domainexception|domattr|domattribute_name|domattribute_set_value|domattribute_specified|\
domattribute_value|domcharacterdata|domcomment|domdocument|domdocument_add_root|domdocument_create_attribute|\
domdocument_create_cdata_section|domdocument_create_comment|domdocument_create_element|domdocument_create_element_ns|\
domdocument_create_entity_reference|domdocument_create_processing_instruction|domdocument_create_text_node|domdocument_doctype|\
domdocument_document_element|domdocument_dump_file|domdocument_dump_mem|domdocument_get_element_by_id|domdocument_get_elements_by_tagname|\
domdocument_html_dump_mem|domdocument_xinclude|domdocumentfragment|domdocumenttype|domdocumenttype_entities|\
domdocumenttype_internal_subset|domdocumenttype_name|domdocumenttype_notations|domdocumenttype_public_id|domdocumenttype_system_id|\
domelement|domelement_get_attribute|domelement_get_attribute_node|domelement_get_elements_by_tagname|domelement_has_attribute|\
domelement_remove_attribute|domelement_set_attribute|domelement_set_attribute_node|domelement_tagname|domentity|domentityreference|\
domexception|domimplementation|domnamednodemap|domnode|domnode_add_namespace|domnode_append_child|domnode_append_sibling|\
domnode_attributes|domnode_child_nodes|domnode_clone_node|domnode_dump_node|domnode_first_child|domnode_get_content|\
domnode_has_attributes|domnode_has_child_nodes|domnode_insert_before|domnode_is_blank_node|domnode_last_child|domnode_next_sibling|\
domnode_node_name|domnode_node_type|domnode_node_value|domnode_owner_document|domnode_parent_node|domnode_prefix|domnode_previous_sibling|\
domnode_remove_child|domnode_replace_child|domnode_replace_node|domnode_set_content|domnode_set_name|domnode_set_namespace|\
domnode_unlink_node|domnodelist|domnotation|domprocessinginstruction|domprocessinginstruction_data|domprocessinginstruction_target|\
domtext|domxml_new_doc|domxml_open_file|domxml_open_mem|domxml_version|domxml_xmltree|domxml_xslt_stylesheet|domxml_xslt_stylesheet_doc|\
domxml_xslt_stylesheet_file|domxml_xslt_version|domxpath|domxsltstylesheet_process|domxsltstylesheet_result_dump_file|\
domxsltstylesheet_result_dump_mem|dotnet|dotnet_load|doubleval|each|easter_date|easter_days|echo|empty|emptyiterator|\
enchant_broker_describe|enchant_broker_dict_exists|enchant_broker_free|enchant_broker_free_dict|enchant_broker_get_error|\
enchant_broker_init|enchant_broker_list_dicts|enchant_broker_request_dict|enchant_broker_request_pwl_dict|enchant_broker_set_ordering|\
enchant_dict_add_to_personal|enchant_dict_add_to_session|enchant_dict_check|enchant_dict_describe|enchant_dict_get_error|\
enchant_dict_is_in_session|enchant_dict_quick_check|enchant_dict_store_replacement|enchant_dict_suggest|end|ereg|ereg_replace|eregi|\
eregi_replace|error_get_last|error_log|error_reporting|errorexception|escapeshellarg|escapeshellcmd|eval|event_add|event_base_free|\
event_base_loop|event_base_loopbreak|event_base_loopexit|event_base_new|event_base_priority_init|event_base_set|event_buffer_base_set|\
event_buffer_disable|event_buffer_enable|event_buffer_fd_set|event_buffer_free|event_buffer_new|event_buffer_priority_set|\
event_buffer_read|event_buffer_set_callback|event_buffer_timeout_set|event_buffer_watermark_set|event_buffer_write|event_del|event_free|\
event_new|event_set|exception|exec|exif_imagetype|exif_read_data|exif_tagname|exif_thumbnail|exit|exp|expect_expectl|expect_popen|explode|\
expm1|export|export|extension_loaded|extract|ezmlm_hash|fam_cancel_monitor|fam_close|fam_monitor_collection|fam_monitor_directory|\
fam_monitor_file|fam_next_event|fam_open|fam_pending|fam_resume_monitor|fam_suspend_monitor|fbsql_affected_rows|fbsql_autocommit|\
fbsql_blob_size|fbsql_change_user|fbsql_clob_size|fbsql_close|fbsql_commit|fbsql_connect|fbsql_create_blob|fbsql_create_clob|\
fbsql_create_db|fbsql_data_seek|fbsql_database|fbsql_database_password|fbsql_db_query|fbsql_db_status|fbsql_drop_db|fbsql_errno|\
public/javascripts/ace/mode-php.js view on Meta::CPAN
get_browser|get_called_class|get_cfg_var|get_class|get_class_methods|get_class_vars|get_current_user|get_declared_classes|\
get_declared_interfaces|get_declared_traits|get_defined_constants|get_defined_functions|get_defined_vars|get_extension_funcs|get_headers|\
get_html_translation_table|get_include_path|get_included_files|get_loaded_extensions|get_magic_quotes_gpc|get_magic_quotes_runtime|\
get_meta_tags|get_object_vars|get_parent_class|get_required_files|get_resource_type|getallheaders|getconstant|getconstants|getconstructor|\
getcwd|getdate|getdefaultproperties|getdoccomment|getendline|getenv|getextension|getextensionname|getfilename|gethostbyaddr|gethostbyname|\
gethostbynamel|gethostname|getimagesize|getinterfacenames|getinterfaces|getlastmod|getmethod|getmethods|getmodifiers|getmxrr|getmygid|\
getmyinode|getmypid|getmyuid|getname|getnamespacename|getopt|getparentclass|getproperties|getproperty|getprotobyname|getprotobynumber|\
getrandmax|getrusage|getservbyname|getservbyport|getshortname|getstartline|getstaticproperties|getstaticpropertyvalue|gettext|\
gettimeofday|gettype|glob|globiterator|gmagick|gmagickdraw|gmagickpixel|gmdate|gmmktime|gmp_abs|gmp_add|gmp_and|gmp_clrbit|gmp_cmp|\
gmp_com|gmp_div|gmp_div_q|gmp_div_qr|gmp_div_r|gmp_divexact|gmp_fact|gmp_gcd|gmp_gcdext|gmp_hamdist|gmp_init|gmp_intval|gmp_invert|\
gmp_jacobi|gmp_legendre|gmp_mod|gmp_mul|gmp_neg|gmp_nextprime|gmp_or|gmp_perfect_square|gmp_popcount|gmp_pow|gmp_powm|gmp_prob_prime|\
gmp_random|gmp_scan0|gmp_scan1|gmp_setbit|gmp_sign|gmp_sqrt|gmp_sqrtrem|gmp_strval|gmp_sub|gmp_testbit|gmp_xor|gmstrftime|\
gnupg_adddecryptkey|gnupg_addencryptkey|gnupg_addsignkey|gnupg_cleardecryptkeys|gnupg_clearencryptkeys|gnupg_clearsignkeys|gnupg_decrypt|\
gnupg_decryptverify|gnupg_encrypt|gnupg_encryptsign|gnupg_export|gnupg_geterror|gnupg_getprotocol|gnupg_import|gnupg_init|gnupg_keyinfo|\
gnupg_setarmor|gnupg_seterrormode|gnupg_setsignmode|gnupg_sign|gnupg_verify|gopher_parsedir|grapheme_extract|grapheme_stripos|\
grapheme_stristr|grapheme_strlen|grapheme_strpos|grapheme_strripos|grapheme_strrpos|grapheme_strstr|grapheme_substr|gregoriantojd|\
gupnp_context_get_host_ip|gupnp_context_get_port|gupnp_context_get_subscription_timeout|gupnp_context_host_path|gupnp_context_new|\
gupnp_context_set_subscription_timeout|gupnp_context_timeout_add|gupnp_context_unhost_path|gupnp_control_point_browse_start|\
gupnp_control_point_browse_stop|gupnp_control_point_callback_set|gupnp_control_point_new|gupnp_device_action_callback_set|\
gupnp_device_info_get|gupnp_device_info_get_service|gupnp_root_device_get_available|gupnp_root_device_get_relative_location|\
gupnp_root_device_new|gupnp_root_device_set_available|gupnp_root_device_start|gupnp_root_device_stop|gupnp_service_action_get|\
gupnp_service_action_return|gupnp_service_action_return_error|gupnp_service_action_set|gupnp_service_freeze_notify|gupnp_service_info_get|\
gupnp_service_info_get_introspection|gupnp_service_introspection_get_state_variable|gupnp_service_notify|gupnp_service_proxy_action_get|\
gupnp_service_proxy_action_set|gupnp_service_proxy_add_notify|gupnp_service_proxy_callback_set|gupnp_service_proxy_get_subscribed|\
gupnp_service_proxy_remove_notify|gupnp_service_proxy_set_subscribed|gupnp_service_thaw_notify|gzclose|gzcompress|gzdecode|gzdeflate|\
gzencode|gzeof|gzfile|gzgetc|gzgets|gzgetss|gzinflate|gzopen|gzpassthru|gzputs|gzread|gzrewind|gzseek|gztell|gzuncompress|gzwrite|\
halt_compiler|haruannotation|haruannotation_setborderstyle|haruannotation_sethighlightmode|haruannotation_seticon|\
haruannotation_setopened|harudestination|harudestination_setfit|harudestination_setfitb|harudestination_setfitbh|harudestination_setfitbv|\
harudestination_setfith|harudestination_setfitr|harudestination_setfitv|harudestination_setxyz|harudoc|harudoc_addpage|\
harudoc_addpagelabel|harudoc_construct|harudoc_createoutline|harudoc_getcurrentencoder|harudoc_getcurrentpage|harudoc_getencoder|\
harudoc_getfont|harudoc_getinfoattr|harudoc_getpagelayout|harudoc_getpagemode|harudoc_getstreamsize|harudoc_insertpage|harudoc_loadjpeg|\
harudoc_loadpng|harudoc_loadraw|harudoc_loadttc|harudoc_loadttf|harudoc_loadtype1|harudoc_output|harudoc_readfromstream|\
harudoc_reseterror|harudoc_resetstream|harudoc_save|harudoc_savetostream|harudoc_setcompressionmode|harudoc_setcurrentencoder|\
harudoc_setencryptionmode|harudoc_setinfoattr|harudoc_setinfodateattr|harudoc_setopenaction|harudoc_setpagelayout|harudoc_setpagemode|\
harudoc_setpagesconfiguration|harudoc_setpassword|harudoc_setpermission|harudoc_usecnsencodings|harudoc_usecnsfonts|\
harudoc_usecntencodings|harudoc_usecntfonts|harudoc_usejpencodings|harudoc_usejpfonts|harudoc_usekrencodings|harudoc_usekrfonts|\
haruencoder|haruencoder_getbytetype|haruencoder_gettype|haruencoder_getunicode|haruencoder_getwritingmode|haruexception|harufont|\
harufont_getascent|harufont_getcapheight|harufont_getdescent|harufont_getencodingname|harufont_getfontname|harufont_gettextwidth|\
harufont_getunicodewidth|harufont_getxheight|harufont_measuretext|haruimage|haruimage_getbitspercomponent|haruimage_getcolorspace|\
haruimage_getheight|haruimage_getsize|haruimage_getwidth|haruimage_setcolormask|haruimage_setmaskimage|haruoutline|\
haruoutline_setdestination|haruoutline_setopened|harupage|harupage_arc|harupage_begintext|harupage_circle|harupage_closepath|\
harupage_concat|harupage_createdestination|harupage_createlinkannotation|harupage_createtextannotation|harupage_createurlannotation|\
harupage_curveto|harupage_curveto2|harupage_curveto3|harupage_drawimage|harupage_ellipse|harupage_endpath|harupage_endtext|\
harupage_eofill|harupage_eofillstroke|harupage_fill|harupage_fillstroke|harupage_getcharspace|harupage_getcmykfill|harupage_getcmykstroke|\
harupage_getcurrentfont|harupage_getcurrentfontsize|harupage_getcurrentpos|harupage_getcurrenttextpos|harupage_getdash|\
harupage_getfillingcolorspace|harupage_getflatness|harupage_getgmode|harupage_getgrayfill|harupage_getgraystroke|harupage_getheight|\
harupage_gethorizontalscaling|harupage_getlinecap|harupage_getlinejoin|harupage_getlinewidth|harupage_getmiterlimit|harupage_getrgbfill|\
harupage_getrgbstroke|harupage_getstrokingcolorspace|harupage_gettextleading|harupage_gettextmatrix|harupage_gettextrenderingmode|\
harupage_gettextrise|harupage_gettextwidth|harupage_gettransmatrix|harupage_getwidth|harupage_getwordspace|harupage_lineto|\
harupage_measuretext|harupage_movetextpos|harupage_moveto|harupage_movetonextline|harupage_rectangle|harupage_setcharspace|\
harupage_setcmykfill|harupage_setcmykstroke|harupage_setdash|harupage_setflatness|harupage_setfontandsize|harupage_setgrayfill|\
harupage_setgraystroke|harupage_setheight|harupage_sethorizontalscaling|harupage_setlinecap|harupage_setlinejoin|harupage_setlinewidth|\
harupage_setmiterlimit|harupage_setrgbfill|harupage_setrgbstroke|harupage_setrotate|harupage_setsize|harupage_setslideshow|\
harupage_settextleading|harupage_settextmatrix|harupage_settextrenderingmode|harupage_settextrise|harupage_setwidth|harupage_setwordspace|\
harupage_showtext|harupage_showtextnextline|harupage_stroke|harupage_textout|harupage_textrect|hasconstant|hash|hash_algos|hash_copy|\
hash_file|hash_final|hash_hmac|hash_hmac_file|hash_init|hash_update|hash_update_file|hash_update_stream|hasmethod|hasproperty|header|\
header_register_callback|header_remove|headers_list|headers_sent|hebrev|hebrevc|hex2bin|hexdec|highlight_file|highlight_string|\
html_entity_decode|htmlentities|htmlspecialchars|htmlspecialchars_decode|http_build_cookie|http_build_query|http_build_str|http_build_url|\
http_cache_etag|http_cache_last_modified|http_chunked_decode|http_date|http_deflate|http_get|http_get_request_body|\
http_get_request_body_stream|http_get_request_headers|http_head|http_inflate|http_match_etag|http_match_modified|\
http_match_request_header|http_negotiate_charset|http_negotiate_content_type|http_negotiate_language|http_parse_cookie|http_parse_headers|\
http_parse_message|http_parse_params|http_persistent_handles_clean|http_persistent_handles_count|http_persistent_handles_ident|\
http_post_data|http_post_fields|http_put_data|http_put_file|http_put_stream|http_redirect|http_request|http_request_body_encode|\
http_request_method_exists|http_request_method_name|http_request_method_register|http_request_method_unregister|http_response_code|\
http_send_content_disposition|http_send_content_type|http_send_data|http_send_file|http_send_last_modified|http_send_status|\
http_send_stream|http_support|http_throttle|httpdeflatestream|httpdeflatestream_construct|httpdeflatestream_factory|\
httpdeflatestream_finish|httpdeflatestream_flush|httpdeflatestream_update|httpinflatestream|httpinflatestream_construct|\
httpinflatestream_factory|httpinflatestream_finish|httpinflatestream_flush|httpinflatestream_update|httpmessage|httpmessage_addheaders|\
httpmessage_construct|httpmessage_detach|httpmessage_factory|httpmessage_fromenv|httpmessage_fromstring|httpmessage_getbody|\
httpmessage_getheader|httpmessage_getheaders|httpmessage_gethttpversion|httpmessage_getparentmessage|httpmessage_getrequestmethod|\
httpmessage_getrequesturl|httpmessage_getresponsecode|httpmessage_getresponsestatus|httpmessage_gettype|httpmessage_guesscontenttype|\
httpmessage_prepend|httpmessage_reverse|httpmessage_send|httpmessage_setbody|httpmessage_setheaders|httpmessage_sethttpversion|\
httpmessage_setrequestmethod|httpmessage_setrequesturl|httpmessage_setresponsecode|httpmessage_setresponsestatus|httpmessage_settype|\
httpmessage_tomessagetypeobject|httpmessage_tostring|httpquerystring|httpquerystring_construct|httpquerystring_get|httpquerystring_mod|\
httpquerystring_set|httpquerystring_singleton|httpquerystring_toarray|httpquerystring_tostring|httpquerystring_xlate|httprequest|\
httprequest_addcookies|httprequest_addheaders|httprequest_addpostfields|httprequest_addpostfile|httprequest_addputdata|\
httprequest_addquerydata|httprequest_addrawpostdata|httprequest_addssloptions|httprequest_clearhistory|httprequest_construct|\
httprequest_enablecookies|httprequest_getcontenttype|httprequest_getcookies|httprequest_getheaders|httprequest_gethistory|\
httprequest_getmethod|httprequest_getoptions|httprequest_getpostfields|httprequest_getpostfiles|httprequest_getputdata|\
httprequest_getputfile|httprequest_getquerydata|httprequest_getrawpostdata|httprequest_getrawrequestmessage|\
httprequest_getrawresponsemessage|httprequest_getrequestmessage|httprequest_getresponsebody|httprequest_getresponsecode|\
httprequest_getresponsecookies|httprequest_getresponsedata|httprequest_getresponseheader|httprequest_getresponseinfo|\
httprequest_getresponsemessage|httprequest_getresponsestatus|httprequest_getssloptions|httprequest_geturl|httprequest_resetcookies|\
httprequest_send|httprequest_setcontenttype|httprequest_setcookies|httprequest_setheaders|httprequest_setmethod|httprequest_setoptions|\
httprequest_setpostfields|httprequest_setpostfiles|httprequest_setputdata|httprequest_setputfile|httprequest_setquerydata|\
httprequest_setrawpostdata|httprequest_setssloptions|httprequest_seturl|httprequestpool|httprequestpool_attach|httprequestpool_construct|\
httprequestpool_destruct|httprequestpool_detach|httprequestpool_getattachedrequests|httprequestpool_getfinishedrequests|\
httprequestpool_reset|httprequestpool_send|httprequestpool_socketperform|httprequestpool_socketselect|httpresponse|httpresponse_capture|\
httpresponse_getbuffersize|httpresponse_getcache|httpresponse_getcachecontrol|httpresponse_getcontentdisposition|\
httpresponse_getcontenttype|httpresponse_getdata|httpresponse_getetag|httpresponse_getfile|httpresponse_getgzip|httpresponse_getheader|\
httpresponse_getlastmodified|httpresponse_getrequestbody|httpresponse_getrequestbodystream|httpresponse_getrequestheaders|\
httpresponse_getstream|httpresponse_getthrottledelay|httpresponse_guesscontenttype|httpresponse_redirect|httpresponse_send|\
httpresponse_setbuffersize|httpresponse_setcache|httpresponse_setcachecontrol|httpresponse_setcontentdisposition|\
httpresponse_setcontenttype|httpresponse_setdata|httpresponse_setetag|httpresponse_setfile|httpresponse_setgzip|httpresponse_setheader|\
httpresponse_setlastmodified|httpresponse_setstream|httpresponse_setthrottledelay|httpresponse_status|hw_array2objrec|hw_changeobject|\
hw_children|hw_childrenobj|hw_close|hw_connect|hw_connection_info|hw_cp|hw_deleteobject|hw_docbyanchor|hw_docbyanchorobj|\
hw_document_attributes|hw_document_bodytag|hw_document_content|hw_document_setcontent|hw_document_size|hw_dummy|hw_edittext|hw_error|\
hw_errormsg|hw_free_document|hw_getanchors|hw_getanchorsobj|hw_getandlock|hw_getchildcoll|hw_getchildcollobj|hw_getchilddoccoll|\
hw_getchilddoccollobj|hw_getobject|hw_getobjectbyquery|hw_getobjectbyquerycoll|hw_getobjectbyquerycollobj|hw_getobjectbyqueryobj|\
hw_getparents|hw_getparentsobj|hw_getrellink|hw_getremote|hw_getremotechildren|hw_getsrcbydestobj|hw_gettext|hw_getusername|hw_identify|\
hw_incollections|hw_info|hw_inscoll|hw_insdoc|hw_insertanchors|hw_insertdocument|hw_insertobject|hw_mapid|hw_modifyobject|hw_mv|\
hw_new_document|hw_objrec2array|hw_output_document|hw_pconnect|hw_pipedocument|hw_root|hw_setlinkroot|hw_stat|hw_unlock|hw_who|\
hwapi_attribute|hwapi_attribute_key|hwapi_attribute_langdepvalue|hwapi_attribute_value|hwapi_attribute_values|hwapi_checkin|\
hwapi_checkout|hwapi_children|hwapi_content|hwapi_content_mimetype|hwapi_content_read|hwapi_copy|hwapi_dbstat|hwapi_dcstat|\
hwapi_dstanchors|hwapi_dstofsrcanchor|hwapi_error_count|hwapi_error_reason|hwapi_find|hwapi_ftstat|hwapi_hgcsp|hwapi_hwstat|\
hwapi_identify|hwapi_info|hwapi_insert|hwapi_insertanchor|hwapi_insertcollection|hwapi_insertdocument|hwapi_link|hwapi_lock|hwapi_move|\
hwapi_new_content|hwapi_object|hwapi_object_assign|hwapi_object_attreditable|hwapi_object_count|hwapi_object_insert|hwapi_object_new|\
hwapi_object_remove|hwapi_object_title|hwapi_object_value|hwapi_objectbyanchor|hwapi_parents|hwapi_reason_description|hwapi_reason_type|\
hwapi_remove|hwapi_replace|hwapi_setcommittedversion|hwapi_srcanchors|hwapi_srcsofdst|hwapi_unlock|hwapi_user|hwapi_userlist|hypot|\
ibase_add_user|ibase_affected_rows|ibase_backup|ibase_blob_add|ibase_blob_cancel|ibase_blob_close|ibase_blob_create|ibase_blob_echo|\
ibase_blob_get|ibase_blob_import|ibase_blob_info|ibase_blob_open|ibase_close|ibase_commit|ibase_commit_ret|ibase_connect|ibase_db_info|\
ibase_delete_user|ibase_drop_db|ibase_errcode|ibase_errmsg|ibase_execute|ibase_fetch_assoc|ibase_fetch_object|ibase_fetch_row|\
ibase_field_info|ibase_free_event_handler|ibase_free_query|ibase_free_result|ibase_gen_id|ibase_maintain_db|ibase_modify_user|\
ibase_name_result|ibase_num_fields|ibase_num_params|ibase_param_info|ibase_pconnect|ibase_prepare|ibase_query|ibase_restore|\
ibase_rollback|ibase_rollback_ret|ibase_server_info|ibase_service_attach|ibase_service_detach|ibase_set_event_handler|ibase_timefmt|\
ibase_trans|ibase_wait_event|iconv|iconv_get_encoding|iconv_mime_decode|iconv_mime_decode_headers|iconv_mime_encode|iconv_set_encoding|\
iconv_strlen|iconv_strpos|iconv_strrpos|iconv_substr|id3_get_frame_long_name|id3_get_frame_short_name|id3_get_genre_id|id3_get_genre_list|\
id3_get_genre_name|id3_get_tag|id3_get_version|id3_remove_tag|id3_set_tag|id3v2attachedpictureframe|id3v2frame|id3v2tag|idate|\
idn_to_ascii|idn_to_unicode|idn_to_utf8|ifx_affected_rows|ifx_blobinfile_mode|ifx_byteasvarchar|ifx_close|ifx_connect|ifx_copy_blob|\
ifx_create_blob|ifx_create_char|ifx_do|ifx_error|ifx_errormsg|ifx_fetch_row|ifx_fieldproperties|ifx_fieldtypes|ifx_free_blob|\
ifx_free_char|ifx_free_result|ifx_get_blob|ifx_get_char|ifx_getsqlca|ifx_htmltbl_result|ifx_nullformat|ifx_num_fields|ifx_num_rows|\
public/javascripts/ace/mode-php.js view on Meta::CPAN
imagick_roundcorners|imagick_sampleimage|imagick_scaleimage|imagick_separateimagechannel|imagick_sepiatoneimage|\
imagick_setbackgroundcolor|imagick_setcolorspace|imagick_setcompression|imagick_setcompressionquality|imagick_setfilename|\
imagick_setfirstiterator|imagick_setfont|imagick_setformat|imagick_setgravity|imagick_setimage|imagick_setimagealphachannel|\
imagick_setimageartifact|imagick_setimagebackgroundcolor|imagick_setimagebias|imagick_setimageblueprimary|imagick_setimagebordercolor|\
imagick_setimagechanneldepth|imagick_setimageclipmask|imagick_setimagecolormapcolor|imagick_setimagecolorspace|imagick_setimagecompose|\
imagick_setimagecompression|imagick_setimagecompressionquality|imagick_setimagedelay|imagick_setimagedepth|imagick_setimagedispose|\
imagick_setimageextent|imagick_setimagefilename|imagick_setimageformat|imagick_setimagegamma|imagick_setimagegravity|\
imagick_setimagegreenprimary|imagick_setimageindex|imagick_setimageinterlacescheme|imagick_setimageinterpolatemethod|\
imagick_setimageiterations|imagick_setimagematte|imagick_setimagemattecolor|imagick_setimageopacity|imagick_setimageorientation|\
imagick_setimagepage|imagick_setimageprofile|imagick_setimageproperty|imagick_setimageredprimary|imagick_setimagerenderingintent|\
imagick_setimageresolution|imagick_setimagescene|imagick_setimagetickspersecond|imagick_setimagetype|imagick_setimageunits|\
imagick_setimagevirtualpixelmethod|imagick_setimagewhitepoint|imagick_setinterlacescheme|imagick_setiteratorindex|imagick_setlastiterator|\
imagick_setoption|imagick_setpage|imagick_setpointsize|imagick_setresolution|imagick_setresourcelimit|imagick_setsamplingfactors|\
imagick_setsize|imagick_setsizeoffset|imagick_settype|imagick_shadeimage|imagick_shadowimage|imagick_sharpenimage|imagick_shaveimage|\
imagick_shearimage|imagick_sigmoidalcontrastimage|imagick_sketchimage|imagick_solarizeimage|imagick_spliceimage|imagick_spreadimage|\
imagick_steganoimage|imagick_stereoimage|imagick_stripimage|imagick_swirlimage|imagick_textureimage|imagick_thresholdimage|\
imagick_thumbnailimage|imagick_tintimage|imagick_transformimage|imagick_transparentpaintimage|imagick_transposeimage|\
imagick_transverseimage|imagick_trimimage|imagick_uniqueimagecolors|imagick_unsharpmaskimage|imagick_valid|imagick_vignetteimage|\
imagick_waveimage|imagick_whitethresholdimage|imagick_writeimage|imagick_writeimagefile|imagick_writeimages|imagick_writeimagesfile|\
imagickdraw|imagickdraw_affine|imagickdraw_annotation|imagickdraw_arc|imagickdraw_bezier|imagickdraw_circle|imagickdraw_clear|\
imagickdraw_clone|imagickdraw_color|imagickdraw_comment|imagickdraw_composite|imagickdraw_construct|imagickdraw_destroy|\
imagickdraw_ellipse|imagickdraw_getclippath|imagickdraw_getcliprule|imagickdraw_getclipunits|imagickdraw_getfillcolor|\
imagickdraw_getfillopacity|imagickdraw_getfillrule|imagickdraw_getfont|imagickdraw_getfontfamily|imagickdraw_getfontsize|\
imagickdraw_getfontstyle|imagickdraw_getfontweight|imagickdraw_getgravity|imagickdraw_getstrokeantialias|imagickdraw_getstrokecolor|\
imagickdraw_getstrokedasharray|imagickdraw_getstrokedashoffset|imagickdraw_getstrokelinecap|imagickdraw_getstrokelinejoin|\
imagickdraw_getstrokemiterlimit|imagickdraw_getstrokeopacity|imagickdraw_getstrokewidth|imagickdraw_gettextalignment|\
imagickdraw_gettextantialias|imagickdraw_gettextdecoration|imagickdraw_gettextencoding|imagickdraw_gettextundercolor|\
imagickdraw_getvectorgraphics|imagickdraw_line|imagickdraw_matte|imagickdraw_pathclose|imagickdraw_pathcurvetoabsolute|\
imagickdraw_pathcurvetoquadraticbezierabsolute|imagickdraw_pathcurvetoquadraticbezierrelative|\
imagickdraw_pathcurvetoquadraticbeziersmoothabsolute|imagickdraw_pathcurvetoquadraticbeziersmoothrelative|imagickdraw_pathcurvetorelative|\
imagickdraw_pathcurvetosmoothabsolute|imagickdraw_pathcurvetosmoothrelative|imagickdraw_pathellipticarcabsolute|\
imagickdraw_pathellipticarcrelative|imagickdraw_pathfinish|imagickdraw_pathlinetoabsolute|imagickdraw_pathlinetohorizontalabsolute|\
imagickdraw_pathlinetohorizontalrelative|imagickdraw_pathlinetorelative|imagickdraw_pathlinetoverticalabsolute|\
imagickdraw_pathlinetoverticalrelative|imagickdraw_pathmovetoabsolute|imagickdraw_pathmovetorelative|imagickdraw_pathstart|\
imagickdraw_point|imagickdraw_polygon|imagickdraw_polyline|imagickdraw_pop|imagickdraw_popclippath|imagickdraw_popdefs|\
imagickdraw_poppattern|imagickdraw_push|imagickdraw_pushclippath|imagickdraw_pushdefs|imagickdraw_pushpattern|imagickdraw_rectangle|\
imagickdraw_render|imagickdraw_rotate|imagickdraw_roundrectangle|imagickdraw_scale|imagickdraw_setclippath|imagickdraw_setcliprule|\
imagickdraw_setclipunits|imagickdraw_setfillalpha|imagickdraw_setfillcolor|imagickdraw_setfillopacity|imagickdraw_setfillpatternurl|\
imagickdraw_setfillrule|imagickdraw_setfont|imagickdraw_setfontfamily|imagickdraw_setfontsize|imagickdraw_setfontstretch|\
imagickdraw_setfontstyle|imagickdraw_setfontweight|imagickdraw_setgravity|imagickdraw_setstrokealpha|imagickdraw_setstrokeantialias|\
imagickdraw_setstrokecolor|imagickdraw_setstrokedasharray|imagickdraw_setstrokedashoffset|imagickdraw_setstrokelinecap|\
imagickdraw_setstrokelinejoin|imagickdraw_setstrokemiterlimit|imagickdraw_setstrokeopacity|imagickdraw_setstrokepatternurl|\
imagickdraw_setstrokewidth|imagickdraw_settextalignment|imagickdraw_settextantialias|imagickdraw_settextdecoration|\
imagickdraw_settextencoding|imagickdraw_settextundercolor|imagickdraw_setvectorgraphics|imagickdraw_setviewbox|imagickdraw_skewx|\
imagickdraw_skewy|imagickdraw_translate|imagickpixel|imagickpixel_clear|imagickpixel_construct|imagickpixel_destroy|imagickpixel_getcolor|\
imagickpixel_getcolorasstring|imagickpixel_getcolorcount|imagickpixel_getcolorvalue|imagickpixel_gethsl|imagickpixel_issimilar|\
imagickpixel_setcolor|imagickpixel_setcolorvalue|imagickpixel_sethsl|imagickpixeliterator|imagickpixeliterator_clear|\
imagickpixeliterator_construct|imagickpixeliterator_destroy|imagickpixeliterator_getcurrentiteratorrow|\
imagickpixeliterator_getiteratorrow|imagickpixeliterator_getnextiteratorrow|imagickpixeliterator_getpreviousiteratorrow|\
imagickpixeliterator_newpixeliterator|imagickpixeliterator_newpixelregioniterator|imagickpixeliterator_resetiterator|\
imagickpixeliterator_setiteratorfirstrow|imagickpixeliterator_setiteratorlastrow|imagickpixeliterator_setiteratorrow|\
imagickpixeliterator_synciterator|imap_8bit|imap_alerts|imap_append|imap_base64|imap_binary|imap_body|imap_bodystruct|imap_check|\
imap_clearflag_full|imap_close|imap_create|imap_createmailbox|imap_delete|imap_deletemailbox|imap_errors|imap_expunge|imap_fetch_overview|\
imap_fetchbody|imap_fetchheader|imap_fetchmime|imap_fetchstructure|imap_fetchtext|imap_gc|imap_get_quota|imap_get_quotaroot|imap_getacl|\
imap_getmailboxes|imap_getsubscribed|imap_header|imap_headerinfo|imap_headers|imap_last_error|imap_list|imap_listmailbox|imap_listscan|\
imap_listsubscribed|imap_lsub|imap_mail|imap_mail_compose|imap_mail_copy|imap_mail_move|imap_mailboxmsginfo|imap_mime_header_decode|\
imap_msgno|imap_num_msg|imap_num_recent|imap_open|imap_ping|imap_qprint|imap_rename|imap_renamemailbox|imap_reopen|\
imap_rfc822_parse_adrlist|imap_rfc822_parse_headers|imap_rfc822_write_address|imap_savebody|imap_scan|imap_scanmailbox|imap_search|\
imap_set_quota|imap_setacl|imap_setflag_full|imap_sort|imap_status|imap_subscribe|imap_thread|imap_timeout|imap_uid|imap_undelete|\
imap_unsubscribe|imap_utf7_decode|imap_utf7_encode|imap_utf8|implementsinterface|implode|import_request_variables|in_array|include|\
include_once|inclued_get_data|inet_ntop|inet_pton|infiniteiterator|ingres_autocommit|ingres_autocommit_state|ingres_charset|ingres_close|\
ingres_commit|ingres_connect|ingres_cursor|ingres_errno|ingres_error|ingres_errsqlstate|ingres_escape_string|ingres_execute|\
ingres_fetch_array|ingres_fetch_assoc|ingres_fetch_object|ingres_fetch_proc_return|ingres_fetch_row|ingres_field_length|ingres_field_name|\
ingres_field_nullable|ingres_field_precision|ingres_field_scale|ingres_field_type|ingres_free_result|ingres_next_error|ingres_num_fields|\
ingres_num_rows|ingres_pconnect|ingres_prepare|ingres_query|ingres_result_seek|ingres_rollback|ingres_set_environment|\
ingres_unbuffered_query|ini_alter|ini_get|ini_get_all|ini_restore|ini_set|innamespace|inotify_add_watch|inotify_init|inotify_queue_len|\
inotify_read|inotify_rm_watch|interface_exists|intl_error_name|intl_get_error_code|intl_get_error_message|intl_is_failure|\
intldateformatter|intval|invalidargumentexception|invoke|invokeargs|ip2long|iptcembed|iptcparse|is_a|is_array|is_bool|is_callable|is_dir|\
is_double|is_executable|is_file|is_finite|is_float|is_infinite|is_int|is_integer|is_link|is_long|is_nan|is_null|is_numeric|is_object|\
is_readable|is_real|is_resource|is_scalar|is_soap_fault|is_string|is_subclass_of|is_uploaded_file|is_writable|is_writeable|isabstract|\
iscloneable|isdisabled|isfinal|isinstance|isinstantiable|isinterface|isinternal|isiterateable|isset|issubclassof|isuserdefined|iterator|\
iterator_apply|iterator_count|iterator_to_array|iteratoraggregate|iteratoriterator|java_last_exception_clear|java_last_exception_get|\
jddayofweek|jdmonthname|jdtofrench|jdtogregorian|jdtojewish|jdtojulian|jdtounix|jewishtojd|join|jpeg2wbmp|json_decode|json_encode|\
json_last_error|jsonserializable|judy|judy_type|judy_version|juliantojd|kadm5_chpass_principal|kadm5_create_principal|\
kadm5_delete_principal|kadm5_destroy|kadm5_flush|kadm5_get_policies|kadm5_get_principal|kadm5_get_principals|kadm5_init_with_password|\
kadm5_modify_principal|key|krsort|ksort|lcfirst|lcg_value|lchgrp|lchown|ldap_8859_to_t61|ldap_add|ldap_bind|ldap_close|ldap_compare|\
ldap_connect|ldap_count_entries|ldap_delete|ldap_dn2ufn|ldap_err2str|ldap_errno|ldap_error|ldap_explode_dn|ldap_first_attribute|\
ldap_first_entry|ldap_first_reference|ldap_free_result|ldap_get_attributes|ldap_get_dn|ldap_get_entries|ldap_get_option|ldap_get_values|\
ldap_get_values_len|ldap_list|ldap_mod_add|ldap_mod_del|ldap_mod_replace|ldap_modify|ldap_next_attribute|ldap_next_entry|\
ldap_next_reference|ldap_parse_reference|ldap_parse_result|ldap_read|ldap_rename|ldap_sasl_bind|ldap_search|ldap_set_option|\
ldap_set_rebind_proc|ldap_sort|ldap_start_tls|ldap_t61_to_8859|ldap_unbind|lengthexception|levenshtein|libxml_clear_errors|\
libxml_disable_entity_loader|libxml_get_errors|libxml_get_last_error|libxml_set_streams_context|libxml_use_internal_errors|libxmlerror|\
limititerator|link|linkinfo|list|locale|localeconv|localtime|log|log10|log1p|logicexception|long2ip|lstat|ltrim|lzf_compress|\
lzf_decompress|lzf_optimized_for|m_checkstatus|m_completeauthorizations|m_connect|m_connectionerror|m_deletetrans|m_destroyconn|\
m_destroyengine|m_getcell|m_getcellbynum|m_getcommadelimited|m_getheader|m_initconn|m_initengine|m_iscommadelimited|m_maxconntimeout|\
m_monitor|m_numcolumns|m_numrows|m_parsecommadelimited|m_responsekeys|m_responseparam|m_returnstatus|m_setblocking|m_setdropfile|m_setip|\
m_setssl|m_setssl_cafile|m_setssl_files|m_settimeout|m_sslcert_gen_hash|m_transactionssent|m_transinqueue|m_transkeyval|m_transnew|\
m_transsend|m_uwait|m_validateidentifier|m_verifyconnection|m_verifysslcert|magic_quotes_runtime|mail|\
mailparse_determine_best_xfer_encoding|mailparse_msg_create|mailparse_msg_extract_part|mailparse_msg_extract_part_file|\
mailparse_msg_extract_whole_part_file|mailparse_msg_free|mailparse_msg_get_part|mailparse_msg_get_part_data|mailparse_msg_get_structure|\
mailparse_msg_parse|mailparse_msg_parse_file|mailparse_rfc822_parse_addresses|mailparse_stream_encode|mailparse_uudecode_all|main|max|\
maxdb_affected_rows|maxdb_autocommit|maxdb_bind_param|maxdb_bind_result|maxdb_change_user|maxdb_character_set_name|maxdb_client_encoding|\
maxdb_close|maxdb_close_long_data|maxdb_commit|maxdb_connect|maxdb_connect_errno|maxdb_connect_error|maxdb_data_seek|maxdb_debug|\
maxdb_disable_reads_from_master|maxdb_disable_rpl_parse|maxdb_dump_debug_info|maxdb_embedded_connect|maxdb_enable_reads_from_master|\
maxdb_enable_rpl_parse|maxdb_errno|maxdb_error|maxdb_escape_string|maxdb_execute|maxdb_fetch|maxdb_fetch_array|maxdb_fetch_assoc|\
maxdb_fetch_field|maxdb_fetch_field_direct|maxdb_fetch_fields|maxdb_fetch_lengths|maxdb_fetch_object|maxdb_fetch_row|maxdb_field_count|\
maxdb_field_seek|maxdb_field_tell|maxdb_free_result|maxdb_get_client_info|maxdb_get_client_version|maxdb_get_host_info|maxdb_get_metadata|\
maxdb_get_proto_info|maxdb_get_server_info|maxdb_get_server_version|maxdb_info|maxdb_init|maxdb_insert_id|maxdb_kill|maxdb_master_query|\
maxdb_more_results|maxdb_multi_query|maxdb_next_result|maxdb_num_fields|maxdb_num_rows|maxdb_options|maxdb_param_count|maxdb_ping|\
maxdb_prepare|maxdb_query|maxdb_real_connect|maxdb_real_escape_string|maxdb_real_query|maxdb_report|maxdb_rollback|\
maxdb_rpl_parse_enabled|maxdb_rpl_probe|maxdb_rpl_query_type|maxdb_select_db|maxdb_send_long_data|maxdb_send_query|maxdb_server_end|\
maxdb_server_init|maxdb_set_opt|maxdb_sqlstate|maxdb_ssl_set|maxdb_stat|maxdb_stmt_affected_rows|maxdb_stmt_bind_param|\
maxdb_stmt_bind_result|maxdb_stmt_close|maxdb_stmt_close_long_data|maxdb_stmt_data_seek|maxdb_stmt_errno|maxdb_stmt_error|\
maxdb_stmt_execute|maxdb_stmt_fetch|maxdb_stmt_free_result|maxdb_stmt_init|maxdb_stmt_num_rows|maxdb_stmt_param_count|maxdb_stmt_prepare|\
maxdb_stmt_reset|maxdb_stmt_result_metadata|maxdb_stmt_send_long_data|maxdb_stmt_sqlstate|maxdb_stmt_store_result|maxdb_store_result|\
maxdb_thread_id|maxdb_thread_safe|maxdb_use_result|maxdb_warning_count|mb_check_encoding|mb_convert_case|mb_convert_encoding|\
mb_convert_kana|mb_convert_variables|mb_decode_mimeheader|mb_decode_numericentity|mb_detect_encoding|mb_detect_order|mb_encode_mimeheader|\
mb_encode_numericentity|mb_encoding_aliases|mb_ereg|mb_ereg_match|mb_ereg_replace|mb_ereg_search|mb_ereg_search_getpos|\
mb_ereg_search_getregs|mb_ereg_search_init|mb_ereg_search_pos|mb_ereg_search_regs|mb_ereg_search_setpos|mb_eregi|mb_eregi_replace|\
mb_get_info|mb_http_input|mb_http_output|mb_internal_encoding|mb_language|mb_list_encodings|mb_output_handler|mb_parse_str|\
mb_preferred_mime_name|mb_regex_encoding|mb_regex_set_options|mb_send_mail|mb_split|mb_strcut|mb_strimwidth|mb_stripos|mb_stristr|\
mb_strlen|mb_strpos|mb_strrchr|mb_strrichr|mb_strripos|mb_strrpos|mb_strstr|mb_strtolower|mb_strtoupper|mb_strwidth|\
mb_substitute_character|mb_substr|mb_substr_count|mcrypt_cbc|mcrypt_cfb|mcrypt_create_iv|mcrypt_decrypt|mcrypt_ecb|\
mcrypt_enc_get_algorithms_name|mcrypt_enc_get_block_size|mcrypt_enc_get_iv_size|mcrypt_enc_get_key_size|mcrypt_enc_get_modes_name|\
mcrypt_enc_get_supported_key_sizes|mcrypt_enc_is_block_algorithm|mcrypt_enc_is_block_algorithm_mode|mcrypt_enc_is_block_mode|\
mcrypt_enc_self_test|mcrypt_encrypt|mcrypt_generic|mcrypt_generic_deinit|mcrypt_generic_end|mcrypt_generic_init|mcrypt_get_block_size|\
mcrypt_get_cipher_name|mcrypt_get_iv_size|mcrypt_get_key_size|mcrypt_list_algorithms|mcrypt_list_modes|mcrypt_module_close|\
mcrypt_module_get_algo_block_size|mcrypt_module_get_algo_key_size|mcrypt_module_get_supported_key_sizes|mcrypt_module_is_block_algorithm|\
mcrypt_module_is_block_algorithm_mode|mcrypt_module_is_block_mode|mcrypt_module_open|mcrypt_module_self_test|mcrypt_ofb|md5|md5_file|\
mdecrypt_generic|memcache|memcache_debug|memcached|memory_get_peak_usage|memory_get_usage|messageformatter|metaphone|method_exists|mhash|\
mhash_count|mhash_get_block_size|mhash_get_hash_name|mhash_keygen_s2k|microtime|mime_content_type|min|ming_keypress|\
ming_setcubicthreshold|ming_setscale|ming_setswfcompression|ming_useconstants|ming_useswfversion|mkdir|mktime|money_format|mongo|\
mongobindata|mongocode|mongocollection|mongoconnectionexception|mongocursor|mongocursorexception|mongocursortimeoutexception|mongodate|\
mongodb|mongodbref|mongoexception|mongogridfs|mongogridfscursor|mongogridfsexception|mongogridfsfile|mongoid|mongoint32|mongoint64|\
mongomaxkey|mongominkey|mongoregex|mongotimestamp|move_uploaded_file|mpegfile|mqseries_back|mqseries_begin|mqseries_close|mqseries_cmit|\
mqseries_conn|mqseries_connx|mqseries_disc|mqseries_get|mqseries_inq|mqseries_open|mqseries_put|mqseries_put1|mqseries_set|\
mqseries_strerror|msession_connect|msession_count|msession_create|msession_destroy|msession_disconnect|msession_find|msession_get|\
msession_get_array|msession_get_data|msession_inc|msession_list|msession_listvar|msession_lock|msession_plugin|msession_randstr|\
msession_set|msession_set_array|msession_set_data|msession_timeout|msession_uniq|msession_unlock|msg_get_queue|msg_queue_exists|\
msg_receive|msg_remove_queue|msg_send|msg_set_queue|msg_stat_queue|msql|msql_affected_rows|msql_close|msql_connect|msql_create_db|\
msql_createdb|msql_data_seek|msql_db_query|msql_dbname|msql_drop_db|msql_error|msql_fetch_array|msql_fetch_field|msql_fetch_object|\
msql_fetch_row|msql_field_flags|msql_field_len|msql_field_name|msql_field_seek|msql_field_table|msql_field_type|msql_fieldflags|\
msql_fieldlen|msql_fieldname|msql_fieldtable|msql_fieldtype|msql_free_result|msql_list_dbs|msql_list_fields|msql_list_tables|\
msql_num_fields|msql_num_rows|msql_numfields|msql_numrows|msql_pconnect|msql_query|msql_regcase|msql_result|msql_select_db|msql_tablename|\
mssql_bind|mssql_close|mssql_connect|mssql_data_seek|mssql_execute|mssql_fetch_array|mssql_fetch_assoc|mssql_fetch_batch|\
mssql_fetch_field|mssql_fetch_object|mssql_fetch_row|mssql_field_length|mssql_field_name|mssql_field_seek|mssql_field_type|\
mssql_free_result|mssql_free_statement|mssql_get_last_message|mssql_guid_string|mssql_init|mssql_min_error_severity|\
mssql_min_message_severity|mssql_next_result|mssql_num_fields|mssql_num_rows|mssql_pconnect|mssql_query|mssql_result|mssql_rows_affected|\
mssql_select_db|mt_getrandmax|mt_rand|mt_srand|multipleiterator|mysql_affected_rows|mysql_client_encoding|mysql_close|mysql_connect|\
mysql_create_db|mysql_data_seek|mysql_db_name|mysql_db_query|mysql_drop_db|mysql_errno|mysql_error|mysql_escape_string|mysql_fetch_array|\
mysql_fetch_assoc|mysql_fetch_field|mysql_fetch_lengths|mysql_fetch_object|mysql_fetch_row|mysql_field_flags|mysql_field_len|\
mysql_field_name|mysql_field_seek|mysql_field_table|mysql_field_type|mysql_free_result|mysql_get_client_info|mysql_get_host_info|\
mysql_get_proto_info|mysql_get_server_info|mysql_info|mysql_insert_id|mysql_list_dbs|mysql_list_fields|mysql_list_processes|\
mysql_list_tables|mysql_num_fields|mysql_num_rows|mysql_pconnect|mysql_ping|mysql_query|mysql_real_escape_string|mysql_result|\
mysql_select_db|mysql_set_charset|mysql_stat|mysql_tablename|mysql_thread_id|mysql_unbuffered_query|mysqli|mysqli_affected_rows|\
mysqli_autocommit|mysqli_bind_param|mysqli_bind_result|mysqli_cache_stats|mysqli_change_user|mysqli_character_set_name|\
mysqli_client_encoding|mysqli_close|mysqli_commit|mysqli_connect|mysqli_connect_errno|mysqli_connect_error|mysqli_data_seek|\
mysqli_debug|mysqli_disable_reads_from_master|mysqli_disable_rpl_parse|mysqli_driver|mysqli_dump_debug_info|mysqli_embedded_server_end|\
mysqli_embedded_server_start|mysqli_enable_reads_from_master|mysqli_enable_rpl_parse|mysqli_errno|mysqli_error|mysqli_escape_string|\
mysqli_execute|mysqli_fetch|mysqli_fetch_all|mysqli_fetch_array|mysqli_fetch_assoc|mysqli_fetch_field|mysqli_fetch_field_direct|\
mysqli_fetch_fields|mysqli_fetch_lengths|mysqli_fetch_object|mysqli_fetch_row|mysqli_field_count|mysqli_field_seek|mysqli_field_tell|\
mysqli_free_result|mysqli_get_charset|mysqli_get_client_info|mysqli_get_client_stats|mysqli_get_client_version|mysqli_get_connection_stats|\
mysqli_get_host_info|mysqli_get_metadata|mysqli_get_proto_info|mysqli_get_server_info|mysqli_get_server_version|mysqli_get_warnings|\
mysqli_info|mysqli_init|mysqli_insert_id|mysqli_kill|mysqli_link_construct|mysqli_master_query|mysqli_more_results|mysqli_multi_query|\
mysqli_next_result|mysqli_num_fields|mysqli_num_rows|mysqli_options|mysqli_param_count|mysqli_ping|mysqli_poll|mysqli_prepare|\
mysqli_query|mysqli_real_connect|mysqli_real_escape_string|mysqli_real_query|mysqli_reap_async_query|mysqli_refresh|mysqli_report|\
mysqli_result|mysqli_rollback|mysqli_rpl_parse_enabled|mysqli_rpl_probe|mysqli_rpl_query_type|mysqli_select_db|mysqli_send_long_data|\
mysqli_send_query|mysqli_set_charset|mysqli_set_local_infile_default|mysqli_set_local_infile_handler|mysqli_set_opt|mysqli_slave_query|\
mysqli_sqlstate|mysqli_ssl_set|mysqli_stat|mysqli_stmt|mysqli_stmt_affected_rows|mysqli_stmt_attr_get|mysqli_stmt_attr_set|\
mysqli_stmt_bind_param|mysqli_stmt_bind_result|mysqli_stmt_close|mysqli_stmt_data_seek|mysqli_stmt_errno|mysqli_stmt_error|\
mysqli_stmt_execute|mysqli_stmt_fetch|mysqli_stmt_field_count|mysqli_stmt_free_result|mysqli_stmt_get_result|mysqli_stmt_get_warnings|\
mysqli_stmt_init|mysqli_stmt_insert_id|mysqli_stmt_next_result|mysqli_stmt_num_rows|mysqli_stmt_param_count|mysqli_stmt_prepare|\
mysqli_stmt_reset|mysqli_stmt_result_metadata|mysqli_stmt_send_long_data|mysqli_stmt_sqlstate|mysqli_stmt_store_result|mysqli_store_result|\
mysqli_thread_id|mysqli_thread_safe|mysqli_use_result|mysqli_warning|mysqli_warning_count|mysqlnd_ms_get_stats|\
mysqlnd_ms_query_is_select|mysqlnd_ms_set_user_pick_server|mysqlnd_qc_change_handler|mysqlnd_qc_clear_cache|mysqlnd_qc_get_cache_info|\
mysqlnd_qc_get_core_stats|mysqlnd_qc_get_handler|mysqlnd_qc_get_query_trace_log|mysqlnd_qc_set_user_handlers|natcasesort|natsort|\
ncurses_addch|ncurses_addchnstr|ncurses_addchstr|ncurses_addnstr|ncurses_addstr|ncurses_assume_default_colors|ncurses_attroff|\
ncurses_attron|ncurses_attrset|ncurses_baudrate|ncurses_beep|ncurses_bkgd|ncurses_bkgdset|ncurses_border|ncurses_bottom_panel|\
ncurses_can_change_color|ncurses_cbreak|ncurses_clear|ncurses_clrtobot|ncurses_clrtoeol|ncurses_color_content|ncurses_color_set|\
ncurses_curs_set|ncurses_def_prog_mode|ncurses_def_shell_mode|ncurses_define_key|ncurses_del_panel|ncurses_delay_output|ncurses_delch|\
ncurses_deleteln|ncurses_delwin|ncurses_doupdate|ncurses_echo|ncurses_echochar|ncurses_end|ncurses_erase|ncurses_erasechar|ncurses_filter|\
ncurses_flash|ncurses_flushinp|ncurses_getch|ncurses_getmaxyx|ncurses_getmouse|ncurses_getyx|ncurses_halfdelay|ncurses_has_colors|\
ncurses_has_ic|ncurses_has_il|ncurses_has_key|ncurses_hide_panel|ncurses_hline|ncurses_inch|ncurses_init|ncurses_init_color|\
ncurses_init_pair|ncurses_insch|ncurses_insdelln|ncurses_insertln|ncurses_insstr|ncurses_instr|ncurses_isendwin|ncurses_keyok|\
ncurses_keypad|ncurses_killchar|ncurses_longname|ncurses_meta|ncurses_mouse_trafo|ncurses_mouseinterval|ncurses_mousemask|ncurses_move|\
ncurses_move_panel|ncurses_mvaddch|ncurses_mvaddchnstr|ncurses_mvaddchstr|ncurses_mvaddnstr|ncurses_mvaddstr|ncurses_mvcur|\
ncurses_mvdelch|ncurses_mvgetch|ncurses_mvhline|ncurses_mvinch|ncurses_mvvline|ncurses_mvwaddstr|ncurses_napms|ncurses_new_panel|\
ncurses_newpad|ncurses_newwin|ncurses_nl|ncurses_nocbreak|ncurses_noecho|ncurses_nonl|ncurses_noqiflush|ncurses_noraw|\
ncurses_pair_content|ncurses_panel_above|ncurses_panel_below|ncurses_panel_window|ncurses_pnoutrefresh|ncurses_prefresh|ncurses_putp|\
ncurses_qiflush|ncurses_raw|ncurses_refresh|ncurses_replace_panel|ncurses_reset_prog_mode|ncurses_reset_shell_mode|ncurses_resetty|\
ncurses_savetty|ncurses_scr_dump|ncurses_scr_init|ncurses_scr_restore|ncurses_scr_set|ncurses_scrl|ncurses_show_panel|ncurses_slk_attr|\
ncurses_slk_attroff|ncurses_slk_attron|ncurses_slk_attrset|ncurses_slk_clear|ncurses_slk_color|ncurses_slk_init|ncurses_slk_noutrefresh|\
ncurses_slk_refresh|ncurses_slk_restore|ncurses_slk_set|ncurses_slk_touch|ncurses_standend|ncurses_standout|ncurses_start_color|\
ncurses_termattrs|ncurses_termname|ncurses_timeout|ncurses_top_panel|ncurses_typeahead|ncurses_ungetch|ncurses_ungetmouse|\
ncurses_update_panels|ncurses_use_default_colors|ncurses_use_env|ncurses_use_extended_names|ncurses_vidattr|ncurses_vline|ncurses_waddch|\
ncurses_waddstr|ncurses_wattroff|ncurses_wattron|ncurses_wattrset|ncurses_wborder|ncurses_wclear|ncurses_wcolor_set|ncurses_werase|\
ncurses_wgetch|ncurses_whline|ncurses_wmouse_trafo|ncurses_wmove|ncurses_wnoutrefresh|ncurses_wrefresh|ncurses_wstandend|\
ncurses_wstandout|ncurses_wvline|newinstance|newinstanceargs|newt_bell|newt_button|newt_button_bar|newt_centered_window|newt_checkbox|\
newt_checkbox_get_value|newt_checkbox_set_flags|newt_checkbox_set_value|newt_checkbox_tree|newt_checkbox_tree_add_item|\
newt_checkbox_tree_find_item|newt_checkbox_tree_get_current|newt_checkbox_tree_get_entry_value|newt_checkbox_tree_get_multi_selection|\
newt_checkbox_tree_get_selection|newt_checkbox_tree_multi|newt_checkbox_tree_set_current|newt_checkbox_tree_set_entry|\
newt_checkbox_tree_set_entry_value|newt_checkbox_tree_set_width|newt_clear_key_buffer|newt_cls|newt_compact_button|\
newt_component_add_callback|newt_component_takes_focus|newt_create_grid|newt_cursor_off|newt_cursor_on|newt_delay|newt_draw_form|\
newt_draw_root_text|newt_entry|newt_entry_get_value|newt_entry_set|newt_entry_set_filter|newt_entry_set_flags|newt_finished|newt_form|\
newt_form_add_component|newt_form_add_components|newt_form_add_hot_key|newt_form_destroy|newt_form_get_current|newt_form_run|\
newt_form_set_background|newt_form_set_height|newt_form_set_size|newt_form_set_timer|newt_form_set_width|newt_form_watch_fd|\
newt_get_screen_size|newt_grid_add_components_to_form|newt_grid_basic_window|newt_grid_free|newt_grid_get_size|newt_grid_h_close_stacked|\
newt_grid_h_stacked|newt_grid_place|newt_grid_set_field|newt_grid_simple_window|newt_grid_v_close_stacked|newt_grid_v_stacked|\
newt_grid_wrapped_window|newt_grid_wrapped_window_at|newt_init|newt_label|newt_label_set_text|newt_listbox|newt_listbox_append_entry|\
newt_listbox_clear|newt_listbox_clear_selection|newt_listbox_delete_entry|newt_listbox_get_current|newt_listbox_get_selection|\
newt_listbox_insert_entry|newt_listbox_item_count|newt_listbox_select_item|newt_listbox_set_current|newt_listbox_set_current_by_key|\
newt_listbox_set_data|newt_listbox_set_entry|newt_listbox_set_width|newt_listitem|newt_listitem_get_data|newt_listitem_set|\
newt_open_window|newt_pop_help_line|newt_pop_window|newt_push_help_line|newt_radio_get_current|newt_radiobutton|newt_redraw_help_line|\
newt_reflow_text|newt_refresh|newt_resize_screen|newt_resume|newt_run_form|newt_scale|newt_scale_set|newt_scrollbar_set|\
newt_set_help_callback|newt_set_suspend_callback|newt_suspend|newt_textbox|newt_textbox_get_num_lines|newt_textbox_reflowed|\
newt_textbox_set_height|newt_textbox_set_text|newt_vertical_scrollbar|newt_wait_for_key|newt_win_choice|newt_win_entries|newt_win_menu|\
newt_win_message|newt_win_messagev|newt_win_ternary|next|ngettext|nl2br|nl_langinfo|norewinditerator|normalizer|notes_body|notes_copy_db|\
notes_create_db|notes_create_note|notes_drop_db|notes_find_note|notes_header_info|notes_list_msgs|notes_mark_read|notes_mark_unread|\
notes_nav_create|notes_search|notes_unread|notes_version|nsapi_request_headers|nsapi_response_headers|nsapi_virtual|nthmac|number_format|\
numberformatter|oauth|oauth_get_sbs|oauth_urlencode|oauthexception|oauthprovider|ob_clean|ob_deflatehandler|ob_end_clean|ob_end_flush|\
ob_etaghandler|ob_flush|ob_get_clean|ob_get_contents|ob_get_flush|ob_get_length|ob_get_level|ob_get_status|ob_gzhandler|ob_iconv_handler|\
ob_implicit_flush|ob_inflatehandler|ob_list_handlers|ob_start|ob_tidyhandler|oci_bind_array_by_name|oci_bind_by_name|oci_cancel|\
oci_client_version|oci_close|oci_collection_append|oci_collection_assign|oci_collection_element_assign|oci_collection_element_get|\
oci_collection_free|oci_collection_max|oci_collection_size|oci_collection_trim|oci_commit|oci_connect|oci_define_by_name|oci_error|\
oci_execute|oci_fetch|oci_fetch_all|oci_fetch_array|oci_fetch_assoc|oci_fetch_object|oci_fetch_row|oci_field_is_null|oci_field_name|\
oci_field_precision|oci_field_scale|oci_field_size|oci_field_type|oci_field_type_raw|oci_free_statement|oci_internal_debug|oci_lob_append|\
oci_lob_close|oci_lob_copy|oci_lob_eof|oci_lob_erase|oci_lob_export|oci_lob_flush|oci_lob_free|oci_lob_getbuffering|oci_lob_import|\
oci_lob_is_equal|oci_lob_load|oci_lob_read|oci_lob_rewind|oci_lob_save|oci_lob_savefile|oci_lob_seek|oci_lob_setbuffering|oci_lob_size|\
public/javascripts/ace/mode-php.js view on Meta::CPAN
sqlite_create_function|sqlite_current|sqlite_error_string|sqlite_escape_string|sqlite_exec|sqlite_factory|sqlite_fetch_all|\
sqlite_fetch_array|sqlite_fetch_column_types|sqlite_fetch_object|sqlite_fetch_single|sqlite_fetch_string|sqlite_field_name|\
sqlite_has_more|sqlite_has_prev|sqlite_key|sqlite_last_error|sqlite_last_insert_rowid|sqlite_libencoding|sqlite_libversion|sqlite_next|\
sqlite_num_fields|sqlite_num_rows|sqlite_open|sqlite_popen|sqlite_prev|sqlite_query|sqlite_rewind|sqlite_seek|sqlite_single_query|\
sqlite_udf_decode_binary|sqlite_udf_encode_binary|sqlite_unbuffered_query|sqlite_valid|sqrt|srand|sscanf|ssdeep_fuzzy_compare|\
ssdeep_fuzzy_hash|ssdeep_fuzzy_hash_filename|ssh2_auth_hostbased_file|ssh2_auth_none|ssh2_auth_password|ssh2_auth_pubkey_file|\
ssh2_connect|ssh2_exec|ssh2_fetch_stream|ssh2_fingerprint|ssh2_methods_negotiated|ssh2_publickey_add|ssh2_publickey_init|\
ssh2_publickey_list|ssh2_publickey_remove|ssh2_scp_recv|ssh2_scp_send|ssh2_sftp|ssh2_sftp_lstat|ssh2_sftp_mkdir|ssh2_sftp_readlink|\
ssh2_sftp_realpath|ssh2_sftp_rename|ssh2_sftp_rmdir|ssh2_sftp_stat|ssh2_sftp_symlink|ssh2_sftp_unlink|ssh2_shell|ssh2_tunnel|stat|\
stats_absolute_deviation|stats_cdf_beta|stats_cdf_binomial|stats_cdf_cauchy|stats_cdf_chisquare|stats_cdf_exponential|stats_cdf_f|\
stats_cdf_gamma|stats_cdf_laplace|stats_cdf_logistic|stats_cdf_negative_binomial|stats_cdf_noncentral_chisquare|stats_cdf_noncentral_f|\
stats_cdf_poisson|stats_cdf_t|stats_cdf_uniform|stats_cdf_weibull|stats_covariance|stats_den_uniform|stats_dens_beta|stats_dens_cauchy|\
stats_dens_chisquare|stats_dens_exponential|stats_dens_f|stats_dens_gamma|stats_dens_laplace|stats_dens_logistic|\
stats_dens_negative_binomial|stats_dens_normal|stats_dens_pmf_binomial|stats_dens_pmf_hypergeometric|stats_dens_pmf_poisson|stats_dens_t|\
stats_dens_weibull|stats_harmonic_mean|stats_kurtosis|stats_rand_gen_beta|stats_rand_gen_chisquare|stats_rand_gen_exponential|\
stats_rand_gen_f|stats_rand_gen_funiform|stats_rand_gen_gamma|stats_rand_gen_ibinomial|stats_rand_gen_ibinomial_negative|\
stats_rand_gen_int|stats_rand_gen_ipoisson|stats_rand_gen_iuniform|stats_rand_gen_noncenral_chisquare|stats_rand_gen_noncentral_f|\
stats_rand_gen_noncentral_t|stats_rand_gen_normal|stats_rand_gen_t|stats_rand_get_seeds|stats_rand_phrase_to_seeds|stats_rand_ranf|\
stats_rand_setall|stats_skew|stats_standard_deviation|stats_stat_binomial_coef|stats_stat_correlation|stats_stat_gennch|\
stats_stat_independent_t|stats_stat_innerproduct|stats_stat_noncentral_t|stats_stat_paired_t|stats_stat_percentile|stats_stat_powersum|\
stats_variance|stomp|stomp_connect_error|stomp_version|stompexception|stompframe|str_getcsv|str_ireplace|str_pad|str_repeat|str_replace|\
str_rot13|str_shuffle|str_split|str_word_count|strcasecmp|strchr|strcmp|strcoll|strcspn|stream_bucket_append|stream_bucket_make_writeable|\
stream_bucket_new|stream_bucket_prepend|stream_context_create|stream_context_get_default|stream_context_get_options|\
stream_context_get_params|stream_context_set_default|stream_context_set_option|stream_context_set_params|stream_copy_to_stream|\
stream_encoding|stream_filter_append|stream_filter_prepend|stream_filter_register|stream_filter_remove|stream_get_contents|\
stream_get_filters|stream_get_line|stream_get_meta_data|stream_get_transports|stream_get_wrappers|stream_is_local|\
stream_notification_callback|stream_register_wrapper|stream_resolve_include_path|stream_select|stream_set_blocking|stream_set_read_buffer|\
stream_set_timeout|stream_set_write_buffer|stream_socket_accept|stream_socket_client|stream_socket_enable_crypto|stream_socket_get_name|\
stream_socket_pair|stream_socket_recvfrom|stream_socket_sendto|stream_socket_server|stream_socket_shutdown|stream_supports_lock|\
stream_wrapper_register|stream_wrapper_restore|stream_wrapper_unregister|streamwrapper|strftime|strip_tags|stripcslashes|stripos|\
stripslashes|stristr|strlen|strnatcasecmp|strnatcmp|strncasecmp|strncmp|strpbrk|strpos|strptime|strrchr|strrev|strripos|strrpos|strspn|\
strstr|strtok|strtolower|strtotime|strtoupper|strtr|strval|substr|substr_compare|substr_count|substr_replace|svm|svmmodel|svn_add|\
svn_auth_get_parameter|svn_auth_set_parameter|svn_blame|svn_cat|svn_checkout|svn_cleanup|svn_client_version|svn_commit|svn_delete|\
svn_diff|svn_export|svn_fs_abort_txn|svn_fs_apply_text|svn_fs_begin_txn2|svn_fs_change_node_prop|svn_fs_check_path|\
svn_fs_contents_changed|svn_fs_copy|svn_fs_delete|svn_fs_dir_entries|svn_fs_file_contents|svn_fs_file_length|svn_fs_is_dir|svn_fs_is_file|\
svn_fs_make_dir|svn_fs_make_file|svn_fs_node_created_rev|svn_fs_node_prop|svn_fs_props_changed|svn_fs_revision_prop|svn_fs_revision_root|\
svn_fs_txn_root|svn_fs_youngest_rev|svn_import|svn_log|svn_ls|svn_mkdir|svn_repos_create|svn_repos_fs|svn_repos_fs_begin_txn_for_commit|\
svn_repos_fs_commit_txn|svn_repos_hotcopy|svn_repos_open|svn_repos_recover|svn_revert|svn_status|svn_update|swf_actiongeturl|\
swf_actiongotoframe|swf_actiongotolabel|swf_actionnextframe|swf_actionplay|swf_actionprevframe|swf_actionsettarget|swf_actionstop|\
swf_actiontogglequality|swf_actionwaitforframe|swf_addbuttonrecord|swf_addcolor|swf_closefile|swf_definebitmap|swf_definefont|\
swf_defineline|swf_definepoly|swf_definerect|swf_definetext|swf_endbutton|swf_enddoaction|swf_endshape|swf_endsymbol|swf_fontsize|\
swf_fontslant|swf_fonttracking|swf_getbitmapinfo|swf_getfontinfo|swf_getframe|swf_labelframe|swf_lookat|swf_modifyobject|swf_mulcolor|\
swf_nextid|swf_oncondition|swf_openfile|swf_ortho|swf_ortho2|swf_perspective|swf_placeobject|swf_polarview|swf_popmatrix|swf_posround|\
swf_pushmatrix|swf_removeobject|swf_rotate|swf_scale|swf_setfont|swf_setframe|swf_shapearc|swf_shapecurveto|swf_shapecurveto3|\
swf_shapefillbitmapclip|swf_shapefillbitmaptile|swf_shapefilloff|swf_shapefillsolid|swf_shapelinesolid|swf_shapelineto|swf_shapemoveto|\
swf_showframe|swf_startbutton|swf_startdoaction|swf_startshape|swf_startsymbol|swf_textwidth|swf_translate|swf_viewport|swfaction|\
swfbitmap|swfbutton|swfdisplayitem|swffill|swffont|swffontchar|swfgradient|swfmorph|swfmovie|swfprebuiltclip|swfshape|swfsound|\
swfsoundinstance|swfsprite|swftext|swftextfield|swfvideostream|swish_construct|swish_getmetalist|swish_getpropertylist|swish_prepare|\
swish_query|swishresult_getmetalist|swishresult_stem|swishresults_getparsedwords|swishresults_getremovedstopwords|swishresults_nextresult|\
swishresults_seekresult|swishsearch_execute|swishsearch_resetlimit|swishsearch_setlimit|swishsearch_setphrasedelimiter|\
swishsearch_setsort|swishsearch_setstructure|sybase_affected_rows|sybase_close|sybase_connect|sybase_data_seek|\
sybase_deadlock_retry_count|sybase_fetch_array|sybase_fetch_assoc|sybase_fetch_field|sybase_fetch_object|sybase_fetch_row|\
sybase_field_seek|sybase_free_result|sybase_get_last_message|sybase_min_client_severity|sybase_min_error_severity|\
sybase_min_message_severity|sybase_min_server_severity|sybase_num_fields|sybase_num_rows|sybase_pconnect|sybase_query|sybase_result|\
sybase_select_db|sybase_set_message_handler|sybase_unbuffered_query|symlink|sys_get_temp_dir|sys_getloadavg|syslog|system|tag|tan|tanh|\
tcpwrap_check|tempnam|textdomain|tidy|tidy_access_count|tidy_config_count|tidy_diagnose|tidy_error_count|tidy_get_error_buffer|\
tidy_get_output|tidy_load_config|tidy_reset_config|tidy_save_config|tidy_set_encoding|tidy_setopt|tidy_warning_count|tidynode|time|\
time_nanosleep|time_sleep_until|timezone_abbreviations_list|timezone_identifiers_list|timezone_location_get|timezone_name_from_abbr|\
timezone_name_get|timezone_offset_get|timezone_open|timezone_transitions_get|timezone_version_get|tmpfile|token_get_all|token_name|\
tokyotyrant|tokyotyrantquery|tokyotyranttable|tostring|tostring|touch|trait_exists|transliterator|traversable|trigger_error|trim|uasort|ucfirst|\
ucwords|udm_add_search_limit|udm_alloc_agent|udm_alloc_agent_array|udm_api_version|udm_cat_list|udm_cat_path|udm_check_charset|\
udm_check_stored|udm_clear_search_limits|udm_close_stored|udm_crc32|udm_errno|udm_error|udm_find|udm_free_agent|udm_free_ispell_data|\
udm_free_res|udm_get_doc_count|udm_get_res_field|udm_get_res_param|udm_hash32|udm_load_ispell_data|udm_open_stored|udm_set_agent_param|\
uksort|umask|underflowexception|unexpectedvalueexception|uniqid|unixtojd|unlink|unpack|unregister_tick_function|unserialize|unset|\
urldecode|urlencode|use_soap_error_handler|user_error|usleep|usort|utf8_decode|utf8_encode|v8js|v8jsexception|var_dump|var_export|variant|\
variant_abs|variant_add|variant_and|variant_cast|variant_cat|variant_cmp|variant_date_from_timestamp|variant_date_to_timestamp|\
variant_div|variant_eqv|variant_fix|variant_get_type|variant_idiv|variant_imp|variant_int|variant_mod|variant_mul|variant_neg|variant_not|\
variant_or|variant_pow|variant_round|variant_set|variant_set_type|variant_sub|variant_xor|version_compare|vfprintf|virtual|\
vpopmail_add_alias_domain|vpopmail_add_alias_domain_ex|vpopmail_add_domain|vpopmail_add_domain_ex|vpopmail_add_user|vpopmail_alias_add|\
vpopmail_alias_del|vpopmail_alias_del_domain|vpopmail_alias_get|vpopmail_alias_get_all|vpopmail_auth_user|vpopmail_del_domain|\
vpopmail_del_domain_ex|vpopmail_del_user|vpopmail_error|vpopmail_passwd|vpopmail_set_user_quota|vprintf|vsprintf|w32api_deftype|\
w32api_init_dtype|w32api_invoke_function|w32api_register_function|w32api_set_call_method|wddx_add_vars|wddx_deserialize|wddx_packet_end|\
wddx_packet_start|wddx_serialize_value|wddx_serialize_vars|win32_continue_service|win32_create_service|win32_delete_service|\
win32_get_last_control_message|win32_pause_service|win32_ps_list_procs|win32_ps_stat_mem|win32_ps_stat_proc|win32_query_service_status|\
win32_set_service_status|win32_start_service|win32_start_service_ctrl_dispatcher|win32_stop_service|wincache_fcache_fileinfo|\
wincache_fcache_meminfo|wincache_lock|wincache_ocache_fileinfo|wincache_ocache_meminfo|wincache_refresh_if_changed|\
wincache_rplist_fileinfo|wincache_rplist_meminfo|wincache_scache_info|wincache_scache_meminfo|wincache_ucache_add|wincache_ucache_cas|\
wincache_ucache_clear|wincache_ucache_dec|wincache_ucache_delete|wincache_ucache_exists|wincache_ucache_get|wincache_ucache_inc|\
wincache_ucache_info|wincache_ucache_meminfo|wincache_ucache_set|wincache_unlock|wordwrap|xattr_get|xattr_list|xattr_remove|xattr_set|\
xattr_supported|xdiff_file_bdiff|xdiff_file_bdiff_size|xdiff_file_bpatch|xdiff_file_diff|xdiff_file_diff_binary|xdiff_file_merge3|\
xdiff_file_patch|xdiff_file_patch_binary|xdiff_file_rabdiff|xdiff_string_bdiff|xdiff_string_bdiff_size|xdiff_string_bpatch|\
xdiff_string_diff|xdiff_string_diff_binary|xdiff_string_merge3|xdiff_string_patch|xdiff_string_patch_binary|xdiff_string_rabdiff|\
xhprof_disable|xhprof_enable|xhprof_sample_disable|xhprof_sample_enable|xml_error_string|xml_get_current_byte_index|\
xml_get_current_column_number|xml_get_current_line_number|xml_get_error_code|xml_parse|xml_parse_into_struct|xml_parser_create|\
xml_parser_create_ns|xml_parser_free|xml_parser_get_option|xml_parser_set_option|xml_set_character_data_handler|xml_set_default_handler|\
xml_set_element_handler|xml_set_end_namespace_decl_handler|xml_set_external_entity_ref_handler|xml_set_notation_decl_handler|\
xml_set_object|xml_set_processing_instruction_handler|xml_set_start_namespace_decl_handler|xml_set_unparsed_entity_decl_handler|xmlreader|\
xmlrpc_decode|xmlrpc_decode_request|xmlrpc_encode|xmlrpc_encode_request|xmlrpc_get_type|xmlrpc_is_fault|xmlrpc_parse_method_descriptions|\
xmlrpc_server_add_introspection_data|xmlrpc_server_call_method|xmlrpc_server_create|xmlrpc_server_destroy|\
xmlrpc_server_register_introspection_callback|xmlrpc_server_register_method|xmlrpc_set_type|xmlwriter_end_attribute|xmlwriter_end_cdata|\
xmlwriter_end_comment|xmlwriter_end_document|xmlwriter_end_dtd|xmlwriter_end_dtd_attlist|xmlwriter_end_dtd_element|\
xmlwriter_end_dtd_entity|xmlwriter_end_element|xmlwriter_end_pi|xmlwriter_flush|xmlwriter_full_end_element|xmlwriter_open_memory|\
xmlwriter_open_uri|xmlwriter_output_memory|xmlwriter_set_indent|xmlwriter_set_indent_string|xmlwriter_start_attribute|\
xmlwriter_start_attribute_ns|xmlwriter_start_cdata|xmlwriter_start_comment|xmlwriter_start_document|xmlwriter_start_dtd|\
xmlwriter_start_dtd_attlist|xmlwriter_start_dtd_element|xmlwriter_start_dtd_entity|xmlwriter_start_element|xmlwriter_start_element_ns|\
xmlwriter_start_pi|xmlwriter_text|xmlwriter_write_attribute|xmlwriter_write_attribute_ns|xmlwriter_write_cdata|xmlwriter_write_comment|\
xmlwriter_write_dtd|xmlwriter_write_dtd_attlist|xmlwriter_write_dtd_element|xmlwriter_write_dtd_entity|xmlwriter_write_element|\
xmlwriter_write_element_ns|xmlwriter_write_pi|xmlwriter_write_raw|xpath_eval|xpath_eval_expression|xpath_new_context|xpath_register_ns|\
xpath_register_ns_auto|xptr_eval|xptr_new_context|xslt_backend_info|xslt_backend_name|xslt_backend_version|xslt_create|xslt_errno|\
xslt_error|xslt_free|xslt_getopt|xslt_process|xslt_set_base|xslt_set_encoding|xslt_set_error_handler|xslt_set_log|xslt_set_object|\
xslt_set_sax_handler|xslt_set_sax_handlers|xslt_set_scheme_handler|xslt_set_scheme_handlers|xslt_setopt|xsltprocessor|yaml_emit|\
yaml_emit_file|yaml_parse|yaml_parse_file|yaml_parse_url|yaz_addinfo|yaz_ccl_conf|yaz_ccl_parse|yaz_close|yaz_connect|yaz_database|\
yaz_element|yaz_errno|yaz_error|yaz_es|yaz_es_result|yaz_get_option|yaz_hits|yaz_itemorder|yaz_present|yaz_range|yaz_record|yaz_scan|\
yaz_scan_result|yaz_schema|yaz_search|yaz_set_option|yaz_sort|yaz_syntax|yaz_wait|yp_all|yp_cat|yp_err_string|yp_errno|yp_first|\
yp_get_default_domain|yp_master|yp_match|yp_next|yp_order|zend_logo_guid|zend_thread_id|zend_version|zip_close|zip_entry_close|\
zip_entry_compressedsize|zip_entry_compressionmethod|zip_entry_filesize|zip_entry_name|zip_entry_open|zip_entry_read|zip_open|zip_read|\
ziparchive|ziparchive_addemptydir|ziparchive_addfile|ziparchive_addfromstring|ziparchive_close|ziparchive_deleteindex|\
ziparchive_deletename|ziparchive_extractto|ziparchive_getarchivecomment|ziparchive_getcommentindex|ziparchive_getcommentname|\
ziparchive_getfromindex|ziparchive_getfromname|ziparchive_getnameindex|ziparchive_getstatusstring|ziparchive_getstream|\
ziparchive_locatename|ziparchive_open|ziparchive_renameindex|ziparchive_renamename|ziparchive_setCommentName|ziparchive_setarchivecomment|\
ziparchive_setcommentindex|ziparchive_statindex|ziparchive_statname|ziparchive_unchangeall|ziparchive_unchangearchive|\
ziparchive_unchangeindex|ziparchive_unchangename|zlib_get_coding_type'.split('|')
);
var keywords = lang.arrayToMap(
'abstract|and|array|as|break|callable|case|catch|class|clone|const|continue|declare|default|do|else|elseif|enddeclare|endfor|endforeach|\
endif|endswitch|endwhile|extends|final|finally|for|foreach|function|global|goto|if|implements|instanceof|insteadof|interface|namespace|new|or|private|protected|\
public|static|switch|throw|trait|try|use|var|while|xor|yield'.split('|')
);
var languageConstructs = lang.arrayToMap(
('__halt_compiler|die|echo|empty|exit|eval|include|include_once|isset|list|require|require_once|return|print|unset').split('|')
);
public/javascripts/ace/mode-php.js view on Meta::CPAN
"string hash_hmac(string algo, string data, string key[, bool raw_output = false])",
"Generate a hash of a given input string with a key using HMAC Returns lowercase hexits by default"
],
"hash_hmac_file": [
"string hash_hmac_file(string algo, string filename, string key[, bool raw_output = false])",
"Generate a hash of a given file with a key using HMAC Returns lowercase hexits by default"
],
"hash_init": [
"resource hash_init(string algo[, int options, string key])",
"Initialize a hashing context"
],
"hash_update": [
"bool hash_update(resource context, string data)",
"Pump data into the hashing algorithm"
],
"hash_update_file": [
"bool hash_update_file(resource context, string filename[, resource context])",
"Pump data into the hashing algorithm from a file"
],
"hash_update_stream": [
"int hash_update_stream(resource context, resource handle[, integer length])",
"Pump data into the hashing algorithm from an open stream"
],
"header": [
"void header(string header [, bool replace, [int http_response_code]])",
"Sends a raw HTTP header"
],
"header_remove": [
"void header_remove([string name])",
"Removes an HTTP header previously set using header()"
],
"headers_list": [
"array headers_list(void)",
"Return list of headers to be sent / already sent"
],
"headers_sent": [
"bool headers_sent([string &$file [, int &$line]])",
"Returns true if headers have already been sent, false otherwise"
],
"hebrev": [
"string hebrev(string str [, int max_chars_per_line])",
"Converts logical Hebrew text to visual text"
],
"hebrevc": [
"string hebrevc(string str [, int max_chars_per_line])",
"Converts logical Hebrew text to visual text with newline conversion"
],
"hexdec": [
"int hexdec(string hexadecimal_number)",
"Returns the decimal equivalent of the hexadecimal number"
],
"highlight_file": [
"bool highlight_file(string file_name [, bool return] )",
"Syntax highlight a source file"
],
"highlight_string": [
"bool highlight_string(string string [, bool return] )",
"Syntax highlight a string or optionally return it"
],
"html_entity_decode": [
"string html_entity_decode(string string [, int quote_style][, string charset])",
"Convert all HTML entities to their applicable characters"
],
"htmlentities": [
"string htmlentities(string string [, int quote_style[, string charset[, bool double_encode]]])",
"Convert all applicable characters to HTML entities"
],
"htmlspecialchars": [
"string htmlspecialchars(string string [, int quote_style[, string charset[, bool double_encode]]])",
"Convert special characters to HTML entities"
],
"htmlspecialchars_decode": [
"string htmlspecialchars_decode(string string [, int quote_style])",
"Convert special HTML entities back to characters"
],
"http_build_query": [
"string http_build_query(mixed formdata [, string prefix [, string arg_separator]])",
"Generates a form-encoded query string from an associative array or object."
],
"hypot": [
"float hypot(float num1, float num2)",
"Returns sqrt(num1*num1 + num2*num2)"
],
"ibase_add_user": [
"bool ibase_add_user(resource service_handle, string user_name, string password [, string first_name [, string middle_name [, string last_name]]])",
"Add a user to security database"
],
"ibase_affected_rows": [
"int ibase_affected_rows( [ resource link_identifier ] )",
"Returns the number of rows affected by the previous INSERT, UPDATE or DELETE statement"
],
"ibase_backup": [
"mixed ibase_backup(resource service_handle, string source_db, string dest_file [, int options [, bool verbose]])",
"Initiates a backup task in the service manager and returns immediately"
],
"ibase_blob_add": [
"bool ibase_blob_add(resource blob_handle, string data)",
"Add data into created blob"
],
"ibase_blob_cancel": [
"bool ibase_blob_cancel(resource blob_handle)",
"Cancel creating blob"
],
"ibase_blob_close": [
"string ibase_blob_close(resource blob_handle)",
"Close blob"
],
"ibase_blob_create": [
"resource ibase_blob_create([resource link_identifier])",
"Create blob for adding data"
],
"ibase_blob_echo": [
"bool ibase_blob_echo([ resource link_identifier, ] string blob_id)",
"Output blob contents to browser"
],
"ibase_blob_get": [
"string ibase_blob_get(resource blob_handle, int len)",
"Get len bytes data from open blob"
],
"ibase_blob_import": [
"string ibase_blob_import([ resource link_identifier, ] resource file)",
"Create blob, copy file in it, and close it"
],
"ibase_blob_info": [
"array ibase_blob_info([ resource link_identifier, ] string blob_id)",
"Return blob length and other useful info"
],
"ibase_blob_open": [
"resource ibase_blob_open([ resource link_identifier, ] string blob_id)",
"Open blob for retrieving data parts"
],
"ibase_close": [
"bool ibase_close([resource link_identifier])",
"Close an InterBase connection"
],
"ibase_commit": [
"bool ibase_commit( resource link_identifier )",
"Commit transaction"
],
"ibase_commit_ret": [
"bool ibase_commit_ret( resource link_identifier )",
"Commit transaction and retain the transaction context"
],
"ibase_connect": [
"resource ibase_connect(string database [, string username [, string password [, string charset [, int buffers [, int dialect [, string role]]]]]])",
"Open a connection to an InterBase database"
],
"ibase_db_info": [
"string ibase_db_info(resource service_handle, string db, int action [, int argument])",
"Request statistics about a database"
],
"ibase_delete_user": [
"bool ibase_delete_user(resource service_handle, string user_name, string password [, string first_name [, string middle_name [, string last_name]]])",
"Delete a user from security database"
],
"ibase_drop_db": [
"bool ibase_drop_db([resource link_identifier])",
"Drop an InterBase database"
],
"ibase_errcode": [
"int ibase_errcode(void)",
"Return error code"
],
"ibase_errmsg": [
"string ibase_errmsg(void)",
"Return error message"
],
"ibase_execute": [
"mixed ibase_execute(resource query [, mixed bind_arg [, mixed bind_arg [, ...]]])",
"Execute a previously prepared query"
],
"ibase_fetch_assoc": [
"array ibase_fetch_assoc(resource result [, int fetch_flags])",
"Fetch a row from the results of a query"
],
"ibase_fetch_object": [
"object ibase_fetch_object(resource result [, int fetch_flags])",
"Fetch a object from the results of a query"
],
"ibase_fetch_row": [
"array ibase_fetch_row(resource result [, int fetch_flags])",
"Fetch a row from the results of a query"
],
"ibase_field_info": [
"array ibase_field_info(resource query_result, int field_number)",
"Get information about a field"
],
"ibase_free_event_handler": [
"bool ibase_free_event_handler(resource event)",
"Frees the event handler set by ibase_set_event_handler()"
],
"ibase_free_query": [
"bool ibase_free_query(resource query)",
"Free memory used by a query"
],
"ibase_free_result": [
"bool ibase_free_result(resource result)",
"Free the memory used by a result"
],
"ibase_gen_id": [
"int ibase_gen_id(string generator [, int increment [, resource link_identifier ]])",
"Increments the named generator and returns its new value"
],
"ibase_maintain_db": [
"bool ibase_maintain_db(resource service_handle, string db, int action [, int argument])",
"Execute a maintenance command on the database server"
],
"ibase_modify_user": [
"bool ibase_modify_user(resource service_handle, string user_name, string password [, string first_name [, string middle_name [, string last_name]]])",
"Modify a user in security database"
],
"ibase_name_result": [
"bool ibase_name_result(resource result, string name)",
"Assign a name to a result for use with ... WHERE CURRENT OF <name> statements"
],
"ibase_num_fields": [
"int ibase_num_fields(resource query_result)",
"Get the number of fields in result"
],
"ibase_num_params": [
"int ibase_num_params(resource query)",
"Get the number of params in a prepared query"
],
"ibase_num_rows": [
"int ibase_num_rows( resource result_identifier )",
"Return the number of rows that are available in a result"
],
"ibase_param_info": [
"array ibase_param_info(resource query, int field_number)",
"Get information about a parameter"
],
"ibase_pconnect": [
"resource ibase_pconnect(string database [, string username [, string password [, string charset [, int buffers [, int dialect [, string role]]]]]])",
"Open a persistent connection to an InterBase database"
],
"ibase_prepare": [
"resource ibase_prepare(resource link_identifier[, string query [, resource trans_identifier ]])",
"Prepare a query for later execution"
],
"ibase_query": [
"mixed ibase_query([resource link_identifier, [ resource link_identifier, ]] string query [, mixed bind_arg [, mixed bind_arg [, ...]]])",
"Execute a query"
],
"ibase_restore": [
"mixed ibase_restore(resource service_handle, string source_file, string dest_db [, int options [, bool verbose]])",
"Initiates a restore task in the service manager and returns immediately"
],
"ibase_rollback": [
"bool ibase_rollback( resource link_identifier )",
"Rollback transaction"
],
"ibase_rollback_ret": [
"bool ibase_rollback_ret( resource link_identifier )",
"Rollback transaction and retain the transaction context"
],
"ibase_server_info": [
"string ibase_server_info(resource service_handle, int action)",
"Request information about a database server"
],
"ibase_service_attach": [
"resource ibase_service_attach(string host, string dba_username, string dba_password)",
"Connect to the service manager"
],
"ibase_service_detach": [
"bool ibase_service_detach(resource service_handle)",
"Disconnect from the service manager"
],
"ibase_set_event_handler": [
"resource ibase_set_event_handler([resource link_identifier,] callback handler, string event [, string event [, ...]])",
"Register the callback for handling each of the named events"
],
"ibase_trans": [
"resource ibase_trans([int trans_args [, resource link_identifier [, ... ], int trans_args [, resource link_identifier [, ... ]] [, ...]]])",
"Start a transaction over one or several databases"
],
"ibase_wait_event": [
"string ibase_wait_event([resource link_identifier,] string event [, string event [, ...]])",
"Waits for any one of the passed Interbase events to be posted by the database, and returns its name"
],
"iconv": [
"string iconv(string in_charset, string out_charset, string str)",
"Returns str converted to the out_charset character set"
],
"iconv_get_encoding": [
"mixed iconv_get_encoding([string type])",
"Get internal encoding and output encoding for ob_iconv_handler()"
],
"iconv_mime_decode": [
"string iconv_mime_decode(string encoded_string [, int mode, string charset])",
"Decodes a mime header field"
],
"iconv_mime_decode_headers": [
"array iconv_mime_decode_headers(string headers [, int mode, string charset])",
"Decodes multiple mime header fields"
],
"iconv_mime_encode": [
"string iconv_mime_encode(string field_name, string field_value [, array preference])",
"Composes a mime header field with field_name and field_value in a specified scheme"
],
"iconv_set_encoding": [
"bool iconv_set_encoding(string type, string charset)",
"Sets internal encoding and output encoding for ob_iconv_handler()"
],
"iconv_strlen": [
"int iconv_strlen(string str [, string charset])",
"Returns the character count of str"
],
"iconv_strpos": [
"int iconv_strpos(string haystack, string needle [, int offset [, string charset]])",
"Finds position of first occurrence of needle within part of haystack beginning with offset"
],
"iconv_strrpos": [
"int iconv_strrpos(string haystack, string needle [, string charset])",
"Finds position of last occurrence of needle within part of haystack beginning with offset"
],
"iconv_substr": [
"string iconv_substr(string str, int offset, [int length, string charset])",
"Returns specified part of a string"
],
"idate": [
"int idate(string format [, int timestamp])",
"Format a local time/date as integer"
],
"idn_to_ascii": [
"int idn_to_ascii(string domain[, int options])",
"Converts an Unicode domain to ASCII representation, as defined in the IDNA RFC"
],
"idn_to_utf8": [
"int idn_to_utf8(string domain[, int options])",
"Converts an ASCII representation of the domain to Unicode (UTF-8), as defined in the IDNA RFC"
],
"ignore_user_abort": [
"int ignore_user_abort([string value])",
"Set whether we want to ignore a user abort event or not"
],
"image2wbmp": [
"bool image2wbmp(resource im [, string filename [, int threshold]])",
"Output WBMP image to browser or file"
],
"image_type_to_extension": [
"string image_type_to_extension(int imagetype [, bool include_dot])",
"Get file extension for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetype"
],
"image_type_to_mime_type": [
"string image_type_to_mime_type(int imagetype)",
"Get Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetype"
],
"imagealphablending": [
"bool imagealphablending(resource im, bool on)",
"Turn alpha blending mode on or off for the given image"
],
"imageantialias": [
"bool imageantialias(resource im, bool on)",
"Should antialiased functions used or not"
],
"imagearc": [
"bool imagearc(resource im, int cx, int cy, int w, int h, int s, int e, int col)",
"Draw a partial ellipse"
],
"imagechar": [
"bool imagechar(resource im, int font, int x, int y, string c, int col)",
"Draw a character"
],
"imagecharup": [
"bool imagecharup(resource im, int font, int x, int y, string c, int col)",
"Draw a character rotated 90 degrees counter-clockwise"
],
"imagecolorallocate": [
"int imagecolorallocate(resource im, int red, int green, int blue)",
"Allocate a color for an image"
],
"imagecolorallocatealpha": [
"int imagecolorallocatealpha(resource im, int red, int green, int blue, int alpha)",
"Allocate a color with an alpha level. Works for true color and palette based images"
],
"imagecolorat": [
"int imagecolorat(resource im, int x, int y)",
public/javascripts/ace/mode-php.js view on Meta::CPAN
"Returns the quota set to the mailbox account mbox"
],
"imap_getacl": [
"array imap_getacl(resource stream_id, string mailbox)",
"Gets the ACL for a given mailbox"
],
"imap_getmailboxes": [
"array imap_getmailboxes(resource stream_id, string ref, string pattern)",
"Reads the list of mailboxes and returns a full array of objects containing name, attributes, and delimiter"
],
"imap_getsubscribed": [
"array imap_getsubscribed(resource stream_id, string ref, string pattern)",
"Return a list of subscribed mailboxes, in the same format as imap_getmailboxes()"
],
"imap_headerinfo": [
"object imap_headerinfo(resource stream_id, int msg_no [, int from_length [, int subject_length [, string default_host]]])",
"Read the headers of the message"
],
"imap_headers": [
"array imap_headers(resource stream_id)",
"Returns headers for all messages in a mailbox"
],
"imap_last_error": [
"string imap_last_error(void)",
"Returns the last error that was generated by an IMAP function. The error stack is NOT cleared after this call."
],
"imap_list": [
"array imap_list(resource stream_id, string ref, string pattern)",
"Read the list of mailboxes"
],
"imap_listscan": [
"array imap_listscan(resource stream_id, string ref, string pattern, string content)",
"Read list of mailboxes containing a certain string"
],
"imap_lsub": [
"array imap_lsub(resource stream_id, string ref, string pattern)",
"Return a list of subscribed mailboxes"
],
"imap_mail": [
"bool imap_mail(string to, string subject, string message [, string additional_headers [, string cc [, string bcc [, string rpath]]]])",
"Send an email message"
],
"imap_mail_compose": [
"string imap_mail_compose(array envelope, array body)",
"Create a MIME message based on given envelope and body sections"
],
"imap_mail_copy": [
"bool imap_mail_copy(resource stream_id, string msglist, string mailbox [, int options])",
"Copy specified message to a mailbox"
],
"imap_mail_move": [
"bool imap_mail_move(resource stream_id, string sequence, string mailbox [, int options])",
"Move specified message to a mailbox"
],
"imap_mailboxmsginfo": [
"object imap_mailboxmsginfo(resource stream_id)",
"Returns info about the current mailbox"
],
"imap_mime_header_decode": [
"array imap_mime_header_decode(string str)",
"Decode mime header element in accordance with RFC 2047 and return array of objects containing 'charset' encoding and decoded 'text'"
],
"imap_msgno": [
"int imap_msgno(resource stream_id, int unique_msg_id)",
"Get the sequence number associated with a UID"
],
"imap_mutf7_to_utf8": [
"string imap_mutf7_to_utf8(string in)",
"Decode a modified UTF-7 string to UTF-8"
],
"imap_num_msg": [
"int imap_num_msg(resource stream_id)",
"Gives the number of messages in the current mailbox"
],
"imap_num_recent": [
"int imap_num_recent(resource stream_id)",
"Gives the number of recent messages in current mailbox"
],
"imap_open": [
"resource imap_open(string mailbox, string user, string password [, int options [, int n_retries]])",
"Open an IMAP stream to a mailbox"
],
"imap_ping": [
"bool imap_ping(resource stream_id)",
"Check if the IMAP stream is still active"
],
"imap_qprint": [
"string imap_qprint(string text)",
"Convert a quoted-printable string to an 8-bit string"
],
"imap_renamemailbox": [
"bool imap_renamemailbox(resource stream_id, string old_name, string new_name)",
"Rename a mailbox"
],
"imap_reopen": [
"bool imap_reopen(resource stream_id, string mailbox [, int options [, int n_retries]])",
"Reopen an IMAP stream to a new mailbox"
],
"imap_rfc822_parse_adrlist": [
"array imap_rfc822_parse_adrlist(string address_string, string default_host)",
"Parses an address string"
],
"imap_rfc822_parse_headers": [
"object imap_rfc822_parse_headers(string headers [, string default_host])",
"Parse a set of mail headers contained in a string, and return an object similar to imap_headerinfo()"
],
"imap_rfc822_write_address": [
"string imap_rfc822_write_address(string mailbox, string host, string personal)",
"Returns a properly formatted email address given the mailbox, host, and personal info"
],
"imap_savebody": [
"bool imap_savebody(resource stream_id, string|resource file, int msg_no[, string section = \"\"[, int options = 0]])",
"Save a specific body section to a file"
],
"imap_search": [
"array imap_search(resource stream_id, string criteria [, int options [, string charset]])",
"Return a list of messages matching the given criteria"
],
"imap_set_quota": [
"bool imap_set_quota(resource stream_id, string qroot, int mailbox_size)",
"Will set the quota for qroot mailbox"
],
"imap_setacl": [
"bool imap_setacl(resource stream_id, string mailbox, string id, string rights)",
"Sets the ACL for a given mailbox"
],
"imap_setflag_full": [
"bool imap_setflag_full(resource stream_id, string sequence, string flag [, int options])",
"Sets flags on messages"
],
"imap_sort": [
"array imap_sort(resource stream_id, int criteria, int reverse [, int options [, string search_criteria [, string charset]]])",
"Sort an array of message headers, optionally including only messages that meet specified criteria."
],
"imap_status": [
"object imap_status(resource stream_id, string mailbox, int options)",
"Get status info from a mailbox"
],
"imap_subscribe": [
"bool imap_subscribe(resource stream_id, string mailbox)",
"Subscribe to a mailbox"
],
"imap_thread": [
"array imap_thread(resource stream_id [, int options])",
"Return threaded by REFERENCES tree"
],
"imap_timeout": [
"mixed imap_timeout(int timeout_type [, int timeout])",
"Set or fetch imap timeout"
],
"imap_uid": [
"int imap_uid(resource stream_id, int msg_no)",
"Get the unique message id associated with a standard sequential message number"
],
"imap_undelete": [
"bool imap_undelete(resource stream_id, int msg_no [, int flags])",
"Remove the delete flag from a message"
],
"imap_unsubscribe": [
"bool imap_unsubscribe(resource stream_id, string mailbox)",
"Unsubscribe from a mailbox"
],
"imap_utf7_decode": [
"string imap_utf7_decode(string buf)",
"Decode a modified UTF-7 string"
],
"imap_utf7_encode": [
"string imap_utf7_encode(string buf)",
"Encode a string in modified UTF-7"
],
"imap_utf8": [
"string imap_utf8(string mime_encoded_text)",
"Convert a mime-encoded text to UTF-8"
],
"imap_utf8_to_mutf7": [
"string imap_utf8_to_mutf7(string in)",
"Encode a UTF-8 string to modified UTF-7"
],
"implode": [
"string implode([string glue,] array pieces)",
"Joins array elements placing glue string between items and return one string"
],
"import_request_variables": [
"bool import_request_variables(string types [, string prefix])",
"Import GET/POST/Cookie variables into the global scope"
],
"in_array": [
"bool in_array(mixed needle, array haystack [, bool strict])",
"Checks if the given value exists in the array"
],
"include": [
"bool include(string path)",
public/javascripts/ace/mode-php.js view on Meta::CPAN
"float log1p(float number)",
"Returns log(1 + number), computed in a way that accurate even when the value of number is close to zero"
],
"long2ip": [
"string long2ip(int proper_address)",
"Converts an (IPv4) Internet network address into a string in Internet standard dotted format"
],
"lstat": [
"array lstat(string filename)",
"Give information about a file or symbolic link"
],
"ltrim": [
"string ltrim(string str [, string character_mask])",
"Strips whitespace from the beginning of a string"
],
"mail": [
"int mail(string to, string subject, string message [, string additional_headers [, string additional_parameters]])",
"Send an email message"
],
"max": [
"mixed max(mixed arg1 [, mixed arg2 [, mixed ...]])",
"Return the highest value in an array or a series of arguments"
],
"mb_check_encoding": [
"bool mb_check_encoding([string var[, string encoding]])",
"Check if the string is valid for the specified encoding"
],
"mb_convert_case": [
"string mb_convert_case(string sourcestring, int mode [, string encoding])",
"Returns a case-folded version of sourcestring"
],
"mb_convert_encoding": [
"string mb_convert_encoding(string str, string to-encoding [, mixed from-encoding])",
"Returns converted string in desired encoding"
],
"mb_convert_kana": [
"string mb_convert_kana(string str [, string option] [, string encoding])",
"Conversion between full-width character and half-width character (Japanese)"
],
"mb_convert_variables": [
"string mb_convert_variables(string to-encoding, mixed from-encoding, mixed vars [, ...])",
"Converts the string resource in variables to desired encoding"
],
"mb_decode_mimeheader": [
"string mb_decode_mimeheader(string string)",
"Decodes the MIME \"encoded-word\" in the string"
],
"mb_decode_numericentity": [
"string mb_decode_numericentity(string string, array convmap [, string encoding])",
"Converts HTML numeric entities to character code"
],
"mb_detect_encoding": [
"string mb_detect_encoding(string str [, mixed encoding_list [, bool strict]])",
"Encodings of the given string is returned (as a string)"
],
"mb_detect_order": [
"bool|array mb_detect_order([mixed encoding-list])",
"Sets the current detect_order or Return the current detect_order as a array"
],
"mb_encode_mimeheader": [
"string mb_encode_mimeheader(string str [, string charset [, string transfer-encoding [, string linefeed [, int indent]]]])",
"Converts the string to MIME \"encoded-word\" in the format of =?charset?(B|Q)?encoded_string?="
],
"mb_encode_numericentity": [
"string mb_encode_numericentity(string string, array convmap [, string encoding])",
"Converts specified characters to HTML numeric entities"
],
"mb_encoding_aliases": [
"array mb_encoding_aliases(string encoding)",
"Returns an array of the aliases of a given encoding name"
],
"mb_ereg": [
"int mb_ereg(string pattern, string string [, array registers])",
"Regular expression match for multibyte string"
],
"mb_ereg_match": [
"bool mb_ereg_match(string pattern, string string [,string option])",
"Regular expression match for multibyte string"
],
"mb_ereg_replace": [
"string mb_ereg_replace(string pattern, string replacement, string string [, string option])",
"Replace regular expression for multibyte string"
],
"mb_ereg_search": [
"bool mb_ereg_search([string pattern[, string option]])",
"Regular expression search for multibyte string"
],
"mb_ereg_search_getpos": [
"int mb_ereg_search_getpos(void)",
"Get search start position"
],
"mb_ereg_search_getregs": [
"array mb_ereg_search_getregs(void)",
"Get matched substring of the last time"
],
"mb_ereg_search_init": [
"bool mb_ereg_search_init(string string [, string pattern[, string option]])",
"Initialize string and regular expression for search."
],
"mb_ereg_search_pos": [
"array mb_ereg_search_pos([string pattern[, string option]])",
"Regular expression search for multibyte string"
],
"mb_ereg_search_regs": [
"array mb_ereg_search_regs([string pattern[, string option]])",
"Regular expression search for multibyte string"
],
"mb_ereg_search_setpos": [
"bool mb_ereg_search_setpos(int position)",
"Set search start position"
],
"mb_eregi": [
"int mb_eregi(string pattern, string string [, array registers])",
"Case-insensitive regular expression match for multibyte string"
],
"mb_eregi_replace": [
"string mb_eregi_replace(string pattern, string replacement, string string)",
"Case insensitive replace regular expression for multibyte string"
],
"mb_get_info": [
"mixed mb_get_info([string type])",
"Returns the current settings of mbstring"
],
"mb_http_input": [
"mixed mb_http_input([string type])",
"Returns the input encoding"
],
"mb_http_output": [
"string mb_http_output([string encoding])",
"Sets the current output_encoding or returns the current output_encoding as a string"
],
"mb_internal_encoding": [
"string mb_internal_encoding([string encoding])",
"Sets the current internal encoding or Returns the current internal encoding as a string"
],
"mb_language": [
"string mb_language([string language])",
"Sets the current language or Returns the current language as a string"
],
"mb_list_encodings": [
"mixed mb_list_encodings()",
"Returns an array of all supported entity encodings"
],
"mb_output_handler": [
"string mb_output_handler(string contents, int status)",
"Returns string in output buffer converted to the http_output encoding"
],
"mb_parse_str": [
"bool mb_parse_str(string encoded_string [, array result])",
"Parses GET/POST/COOKIE data and sets global variables"
],
"mb_preferred_mime_name": [
"string mb_preferred_mime_name(string encoding)",
"Return the preferred MIME name (charset) as a string"
],
"mb_regex_encoding": [
"string mb_regex_encoding([string encoding])",
"Returns the current encoding for regex as a string."
],
"mb_regex_set_options": [
"string mb_regex_set_options([string options])",
"Set or get the default options for mbregex functions"
],
"mb_send_mail": [
"int mb_send_mail(string to, string subject, string message [, string additional_headers [, string additional_parameters]])",
"* Sends an email message with MIME scheme"
],
"mb_split": [
"array mb_split(string pattern, string string [, int limit])",
"split multibyte string into array by regular expression"
],
"mb_strcut": [
"string mb_strcut(string str, int start [, int length [, string encoding]])",
"Returns part of a string"
],
"mb_strimwidth": [
"string mb_strimwidth(string str, int start, int width [, string trimmarker [, string encoding]])",
"Trim the string in terminal width"
],
"mb_stripos": [
"int mb_stripos(string haystack, string needle [, int offset [, string encoding]])",
"Finds position of first occurrence of a string within another, case insensitive"
],
"mb_stristr": [
"string mb_stristr(string haystack, string needle[, bool part[, string encoding]])",
"Finds first occurrence of a string within another, case insensitive"
],
"mb_strlen": [
"int mb_strlen(string str [, string encoding])",
"Get character numbers of a string"
],
"mb_strpos": [
"int mb_strpos(string haystack, string needle [, int offset [, string encoding]])",
"Find position of first occurrence of a string within another"
],
"mb_strrchr": [
"string mb_strrchr(string haystack, string needle[, bool part[, string encoding]])",
"Finds the last occurrence of a character in a string within another"
],
"mb_strrichr": [
"string mb_strrichr(string haystack, string needle[, bool part[, string encoding]])",
"Finds the last occurrence of a character in a string within another, case insensitive"
],
"mb_strripos": [
"int mb_strripos(string haystack, string needle [, int offset [, string encoding]])",
"Finds position of last occurrence of a string within another, case insensitive"
],
"mb_strrpos": [
"int mb_strrpos(string haystack, string needle [, int offset [, string encoding]])",
"Find position of last occurrence of a string within another"
],
"mb_strstr": [
"string mb_strstr(string haystack, string needle[, bool part[, string encoding]])",
"Finds first occurrence of a string within another"
public/javascripts/ace/mode-php.js view on Meta::CPAN
"Returns a string that represents the client library version"
],
"mysql_get_host_info": [
"string mysql_get_host_info([int link_identifier])",
"Returns a string describing the type of connection in use, including the server host name"
],
"mysql_get_proto_info": [
"int mysql_get_proto_info([int link_identifier])",
"Returns the protocol version used by current connection"
],
"mysql_get_server_info": [
"string mysql_get_server_info([int link_identifier])",
"Returns a string that represents the server version number"
],
"mysql_info": [
"string mysql_info([int link_identifier])",
"Returns a string containing information about the most recent query"
],
"mysql_insert_id": [
"int mysql_insert_id([int link_identifier])",
"Gets the ID generated from the previous INSERT operation"
],
"mysql_list_dbs": [
"resource mysql_list_dbs([int link_identifier])",
"List databases available on a MySQL server"
],
"mysql_list_fields": [
"resource mysql_list_fields(string database_name, string table_name [, int link_identifier])",
"List MySQL result fields"
],
"mysql_list_processes": [
"resource mysql_list_processes([int link_identifier])",
"Returns a result set describing the current server threads"
],
"mysql_list_tables": [
"resource mysql_list_tables(string database_name [, int link_identifier])",
"List tables in a MySQL database"
],
"mysql_num_fields": [
"int mysql_num_fields(resource result)",
"Gets number of fields in a result"
],
"mysql_num_rows": [
"int mysql_num_rows(resource result)",
"Gets number of rows in a result"
],
"mysql_pconnect": [
"resource mysql_pconnect([string hostname[:port][:/path/to/socket] [, string username [, string password [, int flags]]]])",
"Opens a persistent connection to a MySQL Server"
],
"mysql_ping": [
"bool mysql_ping([int link_identifier])",
"Ping a server connection. If no connection then reconnect."
],
"mysql_query": [
"resource mysql_query(string query [, int link_identifier])",
"Sends an SQL query to MySQL"
],
"mysql_real_escape_string": [
"string mysql_real_escape_string(string to_be_escaped [, int link_identifier])",
"Escape special characters in a string for use in a SQL statement, taking into account the current charset of the connection"
],
"mysql_result": [
"mixed mysql_result(resource result, int row [, mixed field])",
"Gets result data"
],
"mysql_select_db": [
"bool mysql_select_db(string database_name [, int link_identifier])",
"Selects a MySQL database"
],
"mysql_set_charset": [
"bool mysql_set_charset(string csname [, int link_identifier])",
"sets client character set"
],
"mysql_stat": [
"string mysql_stat([int link_identifier])",
"Returns a string containing status information"
],
"mysql_thread_id": [
"int mysql_thread_id([int link_identifier])",
"Returns the thread id of current connection"
],
"mysql_unbuffered_query": [
"resource mysql_unbuffered_query(string query [, int link_identifier])",
"Sends an SQL query to MySQL, without fetching and buffering the result rows"
],
"mysqli_affected_rows": [
"mixed mysqli_affected_rows(object link)",
"Get number of affected rows in previous MySQL operation"
],
"mysqli_autocommit": [
"bool mysqli_autocommit(object link, bool mode)",
"Turn auto commit on or of"
],
"mysqli_cache_stats": [
"array mysqli_cache_stats(void)",
"Returns statistics about the zval cache"
],
"mysqli_change_user": [
"bool mysqli_change_user(object link, string user, string password, string database)",
"Change logged-in user of the active connection"
],
"mysqli_character_set_name": [
"string mysqli_character_set_name(object link)",
"Returns the name of the character set used for this connection"
],
"mysqli_close": [
"bool mysqli_close(object link)",
"Close connection"
],
"mysqli_commit": [
"bool mysqli_commit(object link)",
"Commit outstanding actions and close transaction"
],
"mysqli_connect": [
"object mysqli_connect([string hostname [,string username [,string passwd [,string dbname [,int port [,string socket]]]]]])",
"Open a connection to a mysql server"
],
"mysqli_connect_errno": [
"int mysqli_connect_errno(void)",
"Returns the numerical value of the error message from last connect command"
],
"mysqli_connect_error": [
"string mysqli_connect_error(void)",
"Returns the text of the error message from previous MySQL operation"
],
"mysqli_data_seek": [
"bool mysqli_data_seek(object result, int offset)",
"Move internal result pointer"
],
"mysqli_debug": [
"void mysqli_debug(string debug)",
public/javascripts/ace/mode-php.js view on Meta::CPAN
"mysqli_errno": [
"int mysqli_errno(object link)",
"Returns the numerical value of the error message from previous MySQL operation"
],
"mysqli_error": [
"string mysqli_error(object link)",
"Returns the text of the error message from previous MySQL operation"
],
"mysqli_fetch_all": [
"mixed mysqli_fetch_all (object result [,int resulttype])",
"Fetches all result rows as an associative array, a numeric array, or both"
],
"mysqli_fetch_array": [
"mixed mysqli_fetch_array (object result [,int resulttype])",
"Fetch a result row as an associative array, a numeric array, or both"
],
"mysqli_fetch_assoc": [
"mixed mysqli_fetch_assoc (object result)",
"Fetch a result row as an associative array"
],
"mysqli_fetch_field": [
"mixed mysqli_fetch_field (object result)",
"Get column information from a result and return as an object"
],
"mysqli_fetch_field_direct": [
"mixed mysqli_fetch_field_direct (object result, int offset)",
"Fetch meta-data for a single field"
],
"mysqli_fetch_fields": [
"mixed mysqli_fetch_fields (object result)",
"Return array of objects containing field meta-data"
],
"mysqli_fetch_lengths": [
"mixed mysqli_fetch_lengths (object result)",
"Get the length of each output in a result"
],
"mysqli_fetch_object": [
"mixed mysqli_fetch_object (object result [, string class_name [, NULL|array ctor_params]])",
"Fetch a result row as an object"
],
"mysqli_fetch_row": [
"array mysqli_fetch_row (object result)",
"Get a result row as an enumerated array"
],
"mysqli_field_count": [
"int mysqli_field_count(object link)",
"Fetch the number of fields returned by the last query for the given link"
],
"mysqli_field_seek": [
"int mysqli_field_seek(object result, int fieldnr)",
"Set result pointer to a specified field offset"
],
"mysqli_field_tell": [
"int mysqli_field_tell(object result)",
"Get current field offset of result pointer"
],
"mysqli_free_result": [
"void mysqli_free_result(object result)",
"Free query result memory for the given result handle"
],
"mysqli_get_charset": [
"object mysqli_get_charset(object link)",
"returns a character set object"
],
"mysqli_get_client_info": [
"string mysqli_get_client_info(void)",
"Get MySQL client info"
],
"mysqli_get_client_stats": [
"array mysqli_get_client_stats(void)",
"Returns statistics about the zval cache"
],
"mysqli_get_client_version": [
"int mysqli_get_client_version(void)",
"Get MySQL client info"
],
"mysqli_get_connection_stats": [
"array mysqli_get_connection_stats(void)",
"Returns statistics about the zval cache"
],
"mysqli_get_host_info": [
"string mysqli_get_host_info (object link)",
"Get MySQL host info"
],
"mysqli_get_proto_info": [
"int mysqli_get_proto_info(object link)",
"Get MySQL protocol information"
],
"mysqli_get_server_info": [
"string mysqli_get_server_info(object link)",
"Get MySQL server info"
],
"mysqli_get_server_version": [
"int mysqli_get_server_version(object link)",
"Return the MySQL version for the server referenced by the given link"
],
"mysqli_get_warnings": [
"object mysqli_get_warnings(object link) */",
"PHP_FUNCTION(mysqli_get_warnings) { MY_MYSQL *mysql; zval *mysql_link; MYSQLI_RESOURCE *mysqli_resource; MYSQLI_WARNING *w; if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), \"O\", &mysql_link, mysqli_link_c...
],
"mysqli_info": [
"string mysqli_info(object link)",
"Get information about the most recent query"
],
"mysqli_init": [
"resource mysqli_init(void)",
"Initialize mysqli and return a resource for use with mysql_real_connect"
],
"mysqli_insert_id": [
"mixed mysqli_insert_id(object link)",
"Get the ID generated from the previous INSERT operation"
],
"mysqli_kill": [
"bool mysqli_kill(object link, int processid)",
"Kill a mysql process on the server"
],
"mysqli_link_construct": [
"object mysqli_link_construct()",
""
],
"mysqli_more_results": [
"bool mysqli_more_results(object link)",
"check if there any more query results from a multi query"
],
"mysqli_multi_query": [
"bool mysqli_multi_query(object link, string query)",
"allows to execute multiple queries"
],
"mysqli_next_result": [
"bool mysqli_next_result(object link)",
"read next result from multi_query"
],
"mysqli_num_fields": [
"int mysqli_num_fields(object result)",
"Get number of fields in result"
],
"mysqli_num_rows": [
"mixed mysqli_num_rows(object result)",
"Get number of rows in result"
],
"mysqli_options": [
"bool mysqli_options(object link, int flags, mixed values)",
"Set options"
],
"mysqli_ping": [
"bool mysqli_ping(object link)",
"Ping a server connection or reconnect if there is no connection"
],
"mysqli_poll": [
"int mysqli_poll(array read, array write, array error, long sec [, long usec])",
"Poll connections"
],
"mysqli_prepare": [
"mixed mysqli_prepare(object link, string query)",
"Prepare a SQL statement for execution"
],
"mysqli_query": [
"mixed mysqli_query(object link, string query [,int resultmode]) */",
"PHP_FUNCTION(mysqli_query) { MY_MYSQL *mysql; zval *mysql_link; MYSQLI_RESOURCE *mysqli_resource; MYSQL_RES *result; char *query = NULL; unsigned int query_len; unsigned long resultmode = MYSQLI_STORE_RESULT; if (zen...
],
"mysqli_real_connect": [
"bool mysqli_real_connect(object link [,string hostname [,string username [,string passwd [,string dbname [,int port [,string socket [,int flags]]]]]]])",
"Open a connection to a mysql server"
],
"mysqli_real_escape_string": [
"string mysqli_real_escape_string(object link, string escapestr)",
"Escapes special characters in a string for use in a SQL statement, taking into account the current charset of the connection"
],
"mysqli_real_query": [
"bool mysqli_real_query(object link, string query)",
"Binary-safe version of mysql_query()"
],
"mysqli_reap_async_query": [
"int mysqli_reap_async_query(object link)",
"Poll connections"
],
"mysqli_refresh": [
"bool mysqli_refresh(object link, long options)",
"Flush tables or caches, or reset replication server information"
],
"mysqli_report": [
"bool mysqli_report(int flags)",
"sets report level"
],
"mysqli_rollback": [
"bool mysqli_rollback(object link)",
"Undo actions from current transaction"
],
"mysqli_select_db": [
"bool mysqli_select_db(object link, string dbname)",
"Select a MySQL database"
],
"mysqli_set_charset": [
"bool mysqli_set_charset(object link, string csname)",
"sets client character set"
],
"mysqli_set_local_infile_default": [
"void mysqli_set_local_infile_default(object link)",
"unsets user defined handler for load local infile command"
],
"mysqli_set_local_infile_handler": [
"bool mysqli_set_local_infile_handler(object link, callback read_func)",
"Set callback functions for LOAD DATA LOCAL INFILE"
],
"mysqli_sqlstate": [
"string mysqli_sqlstate(object link)",
"Returns the SQLSTATE error from previous MySQL operation"
],
"mysqli_ssl_set": [
"bool mysqli_ssl_set(object link ,string key ,string cert ,string ca ,string capath ,string cipher])",
""
],
"mysqli_stat": [
"mixed mysqli_stat(object link)",
"Get current system status"
],
"mysqli_stmt_affected_rows": [
"mixed mysqli_stmt_affected_rows(object stmt)",
"Return the number of rows affected in the last query for the given link"
],
"mysqli_stmt_attr_get": [
"int mysqli_stmt_attr_get(object stmt, long attr)",
""
],
"mysqli_stmt_attr_set": [
"int mysqli_stmt_attr_set(object stmt, long attr, long mode)",
""
],
"mysqli_stmt_bind_param": [
"bool mysqli_stmt_bind_param(object stmt, string types, mixed variable [,mixed,....])",
"Bind variables to a prepared statement as parameters"
],
"mysqli_stmt_bind_result": [
"bool mysqli_stmt_bind_result(object stmt, mixed var, [,mixed, ...])",
"Bind variables to a prepared statement for result storage"
],
"mysqli_stmt_close": [
"bool mysqli_stmt_close(object stmt)",
"Close statement"
],
"mysqli_stmt_data_seek": [
"void mysqli_stmt_data_seek(object stmt, int offset)",
"Move internal result pointer"
],
"mysqli_stmt_errno": [
"int mysqli_stmt_errno(object stmt)",
""
],
"mysqli_stmt_error": [
"string mysqli_stmt_error(object stmt)",
""
],
"mysqli_stmt_execute": [
"bool mysqli_stmt_execute(object stmt)",
public/javascripts/ace/mode-php.js view on Meta::CPAN
"void ob_implicit_flush([int flag])",
"Turn implicit flush on/off and is equivalent to calling flush() after every output call"
],
"ob_list_handlers": [
"false|array ob_list_handlers()",
"* List all output_buffers in an array"
],
"ob_start": [
"bool ob_start([ string|array user_function [, int chunk_size [, bool erase]]])",
"Turn on Output Buffering (specifying an optional output handler)."
],
"oci_bind_array_by_name": [
"bool oci_bind_array_by_name(resource stmt, string name, array &var, int max_table_length [, int max_item_length [, int type ]])",
"Bind a PHP array to an Oracle PL/SQL type by name"
],
"oci_bind_by_name": [
"bool oci_bind_by_name(resource stmt, string name, mixed &var, [, int maxlength [, int type]])",
"Bind a PHP variable to an Oracle placeholder by name"
],
"oci_cancel": [
"bool oci_cancel(resource stmt)",
"Cancel reading from a cursor"
],
"oci_close": [
"bool oci_close(resource connection)",
"Disconnect from database"
],
"oci_collection_append": [
"bool oci_collection_append(string value)",
"Append an object to the collection"
],
"oci_collection_assign": [
"bool oci_collection_assign(object from)",
"Assign a collection from another existing collection"
],
"oci_collection_element_assign": [
"bool oci_collection_element_assign(int index, string val)",
"Assign element val to collection at index ndx"
],
"oci_collection_element_get": [
"string oci_collection_element_get(int ndx)",
"Retrieve the value at collection index ndx"
],
"oci_collection_max": [
"int oci_collection_max()",
"Return the max value of a collection. For a varray this is the maximum length of the array"
],
"oci_collection_size": [
"int oci_collection_size()",
"Return the size of a collection"
],
"oci_collection_trim": [
"bool oci_collection_trim(int num)",
"Trim num elements from the end of a collection"
],
"oci_commit": [
"bool oci_commit(resource connection)",
"Commit the current context"
],
"oci_connect": [
"resource oci_connect(string user, string pass [, string db [, string charset [, int session_mode ]])",
"Connect to an Oracle database and log on. Returns a new session."
],
"oci_define_by_name": [
"bool oci_define_by_name(resource stmt, string name, mixed &var [, int type])",
"Define a PHP variable to an Oracle column by name"
],
"oci_error": [
"array oci_error([resource stmt|connection|global])",
"Return the last error of stmt|connection|global. If no error happened returns false."
],
"oci_execute": [
"bool oci_execute(resource stmt [, int mode])",
"Execute a parsed statement"
],
"oci_fetch": [
"bool oci_fetch(resource stmt)",
"Prepare a new row of data for reading"
],
"oci_fetch_all": [
"int oci_fetch_all(resource stmt, array &output[, int skip[, int maxrows[, int flags]]])",
"Fetch all rows of result data into an array"
],
"oci_fetch_array": [
"array oci_fetch_array( resource stmt [, int mode ])",
"Fetch a result row as an array"
],
"oci_fetch_assoc": [
"array oci_fetch_assoc( resource stmt )",
"Fetch a result row as an associative array"
],
"oci_fetch_object": [
"object oci_fetch_object( resource stmt )",
"Fetch a result row as an object"
],
"oci_fetch_row": [
"array oci_fetch_row( resource stmt )",
"Fetch a result row as an enumerated array"
],
"oci_field_is_null": [
"bool oci_field_is_null(resource stmt, int col)",
"Tell whether a column is NULL"
],
"oci_field_name": [
"string oci_field_name(resource stmt, int col)",
"Tell the name of a column"
],
"oci_field_precision": [
"int oci_field_precision(resource stmt, int col)",
"Tell the precision of a column"
],
"oci_field_scale": [
"int oci_field_scale(resource stmt, int col)",
"Tell the scale of a column"
],
"oci_field_size": [
"int oci_field_size(resource stmt, int col)",
"Tell the maximum data size of a column"
],
"oci_field_type": [
"mixed oci_field_type(resource stmt, int col)",
public/javascripts/ace/mode-php.js view on Meta::CPAN
"bool oci_lob_save( string data [, int offset ])",
"Saves a large object"
],
"oci_lob_seek": [
"bool oci_lob_seek( int offset [, int whence ])",
"Moves the pointer of a LOB"
],
"oci_lob_size": [
"int oci_lob_size()",
"Returns size of a large object"
],
"oci_lob_tell": [
"int oci_lob_tell()",
"Tells LOB pointer position"
],
"oci_lob_truncate": [
"bool oci_lob_truncate( [ int length ])",
"Truncates a LOB"
],
"oci_lob_write": [
"int oci_lob_write( string string [, int length ])",
"Writes data to current position of a LOB"
],
"oci_lob_write_temporary": [
"bool oci_lob_write_temporary(string var [, int lob_type])",
"Writes temporary blob"
],
"oci_new_collection": [
"object oci_new_collection(resource connection, string tdo [, string schema])",
"Initialize a new collection"
],
"oci_new_connect": [
"resource oci_new_connect(string user, string pass [, string db])",
"Connect to an Oracle database and log on. Returns a new session."
],
"oci_new_cursor": [
"resource oci_new_cursor(resource connection)",
"Return a new cursor (Statement-Handle) - use this to bind ref-cursors!"
],
"oci_new_descriptor": [
"object oci_new_descriptor(resource connection [, int type])",
"Initialize a new empty descriptor LOB/FILE (LOB is default)"
],
"oci_num_fields": [
"int oci_num_fields(resource stmt)",
"Return the number of result columns in a statement"
],
"oci_num_rows": [
"int oci_num_rows(resource stmt)",
"Return the row count of an OCI statement"
],
"oci_parse": [
"resource oci_parse(resource connection, string query)",
"Parse a query and return a statement"
],
"oci_password_change": [
"bool oci_password_change(resource connection, string username, string old_password, string new_password)",
"Changes the password of an account"
],
"oci_pconnect": [
"resource oci_pconnect(string user, string pass [, string db [, string charset ]])",
"Connect to an Oracle database using a persistent connection and log on. Returns a new session."
],
"oci_result": [
"string oci_result(resource stmt, mixed column)",
"Return a single column of result data"
],
"oci_rollback": [
"bool oci_rollback(resource connection)",
"Rollback the current context"
],
"oci_server_version": [
"string oci_server_version(resource connection)",
"Return a string containing server version information"
],
"oci_set_action": [
"bool oci_set_action(resource connection, string value)",
"Sets the action attribute on the connection"
],
"oci_set_client_identifier": [
"bool oci_set_client_identifier(resource connection, string value)",
"Sets the client identifier attribute on the connection"
],
"oci_set_client_info": [
"bool oci_set_client_info(resource connection, string value)",
"Sets the client info attribute on the connection"
],
"oci_set_edition": [
"bool oci_set_edition(string value)",
"Sets the edition attribute for all subsequent connections created"
],
"oci_set_module_name": [
"bool oci_set_module_name(resource connection, string value)",
"Sets the module attribute on the connection"
],
"oci_set_prefetch": [
"bool oci_set_prefetch(resource stmt, int prefetch_rows)",
"Sets the number of rows to be prefetched on execute to prefetch_rows for stmt"
],
"oci_statement_type": [
"string oci_statement_type(resource stmt)",
"Return the query type of an OCI statement"
],
"ocifetchinto": [
"int ocifetchinto(resource stmt, array &output [, int mode])",
"Fetch a row of result data into an array"
],
"ocigetbufferinglob": [
"bool ocigetbufferinglob()",
"Returns current state of buffering for a LOB"
],
"ocisetbufferinglob": [
"bool ocisetbufferinglob( boolean flag )",
"Enables/disables buffering for a LOB"
],
"octdec": [
"int octdec(string octal_number)",
"Returns the decimal equivalent of an octal string"
],
"odbc_autocommit": [
"mixed odbc_autocommit(resource connection_id [, int OnOff])",
public/javascripts/ace/mode-php.js view on Meta::CPAN
"int strrpos(string haystack, string needle [, int offset])",
"Finds position of last occurrence of a string within another string"
],
"strspn": [
"int strspn(string str, string mask [, start [, len]])",
"Finds length of initial segment consisting entirely of characters found in mask. If start or/and length is provided works like strspn(substr($s,$start,$len),$good_chars)"
],
"strstr": [
"string strstr(string haystack, string needle[, bool part])",
"Finds first occurrence of a string within another"
],
"strtok": [
"string strtok([string str,] string token)",
"Tokenize a string"
],
"strtolower": [
"string strtolower(string str)",
"Makes a string lowercase"
],
"strtotime": [
"int strtotime(string time [, int now ])",
"Convert string representation of date and time to a timestamp"
],
"strtoupper": [
"string strtoupper(string str)",
"Makes a string uppercase"
],
"strtr": [
"string strtr(string str, string from[, string to])",
"Translates characters in str using given translation tables"
],
"strval": [
"string strval(mixed var)",
"Get the string value of a variable"
],
"substr": [
"string substr(string str, int start [, int length])",
"Returns part of a string"
],
"substr_compare": [
"int substr_compare(string main_str, string str, int offset [, int length [, bool case_sensitivity]])",
"Binary safe optionally case insensitive comparison of 2 strings from an offset, up to length characters"
],
"substr_count": [
"int substr_count(string haystack, string needle [, int offset [, int length]])",
"Returns the number of times a substring occurs in the string"
],
"substr_replace": [
"mixed substr_replace(mixed str, mixed repl, mixed start [, mixed length])",
"Replaces part of a string with another string"
],
"sybase_affected_rows": [
"int sybase_affected_rows([resource link_id])",
"Get number of affected rows in last query"
],
"sybase_close": [
"bool sybase_close([resource link_id])",
"Close Sybase connection"
],
"sybase_connect": [
"int sybase_connect([string host [, string user [, string password [, string charset [, string appname [, bool new]]]]]])",
"Open Sybase server connection"
],
"sybase_data_seek": [
"bool sybase_data_seek(resource result, int offset)",
"Move internal row pointer"
],
"sybase_deadlock_retry_count": [
"void sybase_deadlock_retry_count(int retry_count)",
"Sets deadlock retry count"
],
"sybase_fetch_array": [
"array sybase_fetch_array(resource result)",
"Fetch row as array"
],
"sybase_fetch_assoc": [
"array sybase_fetch_assoc(resource result)",
"Fetch row as array without numberic indices"
],
"sybase_fetch_field": [
"object sybase_fetch_field(resource result [, int offset])",
"Get field information"
],
"sybase_fetch_object": [
"object sybase_fetch_object(resource result [, mixed object])",
"Fetch row as object"
],
"sybase_fetch_row": [
"array sybase_fetch_row(resource result)",
"Get row as enumerated array"
],
"sybase_field_seek": [
"bool sybase_field_seek(resource result, int offset)",
"Set field offset"
],
"sybase_free_result": [
"bool sybase_free_result(resource result)",
"Free result memory"
],
"sybase_get_last_message": [
"string sybase_get_last_message(void)",
"Returns the last message from server (over min_message_severity)"
],
"sybase_min_client_severity": [
"void sybase_min_client_severity(int severity)",
"Sets minimum client severity"
],
"sybase_min_server_severity": [
"void sybase_min_server_severity(int severity)",
"Sets minimum server severity"
],
"sybase_num_fields": [
"int sybase_num_fields(resource result)",
"Get number of fields in result"
],
"sybase_num_rows": [
"int sybase_num_rows(resource result)",
"Get number of rows in result"
],
"sybase_pconnect": [
"int sybase_pconnect([string host [, string user [, string password [, string charset [, string appname]]]]])",
"Open persistent Sybase connection"
],
"sybase_query": [
"int sybase_query(string query [, resource link_id])",
"Send Sybase query"
],
"sybase_result": [
"string sybase_result(resource result, int row, mixed field)",
"Get result data"
],
"sybase_select_db": [
"bool sybase_select_db(string database [, resource link_id])",
"Select Sybase database"
],
"sybase_set_message_handler": [
"bool sybase_set_message_handler(mixed error_func [, resource connection])",
"Set the error handler, to be called when a server message is raised. If error_func is NULL the handler will be deleted"
],
"sybase_unbuffered_query": [
"int sybase_unbuffered_query(string query [, resource link_id])",
"Send Sybase query"
],
"symlink": [
"int symlink(string target, string link)",
"Create a symbolic link"
],
"sys_get_temp_dir": [
"string sys_get_temp_dir()",
"Returns directory path used for temporary files"
],
"sys_getloadavg": [
"array sys_getloadavg()",
""
],
"syslog": [
"bool syslog(int priority, string message)",
"Generate a system log message"
],
"system": [
"int system(string command [, int &return_value])",
"Execute an external program and display output"
],
"tan": [
"float tan(float number)",
"Returns the tangent of the number in radians"
],
"tanh": [
"float tanh(float number)",
"Returns the hyperbolic tangent of the number, defined as sinh(number)/cosh(number)"
],
"tempnam": [
"string tempnam(string dir, string prefix)",
"Create a unique filename in a directory"
],
"textdomain": [
"string textdomain(string domain)",
"Set the textdomain to \"domain\". Returns the current domain"
],
"tidy_access_count": [
"int tidy_access_count()",
public/javascripts/ace/mode-php.js view on Meta::CPAN
"onpause",
"onplay",
"onplaying",
"onprogress",
"onratechange",
"onreset",
"onscroll",
"onseeked",
"onseeking",
"onselect",
"onshow",
"onstalled",
"onsubmit",
"onsuspend",
"ontimeupdate",
"onvolumechange",
"onwaiting"
];
var globalAttributes = commonAttributes.concat(eventAttributes);
var attributeMap = {
"a": {"href": 1, "target": {"_blank": 1, "top": 1}, "ping": 1, "rel": {"nofollow": 1, "alternate": 1, "author": 1, "bookmark": 1, "help": 1, "license": 1, "next": 1, "noreferrer": 1, "prefetch": 1, "prev": 1, "search": 1, "tag": 1}, "media": 1, "...
"abbr": {},
"address": {},
"area": {"shape": 1, "coords": 1, "href": 1, "hreflang": 1, "alt": 1, "target": 1, "media": 1, "rel": 1, "ping": 1, "type": 1},
"article": {"pubdate": 1},
"aside": {},
"audio": {"src": 1, "autobuffer": 1, "autoplay": {"autoplay": 1}, "loop": {"loop": 1}, "controls": {"controls": 1}, "muted": {"muted": 1}, "preload": {"auto": 1, "metadata": 1, "none": 1 }},
"b": {},
"base": {"href": 1, "target": 1},
"bdi": {},
"bdo": {},
"blockquote": {"cite": 1},
"body": {"onafterprint": 1, "onbeforeprint": 1, "onbeforeunload": 1, "onhashchange": 1, "onmessage": 1, "onoffline": 1, "onpopstate": 1, "onredo": 1, "onresize": 1, "onstorage": 1, "onundo": 1, "onunload": 1},
"br": {},
"button": {"autofocus": 1, "disabled": {"disabled": 1}, "form": 1, "formaction": 1, "formenctype": 1, "formmethod": 1, "formnovalidate": 1, "formtarget": 1, "name": 1, "value": 1, "type": {"button": 1, "submit": 1}},
"canvas": {"width": 1, "height": 1},
"caption": {},
"cite": {},
"code": {},
"col": {"span": 1},
"colgroup": {"span": 1},
"command": {"type": 1, "label": 1, "icon": 1, "disabled": 1, "checked": 1, "radiogroup": 1, "command": 1},
"data": {},
"datalist": {},
"dd": {},
"del": {"cite": 1, "datetime": 1},
"details": {"open": 1},
"dfn": {},
"dialog": {"open": 1},
"div": {},
"dl": {},
"dt": {},
"em": {},
"embed": {"src": 1, "height": 1, "width": 1, "type": 1},
"fieldset": {"disabled": 1, "form": 1, "name": 1},
"figcaption": {},
"figure": {},
"footer": {},
"form": {"accept-charset": 1, "action": 1, "autocomplete": 1, "enctype": {"multipart/form-data": 1, "application/x-www-form-urlencoded": 1}, "method": {"get": 1, "post": 1}, "name": 1, "novalidate": 1, "target": {"_blank": 1, "top": 1}},
"h1": {},
"h2": {},
"h3": {},
"h4": {},
"h5": {},
"h6": {},
"head": {},
"header": {},
"hr": {},
"html": {"manifest": 1},
"i": {},
"iframe": {"name": 1, "src": 1, "height": 1, "width": 1, "sandbox": {"allow-same-origin": 1, "allow-top-navigation": 1, "allow-forms": 1, "allow-scripts": 1}, "seamless": {"seamless": 1}},
"img": {"alt": 1, "src": 1, "height": 1, "width": 1, "usemap": 1, "ismap": 1},
"input": {
"type": {"text": 1, "password": 1, "hidden": 1, "checkbox": 1, "submit": 1, "radio": 1, "file": 1, "button": 1, "reset": 1, "image": 31, "color": 1, "date": 1, "datetime": 1, "datetime-local": 1, "email": 1, "month": 1, "number": 1, "range": ...
"accept": 1, "alt": 1, "autocomplete": {"on": 1, "off": 1}, "autofocus": {"autofocus": 1}, "checked": {"checked": 1}, "disabled": {"disabled": 1}, "form": 1, "formaction": 1, "formenctype": {"application/x-www-form-urlencoded": 1, "multipart/...
"ins": {"cite": 1, "datetime": 1},
"kbd": {},
"keygen": {"autofocus": 1, "challenge": {"challenge": 1}, "disabled": {"disabled": 1}, "form": 1, "keytype": {"rsa": 1, "dsa": 1, "ec": 1}, "name": 1},
"label": {"form": 1, "for": 1},
"legend": {},
"li": {"value": 1},
"link": {"href": 1, "hreflang": 1, "rel": {"stylesheet": 1, "icon": 1}, "media": {"all": 1, "screen": 1, "print": 1}, "type": {"text/css": 1, "image/png": 1, "image/jpeg": 1, "image/gif": 1}, "sizes": 1},
"main": {},
"map": {"name": 1},
"mark": {},
"math": {},
"menu": {"type": 1, "label": 1},
"meta": {"http-equiv": {"content-type": 1}, "name": {"description": 1, "keywords": 1}, "content": {"text/html; charset=UTF-8": 1}, "charset": 1},
"meter": {"value": 1, "min": 1, "max": 1, "low": 1, "high": 1, "optimum": 1},
"nav": {},
"noscript": {"href": 1},
"object": {"param": 1, "data": 1, "type": 1, "height" : 1, "width": 1, "usemap": 1, "name": 1, "form": 1, "classid": 1},
"ol": {"start": 1, "reversed": 1},
"optgroup": {"disabled": 1, "label": 1},
"option": {"disabled": 1, "selected": 1, "label": 1, "value": 1},
"output": {"for": 1, "form": 1, "name": 1},
"p": {},
"param": {"name": 1, "value": 1},
"pre": {},
"progress": {"value": 1, "max": 1},
"q": {"cite": 1},
"rp": {},
"rt": {},
"ruby": {},
"s": {},
"samp": {},
"script": {"charset": 1, "type": {"text/javascript": 1}, "src": 1, "defer": 1, "async": 1},
"select": {"autofocus": 1, "disabled": 1, "form": 1, "multiple": {"multiple": 1}, "name": 1, "size": 1, "readonly":{"readonly": 1}},
"small": {},
"source": {"src": 1, "type": 1, "media": 1},
"span": {},
"strong": {},
"style": {"type": 1, "media": {"all": 1, "screen": 1, "print": 1}, "scoped": 1},
"sub": {},
"sup": {},
"svg": {},
"table": {"summary": 1},
"tbody": {},
"td": {"headers": 1, "rowspan": 1, "colspan": 1},
"textarea": {"autofocus": {"autofocus": 1}, "disabled": {"disabled": 1}, "form": 1, "maxlength": 1, "name": 1, "placeholder": 1, "readonly": {"readonly": 1}, "required": {"required": 1}, "rows": 1, "cols": 1, "wrap": {"on": 1, "off": 1, "hard": 1...
"tfoot": {},
"th": {"headers": 1, "rowspan": 1, "colspan": 1, "scope": 1},
"thead": {},
"time": {"datetime": 1},
"title": {},
"tr": {},
"track": {"kind": 1, "src": 1, "srclang": 1, "label": 1, "default": 1},
"section": {},
"summary": {},
"u": {},
"ul": {},
"var": {},
"video": {"src": 1, "autobuffer": 1, "autoplay": {"autoplay": 1}, "loop": {"loop": 1}, "controls": {"controls": 1}, "width": 1, "height": 1, "poster": 1, "muted": {"muted": 1}, "preload": {"auto": 1, "metadata": 1, "none": 1}},
"wbr": {}
};
var elements = Object.keys(attributeMap);
function is(token, type) {
return token.type.lastIndexOf(type + ".xml") > -1;
}
function findTagName(session, pos) {
var iterator = new TokenIterator(session, pos.row, pos.column);
var token = iterator.getCurrentToken();
while (token && !is(token, "tag-name")){
token = iterator.stepBackward();
}
if (token)
return token.value;
}
function findAttributeName(session, pos) {
var iterator = new TokenIterator(session, pos.row, pos.column);
var token = iterator.getCurrentToken();
while (token && !is(token, "attribute-name")){
token = iterator.stepBackward();
}
if (token)
return token.value;
}
var HtmlCompletions = function() {
};
(function() {