QA logo
Tuesday, February 14, 2012
Home | Projects and Goals | Release Candidates | How to Help | Handling Bug Reports | Test reports


Tested PHP Functions and Methods

 

This table lists core PHP functions and methods and specifies whether or not they are called from a PHPT test. A "yes" in this table for a particular method is not an indication of good test coverage - it just means that that method is called from at least one PHPT test.

The analysis used to generate this table does not differentiate between methods of the same name belonging to different classes. In cases where such a method call is detected, "verify" is listed in the Tested column, along with the list of test files containing calls to a method of that name.

 
 
Extension Class Method Tested Test Files
Functionzend_versionyesclick to show/hide test files
Functionfunc_num_argsyesclick to show/hide test files
Functionfunc_get_argyesclick to show/hide test files
Functionfunc_get_argsyesclick to show/hide test files
Functionstrlenyesclick to show/hide test files
Functionstrcmpyesclick to show/hide test files
Functionstrncmpyesclick to show/hide test files
Functionstrcasecmpyesclick to show/hide test files
Functionstrncasecmpyesclick to show/hide test files
Functioneachyesclick to show/hide test files
Functionerror_reportingyesclick to show/hide test files
Functiondefineyesclick to show/hide test files
Functiondefinedyesclick to show/hide test files
Functionget_classyesclick to show/hide test files
Functionget_called_classyesclick to show/hide test files
Functionget_parent_classyesclick to show/hide test files
Functionmethod_existsyesclick to show/hide test files
Functionproperty_existsyesclick to show/hide test files
Functionclass_existsyesclick to show/hide test files
Functioninterface_existsyesclick to show/hide test files
Functionfunction_existsyesclick to show/hide test files
Functionclass_aliasyesclick to show/hide test files
Functionget_included_filesyesclick to show/hide test files
Functionget_required_filesno
Functionis_subclass_ofyesclick to show/hide test files
Functionis_ayesclick to show/hide test files
Functionget_class_varsyesclick to show/hide test files
Functionget_object_varsyesclick to show/hide test files
Functionget_class_methodsyesclick to show/hide test files
Functiontrigger_erroryesclick to show/hide test files
Functionuser_erroryesclick to show/hide test files
Functionset_error_handleryesclick to show/hide test files
Functionrestore_error_handleryesclick to show/hide test files
Functionset_exception_handleryesclick to show/hide test files
Functionrestore_exception_handleryesclick to show/hide test files
Functionget_declared_classesyesclick to show/hide test files
Functionget_declared_interfacesyesclick to show/hide test files
Functionget_defined_functionsyesclick to show/hide test files
Functionget_defined_varsyesclick to show/hide test files
Functioncreate_functionyesclick to show/hide test files
Functionget_resource_typeyesclick to show/hide test files
Functionget_loaded_extensionsyesclick to show/hide test files
Functionextension_loadedyesclick to show/hide test files
Functionget_extension_funcsyesclick to show/hide test files
Functionget_defined_constantsyesclick to show/hide test files
Functiondebug_backtraceyesclick to show/hide test files
Functiondebug_print_backtraceyesclick to show/hide test files
Functiongc_collect_cyclesyesclick to show/hide test files
Functiongc_enabledyesclick to show/hide test files
Functiongc_enableyesclick to show/hide test files
Functiongc_disableyesclick to show/hide test files
xmlwriterFunctionxmlwriter_open_uriyesclick to show/hide test files
xmlwriterFunctionxmlwriter_open_memoryyesclick to show/hide test files
xmlwriterFunctionxmlwriter_set_indentyesclick to show/hide test files
xmlwriterFunctionxmlwriter_set_indent_stringyesclick to show/hide test files
xmlwriterFunctionxmlwriter_start_commentyesclick to show/hide test files
xmlwriterFunctionxmlwriter_end_commentyesclick to show/hide test files
xmlwriterFunctionxmlwriter_start_attributeyesclick to show/hide test files
xmlwriterFunctionxmlwriter_end_attributeyesclick to show/hide test files
xmlwriterFunctionxmlwriter_write_attributeyesclick to show/hide test files
xmlwriterFunctionxmlwriter_start_attribute_nsyesclick to show/hide test files
xmlwriterFunctionxmlwriter_write_attribute_nsno
xmlwriterFunctionxmlwriter_start_elementyesclick to show/hide test files
xmlwriterFunctionxmlwriter_end_elementyesclick to show/hide test files
xmlwriterFunctionxmlwriter_full_end_elementno
xmlwriterFunctionxmlwriter_start_element_nsyesclick to show/hide test files
xmlwriterFunctionxmlwriter_write_elementyesclick to show/hide test files
xmlwriterFunctionxmlwriter_write_element_nsyesclick to show/hide test files
xmlwriterFunctionxmlwriter_start_piyesclick to show/hide test files
xmlwriterFunctionxmlwriter_end_piyesclick to show/hide test files
xmlwriterFunctionxmlwriter_write_piyesclick to show/hide test files
xmlwriterFunctionxmlwriter_start_cdatayesclick to show/hide test files
xmlwriterFunctionxmlwriter_end_cdatayesclick to show/hide test files
xmlwriterFunctionxmlwriter_write_cdatano
xmlwriterFunctionxmlwriter_textyesclick to show/hide test files
xmlwriterFunctionxmlwriter_write_rawno
xmlwriterFunctionxmlwriter_start_documentyesclick to show/hide test files
xmlwriterFunctionxmlwriter_end_documentyesclick to show/hide test files
xmlwriterFunctionxmlwriter_write_commentyesclick to show/hide test files
xmlwriterFunctionxmlwriter_start_dtdyesclick to show/hide test files
xmlwriterFunctionxmlwriter_end_dtdyesclick to show/hide test files
xmlwriterFunctionxmlwriter_write_dtdno
xmlwriterFunctionxmlwriter_start_dtd_elementyesclick to show/hide test files
xmlwriterFunctionxmlwriter_end_dtd_elementyesclick to show/hide test files
xmlwriterFunctionxmlwriter_write_dtd_elementyesclick to show/hide test files
xmlwriterFunctionxmlwriter_start_dtd_attlistyesclick to show/hide test files
xmlwriterFunctionxmlwriter_end_dtd_attlistyesclick to show/hide test files
xmlwriterFunctionxmlwriter_write_dtd_attlistyesclick to show/hide test files
xmlwriterFunctionxmlwriter_start_dtd_entityyesclick to show/hide test files
xmlwriterFunctionxmlwriter_end_dtd_entityyesclick to show/hide test files
xmlwriterFunctionxmlwriter_write_dtd_entityyesclick to show/hide test files
xmlwriterFunctionxmlwriter_output_memoryno
xmlwriterFunctionxmlwriter_flushyesclick to show/hide test files
libxmlFunctionlibxml_set_streams_contextyesclick to show/hide test files
libxmlFunctionlibxml_use_internal_errorsyesclick to show/hide test files
libxmlFunctionlibxml_get_last_erroryesclick to show/hide test files
libxmlFunctionlibxml_clear_errorsyesclick to show/hide test files
libxmlFunctionlibxml_get_errorsyesclick to show/hide test files
domFunctiondom_import_simplexmlyesclick to show/hide test files
xmlFunctionxml_parser_createyesclick to show/hide test files
xmlFunctionxml_parser_create_nsyesclick to show/hide test files
xmlFunctionxml_set_objectyesclick to show/hide test files
xmlFunctionxml_set_element_handleryesclick to show/hide test files
xmlFunctionxml_set_character_data_handleryesclick to show/hide test files
xmlFunctionxml_set_processing_instruction_handleryesclick to show/hide test files
xmlFunctionxml_set_default_handleryesclick to show/hide test files
xmlFunctionxml_set_unparsed_entity_decl_handlerno
xmlFunctionxml_set_notation_decl_handlerno
xmlFunctionxml_set_external_entity_ref_handleryesclick to show/hide test files
xmlFunctionxml_set_start_namespace_decl_handlerno
xmlFunctionxml_set_end_namespace_decl_handlerno
xmlFunctionxml_parseyesclick to show/hide test files
xmlFunctionxml_parse_into_structyesclick to show/hide test files
xmlFunctionxml_get_error_codeyesclick to show/hide test files
xmlFunctionxml_error_stringyesclick to show/hide test files
xmlFunctionxml_get_current_line_numberyesclick to show/hide test files
xmlFunctionxml_get_current_column_numberyesclick to show/hide test files
xmlFunctionxml_get_current_byte_indexyesclick to show/hide test files
xmlFunctionxml_parser_freeyesclick to show/hide test files
xmlFunctionxml_parser_set_optionyesclick to show/hide test files
xmlFunctionxml_parser_get_optionno
xmlFunctionutf8_encodeyesclick to show/hide test files
xmlFunctionutf8_decodeyesclick to show/hide test files
tokenizerFunctiontoken_get_allyesclick to show/hide test files
tokenizerFunctiontoken_nameyesclick to show/hide test files
standardFunctionconstantyesclick to show/hide test files
standardFunctionbin2hexyesclick to show/hide test files
standardFunctionsleepyesclick to show/hide test files
standardFunctionusleepyesclick to show/hide test files
standardFunctiontime_nanosleepno
standardFunctiontime_sleep_untilno
standardFunctionstrptimeyesclick to show/hide test files
standardFunctionflushverifyclick to show/hide test files
standardFunctionwordwrapyesclick to show/hide test files
standardFunctionhtmlspecialcharsyesclick to show/hide test files
standardFunctionhtmlentitiesyesclick to show/hide test files
standardFunctionhtml_entity_decodeyesclick to show/hide test files
standardFunctionhtmlspecialchars_decodeyesclick to show/hide test files
standardFunctionget_html_translation_tableyesclick to show/hide test files
standardFunctionsha1yesclick to show/hide test files
standardFunctionsha1_fileyesclick to show/hide test files
standardFunctionmd5yesclick to show/hide test files
standardFunctionmd5_fileyesclick to show/hide test files
standardFunctioncrc32yesclick to show/hide test files
standardFunctioniptcparseno
standardFunctioniptcembedyesclick to show/hide test files
standardFunctiongetimagesizeyesclick to show/hide test files
standardFunctionimage_type_to_mime_typeyesclick to show/hide test files
standardFunctionimage_type_to_extensionyesclick to show/hide test files
standardFunctionphpinfoyesclick to show/hide test files
standardFunctionphpversionno
standardFunctionphpcreditsyesclick to show/hide test files
standardFunctionphp_logo_guidno
standardFunctionphp_real_logo_guidno
standardFunctionphp_egg_logo_guidno
standardFunctionzend_logo_guidno
standardFunctionphp_sapi_nameno
standardFunctionphp_unameno
standardFunctionphp_ini_scanned_filesno
standardFunctionphp_ini_loaded_fileno
standardFunctionstrnatcmpyesclick to show/hide test files
standardFunctionstrnatcasecmpyesclick to show/hide test files
standardFunctionsubstr_countyesclick to show/hide test files
standardFunctionstrspnyesclick to show/hide test files
standardFunctionstrcspnyesclick to show/hide test files
standardFunctionstrtokyesclick to show/hide test files
standardFunctionstrtoupperyesclick to show/hide test files
standardFunctionstrtoloweryesclick to show/hide test files
standardFunctionstrposyesclick to show/hide test files
standardFunctionstriposyesclick to show/hide test files
standardFunctionstrrposyesclick to show/hide test files
standardFunctionstrriposyesclick to show/hide test files
standardFunctionstrrevyesclick to show/hide test files
standardFunctionhebrevno
standardFunctionhebrevcno
standardFunctionnl2bryesclick to show/hide test files
standardFunctionbasenameyesclick to show/hide test files
standardFunctiondirnameyesclick to show/hide test files
standardFunctionpathinfoyesclick to show/hide test files
standardFunctionstripslashesyesclick to show/hide test files
standardFunctionstripcslashesyesclick to show/hide test files
standardFunctionstrstryesclick to show/hide test files
standardFunctionstristryesclick to show/hide test files
standardFunctionstrrchryesclick to show/hide test files
standardFunctionstr_shuffleyesclick to show/hide test files
standardFunctionstr_word_countyesclick to show/hide test files
standardFunctionstr_splityesclick to show/hide test files
standardFunctionstrpbrkyesclick to show/hide test files
standardFunctionsubstr_compareyesclick to show/hide test files
standardFunctionstrcollno
standardFunctionmoney_formatyesclick to show/hide test files
standardFunctionsubstryesclick to show/hide test files
standardFunctionsubstr_replaceyesclick to show/hide test files
standardFunctionquotemetayesclick to show/hide test files
standardFunctionucfirstyesclick to show/hide test files
standardFunctionlcfirstyesclick to show/hide test files
standardFunctionucwordsyesclick to show/hide test files
standardFunctionstrtryesclick to show/hide test files
standardFunctionaddslashesyesclick to show/hide test files
standardFunctionaddcslashesyesclick to show/hide test files
standardFunctionrtrimyesclick to show/hide test files
standardFunctionstr_replaceyesclick to show/hide test files
standardFunctionstr_ireplaceyesclick to show/hide test files
standardFunctionstr_repeatyesclick to show/hide test files
standardFunctioncount_charsyesclick to show/hide test files
standardFunctionchunk_splityesclick to show/hide test files
standardFunctiontrimyesclick to show/hide test files
standardFunctionltrimyesclick to show/hide test files
standardFunctionstrip_tagsyesclick to show/hide test files
standardFunctionsimilar_textyesclick to show/hide test files
standardFunctionexplodeyesclick to show/hide test files
standardFunctionimplodeyesclick to show/hide test files
standardFunctionjoinyesclick to show/hide test files
standardFunctionsetlocaleyesclick to show/hide test files
standardFunctionlocaleconvyesclick to show/hide test files
standardFunctionnl_langinfono
standardFunctionsoundexyesclick to show/hide test files
standardFunctionlevenshteinyesclick to show/hide test files
standardFunctionchryesclick to show/hide test files
standardFunctionordyesclick to show/hide test files
standardFunctionparse_stryesclick to show/hide test files
standardFunctionstr_padyesclick to show/hide test files
standardFunctionchopyesclick to show/hide test files
standardFunctionstrchryesclick to show/hide test files
standardFunctionsprintfyesclick to show/hide test files
standardFunctionprintfyesclick to show/hide test files
standardFunctionvprintfyesclick to show/hide test files
standardFunctionvsprintfyesclick to show/hide test files
standardFunctionfprintfyesclick to show/hide test files
standardFunctionvfprintfyesclick to show/hide test files
standardFunctionsscanfyesclick to show/hide test files
standardFunctionfscanfverifyclick to show/hide test files
standardFunctionparse_urlyesclick to show/hide test files
standardFunctionurlencodeyesclick to show/hide test files
standardFunctionurldecodeyesclick to show/hide test files
standardFunctionrawurlencodeyesclick to show/hide test files
standardFunctionrawurldecodeyesclick to show/hide test files
standardFunctionhttp_build_queryyesclick to show/hide test files
standardFunctionreadlinkyesclick to show/hide test files
standardFunctionlinkinfoyesclick to show/hide test files
standardFunctionsymlinkyesclick to show/hide test files
standardFunctionlinkyesclick to show/hide test files
standardFunctionunlinkyesclick to show/hide test files
standardFunctionexecverifyclick to show/hide test files
standardFunctionsystemyesclick to show/hide test files
standardFunctionescapeshellcmdyesclick to show/hide test files
standardFunctionescapeshellargyesclick to show/hide test files
standardFunctionpassthruyesclick to show/hide test files
standardFunctionshell_execyesclick to show/hide test files
standardFunctionproc_openyesclick to show/hide test files
standardFunctionproc_closeyesclick to show/hide test files
standardFunctionproc_terminateyesclick to show/hide test files
standardFunctionproc_get_statusyesclick to show/hide test files
standardFunctionproc_niceno
standardFunctionrandyesclick to show/hide test files
standardFunctionsrandyesclick to show/hide test files
standardFunctiongetrandmaxyesclick to show/hide test files
standardFunctionmt_randyesclick to show/hide test files
standardFunctionmt_srandyesclick to show/hide test files
standardFunctionmt_getrandmaxyesclick to show/hide test files
standardFunctiongetservbynameno
standardFunctiongetservbyportno
standardFunctiongetprotobynameyesclick to show/hide test files
standardFunctiongetprotobynumberno
standardFunctiongetmyuidyesclick to show/hide test files
standardFunctiongetmygidyesclick to show/hide test files
standardFunctiongetmypidyesclick to show/hide test files
standardFunctiongetmyinodeyesclick to show/hide test files
standardFunctiongetlastmodyesclick to show/hide test files
standardFunctionbase64_decodeyesclick to show/hide test files
standardFunctionbase64_encodeyesclick to show/hide test files
standardFunctionconvert_uuencodeyesclick to show/hide test files
standardFunctionconvert_uudecodeyesclick to show/hide test files
standardFunctionabsyesclick to show/hide test files
standardFunctionceilyesclick to show/hide test files
standardFunctionflooryesclick to show/hide test files
standardFunctionroundyesclick to show/hide test files
standardFunctionsinyesclick to show/hide test files
standardFunctioncosyesclick to show/hide test files
standardFunctiontanyesclick to show/hide test files
standardFunctionasinyesclick to show/hide test files
standardFunctionacosyesclick to show/hide test files
standardFunctionatanyesclick to show/hide test files
standardFunctionatanhyesclick to show/hide test files
standardFunctionatan2yesclick to show/hide test files
standardFunctionsinhyesclick to show/hide test files
standardFunctioncoshyesclick to show/hide test files
standardFunctiontanhyesclick to show/hide test files
standardFunctionasinhyesclick to show/hide test files
standardFunctionacoshyesclick to show/hide test files
standardFunctionexpm1no
standardFunctionlog1pno
standardFunctionpiyesclick to show/hide test files
standardFunctionis_finiteyesclick to show/hide test files
standardFunctionis_nanyesclick to show/hide test files
standardFunctionis_infiniteyesclick to show/hide test files
standardFunctionpowyesclick to show/hide test files
standardFunctionexpyesclick to show/hide test files
standardFunctionlogyesclick to show/hide test files
standardFunctionlog10yesclick to show/hide test files
standardFunctionsqrtyesclick to show/hide test files
standardFunctionhypotyesclick to show/hide test files
standardFunctiondeg2radyesclick to show/hide test files
standardFunctionrad2degyesclick to show/hide test files
standardFunctionbindecyesclick to show/hide test files
standardFunctionhexdecyesclick to show/hide test files
standardFunctionoctdecyesclick to show/hide test files
standardFunctiondecbinyesclick to show/hide test files
standardFunctiondecoctyesclick to show/hide test files
standardFunctiondechexyesclick to show/hide test files
standardFunctionbase_convertyesclick to show/hide test files
standardFunctionnumber_formatyesclick to show/hide test files
standardFunctionfmodyesclick to show/hide test files
standardFunctioninet_ntopyesclick to show/hide test files
standardFunctioninet_ptonyesclick to show/hide test files
standardFunctionip2longyesclick to show/hide test files
standardFunctionlong2ipyesclick to show/hide test files
standardFunctiongetenvyesclick to show/hide test files
standardFunctionputenvyesclick to show/hide test files
standardFunctiongetoptyesclick to show/hide test files
standardFunctionsys_getloadavgyesclick to show/hide test files
standardFunctionmicrotimeyesclick to show/hide test files
standardFunctiongettimeofdayyesclick to show/hide test files
standardFunctiongetrusageyesclick to show/hide test files
standardFunctionuniqidyesclick to show/hide test files
standardFunctionquoted_printable_decodeyesclick to show/hide test files
standardFunctionconvert_cyr_stringyesclick to show/hide test files
standardFunctionget_current_useryesclick to show/hide test files
standardFunctionset_time_limityesclick to show/hide test files
standardFunctionget_cfg_varno
standardFunctionmagic_quotes_runtimeno
standardFunctionset_magic_quotes_runtimeyesclick to show/hide test files
standardFunctionget_magic_quotes_gpcno
standardFunctionget_magic_quotes_runtimeyesclick to show/hide test files
standardFunctionimport_request_variablesyesclick to show/hide test files
standardFunctionerror_logyesclick to show/hide test files
standardFunctionerror_get_lastyesclick to show/hide test files
standardFunctioncall_user_funcyesclick to show/hide test files
standardFunctioncall_user_func_arrayyesclick to show/hide test files
standardFunctioncall_user_methodno
standardFunctioncall_user_method_arrayyesclick to show/hide test files
standardFunctionforward_static_callyesclick to show/hide test files
standardFunctionforward_static_call_arrayno
standardFunctionserializeverifyclick to show/hide test files
standardFunctionunserializeverifyclick to show/hide test files
standardFunctionvar_dumpyesclick to show/hide test files
standardFunctionvar_exportyesclick to show/hide test files
standardFunctiondebug_zval_dumpyesclick to show/hide test files
standardFunctionprint_ryesclick to show/hide test files
standardFunctionmemory_get_usageyesclick to show/hide test files
standardFunctionmemory_get_peak_usageyesclick to show/hide test files
standardFunctionregister_shutdown_functionyesclick to show/hide test files
standardFunctionregister_tick_functionyesclick to show/hide test files
standardFunctionunregister_tick_functionyesclick to show/hide test files
standardFunctionhighlight_fileyesclick to show/hide test files
standardFunctionshow_sourceno
standardFunctionhighlight_stringyesclick to show/hide test files
standardFunctionphp_strip_whitespaceyesclick to show/hide test files
standardFunctionini_getyesclick to show/hide test files
standardFunctionini_get_allyesclick to show/hide test files
standardFunctionini_setyesclick to show/hide test files
standardFunctionini_alterno
standardFunctionini_restoreyesclick to show/hide test files
standardFunctionget_include_pathyesclick to show/hide test files
standardFunctionset_include_pathyesclick to show/hide test files
standardFunctionrestore_include_pathyesclick to show/hide test files
standardFunctionsetcookieno
standardFunctionsetrawcookieno
standardFunctionheaderyesclick to show/hide test files
standardFunctionheaders_sentyesclick to show/hide test files
standardFunctionheaders_listyesclick to show/hide test files
standardFunctionconnection_abortedno
standardFunctionconnection_statusno
standardFunctionignore_user_abortno
standardFunctionparse_ini_fileyesclick to show/hide test files
standardFunctionis_uploaded_fileyesclick to show/hide test files
standardFunctionmove_uploaded_fileyesclick to show/hide test files
standardFunctiongethostbyaddryesclick to show/hide test files
standardFunctiongethostbynameno
standardFunctiongethostbynamelyesclick to show/hide test files
standardFunctiondns_check_recordyesclick to show/hide test files
standardFunctioncheckdnsrrno
standardFunctiondns_get_mxno
standardFunctiongetmxrryesclick to show/hide test files
standardFunctiondns_get_recordno
standardFunctionintvalyesclick to show/hide test files
standardFunctionfloatvalyesclick to show/hide test files
standardFunctiondoublevalyesclick to show/hide test files
standardFunctionstrvalyesclick to show/hide test files
standardFunctiongettypeyesclick to show/hide test files
standardFunctionsettypeyesclick to show/hide test files
standardFunctionis_nullyesclick to show/hide test files
standardFunctionis_resourceyesclick to show/hide test files
standardFunctionis_boolyesclick to show/hide test files
standardFunctionis_longyesclick to show/hide test files
standardFunctionis_floatyesclick to show/hide test files
standardFunctionis_intyesclick to show/hide test files
standardFunctionis_integeryesclick to show/hide test files
standardFunctionis_doubleyesclick to show/hide test files
standardFunctionis_realyesclick to show/hide test files
standardFunctionis_numericyesclick to show/hide test files
standardFunctionis_stringyesclick to show/hide test files
standardFunctionis_arrayyesclick to show/hide test files
standardFunctionis_objectyesclick to show/hide test files
standardFunctionis_scalaryesclick to show/hide test files
standardFunctionis_callableyesclick to show/hide test files
standardFunctiondlyesclick to show/hide test files
standardFunctionpcloseyesclick to show/hide test files
standardFunctionpopenyesclick to show/hide test files
standardFunctionreadfileyesclick to show/hide test files
standardFunctionrewindverifyclick to show/hide test files
standardFunctionrmdiryesclick to show/hide test files
standardFunctionumaskyesclick to show/hide test files
standardFunctionfcloseyesclick to show/hide test files
standardFunctionfeofyesclick to show/hide test files
standardFunctionfgetcverifyclick to show/hide test files
standardFunctionfgetsverifyclick to show/hide test files
standardFunctionfgetssverifyclick to show/hide test files
standardFunctionfreadyesclick to show/hide test files
standardFunctionfopenyesclick to show/hide test files
standardFunctionfpassthruverifyclick to show/hide test files
standardFunctionftruncateverifyclick to show/hide test files
standardFunctionfstatverifyclick to show/hide test files
standardFunctionfseekverifyclick to show/hide test files
standardFunctionftellverifyclick to show/hide test files
standardFunctionfflushverifyclick to show/hide test files
standardFunctionfwriteverifyclick to show/hide test files
standardFunctionfputsyesclick to show/hide test files
standardFunctionmkdiryesclick to show/hide test files
standardFunctionrenameyesclick to show/hide test files
standardFunctioncopyverifyclick to show/hide test files
standardFunctiontempnamyesclick to show/hide test files
standardFunctiontmpfileyesclick to show/hide test files
standardFunctionfileverifyclick to show/hide test files
standardFunctionfile_get_contentsyesclick to show/hide test files
standardFunctionfile_put_contentsyesclick to show/hide test files
standardFunctionstream_selectyesclick to show/hide test files
standardFunctionstream_context_createyesclick to show/hide test files
standardFunctionstream_context_set_paramsyesclick to show/hide test files
standardFunctionstream_context_set_optionno
standardFunctionstream_context_get_optionsno
standardFunctionstream_context_get_defaultyesclick to show/hide test files
standardFunctionstream_filter_prependyesclick to show/hide test files
standardFunctionstream_filter_appendyesclick to show/hide test files
standardFunctionstream_filter_removeno
standardFunctionstream_socket_clientyesclick to show/hide test files
standardFunctionstream_socket_serveryesclick to show/hide test files
standardFunctionstream_socket_acceptyesclick to show/hide test files
standardFunctionstream_socket_get_nameno
standardFunctionstream_socket_recvfromno
standardFunctionstream_socket_sendtono
standardFunctionstream_socket_enable_cryptono
standardFunctionstream_socket_shutdownyesclick to show/hide test files
standardFunctionstream_socket_pairno
standardFunctionstream_copy_to_streamyesclick to show/hide test files
standardFunctionstream_get_contentsyesclick to show/hide test files
standardFunctionstream_supports_lockyesclick to show/hide test files
standardFunctionfgetcsvverifyclick to show/hide test files
standardFunctionfputcsvyesclick to show/hide test files
standardFunctionflockverifyclick to show/hide test files
standardFunctionget_meta_tagsyesclick to show/hide test files
standardFunctionstream_set_write_bufferno
standardFunctionset_file_bufferno
standardFunctionset_socket_blockingno
standardFunctionstream_set_blockingyesclick to show/hide test files
standardFunctionsocket_set_blockingyesclick to show/hide test files
standardFunctionstream_get_meta_datayesclick to show/hide test files
standardFunctionstream_get_lineyesclick to show/hide test files
standardFunctionstream_wrapper_registeryesclick to show/hide test files
standardFunctionstream_register_wrapperyesclick to show/hide test files
standardFunctionstream_wrapper_unregisteryesclick to show/hide test files
standardFunctionstream_wrapper_restoreyesclick to show/hide test files
standardFunctionstream_get_wrappersno
standardFunctionstream_get_transportsno
standardFunctionstream_is_localyesclick to show/hide test files
standardFunctionget_headersno
standardFunctionstream_set_timeoutyesclick to show/hide test files
standardFunctionsocket_set_timeoutyesclick to show/hide test files
standardFunctionsocket_get_statusno
standardFunctionrealpathyesclick to show/hide test files
standardFunctionfnmatchyesclick to show/hide test files
standardFunctionfsockopenyesclick to show/hide test files
standardFunctionpfsockopenno
standardFunctionpackyesclick to show/hide test files
standardFunctionunpackyesclick to show/hide test files
standardFunctionget_browserno
standardFunctioncryptyesclick to show/hide test files
standardFunctionopendiryesclick to show/hide test files
standardFunctionclosediryesclick to show/hide test files
standardFunctionchdiryesclick to show/hide test files
standardFunctionchrootno
standardFunctiongetcwdyesclick to show/hide test files
standardFunctionrewinddiryesclick to show/hide test files
standardFunctionreaddiryesclick to show/hide test files
standardFunctiondiryesclick to show/hide test files
standardFunctionscandiryesclick to show/hide test files
standardFunctionglobyesclick to show/hide test files
standardFunctionfileatimeyesclick to show/hide test files
standardFunctionfilectimeyesclick to show/hide test files
standardFunctionfilegroupyesclick to show/hide test files
standardFunctionfileinodeyesclick to show/hide test files
standardFunctionfilemtimeyesclick to show/hide test files
standardFunctionfileowneryesclick to show/hide test files
standardFunctionfilepermsyesclick to show/hide test files
standardFunctionfilesizeyesclick to show/hide test files
standardFunctionfiletypeyesclick to show/hide test files
standardFunctionfile_existsyesclick to show/hide test files
standardFunctionis_writableyesclick to show/hide test files
standardFunctionis_writeableyesclick to show/hide test files
standardFunctionis_readableyesclick to show/hide test files
standardFunctionis_executableyesclick to show/hide test files
standardFunctionis_fileyesclick to show/hide test files
standardFunctionis_diryesclick to show/hide test files
standardFunctionis_linkyesclick to show/hide test files
standardFunctionstatyesclick to show/hide test files
standardFunctionlstatyesclick to show/hide test files
standardFunctionchownyesclick to show/hide test files
standardFunctionchgrpyesclick to show/hide test files
standardFunctionlchownyesclick to show/hide test files
standardFunctionlchgrpno
standardFunctionchmodverifyclick to show/hide test files
standardFunctiontouchyesclick to show/hide test files
standardFunctionclearstatcacheyesclick to show/hide test files
standardFunctiondisk_total_spaceyesclick to show/hide test files
standardFunctiondisk_free_spaceyesclick to show/hide test files
standardFunctiondiskfreespaceyesclick to show/hide test files
standardFunctionmailno
standardFunctionezmlm_hashno
standardFunctionopenlogno
standardFunctionsyslogno
standardFunctioncloselogno
standardFunctiondefine_syslog_variablesno
standardFunctionlcg_valueyesclick to show/hide test files
standardFunctionmetaphoneyesclick to show/hide test files
standardFunctionob_startyesclick to show/hide test files
standardFunctionob_flushyesclick to show/hide test files
standardFunctionob_cleanyesclick to show/hide test files
standardFunctionob_end_flushyesclick to show/hide test files
standardFunctionob_end_cleanyesclick to show/hide test files
standardFunctionob_get_flushyesclick to show/hide test files
standardFunctionob_get_cleanyesclick to show/hide test files
standardFunctionob_get_lengthyesclick to show/hide test files
standardFunctionob_get_levelyesclick to show/hide test files
standardFunctionob_get_statusyesclick to show/hide test files
standardFunctionob_get_contentsyesclick to show/hide test files
standardFunctionob_implicit_flushyesclick to show/hide test files
standardFunctionob_list_handlersyesclick to show/hide test files
standardFunctionksortverifyclick to show/hide test files
standardFunctionkrsortyesclick to show/hide test files
standardFunctionnatsortverifyclick to show/hide test files
standardFunctionnatcasesortverifyclick to show/hide test files
standardFunctionasortverifyclick to show/hide test files
standardFunctionarsortyesclick to show/hide test files
standardFunctionsortyesclick to show/hide test files
standardFunctionrsortyesclick to show/hide test files
standardFunctionusortyesclick to show/hide test files
standardFunctionuasortverifyclick to show/hide test files
standardFunctionuksortverifyclick to show/hide test files
standardFunctionshuffleyesclick to show/hide test files
standardFunctionarray_walkyesclick to show/hide test files
standardFunctionarray_walk_recursiveyesclick to show/hide test files
standardFunctioncountverifyclick to show/hide test files
standardFunctionendyesclick to show/hide test files
standardFunctionprevverifyclick to show/hide test files
standardFunctionnextverifyclick to show/hide test files
standardFunctionresetverifyclick to show/hide test files
standardFunctioncurrentverifyclick to show/hide test files
standardFunctionkeyverifyclick to show/hide test files
standardFunctionminyesclick to show/hide test files
standardFunctionmaxyesclick to show/hide test files
standardFunctionin_arrayyesclick to show/hide test files
standardFunctionarray_searchyesclick to show/hide test files
standardFunctionextractverifyclick to show/hide test files
standardFunctioncompactyesclick to show/hide test files
standardFunctionarray_fillyesclick to show/hide test files
standardFunctionarray_fill_keysyesclick to show/hide test files
standardFunctionrangeyesclick to show/hide test files
standardFunctionarray_multisortyesclick to show/hide test files
standardFunctionarray_pushyesclick to show/hide test files
standardFunctionarray_popyesclick to show/hide test files
standardFunctionarray_shiftyesclick to show/hide test files
standardFunctionarray_unshiftyesclick to show/hide test files
standardFunctionarray_spliceyesclick to show/hide test files
standardFunctionarray_sliceyesclick to show/hide test files
standardFunctionarray_mergeyesclick to show/hide test files
standardFunctionarray_merge_recursiveyesclick to show/hide test files
standardFunctionarray_replaceyesclick to show/hide test files
standardFunctionarray_replace_recursiveyesclick to show/hide test files
standardFunctionarray_keysyesclick to show/hide test files
standardFunctionarray_valuesyesclick to show/hide test files
standardFunctionarray_count_valuesyesclick to show/hide test files
standardFunctionarray_reverseyesclick to show/hide test files
standardFunctionarray_reduceyesclick to show/hide test files
standardFunctionarray_padyesclick to show/hide test files
standardFunctionarray_flipyesclick to show/hide test files
standardFunctionarray_change_key_caseyesclick to show/hide test files
standardFunctionarray_randyesclick to show/hide test files
standardFunctionarray_uniqueyesclick to show/hide test files
standardFunctionarray_intersectyesclick to show/hide test files
standardFunctionarray_intersect_keyyesclick to show/hide test files
standardFunctionarray_intersect_ukeyyesclick to show/hide test files
standardFunctionarray_uintersectyesclick to show/hide test files
standardFunctionarray_intersect_assocyesclick to show/hide test files
standardFunctionarray_uintersect_assocyesclick to show/hide test files
standardFunctionarray_intersect_uassocyesclick to show/hide test files
standardFunctionarray_uintersect_uassocyesclick to show/hide test files
standardFunctionarray_diffyesclick to show/hide test files
standardFunctionarray_diff_keyyesclick to show/hide test files
standardFunctionarray_diff_ukeyyesclick to show/hide test files
standardFunctionarray_udiffyesclick to show/hide test files
standardFunctionarray_diff_assocyesclick to show/hide test files
standardFunctionarray_udiff_assocyesclick to show/hide test files
standardFunctionarray_diff_uassocyesclick to show/hide test files
standardFunctionarray_udiff_uassocyesclick to show/hide test files
standardFunctionarray_sumyesclick to show/hide test files
standardFunctionarray_productyesclick to show/hide test files
standardFunctionarray_filteryesclick to show/hide test files
standardFunctionarray_mapyesclick to show/hide test files
standardFunctionarray_chunkyesclick to show/hide test files
standardFunctionarray_combineyesclick to show/hide test files
standardFunctionarray_key_existsyesclick to show/hide test files
standardFunctionposyesclick to show/hide test files
standardFunctionsizeofyesclick to show/hide test files
standardFunctionkey_existsno
standardFunctionassertyesclick to show/hide test files
standardFunctionassert_optionsyesclick to show/hide test files
standardFunctionversion_compareyesclick to show/hide test files
standardFunctionftokyesclick to show/hide test files
standardFunctionstr_rot13yesclick to show/hide test files
standardFunctionstream_get_filtersno
standardFunctionstream_filter_registeryesclick to show/hide test files
standardFunctionstream_bucket_make_writeableyesclick to show/hide test files
standardFunctionstream_bucket_prependno
standardFunctionstream_bucket_appendyesclick to show/hide test files
standardFunctionstream_bucket_newyesclick to show/hide test files
standardFunctionoutput_add_rewrite_varyesclick to show/hide test files
standardFunctionoutput_reset_rewrite_varsyesclick to show/hide test files
standardFunctionsys_get_temp_diryesclick to show/hide test files
pcreFunctionpreg_matchyesclick to show/hide test files
pcreFunctionpreg_match_allyesclick to show/hide test files
pcreFunctionpreg_replaceyesclick to show/hide test files
pcreFunctionpreg_replace_callbackyesclick to show/hide test files
pcreFunctionpreg_splityesclick to show/hide test files
pcreFunctionpreg_quoteyesclick to show/hide test files
pcreFunctionpreg_grepyesclick to show/hide test files
pcreFunctionpreg_last_erroryesclick to show/hide test files
SPLFunctionspl_classesno
SPLFunctionspl_autoloadyesclick to show/hide test files
SPLFunctionspl_autoload_extensionsyesclick to show/hide test files
SPLFunctionspl_autoload_registeryesclick to show/hide test files
SPLFunctionspl_autoload_unregisteryesclick to show/hide test files
SPLFunctionspl_autoload_functionsyesclick to show/hide test files
SPLFunctionspl_autoload_callno
SPLFunctionclass_parentsyesclick to show/hide test files
SPLFunctionclass_implementsyesclick to show/hide test files
SPLFunctionspl_object_hashyesclick to show/hide test files
SPLFunctioniterator_to_arrayyesclick to show/hide test files
SPLFunctioniterator_countyesclick to show/hide test files
SPLFunctioniterator_applyyesclick to show/hide test files
PDOFunctionpdo_driversno
SQLiteFunctionsqlite_openyesclick to show/hide test files
SQLiteFunctionsqlite_popenno
SQLiteFunctionsqlite_closeyesclick to show/hide test files
SQLiteFunctionsqlite_queryyesclick to show/hide test files
SQLiteFunctionsqlite_execno
SQLiteFunctionsqlite_array_queryyesclick to show/hide test files
SQLiteFunctionsqlite_single_queryyesclick to show/hide test files
SQLiteFunctionsqlite_fetch_arrayyesclick to show/hide test files
SQLiteFunctionsqlite_fetch_objectyesclick to show/hide test files
SQLiteFunctionsqlite_fetch_singleyesclick to show/hide test files
SQLiteFunctionsqlite_fetch_stringno
SQLiteFunctionsqlite_fetch_allyesclick to show/hide test files
SQLiteFunctionsqlite_currentyesclick to show/hide test files
SQLiteFunctionsqlite_columnyesclick to show/hide test files
SQLiteFunctionsqlite_libversionno
SQLiteFunctionsqlite_libencodingno
SQLiteFunctionsqlite_changesno
SQLiteFunctionsqlite_last_insert_rowidno
SQLiteFunctionsqlite_num_rowsno
SQLiteFunctionsqlite_num_fieldsyesclick to show/hide test files
SQLiteFunctionsqlite_field_nameyesclick to show/hide test files
SQLiteFunctionsqlite_seekyesclick to show/hide test files
SQLiteFunctionsqlite_rewindyesclick to show/hide test files
SQLiteFunctionsqlite_nextyesclick to show/hide test files
SQLiteFunctionsqlite_prevyesclick to show/hide test files
SQLiteFunctionsqlite_validyesclick to show/hide test files
SQLiteFunctionsqlite_has_moreno
SQLiteFunctionsqlite_has_prevyesclick to show/hide test files
SQLiteFunctionsqlite_escape_stringyesclick to show/hide test files
SQLiteFunctionsqlite_busy_timeoutno
SQLiteFunctionsqlite_last_errorno
SQLiteFunctionsqlite_error_stringno
SQLiteFunctionsqlite_unbuffered_queryyesclick to show/hide test files
SQLiteFunctionsqlite_create_aggregateyesclick to show/hide test files
SQLiteFunctionsqlite_create_functionyesclick to show/hide test files
SQLiteFunctionsqlite_factoryyesclick to show/hide test files
SQLiteFunctionsqlite_udf_encode_binaryyesclick to show/hide test files
SQLiteFunctionsqlite_udf_decode_binaryyesclick to show/hide test files
SQLiteFunctionsqlite_fetch_column_typesyesclick to show/hide test files
SimpleXMLFunctionsimplexml_load_fileyesclick to show/hide test files
SimpleXMLFunctionsimplexml_load_stringyesclick to show/hide test files
SimpleXMLFunctionsimplexml_import_domyesclick to show/hide test files
sessionFunctionsession_nameyesclick to show/hide test files
sessionFunctionsession_module_nameyesclick to show/hide test files
sessionFunctionsession_save_pathyesclick to show/hide test files
sessionFunctionsession_idyesclick to show/hide test files
sessionFunctionsession_regenerate_idyesclick to show/hide test files
sessionFunctionsession_decodeyesclick to show/hide test files
sessionFunctionsession_registeryesclick to show/hide test files
sessionFunctionsession_unregisteryesclick to show/hide test files
sessionFunctionsession_is_registeredyesclick to show/hide test files
sessionFunctionsession_encodeyesclick to show/hide test files
sessionFunctionsession_startyesclick to show/hide test files
sessionFunctionsession_destroyyesclick to show/hide test files
sessionFunctionsession_unsetyesclick to show/hide test files
sessionFunctionsession_set_save_handleryesclick to show/hide test files
sessionFunctionsession_cache_limiteryesclick to show/hide test files
sessionFunctionsession_cache_expireyesclick to show/hide test files
sessionFunctionsession_set_cookie_paramsyesclick to show/hide test files
sessionFunctionsession_get_cookie_paramsyesclick to show/hide test files
sessionFunctionsession_write_closeyesclick to show/hide test files
sessionFunctionsession_commityesclick to show/hide test files
posixFunctionposix_killyesclick to show/hide test files
posixFunctionposix_getpidyesclick to show/hide test files
posixFunctionposix_getppidyesclick to show/hide test files
posixFunctionposix_getuidyesclick to show/hide test files
posixFunctionposix_setuidno
posixFunctionposix_geteuidno
posixFunctionposix_seteuidno
posixFunctionposix_getgidyesclick to show/hide test files
posixFunctionposix_setgidno
posixFunctionposix_getegidno
posixFunctionposix_setegidno
posixFunctionposix_getgroupsno
posixFunctionposix_getloginno
posixFunctionposix_getpgrpyesclick to show/hide test files
posixFunctionposix_setsidno
posixFunctionposix_setpgidno
posixFunctionposix_getpgidyesclick to show/hide test files
posixFunctionposix_getsidno
posixFunctionposix_unameyesclick to show/hide test files
posixFunctionposix_timesyesclick to show/hide test files
posixFunctionposix_ctermidno
posixFunctionposix_ttynameno
posixFunctionposix_isattyno
posixFunctionposix_getcwdno
posixFunctionposix_mkfifoyesclick to show/hide test files
posixFunctionposix_mknodno
posixFunctionposix_accessyesclick to show/hide test files
posixFunctionposix_getgrnamno
posixFunctionposix_getgrgidyesclick to show/hide test files
posixFunctionposix_getpwnamno
posixFunctionposix_getpwuidyesclick to show/hide test files
posixFunctionposix_getrlimitno
posixFunctionposix_get_last_erroryesclick to show/hide test files
posixFunctionposix_errnono
posixFunctionposix_strerroryesclick to show/hide test files
posixFunctionposix_initgroupsno
mysqlFunctionmysql_connectyesclick to show/hide test files
mysqlFunctionmysql_pconnectyesclick to show/hide test files
mysqlFunctionmysql_closeyesclick to show/hide test files
mysqlFunctionmysql_select_dbyesclick to show/hide test files
mysqlFunctionmysql_queryyesclick to show/hide test files
mysqlFunctionmysql_unbuffered_queryyesclick to show/hide test files
mysqlFunctionmysql_db_queryyesclick to show/hide test files
mysqlFunctionmysql_list_dbsyesclick to show/hide test files
mysqlFunctionmysql_list_tablesyesclick to show/hide test files
mysqlFunctionmysql_list_fieldsyesclick to show/hide test files
mysqlFunctionmysql_list_processesyesclick to show/hide test files
mysqlFunctionmysql_erroryesclick to show/hide test files
mysqlFunctionmysql_errnoyesclick to show/hide test files
mysqlFunctionmysql_affected_rowsyesclick to show/hide test files
mysqlFunctionmysql_insert_idyesclick to show/hide test files
mysqlFunctionmysql_resultyesclick to show/hide test files
mysqlFunctionmysql_num_rowsyesclick to show/hide test files
mysqlFunctionmysql_num_fieldsyesclick to show/hide test files
mysqlFunctionmysql_fetch_rowyesclick to show/hide test files
mysqlFunctionmysql_fetch_arrayyesclick to show/hide test files
mysqlFunctionmysql_fetch_assocyesclick to show/hide test files
mysqlFunctionmysql_fetch_objectyesclick to show/hide test files
mysqlFunctionmysql_data_seekyesclick to show/hide test files
mysqlFunctionmysql_fetch_lengthsyesclick to show/hide test files
mysqlFunctionmysql_fetch_fieldyesclick to show/hide test files
mysqlFunctionmysql_field_seekyesclick to show/hide test files
mysqlFunctionmysql_free_resultyesclick to show/hide test files
mysqlFunctionmysql_field_nameyesclick to show/hide test files
mysqlFunctionmysql_field_tableyesclick to show/hide test files
mysqlFunctionmysql_field_lenyesclick to show/hide test files
mysqlFunctionmysql_field_typeyesclick to show/hide test files
mysqlFunctionmysql_field_flagsyesclick to show/hide test files
mysqlFunctionmysql_escape_stringyesclick to show/hide test files
mysqlFunctionmysql_real_escape_stringyesclick to show/hide test files
mysqlFunctionmysql_statyesclick to show/hide test files
mysqlFunctionmysql_thread_idyesclick to show/hide test files
mysqlFunctionmysql_client_encodingyesclick to show/hide test files
mysqlFunctionmysql_pingyesclick to show/hide test files
mysqlFunctionmysql_get_client_infoyesclick to show/hide test files
mysqlFunctionmysql_get_host_infoyesclick to show/hide test files
mysqlFunctionmysql_get_proto_infoyesclick to show/hide test files
mysqlFunctionmysql_get_server_infoyesclick to show/hide test files
mysqlFunctionmysql_infoyesclick to show/hide test files
mysqlFunctionmysql_set_charsetyesclick to show/hide test files
mysqlFunctionmysqlno
mysqlFunctionmysql_fieldnameno
mysqlFunctionmysql_fieldtableno
mysqlFunctionmysql_fieldlenno
mysqlFunctionmysql_fieldtypeno
mysqlFunctionmysql_fieldflagsno
mysqlFunctionmysql_selectdbno
mysqlFunctionmysql_freeresultno
mysqlFunctionmysql_numfieldsno
mysqlFunctionmysql_numrowsno
mysqlFunctionmysql_listdbsno
mysqlFunctionmysql_listtablesno
mysqlFunctionmysql_listfieldsno
mysqlFunctionmysql_db_nameyesclick to show/hide test files
mysqlFunctionmysql_dbnameno
mysqlFunctionmysql_tablenameyesclick to show/hide test files
mysqlFunctionmysql_table_nameno
mbstringFunctionmb_convert_caseyesclick to show/hide test files
mbstringFunctionmb_strtoupperyesclick to show/hide test files
mbstringFunctionmb_strtoloweryesclick to show/hide test files
mbstringFunctionmb_languageyesclick to show/hide test files
mbstringFunctionmb_internal_encodingyesclick to show/hide test files
mbstringFunctionmb_http_inputyesclick to show/hide test files
mbstringFunctionmb_http_outputyesclick to show/hide test files
mbstringFunctionmb_detect_orderyesclick to show/hide test files
mbstringFunctionmb_substitute_characteryesclick to show/hide test files
mbstringFunctionmb_parse_stryesclick to show/hide test files
mbstringFunctionmb_output_handlerno
mbstringFunctionmb_preferred_mime_nameyesclick to show/hide test files
mbstringFunctionmb_strlenyesclick to show/hide test files
mbstringFunctionmb_strposyesclick to show/hide test files
mbstringFunctionmb_strrposyesclick to show/hide test files
mbstringFunctionmb_striposyesclick to show/hide test files
mbstringFunctionmb_strriposno
mbstringFunctionmb_strstryesclick to show/hide test files
mbstringFunctionmb_strrchrno
mbstringFunctionmb_stristrno
mbstringFunctionmb_strrichrno
mbstringFunctionmb_substr_countyesclick to show/hide test files
mbstringFunctionmb_substryesclick to show/hide test files
mbstringFunctionmb_strcutyesclick to show/hide test files
mbstringFunctionmb_strwidthyesclick to show/hide test files
mbstringFunctionmb_strimwidthyesclick to show/hide test files
mbstringFunctionmb_convert_encodingyesclick to show/hide test files
mbstringFunctionmb_detect_encodingyesclick to show/hide test files
mbstringFunctionmb_list_encodingsno
mbstringFunctionmb_convert_kanano
mbstringFunctionmb_encode_mimeheaderyesclick to show/hide test files
mbstringFunctionmb_decode_mimeheaderyesclick to show/hide test files
mbstringFunctionmb_convert_variablesyesclick to show/hide test files
mbstringFunctionmb_encode_numericentityno
mbstringFunctionmb_decode_numericentityno
mbstringFunctionmb_send_mailyesclick to show/hide test files
mbstringFunctionmb_get_infono
mbstringFunctionmb_check_encodingno
mbstringFunctionmb_regex_encodingyesclick to show/hide test files
mbstringFunctionmb_regex_set_optionsyesclick to show/hide test files
mbstringFunctionmb_eregyesclick to show/hide test files
mbstringFunctionmb_eregino
mbstringFunctionmb_ereg_replaceyesclick to show/hide test files
mbstringFunctionmb_eregi_replaceno
mbstringFunctionmb_splityesclick to show/hide test files
mbstringFunctionmb_ereg_matchno
mbstringFunctionmb_ereg_searchno
mbstringFunctionmb_ereg_search_posyesclick to show/hide test files
mbstringFunctionmb_ereg_search_regsno
mbstringFunctionmb_ereg_search_inityesclick to show/hide test files
mbstringFunctionmb_ereg_search_getregsyesclick to show/hide test files
mbstringFunctionmb_ereg_search_getposyesclick to show/hide test files
mbstringFunctionmb_ereg_search_setposno
mbstringFunctionmbregex_encodingno
mbstringFunctionmberegyesclick to show/hide test files
mbstringFunctionmberegiyesclick to show/hide test files
mbstringFunctionmbereg_replaceno
mbstringFunctionmberegi_replaceno
mbstringFunctionmbsplitno
mbstringFunctionmbereg_matchno
mbstringFunctionmbereg_searchno
mbstringFunctionmbereg_search_posno
mbstringFunctionmbereg_search_regsno
mbstringFunctionmbereg_search_inityesclick to show/hide test files
mbstringFunctionmbereg_search_getregsno
mbstringFunctionmbereg_search_getposno
mbstringFunctionmbereg_search_setposno
jsonFunctionjson_encodeyesclick to show/hide test files
jsonFunctionjson_decodeyesclick to show/hide test files
iconvFunctioniconvyesclick to show/hide test files
iconvFunctionob_iconv_handlerno
iconvFunctioniconv_get_encodingno
iconvFunctioniconv_set_encodingyesclick to show/hide test files
iconvFunctioniconv_strlenyesclick to show/hide test files
iconvFunctioniconv_substryesclick to show/hide test files
iconvFunctioniconv_strposyesclick to show/hide test files
iconvFunctioniconv_strrposyesclick to show/hide test files
iconvFunctioniconv_mime_encodeyesclick to show/hide test files
iconvFunctioniconv_mime_decodeyesclick to show/hide test files
iconvFunctioniconv_mime_decode_headersyesclick to show/hide test files
hashFunctionhashyesclick to show/hide test files
hashFunctionhash_fileyesclick to show/hide test files
hashFunctionhash_hmacyesclick to show/hide test files
hashFunctionhash_hmac_fileno
hashFunctionhash_inityesclick to show/hide test files
hashFunctionhash_updateyesclick to show/hide test files
hashFunctionhash_update_streamno
hashFunctionhash_update_fileno
hashFunctionhash_finalyesclick to show/hide test files
hashFunctionhash_copyyesclick to show/hide test files
hashFunctionhash_algosyesclick to show/hide test files
hashFunctionmhash_keygen_s2kyesclick to show/hide test files
hashFunctionmhash_get_block_sizeyesclick to show/hide test files
hashFunctionmhash_get_hash_nameyesclick to show/hide test files
hashFunctionmhash_countyesclick to show/hide test files
hashFunctionmhashyesclick to show/hide test files
gdFunctiongd_infoyesclick to show/hide test files
gdFunctionimagearcno
gdFunctionimageellipseno
gdFunctionimagecharno
gdFunctionimagecharupno
gdFunctionimagecoloratyesclick to show/hide test files
gdFunctionimagecolorallocateyesclick to show/hide test files
gdFunctionimagepalettecopyyesclick to show/hide test files
gdFunctionimagecreatefromstringyesclick to show/hide test files
gdFunctionimagecolorclosestyesclick to show/hide test files
gdFunctionimagecolorclosesthwbyesclick to show/hide test files
gdFunctionimagecolordeallocateno
gdFunctionimagecolorresolveyesclick to show/hide test files
gdFunctionimagecolorexactyesclick to show/hide test files
gdFunctionimagecolorsetno
gdFunctionimagecolortransparentyesclick to show/hide test files
gdFunctionimagecolorstotalyesclick to show/hide test files
gdFunctionimagecolorsforindexyesclick to show/hide test files
gdFunctionimagecopyyesclick to show/hide test files
gdFunctionimagecopymergeno
gdFunctionimagecopymergegrayno
gdFunctionimagecopyresizedyesclick to show/hide test files
gdFunctionimagecreateyesclick to show/hide test files
gdFunctionimagecreatetruecoloryesclick to show/hide test files
gdFunctionimageistruecoloryesclick to show/hide test files
gdFunctionimagetruecolortopaletteyesclick to show/hide test files
gdFunctionimagesetthicknessyesclick to show/hide test files
gdFunctionimagefilledarcno
gdFunctionimagefilledellipseyesclick to show/hide test files
gdFunctionimagealphablendingyesclick to show/hide test files
gdFunctionimagesavealphayesclick to show/hide test files
gdFunctionimagecolorallocatealphayesclick to show/hide test files
gdFunctionimagecolorresolvealphayesclick to show/hide test files
gdFunctionimagecolorclosestalphayesclick to show/hide test files
gdFunctionimagecolorexactalphayesclick to show/hide test files
gdFunctionimagecopyresampledyesclick to show/hide test files
gdFunctionimagerotateyesclick to show/hide test files
gdFunctionimageantialiasyesclick to show/hide test files
gdFunctionimagesettileyesclick to show/hide test files
gdFunctionimagesetbrushno
gdFunctionimagesetstyleyesclick to show/hide test files
gdFunctionimagecreatefrompngyesclick to show/hide test files
gdFunctionimagecreatefromgifyesclick to show/hide test files
gdFunctionimagecreatefromwbmpyesclick to show/hide test files
gdFunctionimagecreatefromxbmyesclick to show/hide test files
gdFunctionimagecreatefromgdyesclick to show/hide test files
gdFunctionimagecreatefromgd2yesclick to show/hide test files
gdFunctionimagecreatefromgd2partyesclick to show/hide test files
gdFunctionimagepngyesclick to show/hide test files
gdFunctionimagegifyesclick to show/hide test files
gdFunctionimagewbmpyesclick to show/hide test files
gdFunctionimagegdyesclick to show/hide test files
gdFunctionimagegd2yesclick to show/hide test files
gdFunctionimagedestroyyesclick to show/hide test files
gdFunctionimagegammacorrectno
gdFunctionimagefillyesclick to show/hide test files
gdFunctionimagefilledpolygonyesclick to show/hide test files
gdFunctionimagefilledrectangleyesclick to show/hide test files
gdFunctionimagefilltoborderyesclick to show/hide test files
gdFunctionimagefontwidthno
gdFunctionimagefontheightno
gdFunctionimageinterlaceno
gdFunctionimagelineyesclick to show/hide test files
gdFunctionimageloadfontyesclick to show/hide test files
gdFunctionimagepolygonyesclick to show/hide test files
gdFunctionimagerectangleyesclick to show/hide test files
gdFunctionimagesetpixelyesclick to show/hide test files
gdFunctionimagestringyesclick to show/hide test files
gdFunctionimagestringupno
gdFunctionimagesxyesclick to show/hide test files
gdFunctionimagesyyesclick to show/hide test files
gdFunctionimagedashedlineyesclick to show/hide test files
gdFunctionimagetypesyesclick to show/hide test files
gdFunctionpng2wbmpno
gdFunctionimage2wbmpno
gdFunctionimagelayereffectno
gdFunctionimagecolormatchyesclick to show/hide test files
gdFunctionimagexbmno
gdFunctionimagefilteryesclick to show/hide test files
gdFunctionimageconvolutionno
filterFunctionfilter_inputyesclick to show/hide test files
filterFunctionfilter_varyesclick to show/hide test files
filterFunctionfilter_input_arrayyesclick to show/hide test files
filterFunctionfilter_var_arrayyesclick to show/hide test files
filterFunctionfilter_listyesclick to show/hide test files
filterFunctionfilter_has_varyesclick to show/hide test files
filterFunctionfilter_idyesclick to show/hide test files
fileinfoFunctionfinfo_openno
fileinfoFunctionfinfo_closeno
fileinfoFunctionfinfo_set_flagsno
fileinfoFunctionfinfo_fileno
fileinfoFunctionfinfo_bufferno
dateFunctionstrtotimeyesclick to show/hide test files
dateFunctiondateyesclick to show/hide test files
dateFunctionidateyesclick to show/hide test files
dateFunctiongmdateyesclick to show/hide test files
dateFunctionmktimeyesclick to show/hide test files
dateFunctiongmmktimeyesclick to show/hide test files
dateFunctioncheckdateyesclick to show/hide test files
dateFunctionstrftimeyesclick to show/hide test files
dateFunctiongmstrftimeyesclick to show/hide test files
dateFunctiontimeyesclick to show/hide test files
dateFunctionlocaltimeyesclick to show/hide test files
dateFunctiongetdateyesclick to show/hide test files
dateFunctiondate_createyesclick to show/hide test files
dateFunctiondate_create_from_formatyesclick to show/hide test files
dateFunctiondate_parseyesclick to show/hide test files
dateFunctiondate_parse_from_formatyesclick to show/hide test files
dateFunctiondate_get_last_errorsyesclick to show/hide test files
dateFunctiondate_formatyesclick to show/hide test files
dateFunctiondate_modifyyesclick to show/hide test files
dateFunctiondate_addyesclick to show/hide test files
dateFunctiondate_subyesclick to show/hide test files
dateFunctiondate_timezone_getyesclick to show/hide test files
dateFunctiondate_timezone_setno
dateFunctiondate_offset_getno
dateFunctiondate_diffno
dateFunctiondate_time_setno
dateFunctiondate_date_setyesclick to show/hide test files
dateFunctiondate_isodate_setyesclick to show/hide test files
dateFunctiondate_timestamp_setno
dateFunctiondate_timestamp_getno
dateFunctiontimezone_openyesclick to show/hide test files
dateFunctiontimezone_name_getno
dateFunctiontimezone_name_from_abbryesclick to show/hide test files
dateFunctiontimezone_offset_getyesclick to show/hide test files
dateFunctiontimezone_transitions_getno
dateFunctiontimezone_location_getno
dateFunctiontimezone_identifiers_listyesclick to show/hide test files
dateFunctiontimezone_abbreviations_listyesclick to show/hide test files
dateFunctiondate_interval_create_from_date_stringno
dateFunctiondate_interval_formatno
dateFunctiondate_default_timezone_setyesclick to show/hide test files
dateFunctiondate_default_timezone_getyesclick to show/hide test files
dateFunctiondate_sunriseyesclick to show/hide test files
dateFunctiondate_sunsetyesclick to show/hide test files
dateFunctiondate_sun_infoyesclick to show/hide test files
ctypeFunctionctype_alnumyesclick to show/hide test files
ctypeFunctionctype_alphayesclick to show/hide test files
ctypeFunctionctype_cntrlyesclick to show/hide test files
ctypeFunctionctype_digityesclick to show/hide test files
ctypeFunctionctype_loweryesclick to show/hide test files
ctypeFunctionctype_graphyesclick to show/hide test files
ctypeFunctionctype_printyesclick to show/hide test files
ctypeFunctionctype_punctyesclick to show/hide test files
ctypeFunctionctype_spaceyesclick to show/hide test files
ctypeFunctionctype_upperyesclick to show/hide test files
ctypeFunctionctype_xdigityesclick to show/hide test files
eregFunctioneregyesclick to show/hide test files
eregFunctionereg_replaceyesclick to show/hide test files
eregFunctioneregiyesclick to show/hide test files
eregFunctioneregi_replaceyesclick to show/hide test files
eregFunctionsplityesclick to show/hide test files
eregFunctionsplitiyesclick to show/hide test files
eregFunctionsql_regcaseyesclick to show/hide test files
Exception__cloneverifyclick to show/hide test files
Exception__constructverifyclick to show/hide test files
ExceptiongetMessageverifyclick to show/hide test files
ExceptiongetCodeverifyclick to show/hide test files
ExceptiongetFileverifyclick to show/hide test files
ExceptiongetLineverifyclick to show/hide test files
ExceptiongetTraceverifyclick to show/hide test files
ExceptiongetPreviousno
ExceptiongetTraceAsStringverifyclick to show/hide test files
Exception__toStringverifyclick to show/hide test files
ErrorException__constructverifyclick to show/hide test files
ErrorExceptiongetSeverityno
ErrorException__cloneverifyclick to show/hide test files
ErrorExceptiongetMessageverifyclick to show/hide test files
ErrorExceptiongetCodeverifyclick to show/hide test files
ErrorExceptiongetFileverifyclick to show/hide test files
ErrorExceptiongetLineverifyclick to show/hide test files
ErrorExceptiongetTraceverifyclick to show/hide test files
ErrorExceptiongetPreviousno
ErrorExceptiongetTraceAsStringverifyclick to show/hide test files
ErrorException__toStringverifyclick to show/hide test files
xmlwriterXMLWriteropenUriyesclick to show/hide test files
xmlwriterXMLWriteropenMemoryyesclick to show/hide test files
xmlwriterXMLWritersetIndentyesclick to show/hide test files
xmlwriterXMLWritersetIndentStringyesclick to show/hide test files
xmlwriterXMLWriterstartCommentyesclick to show/hide test files
xmlwriterXMLWriterendCommentyesclick to show/hide test files
xmlwriterXMLWriterstartAttributeyesclick to show/hide test files
xmlwriterXMLWriterendAttributeyesclick to show/hide test files
xmlwriterXMLWriterwriteAttributeyesclick to show/hide test files
xmlwriterXMLWriterstartAttributeNsyesclick to show/hide test files
xmlwriterXMLWriterwriteAttributeNsno
xmlwriterXMLWriterstartElementyesclick to show/hide test files
xmlwriterXMLWriterendElementyesclick to show/hide test files
xmlwriterXMLWriterfullEndElementno
xmlwriterXMLWriterstartElementNsyesclick to show/hide test files
xmlwriterXMLWriterwriteElementyesclick to show/hide test files
xmlwriterXMLWriterwriteElementNsyesclick to show/hide test files
xmlwriterXMLWriterstartPiyesclick to show/hide test files
xmlwriterXMLWriterendPiyesclick to show/hide test files
xmlwriterXMLWriterwritePiyesclick to show/hide test files
xmlwriterXMLWriterstartCdatayesclick to show/hide test files
xmlwriterXMLWriterendCdatayesclick to show/hide test files
xmlwriterXMLWriterwriteCdatano
xmlwriterXMLWritertextyesclick to show/hide test files
xmlwriterXMLWriterwriteRawno
xmlwriterXMLWriterstartDocumentyesclick to show/hide test files
xmlwriterXMLWriterendDocumentyesclick to show/hide test files
xmlwriterXMLWriterwriteCommentyesclick to show/hide test files
xmlwriterXMLWriterstartDtdyesclick to show/hide test files
xmlwriterXMLWriterendDtdyesclick to show/hide test files
xmlwriterXMLWriterwriteDtdno
xmlwriterXMLWriterstartDtdElementyesclick to show/hide test files
xmlwriterXMLWriterendDtdElementyesclick to show/hide test files
xmlwriterXMLWriterwriteDtdElementyesclick to show/hide test files
xmlwriterXMLWriterstartDtdAttlistyesclick to show/hide test files
xmlwriterXMLWriterendDtdAttlistyesclick to show/hide test files
xmlwriterXMLWriterwriteDtdAttlistyesclick to show/hide test files
xmlwriterXMLWriterstartDtdEntityno
xmlwriterXMLWriterendDtdEntityno
xmlwriterXMLWriterwriteDtdEntityyesclick to show/hide test files
xmlwriterXMLWriteroutputMemoryno
xmlwriterXMLWriterflushverifyclick to show/hide test files
domDOMException__cloneverifyclick to show/hide test files
domDOMException__constructverifyclick to show/hide test files
domDOMExceptiongetMessageverifyclick to show/hide test files
domDOMExceptiongetCodeverifyclick to show/hide test files
domDOMExceptiongetFileverifyclick to show/hide test files
domDOMExceptiongetLineverifyclick to show/hide test files
domDOMExceptiongetTraceverifyclick to show/hide test files
domDOMExceptiongetPreviousno
domDOMExceptiongetTraceAsStringverifyclick to show/hide test files
domDOMException__toStringverifyclick to show/hide test files
domDOMStringListitemverifyclick to show/hide test files
domDOMNameListgetNameverifyclick to show/hide test files
domDOMNameListgetNamespaceURIno
domDOMImplementationListitemverifyclick to show/hide test files
domDOMImplementationSourcegetDomimplementationno
domDOMImplementationSourcegetDomimplementationsno
domDOMImplementationgetFeatureno
domDOMImplementationhasFeatureno
domDOMImplementationcreateDocumentTypeno
domDOMImplementationcreateDocumentno
domDOMNodeinsertBeforeverifyclick to show/hide test files
domDOMNodereplaceChildverifyclick to show/hide test files
domDOMNoderemoveChildverifyclick to show/hide test files
domDOMNodeappendChildverifyclick to show/hide test files
domDOMNodehasChildNodesverifyclick to show/hide test files
domDOMNodecloneNodeverifyclick to show/hide test files
domDOMNodenormalizeverifyclick to show/hide test files
domDOMNodeisSupportedno
domDOMNodehasAttributesverifyclick to show/hide test files
domDOMNodecompareDocumentPositionno
domDOMNodeisSameNodeverifyclick to show/hide test files
domDOMNodelookupPrefixverifyclick to show/hide test files
domDOMNodeisDefaultNamespaceverifyclick to show/hide test files
domDOMNodelookupNamespaceUriverifyclick to show/hide test files
domDOMNodeisEqualNodeno
domDOMNodegetFeatureno
domDOMNodesetUserDatano
domDOMNodegetUserDatano
domDOMNodegetNodePathno
domDOMNodeC14Nverifyclick to show/hide test files
domDOMNodeC14NFileno
domDOMDocumentFragment__constructverifyclick to show/hide test files
domDOMDocumentFragmentappendXMLyesclick to show/hide test files
domDOMDocumentFragmentinsertBeforeverifyclick to show/hide test files
domDOMDocumentFragmentreplaceChildverifyclick to show/hide test files
domDOMDocumentFragmentremoveChildverifyclick to show/hide test files
domDOMDocumentFragmentappendChildverifyclick to show/hide test files
domDOMDocumentFragmenthasChildNodesverifyclick to show/hide test files
domDOMDocumentFragmentcloneNodeverifyclick to show/hide test files
domDOMDocumentFragmentnormalizeverifyclick to show/hide test files
domDOMDocumentFragmentisSupportedno
domDOMDocumentFragmenthasAttributesverifyclick to show/hide test files
domDOMDocumentFragmentcompareDocumentPositionno
domDOMDocumentFragmentisSameNodeverifyclick to show/hide test files
domDOMDocumentFragmentlookupPrefixverifyclick to show/hide test files
domDOMDocumentFragmentisDefaultNamespaceverifyclick to show/hide test files
domDOMDocumentFragmentlookupNamespaceUriverifyclick to show/hide test files
domDOMDocumentFragmentisEqualNodeno
domDOMDocumentFragmentgetFeatureno
domDOMDocumentFragmentsetUserDatano
domDOMDocumentFragmentgetUserDatano
domDOMDocumentFragmentgetNodePathno
domDOMDocumentFragmentC14Nverifyclick to show/hide test files
domDOMDocumentFragmentC14NFileno
domDOMDocumentcreateElementyesclick to show/hide test files
domDOMDocumentcreateDocumentFragmentyesclick to show/hide test files
domDOMDocumentcreateTextNodeyesclick to show/hide test files
domDOMDocumentcreateCommentyesclick to show/hide test files
domDOMDocumentcreateCDATASectionyesclick to show/hide test files
domDOMDocumentcreateProcessingInstructionyesclick to show/hide test files
domDOMDocumentcreateAttributeyesclick to show/hide test files
domDOMDocumentcreateEntityReferenceno
domDOMDocumentgetElementsByTagNameverifyclick to show/hide test files
domDOMDocumentimportNodeyesclick to show/hide test files
domDOMDocumentcreateElementNSyesclick to show/hide test files
domDOMDocumentcreateAttributeNSyesclick to show/hide test files
domDOMDocumentgetElementsByTagNameNSverifyclick to show/hide test files
domDOMDocumentgetElementByIdyesclick to show/hide test files
domDOMDocumentadoptNodeno
domDOMDocumentnormalizeDocumentno
domDOMDocumentrenameNodeno
domDOMDocumentloadyesclick to show/hide test files
domDOMDocumentsaveyesclick to show/hide test files
domDOMDocumentloadXMLyesclick to show/hide test files
domDOMDocumentsaveXMLverifyclick to show/hide test files
domDOMDocument__constructverifyclick to show/hide test files
domDOMDocumentvalidateyesclick to show/hide test files
domDOMDocumentxincludeyesclick to show/hide test files
domDOMDocumentloadHTMLyesclick to show/hide test files
domDOMDocumentloadHTMLFileyesclick to show/hide test files
domDOMDocumentsaveHTMLyesclick to show/hide test files
domDOMDocumentsaveHTMLFileno
domDOMDocumentschemaValidateno
domDOMDocumentschemaValidateSourceno
domDOMDocumentrelaxNGValidateno
domDOMDocumentrelaxNGValidateSourceno
domDOMDocumentregisterNodeClassyesclick to show/hide test files
domDOMDocumentinsertBeforeverifyclick to show/hide test files
domDOMDocumentreplaceChildverifyclick to show/hide test files
domDOMDocumentremoveChildverifyclick to show/hide test files
domDOMDocumentappendChildverifyclick to show/hide test files
domDOMDocumenthasChildNodesverifyclick to show/hide test files
domDOMDocumentcloneNodeverifyclick to show/hide test files
domDOMDocumentnormalizeverifyclick to show/hide test files
domDOMDocumentisSupportedno
domDOMDocumenthasAttributesverifyclick to show/hide test files
domDOMDocumentcompareDocumentPositionno
domDOMDocumentisSameNodeverifyclick to show/hide test files
domDOMDocumentlookupPrefixverifyclick to show/hide test files
domDOMDocumentisDefaultNamespaceverifyclick to show/hide test files
domDOMDocumentlookupNamespaceUriverifyclick to show/hide test files
domDOMDocumentisEqualNodeno
domDOMDocumentgetFeatureno
domDOMDocumentsetUserDatano
domDOMDocumentgetUserDatano
domDOMDocumentgetNodePathno
domDOMDocumentC14Nverifyclick to show/hide test files
domDOMDocumentC14NFileno
domDOMNodeListitemverifyclick to show/hide test files
domDOMNamedNodeMapgetNamedItemyesclick to show/hide test files
domDOMNamedNodeMapsetNamedItemno
domDOMNamedNodeMapremoveNamedItemno
domDOMNamedNodeMapitemverifyclick to show/hide test files
domDOMNamedNodeMapgetNamedItemNSno
domDOMNamedNodeMapsetNamedItemNSno
domDOMNamedNodeMapremoveNamedItemNSno
domDOMCharacterDatasubstringDataverifyclick to show/hide test files
domDOMCharacterDataappendDataverifyclick to show/hide test files
domDOMCharacterDatainsertDataverifyclick to show/hide test files
domDOMCharacterDatadeleteDataverifyclick to show/hide test files
domDOMCharacterDatareplaceDataverifyclick to show/hide test files
domDOMCharacterDatainsertBeforeverifyclick to show/hide test files
domDOMCharacterDatareplaceChildverifyclick to show/hide test files
domDOMCharacterDataremoveChildverifyclick to show/hide test files
domDOMCharacterDataappendChildverifyclick to show/hide test files
domDOMCharacterDatahasChildNodesverifyclick to show/hide test files
domDOMCharacterDatacloneNodeverifyclick to show/hide test files
domDOMCharacterDatanormalizeverifyclick to show/hide test files
domDOMCharacterDataisSupportedno
domDOMCharacterDatahasAttributesverifyclick to show/hide test files
domDOMCharacterDatacompareDocumentPositionno
domDOMCharacterDataisSameNodeverifyclick to show/hide test files
domDOMCharacterDatalookupPrefixverifyclick to show/hide test files
domDOMCharacterDataisDefaultNamespaceverifyclick to show/hide test files
domDOMCharacterDatalookupNamespaceUriverifyclick to show/hide test files
domDOMCharacterDataisEqualNodeno
domDOMCharacterDatagetFeatureno
domDOMCharacterDatasetUserDatano
domDOMCharacterDatagetUserDatano
domDOMCharacterDatagetNodePathno
domDOMCharacterDataC14Nverifyclick to show/hide test files
domDOMCharacterDataC14NFileno
domDOMAttrisIdyesclick to show/hide test files
domDOMAttr__constructverifyclick to show/hide test files
domDOMAttrinsertBeforeverifyclick to show/hide test files
domDOMAttrreplaceChildverifyclick to show/hide test files
domDOMAttrremoveChildverifyclick to show/hide test files
domDOMAttrappendChildverifyclick to show/hide test files
domDOMAttrhasChildNodesverifyclick to show/hide test files
domDOMAttrcloneNodeverifyclick to show/hide test files
domDOMAttrnormalizeverifyclick to show/hide test files
domDOMAttrisSupportedno
domDOMAttrhasAttributesverifyclick to show/hide test files
domDOMAttrcompareDocumentPositionno
domDOMAttrisSameNodeverifyclick to show/hide test files
domDOMAttrlookupPrefixverifyclick to show/hide test files
domDOMAttrisDefaultNamespaceverifyclick to show/hide test files
domDOMAttrlookupNamespaceUriverifyclick to show/hide test files
domDOMAttrisEqualNodeno
domDOMAttrgetFeatureno
domDOMAttrsetUserDatano
domDOMAttrgetUserDatano
domDOMAttrgetNodePathno
domDOMAttrC14Nverifyclick to show/hide test files
domDOMAttrC14NFileno
domDOMElementgetAttributeverifyclick to show/hide test files
domDOMElementsetAttributeverifyclick to show/hide test files
domDOMElementremoveAttributeyesclick to show/hide test files
domDOMElementgetAttributeNodeyesclick to show/hide test files
domDOMElementsetAttributeNodeyesclick to show/hide test files
domDOMElementremoveAttributeNodeyesclick to show/hide test files
domDOMElementgetElementsByTagNameverifyclick to show/hide test files
domDOMElementgetAttributeNSyesclick to show/hide test files
domDOMElementsetAttributeNSyesclick to show/hide test files
domDOMElementremoveAttributeNSyesclick to show/hide test files
domDOMElementgetAttributeNodeNSyesclick to show/hide test files
domDOMElementsetAttributeNodeNSyesclick to show/hide test files
domDOMElementgetElementsByTagNameNSverifyclick to show/hide test files
domDOMElementhasAttributeyesclick to show/hide test files
domDOMElementhasAttributeNSyesclick to show/hide test files
domDOMElementsetIdAttributeyesclick to show/hide test files
domDOMElementsetIdAttributeNSyesclick to show/hide test files
domDOMElementsetIdAttributeNodeyesclick to show/hide test files
domDOMElement__constructverifyclick to show/hide test files
domDOMElementinsertBeforeverifyclick to show/hide test files
domDOMElementreplaceChildverifyclick to show/hide test files
domDOMElementremoveChildverifyclick to show/hide test files
domDOMElementappendChildverifyclick to show/hide test files
domDOMElementhasChildNodesverifyclick to show/hide test files
domDOMElementcloneNodeverifyclick to show/hide test files
domDOMElementnormalizeverifyclick to show/hide test files
domDOMElementisSupportedno
domDOMElementhasAttributesverifyclick to show/hide test files
domDOMElementcompareDocumentPositionno
domDOMElementisSameNodeverifyclick to show/hide test files
domDOMElementlookupPrefixverifyclick to show/hide test files
domDOMElementisDefaultNamespaceverifyclick to show/hide test files
domDOMElementlookupNamespaceUriverifyclick to show/hide test files
domDOMElementisEqualNodeno
domDOMElementgetFeatureno
domDOMElementsetUserDatano
domDOMElementgetUserDatano
domDOMElementgetNodePathno
domDOMElementC14Nverifyclick to show/hide test files
domDOMElementC14NFileno
domDOMTextsplitTextverifyclick to show/hide test files
domDOMTextisWhitespaceInElementContentno
domDOMTextisElementContentWhitespaceverifyclick to show/hide test files
domDOMTextreplaceWholeTextno
domDOMText__constructverifyclick to show/hide test files
domDOMTextsubstringDataverifyclick to show/hide test files
domDOMTextappendDataverifyclick to show/hide test files
domDOMTextinsertDataverifyclick to show/hide test files
domDOMTextdeleteDataverifyclick to show/hide test files
domDOMTextreplaceDataverifyclick to show/hide test files
domDOMTextinsertBeforeverifyclick to show/hide test files
domDOMTextreplaceChildverifyclick to show/hide test files
domDOMTextremoveChildverifyclick to show/hide test files
domDOMTextappendChildverifyclick to show/hide test files
domDOMTexthasChildNodesverifyclick to show/hide test files
domDOMTextcloneNodeverifyclick to show/hide test files
domDOMTextnormalizeverifyclick to show/hide test files
domDOMTextisSupportedno
domDOMTexthasAttributesverifyclick to show/hide test files
domDOMTextcompareDocumentPositionno
domDOMTextisSameNodeverifyclick to show/hide test files
domDOMTextlookupPrefixverifyclick to show/hide test files
domDOMTextisDefaultNamespaceverifyclick to show/hide test files
domDOMTextlookupNamespaceUriverifyclick to show/hide test files
domDOMTextisEqualNodeno
domDOMTextgetFeatureno
domDOMTextsetUserDatano
domDOMTextgetUserDatano
domDOMTextgetNodePathno
domDOMTextC14Nverifyclick to show/hide test files
domDOMTextC14NFileno
domDOMComment__constructverifyclick to show/hide test files
domDOMCommentsubstringDataverifyclick to show/hide test files
domDOMCommentappendDataverifyclick to show/hide test files
domDOMCommentinsertDataverifyclick to show/hide test files
domDOMCommentdeleteDataverifyclick to show/hide test files
domDOMCommentreplaceDataverifyclick to show/hide test files
domDOMCommentinsertBeforeverifyclick to show/hide test files
domDOMCommentreplaceChildverifyclick to show/hide test files
domDOMCommentremoveChildverifyclick to show/hide test files
domDOMCommentappendChildverifyclick to show/hide test files
domDOMCommenthasChildNodesverifyclick to show/hide test files
domDOMCommentcloneNodeverifyclick to show/hide test files
domDOMCommentnormalizeverifyclick to show/hide test files
domDOMCommentisSupportedno
domDOMCommenthasAttributesverifyclick to show/hide test files
domDOMCommentcompareDocumentPositionno
domDOMCommentisSameNodeverifyclick to show/hide test files
domDOMCommentlookupPrefixverifyclick to show/hide test files
domDOMCommentisDefaultNamespaceverifyclick to show/hide test files
domDOMCommentlookupNamespaceUriverifyclick to show/hide test files
domDOMCommentisEqualNodeno
domDOMCommentgetFeatureno
domDOMCommentsetUserDatano
domDOMCommentgetUserDatano
domDOMCommentgetNodePathno
domDOMCommentC14Nverifyclick to show/hide test files
domDOMCommentC14NFileno
domDOMUserDataHandlerhandleyesclick to show/hide test files
domDOMErrorHandlerhandleErrorno
domDOMConfigurationsetParameteryesclick to show/hide test files
domDOMConfigurationgetParameterno
domDOMConfigurationcanSetParameterno
domDOMCdataSection__constructverifyclick to show/hide test files
domDOMCdataSectionsplitTextverifyclick to show/hide test files
domDOMCdataSectionisWhitespaceInElementContentno
domDOMCdataSectionisElementContentWhitespaceverifyclick to show/hide test files
domDOMCdataSectionreplaceWholeTextno
domDOMCdataSectionsubstringDataverifyclick to show/hide test files
domDOMCdataSectionappendDataverifyclick to show/hide test files
domDOMCdataSectioninsertDataverifyclick to show/hide test files
domDOMCdataSectiondeleteDataverifyclick to show/hide test files
domDOMCdataSectionreplaceDataverifyclick to show/hide test files
domDOMCdataSectioninsertBeforeverifyclick to show/hide test files
domDOMCdataSectionreplaceChildverifyclick to show/hide test files
domDOMCdataSectionremoveChildverifyclick to show/hide test files
domDOMCdataSectionappendChildverifyclick to show/hide test files
domDOMCdataSectionhasChildNodesverifyclick to show/hide test files
domDOMCdataSectioncloneNodeverifyclick to show/hide test files
domDOMCdataSectionnormalizeverifyclick to show/hide test files
domDOMCdataSectionisSupportedno
domDOMCdataSectionhasAttributesverifyclick to show/hide test files
domDOMCdataSectioncompareDocumentPositionno
domDOMCdataSectionisSameNodeverifyclick to show/hide test files
domDOMCdataSectionlookupPrefixverifyclick to show/hide test files
domDOMCdataSectionisDefaultNamespaceverifyclick to show/hide test files
domDOMCdataSectionlookupNamespaceUriverifyclick to show/hide test files
domDOMCdataSectionisEqualNodeno
domDOMCdataSectiongetFeatureno
domDOMCdataSectionsetUserDatano
domDOMCdataSectiongetUserDatano
domDOMCdataSectiongetNodePathno
domDOMCdataSectionC14Nverifyclick to show/hide test files
domDOMCdataSectionC14NFileno
domDOMDocumentTypeinsertBeforeverifyclick to show/hide test files
domDOMDocumentTypereplaceChildverifyclick to show/hide test files
domDOMDocumentTyperemoveChildverifyclick to show/hide test files
domDOMDocumentTypeappendChildverifyclick to show/hide test files
domDOMDocumentTypehasChildNodesverifyclick to show/hide test files
domDOMDocumentTypecloneNodeverifyclick to show/hide test files
domDOMDocumentTypenormalizeverifyclick to show/hide test files
domDOMDocumentTypeisSupportedno
domDOMDocumentTypehasAttributesverifyclick to show/hide test files
domDOMDocumentTypecompareDocumentPositionno
domDOMDocumentTypeisSameNodeverifyclick to show/hide test files
domDOMDocumentTypelookupPrefixverifyclick to show/hide test files
domDOMDocumentTypeisDefaultNamespaceverifyclick to show/hide test files
domDOMDocumentTypelookupNamespaceUriverifyclick to show/hide test files
domDOMDocumentTypeisEqualNodeno
domDOMDocumentTypegetFeatureno
domDOMDocumentTypesetUserDatano
domDOMDocumentTypegetUserDatano
domDOMDocumentTypegetNodePathno
domDOMDocumentTypeC14Nverifyclick to show/hide test files
domDOMDocumentTypeC14NFileno
domDOMEntityinsertBeforeverifyclick to show/hide test files
domDOMEntityreplaceChildverifyclick to show/hide test files
domDOMEntityremoveChildverifyclick to show/hide test files
domDOMEntityappendChildverifyclick to show/hide test files
domDOMEntityhasChildNodesverifyclick to show/hide test files
domDOMEntitycloneNodeverifyclick to show/hide test files
domDOMEntitynormalizeverifyclick to show/hide test files
domDOMEntityisSupportedno
domDOMEntityhasAttributesverifyclick to show/hide test files
domDOMEntitycompareDocumentPositionno
domDOMEntityisSameNodeverifyclick to show/hide test files
domDOMEntitylookupPrefixverifyclick to show/hide test files
domDOMEntityisDefaultNamespaceverifyclick to show/hide test files
domDOMEntitylookupNamespaceUriverifyclick to show/hide test files
domDOMEntityisEqualNodeno
domDOMEntitygetFeatureno
domDOMEntitysetUserDatano
domDOMEntitygetUserDatano
domDOMEntitygetNodePathno
domDOMEntityC14Nverifyclick to show/hide test files
domDOMEntityC14NFileno
domDOMEntityReference__constructverifyclick to show/hide test files
domDOMEntityReferenceinsertBeforeverifyclick to show/hide test files
domDOMEntityReferencereplaceChildverifyclick to show/hide test files
domDOMEntityReferenceremoveChildverifyclick to show/hide test files
domDOMEntityReferenceappendChildverifyclick to show/hide test files
domDOMEntityReferencehasChildNodesverifyclick to show/hide test files
domDOMEntityReferencecloneNodeverifyclick to show/hide test files
domDOMEntityReferencenormalizeverifyclick to show/hide test files
domDOMEntityReferenceisSupportedno
domDOMEntityReferencehasAttributesverifyclick to show/hide test files
domDOMEntityReferencecompareDocumentPositionno
domDOMEntityReferenceisSameNodeverifyclick to show/hide test files
domDOMEntityReferencelookupPrefixverifyclick to show/hide test files
domDOMEntityReferenceisDefaultNamespaceverifyclick to show/hide test files
domDOMEntityReferencelookupNamespaceUriverifyclick to show/hide test files
domDOMEntityReferenceisEqualNodeno
domDOMEntityReferencegetFeatureno
domDOMEntityReferencesetUserDatano
domDOMEntityReferencegetUserDatano
domDOMEntityReferencegetNodePathno
domDOMEntityReferenceC14Nverifyclick to show/hide test files
domDOMEntityReferenceC14NFileno
domDOMProcessingInstruction__constructverifyclick to show/hide test files
domDOMProcessingInstructioninsertBeforeverifyclick to show/hide test files
domDOMProcessingInstructionreplaceChildverifyclick to show/hide test files
domDOMProcessingInstructionremoveChildverifyclick to show/hide test files
domDOMProcessingInstructionappendChildverifyclick to show/hide test files
domDOMProcessingInstructionhasChildNodesverifyclick to show/hide test files
domDOMProcessingInstructioncloneNodeverifyclick to show/hide test files
domDOMProcessingInstructionnormalizeverifyclick to show/hide test files
domDOMProcessingInstructionisSupportedno
domDOMProcessingInstructionhasAttributesverifyclick to show/hide test files
domDOMProcessingInstructioncompareDocumentPositionno
domDOMProcessingInstructionisSameNodeverifyclick to show/hide test files
domDOMProcessingInstructionlookupPrefixverifyclick to show/hide test files
domDOMProcessingInstructionisDefaultNamespaceverifyclick to show/hide test files
domDOMProcessingInstructionlookupNamespaceUriverifyclick to show/hide test files
domDOMProcessingInstructionisEqualNodeno
domDOMProcessingInstructiongetFeatureno
domDOMProcessingInstructionsetUserDatano
domDOMProcessingInstructiongetUserDatano
domDOMProcessingInstructiongetNodePathno
domDOMProcessingInstructionC14Nverifyclick to show/hide test files
domDOMProcessingInstructionC14NFileno
domDOMStringExtendfindOffset16no
domDOMStringExtendfindOffset32no
domDOMXPath__constructverifyclick to show/hide test files
domDOMXPathregisterNamespaceyesclick to show/hide test files
domDOMXPathqueryverifyclick to show/hide test files
domDOMXPathevaluateyesclick to show/hide test files
domDOMXPathregisterPhpFunctionsyesclick to show/hide test files
xmlreaderXMLReadercloseverifyclick to show/hide test files
xmlreaderXMLReadergetAttributeverifyclick to show/hide test files
xmlreaderXMLReadergetAttributeNoyesclick to show/hide test files
xmlreaderXMLReadergetAttributeNsyesclick to show/hide test files
xmlreaderXMLReadergetParserPropertyyesclick to show/hide test files
xmlreaderXMLReaderisValidyesclick to show/hide test files
xmlreaderXMLReaderlookupNamespaceno
xmlreaderXMLReadermoveToAttributeNoyesclick to show/hide test files
xmlreaderXMLReadermoveToAttributeyesclick to show/hide test files
xmlreaderXMLReadermoveToAttributeNsno
xmlreaderXMLReadermoveToElementyesclick to show/hide test files
xmlreaderXMLReadermoveToFirstAttributeyesclick to show/hide test files
xmlreaderXMLReadermoveToNextAttributeyesclick to show/hide test files
xmlreaderXMLReaderopenverifyclick to show/hide test files
xmlreaderXMLReaderreadverifyclick to show/hide test files
xmlreaderXMLReadernextverifyclick to show/hide test files
xmlreaderXMLReaderreadInnerXmlyesclick to show/hide test files
xmlreaderXMLReaderreadOuterXmlyesclick to show/hide test files
xmlreaderXMLReaderreadStringno
xmlreaderXMLReadersetSchemayesclick to show/hide test files
xmlreaderXMLReadersetParserPropertyyesclick to show/hide test files
xmlreaderXMLReadersetRelaxNGSchemayesclick to show/hide test files
xmlreaderXMLReadersetRelaxNGSchemaSourceno
xmlreaderXMLReaderXMLyesclick to show/hide test files
xmlreaderXMLReaderexpandyesclick to show/hide test files
sqlite3SQLite3openverifyclick to show/hide test files
sqlite3SQLite3closeverifyclick to show/hide test files
sqlite3SQLite3execverifyclick to show/hide test files
sqlite3SQLite3versionyesclick to show/hide test files
sqlite3SQLite3lastInsertRowIDyesclick to show/hide test files
sqlite3SQLite3lastErrorCodeyesclick to show/hide test files
sqlite3SQLite3lastErrorMsgyesclick to show/hide test files
sqlite3SQLite3loadExtensionyesclick to show/hide test files
sqlite3SQLite3changesverifyclick to show/hide test files
sqlite3SQLite3escapeStringyesclick to show/hide test files
sqlite3SQLite3prepareverifyclick to show/hide test files
sqlite3SQLite3queryverifyclick to show/hide test files
sqlite3SQLite3querySingleyesclick to show/hide test files
sqlite3SQLite3createFunctionverifyclick to show/hide test files
sqlite3SQLite3createAggregateverifyclick to show/hide test files
sqlite3SQLite3__constructverifyclick to show/hide test files
sqlite3SQLite3StmtparamCountno
sqlite3SQLite3Stmtcloseverifyclick to show/hide test files
sqlite3SQLite3Stmtresetverifyclick to show/hide test files
sqlite3SQLite3Stmtclearyesclick to show/hide test files
sqlite3SQLite3Stmtexecuteverifyclick to show/hide test files
sqlite3SQLite3StmtbindParamverifyclick to show/hide test files
sqlite3SQLite3StmtbindValueverifyclick to show/hide test files
sqlite3SQLite3ResultnumColumnsyesclick to show/hide test files
sqlite3SQLite3ResultcolumnNameyesclick to show/hide test files
sqlite3SQLite3ResultcolumnTypeyesclick to show/hide test files
sqlite3SQLite3ResultfetchArrayyesclick to show/hide test files
sqlite3SQLite3Resultresetverifyclick to show/hide test files
sqlite3SQLite3Resultfinalizeyesclick to show/hide test files
SimpleXMLSimpleXMLElement__constructverifyclick to show/hide test files
SimpleXMLSimpleXMLElementasXMLverifyclick to show/hide test files
SimpleXMLSimpleXMLElementsaveXMLverifyclick to show/hide test files
SimpleXMLSimpleXMLElementxpathverifyclick to show/hide test files
SimpleXMLSimpleXMLElementregisterXPathNamespaceno
SimpleXMLSimpleXMLElementattributesverifyclick to show/hide test files
SimpleXMLSimpleXMLElementchildrenverifyclick to show/hide test files
SimpleXMLSimpleXMLElementgetNamespacesverifyclick to show/hide test files
SimpleXMLSimpleXMLElementgetDocNamespacesverifyclick to show/hide test files
SimpleXMLSimpleXMLElementgetNameverifyclick to show/hide test files
SimpleXMLSimpleXMLElementaddChildverifyclick to show/hide test files
SimpleXMLSimpleXMLElementaddAttributeverifyclick to show/hide test files
SimpleXMLSimpleXMLElement__toStringverifyclick to show/hide test files
SimpleXMLSimpleXMLElementcountverifyclick to show/hide test files
SPLLogicException__cloneverifyclick to show/hide test files
SPLLogicException__constructverifyclick to show/hide test files
SPLLogicExceptiongetMessageverifyclick to show/hide test files
SPLLogicExceptiongetCodeverifyclick to show/hide test files
SPLLogicExceptiongetFileverifyclick to show/hide test files
SPLLogicExceptiongetLineverifyclick to show/hide test files
SPLLogicExceptiongetTraceverifyclick to show/hide test files
SPLLogicExceptiongetPreviousno
SPLLogicExceptiongetTraceAsStringverifyclick to show/hide test files
SPLLogicException__toStringverifyclick to show/hide test files
SPLBadFunctionCallException__cloneverifyclick to show/hide test files
SPLBadFunctionCallException__constructverifyclick to show/hide test files
SPLBadFunctionCallExceptiongetMessageverifyclick to show/hide test files
SPLBadFunctionCallExceptiongetCodeverifyclick to show/hide test files
SPLBadFunctionCallExceptiongetFileverifyclick to show/hide test files
SPLBadFunctionCallExceptiongetLineverifyclick to show/hide test files
SPLBadFunctionCallExceptiongetTraceverifyclick to show/hide test files
SPLBadFunctionCallExceptiongetPreviousno
SPLBadFunctionCallExceptiongetTraceAsStringverifyclick to show/hide test files
SPLBadFunctionCallException__toStringverifyclick to show/hide test files
SPLBadMethodCallException__cloneverifyclick to show/hide test files
SPLBadMethodCallException__constructverifyclick to show/hide test files
SPLBadMethodCallExceptiongetMessageverifyclick to show/hide test files
SPLBadMethodCallExceptiongetCodeverifyclick to show/hide test files
SPLBadMethodCallExceptiongetFileverifyclick to show/hide test files
SPLBadMethodCallExceptiongetLineverifyclick to show/hide test files
SPLBadMethodCallExceptiongetTraceverifyclick to show/hide test files
SPLBadMethodCallExceptiongetPreviousno
SPLBadMethodCallExceptiongetTraceAsStringverifyclick to show/hide test files
SPLBadMethodCallException__toStringverifyclick to show/hide test files
SPLDomainException__cloneverifyclick to show/hide test files
SPLDomainException__constructverifyclick to show/hide test files
SPLDomainExceptiongetMessageverifyclick to show/hide test files
SPLDomainExceptiongetCodeverifyclick to show/hide test files
SPLDomainExceptiongetFileverifyclick to show/hide test files
SPLDomainExceptiongetLineverifyclick to show/hide test files
SPLDomainExceptiongetTraceverifyclick to show/hide test files
SPLDomainExceptiongetPreviousno
SPLDomainExceptiongetTraceAsStringverifyclick to show/hide test files
SPLDomainException__toStringverifyclick to show/hide test files
SPLInvalidArgumentException__cloneverifyclick to show/hide test files
SPLInvalidArgumentException__constructverifyclick to show/hide test files
SPLInvalidArgumentExceptiongetMessageverifyclick to show/hide test files
SPLInvalidArgumentExceptiongetCodeverifyclick to show/hide test files
SPLInvalidArgumentExceptiongetFileverifyclick to show/hide test files
SPLInvalidArgumentExceptiongetLineverifyclick to show/hide test files
SPLInvalidArgumentExceptiongetTraceverifyclick to show/hide test files
SPLInvalidArgumentExceptiongetPreviousno
SPLInvalidArgumentExceptiongetTraceAsStringverifyclick to show/hide test files
SPLInvalidArgumentException__toStringverifyclick to show/hide test files
SPLLengthException__cloneverifyclick to show/hide test files
SPLLengthException__constructverifyclick to show/hide test files
SPLLengthExceptiongetMessageverifyclick to show/hide test files
SPLLengthExceptiongetCodeverifyclick to show/hide test files
SPLLengthExceptiongetFileverifyclick to show/hide test files
SPLLengthExceptiongetLineverifyclick to show/hide test files
SPLLengthExceptiongetTraceverifyclick to show/hide test files
SPLLengthExceptiongetPreviousno
SPLLengthExceptiongetTraceAsStringverifyclick to show/hide test files
SPLLengthException__toStringverifyclick to show/hide test files
SPLOutOfRangeException__cloneverifyclick to show/hide test files
SPLOutOfRangeException__constructverifyclick to show/hide test files
SPLOutOfRangeExceptiongetMessageverifyclick to show/hide test files
SPLOutOfRangeExceptiongetCodeverifyclick to show/hide test files
SPLOutOfRangeExceptiongetFileverifyclick to show/hide test files
SPLOutOfRangeExceptiongetLineverifyclick to show/hide test files
SPLOutOfRangeExceptiongetTraceverifyclick to show/hide test files
SPLOutOfRangeExceptiongetPreviousno
SPLOutOfRangeExceptiongetTraceAsStringverifyclick to show/hide test files
SPLOutOfRangeException__toStringverifyclick to show/hide test files
SPLRuntimeException__cloneverifyclick to show/hide test files
SPLRuntimeException__constructverifyclick to show/hide test files
SPLRuntimeExceptiongetMessageverifyclick to show/hide test files
SPLRuntimeExceptiongetCodeverifyclick to show/hide test files
SPLRuntimeExceptiongetFileverifyclick to show/hide test files
SPLRuntimeExceptiongetLineverifyclick to show/hide test files
SPLRuntimeExceptiongetTraceverifyclick to show/hide test files
SPLRuntimeExceptiongetPreviousno
SPLRuntimeExceptiongetTraceAsStringverifyclick to show/hide test files
SPLRuntimeException__toStringverifyclick to show/hide test files
SPLOutOfBoundsException__cloneverifyclick to show/hide test files
SPLOutOfBoundsException__constructverifyclick to show/hide test files
SPLOutOfBoundsExceptiongetMessageverifyclick to show/hide test files
SPLOutOfBoundsExceptiongetCodeverifyclick to show/hide test files
SPLOutOfBoundsExceptiongetFileverifyclick to show/hide test files
SPLOutOfBoundsExceptiongetLineverifyclick to show/hide test files
SPLOutOfBoundsExceptiongetTraceverifyclick to show/hide test files
SPLOutOfBoundsExceptiongetPreviousno
SPLOutOfBoundsExceptiongetTraceAsStringverifyclick to show/hide test files
SPLOutOfBoundsException__toStringverifyclick to show/hide test files
SPLOverflowException__cloneverifyclick to show/hide test files
SPLOverflowException__constructverifyclick to show/hide test files
SPLOverflowExceptiongetMessageverifyclick to show/hide test files
SPLOverflowExceptiongetCodeverifyclick to show/hide test files
SPLOverflowExceptiongetFileverifyclick to show/hide test files
SPLOverflowExceptiongetLineverifyclick to show/hide test files
SPLOverflowExceptiongetTraceverifyclick to show/hide test files
SPLOverflowExceptiongetPreviousno
SPLOverflowExceptiongetTraceAsStringverifyclick to show/hide test files
SPLOverflowException__toStringverifyclick to show/hide test files
SPLRangeException__cloneverifyclick to show/hide test files
SPLRangeException__constructverifyclick to show/hide test files
SPLRangeExceptiongetMessageverifyclick to show/hide test files
SPLRangeExceptiongetCodeverifyclick to show/hide test files
SPLRangeExceptiongetFileverifyclick to show/hide test files
SPLRangeExceptiongetLineverifyclick to show/hide test files
SPLRangeExceptiongetTraceverifyclick to show/hide test files
SPLRangeExceptiongetPreviousno
SPLRangeExceptiongetTraceAsStringverifyclick to show/hide test files
SPLRangeException__toStringverifyclick to show/hide test files
SPLUnderflowException__cloneverifyclick to show/hide test files
SPLUnderflowException__constructverifyclick to show/hide test files
SPLUnderflowExceptiongetMessageverifyclick to show/hide test files
SPLUnderflowExceptiongetCodeverifyclick to show/hide test files
SPLUnderflowExceptiongetFileverifyclick to show/hide test files
SPLUnderflowExceptiongetLineverifyclick to show/hide test files
SPLUnderflowExceptiongetTraceverifyclick to show/hide test files
SPLUnderflowExceptiongetPreviousno
SPLUnderflowExceptiongetTraceAsStringverifyclick to show/hide test files
SPLUnderflowException__toStringverifyclick to show/hide test files
SPLUnexpectedValueException__cloneverifyclick to show/hide test files
SPLUnexpectedValueException__constructverifyclick to show/hide test files
SPLUnexpectedValueExceptiongetMessageverifyclick to show/hide test files
SPLUnexpectedValueExceptiongetCodeverifyclick to show/hide test files
SPLUnexpectedValueExceptiongetFileverifyclick to show/hide test files
SPLUnexpectedValueExceptiongetLineverifyclick to show/hide test files
SPLUnexpectedValueExceptiongetTraceverifyclick to show/hide test files
SPLUnexpectedValueExceptiongetPreviousno
SPLUnexpectedValueExceptiongetTraceAsStringverifyclick to show/hide test files
SPLUnexpectedValueException__toStringverifyclick to show/hide test files
SPLRecursiveIteratorIterator__constructverifyclick to show/hide test files
SPLRecursiveIteratorIteratorrewindverifyclick to show/hide test files
SPLRecursiveIteratorIteratorvalidverifyclick to show/hide test files
SPLRecursiveIteratorIteratorkeyverifyclick to show/hide test files
SPLRecursiveIteratorIteratorcurrentverifyclick to show/hide test files
SPLRecursiveIteratorIteratornextverifyclick to show/hide test files
SPLRecursiveIteratorIteratorgetDepthverifyclick to show/hide test files
SPLRecursiveIteratorIteratorgetSubIteratorno
SPLRecursiveIteratorIteratorgetInnerIteratorverifyclick to show/hide test files
SPLRecursiveIteratorIteratorbeginIterationverifyclick to show/hide test files
SPLRecursiveIteratorIteratorendIterationverifyclick to show/hide test files
SPLRecursiveIteratorIteratorcallHasChildrenverifyclick to show/hide test files
SPLRecursiveIteratorIteratorcallGetChildrenverifyclick to show/hide test files
SPLRecursiveIteratorIteratorbeginChildrenverifyclick to show/hide test files
SPLRecursiveIteratorIteratorendChildrenverifyclick to show/hide test files
SPLRecursiveIteratorIteratornextElementno
SPLRecursiveIteratorIteratorsetMaxDepthverifyclick to show/hide test files
SPLRecursiveIteratorIteratorgetMaxDepthverifyclick to show/hide test files
SPLIteratorIterator__constructverifyclick to show/hide test files
SPLIteratorIteratorrewindverifyclick to show/hide test files
SPLIteratorIteratorvalidverifyclick to show/hide test files
SPLIteratorIteratorkeyverifyclick to show/hide test files
SPLIteratorIteratorcurrentverifyclick to show/hide test files
SPLIteratorIteratornextverifyclick to show/hide test files
SPLIteratorIteratorgetInnerIteratorverifyclick to show/hide test files
SPLFilterIterator__constructverifyclick to show/hide test files
SPLFilterIteratorrewindverifyclick to show/hide test files
SPLFilterIteratorvalidverifyclick to show/hide test files
SPLFilterIteratorkeyverifyclick to show/hide test files
SPLFilterIteratorcurrentverifyclick to show/hide test files
SPLFilterIteratornextverifyclick to show/hide test files
SPLFilterIteratorgetInnerIteratorverifyclick to show/hide test files
SPLFilterIteratoracceptverifyclick to show/hide test files
SPLRecursiveFilterIterator__constructverifyclick to show/hide test files
SPLRecursiveFilterIteratorhasChildrenverifyclick to show/hide test files
SPLRecursiveFilterIteratorgetChildrenverifyclick to show/hide test files
SPLRecursiveFilterIteratorrewindverifyclick to show/hide test files
SPLRecursiveFilterIteratorvalidverifyclick to show/hide test files
SPLRecursiveFilterIteratorkeyverifyclick to show/hide test files
SPLRecursiveFilterIteratorcurrentverifyclick to show/hide test files
SPLRecursiveFilterIteratornextverifyclick to show/hide test files
SPLRecursiveFilterIteratorgetInnerIteratorverifyclick to show/hide test files
SPLRecursiveFilterIteratoracceptverifyclick to show/hide test files
SPLParentIterator__constructverifyclick to show/hide test files
SPLParentIteratoracceptverifyclick to show/hide test files
SPLParentIteratorhasChildrenverifyclick to show/hide test files
SPLParentIteratorgetChildrenverifyclick to show/hide test files
SPLParentIteratorrewindverifyclick to show/hide test files
SPLParentIteratorvalidverifyclick to show/hide test files
SPLParentIteratorkeyverifyclick to show/hide test files
SPLParentIteratorcurrentverifyclick to show/hide test files
SPLParentIteratornextverifyclick to show/hide test files
SPLParentIteratorgetInnerIteratorverifyclick to show/hide test files
SPLLimitIterator__constructverifyclick to show/hide test files
SPLLimitIteratorrewindverifyclick to show/hide test files
SPLLimitIteratorvalidverifyclick to show/hide test files
SPLLimitIteratorkeyverifyclick to show/hide test files
SPLLimitIteratorcurrentverifyclick to show/hide test files
SPLLimitIteratornextverifyclick to show/hide test files
SPLLimitIteratorseekverifyclick to show/hide test files
SPLLimitIteratorgetPositionverifyclick to show/hide test files
SPLLimitIteratorgetInnerIteratorverifyclick to show/hide test files
SPLCachingIterator__constructverifyclick to show/hide test files
SPLCachingIteratorrewindverifyclick to show/hide test files
SPLCachingIteratorvalidverifyclick to show/hide test files
SPLCachingIteratorkeyverifyclick to show/hide test files
SPLCachingIteratorcurrentverifyclick to show/hide test files
SPLCachingIteratornextverifyclick to show/hide test files
SPLCachingIteratorhasNextverifyclick to show/hide test files
SPLCachingIterator__toStringverifyclick to show/hide test files
SPLCachingIteratorgetInnerIteratorverifyclick to show/hide test files
SPLCachingIteratorgetFlagsverifyclick to show/hide test files
SPLCachingIteratorsetFlagsverifyclick to show/hide test files
SPLCachingIteratoroffsetGetverifyclick to show/hide test files
SPLCachingIteratoroffsetSetverifyclick to show/hide test files
SPLCachingIteratoroffsetUnsetverifyclick to show/hide test files
SPLCachingIteratoroffsetExistsverifyclick to show/hide test files
SPLCachingIteratorgetCacheverifyclick to show/hide test files
SPLCachingIteratorcountverifyclick to show/hide test files
SPLRecursiveCachingIterator__constructverifyclick to show/hide test files
SPLRecursiveCachingIteratorhasChildrenverifyclick to show/hide test files
SPLRecursiveCachingIteratorgetChildrenverifyclick to show/hide test files
SPLRecursiveCachingIteratorrewindverifyclick to show/hide test files
SPLRecursiveCachingIteratorvalidverifyclick to show/hide test files
SPLRecursiveCachingIteratorkeyverifyclick to show/hide test files
SPLRecursiveCachingIteratorcurrentverifyclick to show/hide test files
SPLRecursiveCachingIteratornextverifyclick to show/hide test files
SPLRecursiveCachingIteratorhasNextverifyclick to show/hide test files
SPLRecursiveCachingIterator__toStringverifyclick to show/hide test files
SPLRecursiveCachingIteratorgetInnerIteratorverifyclick to show/hide test files
SPLRecursiveCachingIteratorgetFlagsverifyclick to show/hide test files
SPLRecursiveCachingIteratorsetFlagsverifyclick to show/hide test files
SPLRecursiveCachingIteratoroffsetGetverifyclick to show/hide test files
SPLRecursiveCachingIteratoroffsetSetverifyclick to show/hide test files
SPLRecursiveCachingIteratoroffsetUnsetverifyclick to show/hide test files
SPLRecursiveCachingIteratoroffsetExistsverifyclick to show/hide test files
SPLRecursiveCachingIteratorgetCacheverifyclick to show/hide test files
SPLRecursiveCachingIteratorcountverifyclick to show/hide test files
SPLNoRewindIterator__constructverifyclick to show/hide test files
SPLNoRewindIteratorrewindverifyclick to show/hide test files
SPLNoRewindIteratorvalidverifyclick to show/hide test files
SPLNoRewindIteratorkeyverifyclick to show/hide test files
SPLNoRewindIteratorcurrentverifyclick to show/hide test files
SPLNoRewindIteratornextverifyclick to show/hide test files
SPLNoRewindIteratorgetInnerIteratorverifyclick to show/hide test files
SPLAppendIterator__constructverifyclick to show/hide test files
SPLAppendIteratorappendverifyclick to show/hide test files
SPLAppendIteratorrewindverifyclick to show/hide test files
SPLAppendIteratorvalidverifyclick to show/hide test files
SPLAppendIteratorkeyverifyclick to show/hide test files
SPLAppendIteratorcurrentverifyclick to show/hide test files
SPLAppendIteratornextverifyclick to show/hide test files
SPLAppendIteratorgetInnerIteratorverifyclick to show/hide test files
SPLAppendIteratorgetIteratorIndexyesclick to show/hide test files
SPLAppendIteratorgetArrayIteratoryesclick to show/hide test files
SPLInfiniteIterator__constructverifyclick to show/hide test files
SPLInfiniteIteratornextverifyclick to show/hide test files
SPLInfiniteIteratorrewindverifyclick to show/hide test files
SPLInfiniteIteratorvalidverifyclick to show/hide test files
SPLInfiniteIteratorkeyverifyclick to show/hide test files
SPLInfiniteIteratorcurrentverifyclick to show/hide test files
SPLInfiniteIteratorgetInnerIteratorverifyclick to show/hide test files
SPLRegexIterator__constructverifyclick to show/hide test files
SPLRegexIteratoracceptverifyclick to show/hide test files
SPLRegexIteratorgetModeverifyclick to show/hide test files
SPLRegexIteratorsetModeverifyclick to show/hide test files
SPLRegexIteratorgetFlagsverifyclick to show/hide test files
SPLRegexIteratorsetFlagsverifyclick to show/hide test files
SPLRegexIteratorgetPregFlagsno
SPLRegexIteratorsetPregFlagsno
SPLRegexIteratorrewindverifyclick to show/hide test files
SPLRegexIteratorvalidverifyclick to show/hide test files
SPLRegexIteratorkeyverifyclick to show/hide test files
SPLRegexIteratorcurrentverifyclick to show/hide test files
SPLRegexIteratornextverifyclick to show/hide test files
SPLRegexIteratorgetInnerIteratorverifyclick to show/hide test files
SPLRecursiveRegexIterator__constructverifyclick to show/hide test files
SPLRecursiveRegexIteratorhasChildrenverifyclick to show/hide test files
SPLRecursiveRegexIteratorgetChildrenverifyclick to show/hide test files
SPLRecursiveRegexIteratoracceptverifyclick to show/hide test files
SPLRecursiveRegexIteratorgetModeverifyclick to show/hide test files
SPLRecursiveRegexIteratorsetModeverifyclick to show/hide test files
SPLRecursiveRegexIteratorgetFlagsverifyclick to show/hide test files
SPLRecursiveRegexIteratorsetFlagsverifyclick to show/hide test files
SPLRecursiveRegexIteratorgetPregFlagsno
SPLRecursiveRegexIteratorsetPregFlagsno
SPLRecursiveRegexIteratorrewindverifyclick to show/hide test files
SPLRecursiveRegexIteratorvalidverifyclick to show/hide test files
SPLRecursiveRegexIteratorkeyverifyclick to show/hide test files
SPLRecursiveRegexIteratorcurrentverifyclick to show/hide test files
SPLRecursiveRegexIteratornextverifyclick to show/hide test files
SPLRecursiveRegexIteratorgetInnerIteratorverifyclick to show/hide test files
SPLEmptyIteratorrewindverifyclick to show/hide test files
SPLEmptyIteratorvalidverifyclick to show/hide test files
SPLEmptyIteratorkeyverifyclick to show/hide test files
SPLEmptyIteratorcurrentverifyclick to show/hide test files
SPLEmptyIteratornextverifyclick to show/hide test files
SPLRecursiveTreeIterator__constructverifyclick to show/hide test files
SPLRecursiveTreeIteratorrewindverifyclick to show/hide test files
SPLRecursiveTreeIteratorvalidverifyclick to show/hide test files
SPLRecursiveTreeIteratorkeyverifyclick to show/hide test files
SPLRecursiveTreeIteratorcurrentverifyclick to show/hide test files
SPLRecursiveTreeIteratornextverifyclick to show/hide test files
SPLRecursiveTreeIteratorbeginIterationverifyclick to show/hide test files
SPLRecursiveTreeIteratorendIterationverifyclick to show/hide test files
SPLRecursiveTreeIteratorcallHasChildrenverifyclick to show/hide test files
SPLRecursiveTreeIteratorcallGetChildrenverifyclick to show/hide test files
SPLRecursiveTreeIteratorbeginChildrenverifyclick to show/hide test files
SPLRecursiveTreeIteratorendChildrenverifyclick to show/hide test files
SPLRecursiveTreeIteratornextElementno
SPLRecursiveTreeIteratorgetPrefixyesclick to show/hide test files
SPLRecursiveTreeIteratorsetPrefixPartyesclick to show/hide test files
SPLRecursiveTreeIteratorgetEntryyesclick to show/hide test files
SPLRecursiveTreeIteratorgetPostfixyesclick to show/hide test files
SPLRecursiveTreeIteratorgetDepthverifyclick to show/hide test files
SPLRecursiveTreeIteratorgetSubIteratorno
SPLRecursiveTreeIteratorgetInnerIteratorverifyclick to show/hide test files
SPLRecursiveTreeIteratorsetMaxDepthverifyclick to show/hide test files
SPLRecursiveTreeIteratorgetMaxDepthverifyclick to show/hide test files
SPLArrayObject__constructverifyclick to show/hide test files
SPLArrayObjectoffsetExistsverifyclick to show/hide test files
SPLArrayObjectoffsetGetverifyclick to show/hide test files
SPLArrayObjectoffsetSetverifyclick to show/hide test files
SPLArrayObjectoffsetUnsetverifyclick to show/hide test files
SPLArrayObjectappendverifyclick to show/hide test files
SPLArrayObjectgetArrayCopyverifyclick to show/hide test files
SPLArrayObjectcountverifyclick to show/hide test files
SPLArrayObjectgetFlagsverifyclick to show/hide test files
SPLArrayObjectsetFlagsverifyclick to show/hide test files
SPLArrayObjectasortverifyclick to show/hide test files
SPLArrayObjectksortverifyclick to show/hide test files
SPLArrayObjectuasortverifyclick to show/hide test files
SPLArrayObjectuksortverifyclick to show/hide test files
SPLArrayObjectnatsortverifyclick to show/hide test files
SPLArrayObjectnatcasesortverifyclick to show/hide test files
SPLArrayObjectunserializeverifyclick to show/hide test files
SPLArrayObjectserializeverifyclick to show/hide test files
SPLArrayObjectgetIteratoryesclick to show/hide test files
SPLArrayObjectexchangeArrayyesclick to show/hide test files
SPLArrayObjectsetIteratorClassyesclick to show/hide test files
SPLArrayObjectgetIteratorClassyesclick to show/hide test files
SPLArrayIterator__constructverifyclick to show/hide test files
SPLArrayIteratoroffsetExistsverifyclick to show/hide test files
SPLArrayIteratoroffsetGetverifyclick to show/hide test files
SPLArrayIteratoroffsetSetverifyclick to show/hide test files
SPLArrayIteratoroffsetUnsetverifyclick to show/hide test files
SPLArrayIteratorappendverifyclick to show/hide test files
SPLArrayIteratorgetArrayCopyverifyclick to show/hide test files
SPLArrayIteratorcountverifyclick to show/hide test files
SPLArrayIteratorgetFlagsverifyclick to show/hide test files
SPLArrayIteratorsetFlagsverifyclick to show/hide test files
SPLArrayIteratorasortverifyclick to show/hide test files
SPLArrayIteratorksortverifyclick to show/hide test files
SPLArrayIteratoruasortverifyclick to show/hide test files
SPLArrayIteratoruksortverifyclick to show/hide test files
SPLArrayIteratornatsortverifyclick to show/hide test files
SPLArrayIteratornatcasesortverifyclick to show/hide test files
SPLArrayIteratorunserializeverifyclick to show/hide test files
SPLArrayIteratorserializeverifyclick to show/hide test files
SPLArrayIteratorrewindverifyclick to show/hide test files
SPLArrayIteratorcurrentverifyclick to show/hide test files
SPLArrayIteratorkeyverifyclick to show/hide test files
SPLArrayIteratornextverifyclick to show/hide test files
SPLArrayIteratorvalidverifyclick to show/hide test files
SPLArrayIteratorseekverifyclick to show/hide test files
SPLRecursiveArrayIteratorhasChildrenverifyclick to show/hide test files
SPLRecursiveArrayIteratorgetChildrenverifyclick to show/hide test files
SPLRecursiveArrayIterator__constructverifyclick to show/hide test files
SPLRecursiveArrayIteratoroffsetExistsverifyclick to show/hide test files
SPLRecursiveArrayIteratoroffsetGetverifyclick to show/hide test files
SPLRecursiveArrayIteratoroffsetSetverifyclick to show/hide test files
SPLRecursiveArrayIteratoroffsetUnsetverifyclick to show/hide test files
SPLRecursiveArrayIteratorappendverifyclick to show/hide test files
SPLRecursiveArrayIteratorgetArrayCopyverifyclick to show/hide test files
SPLRecursiveArrayIteratorcountverifyclick to show/hide test files
SPLRecursiveArrayIteratorgetFlagsverifyclick to show/hide test files
SPLRecursiveArrayIteratorsetFlagsverifyclick to show/hide test files
SPLRecursiveArrayIteratorasortverifyclick to show/hide test files
SPLRecursiveArrayIteratorksortverifyclick to show/hide test files
SPLRecursiveArrayIteratoruasortverifyclick to show/hide test files
SPLRecursiveArrayIteratoruksortverifyclick to show/hide test files
SPLRecursiveArrayIteratornatsortverifyclick to show/hide test files
SPLRecursiveArrayIteratornatcasesortverifyclick to show/hide test files
SPLRecursiveArrayIteratorunserializeverifyclick to show/hide test files
SPLRecursiveArrayIteratorserializeverifyclick to show/hide test files
SPLRecursiveArrayIteratorrewindverifyclick to show/hide test files
SPLRecursiveArrayIteratorcurrentverifyclick to show/hide test files
SPLRecursiveArrayIteratorkeyverifyclick to show/hide test files
SPLRecursiveArrayIteratornextverifyclick to show/hide test files
SPLRecursiveArrayIteratorvalidverifyclick to show/hide test files
SPLRecursiveArrayIteratorseekverifyclick to show/hide test files
SPLSplFileInfo__constructverifyclick to show/hide test files
SPLSplFileInfogetPathverifyclick to show/hide test files
SPLSplFileInfogetFilenameverifyclick to show/hide test files
SPLSplFileInfogetBasenameverifyclick to show/hide test files
SPLSplFileInfogetPathnameverifyclick to show/hide test files
SPLSplFileInfogetPermsno
SPLSplFileInfogetInodeno
SPLSplFileInfogetSizeverifyclick to show/hide test files
SPLSplFileInfogetOwnerno
SPLSplFileInfogetGroupno
SPLSplFileInfogetATimeverifyclick to show/hide test files
SPLSplFileInfogetMTimeverifyclick to show/hide test files
SPLSplFileInfogetCTimeverifyclick to show/hide test files
SPLSplFileInfogetTypeverifyclick to show/hide test files
SPLSplFileInfoisWritableverifyclick to show/hide test files
SPLSplFileInfoisReadableverifyclick to show/hide test files
SPLSplFileInfoisExecutableverifyclick to show/hide test files
SPLSplFileInfoisFileverifyclick to show/hide test files
SPLSplFileInfoisDirverifyclick to show/hide test files
SPLSplFileInfoisLinkverifyclick to show/hide test files
SPLSplFileInfogetLinkTargetno
SPLSplFileInfogetRealPathverifyclick to show/hide test files
SPLSplFileInfogetFileInfoverifyclick to show/hide test files
SPLSplFileInfogetPathInfoverifyclick to show/hide test files
SPLSplFileInfoopenFileverifyclick to show/hide test files
SPLSplFileInfosetFileClassverifyclick to show/hide test files
SPLSplFileInfosetInfoClassverifyclick to show/hide test files
SPLSplFileInfo__toStringverifyclick to show/hide test files
SPLDirectoryIterator__constructverifyclick to show/hide test files
SPLDirectoryIteratorgetFilenameverifyclick to show/hide test files
SPLDirectoryIteratorgetBasenameverifyclick to show/hide test files
SPLDirectoryIteratorisDotverifyclick to show/hide test files
SPLDirectoryIteratorrewindverifyclick to show/hide test files
SPLDirectoryIteratorvalidverifyclick to show/hide test files
SPLDirectoryIteratorkeyverifyclick to show/hide test files
SPLDirectoryIteratorcurrentverifyclick to show/hide test files
SPLDirectoryIteratornextverifyclick to show/hide test files
SPLDirectoryIteratorseekverifyclick to show/hide test files
SPLDirectoryIterator__toStringverifyclick to show/hide test files
SPLDirectoryIteratorgetPathverifyclick to show/hide test files
SPLDirectoryIteratorgetPathnameverifyclick to show/hide test files
SPLDirectoryIteratorgetPermsno
SPLDirectoryIteratorgetInodeno
SPLDirectoryIteratorgetSizeverifyclick to show/hide test files
SPLDirectoryIteratorgetOwnerno
SPLDirectoryIteratorgetGroupno
SPLDirectoryIteratorgetATimeverifyclick to show/hide test files
SPLDirectoryIteratorgetMTimeverifyclick to show/hide test files
SPLDirectoryIteratorgetCTimeverifyclick to show/hide test files
SPLDirectoryIteratorgetTypeverifyclick to show/hide test files
SPLDirectoryIteratorisWritableverifyclick to show/hide test files
SPLDirectoryIteratorisReadableverifyclick to show/hide test files
SPLDirectoryIteratorisExecutableverifyclick to show/hide test files
SPLDirectoryIteratorisFileverifyclick to show/hide test files
SPLDirectoryIteratorisDirverifyclick to show/hide test files
SPLDirectoryIteratorisLinkverifyclick to show/hide test files
SPLDirectoryIteratorgetLinkTargetno
SPLDirectoryIteratorgetRealPathverifyclick to show/hide test files
SPLDirectoryIteratorgetFileInfoverifyclick to show/hide test files
SPLDirectoryIteratorgetPathInfoverifyclick to show/hide test files
SPLDirectoryIteratoropenFileverifyclick to show/hide test files
SPLDirectoryIteratorsetFileClassverifyclick to show/hide test files
SPLDirectoryIteratorsetInfoClassverifyclick to show/hide test files
SPLFilesystemIterator__constructverifyclick to show/hide test files
SPLFilesystemIteratorrewindverifyclick to show/hide test files
SPLFilesystemIteratornextverifyclick to show/hide test files
SPLFilesystemIteratorkeyverifyclick to show/hide test files
SPLFilesystemIteratorcurrentverifyclick to show/hide test files
SPLFilesystemIteratorgetFlagsverifyclick to show/hide test files
SPLFilesystemIteratorsetFlagsverifyclick to show/hide test files
SPLFilesystemIteratorgetFilenameverifyclick to show/hide test files
SPLFilesystemIteratorgetBasenameverifyclick to show/hide test files
SPLFilesystemIteratorisDotverifyclick to show/hide test files
SPLFilesystemIteratorvalidverifyclick to show/hide test files
SPLFilesystemIteratorseekverifyclick to show/hide test files
SPLFilesystemIterator__toStringverifyclick to show/hide test files
SPLFilesystemIteratorgetPathverifyclick to show/hide test files
SPLFilesystemIteratorgetPathnameverifyclick to show/hide test files
SPLFilesystemIteratorgetPermsno
SPLFilesystemIteratorgetInodeno
SPLFilesystemIteratorgetSizeverifyclick to show/hide test files
SPLFilesystemIteratorgetOwnerno
SPLFilesystemIteratorgetGroupno
SPLFilesystemIteratorgetATimeverifyclick to show/hide test files
SPLFilesystemIteratorgetMTimeverifyclick to show/hide test files
SPLFilesystemIteratorgetCTimeverifyclick to show/hide test files
SPLFilesystemIteratorgetTypeverifyclick to show/hide test files
SPLFilesystemIteratorisWritableverifyclick to show/hide test files
SPLFilesystemIteratorisReadableverifyclick to show/hide test files
SPLFilesystemIteratorisExecutableverifyclick to show/hide test files
SPLFilesystemIteratorisFileverifyclick to show/hide test files
SPLFilesystemIteratorisDirverifyclick to show/hide test files
SPLFilesystemIteratorisLinkverifyclick to show/hide test files
SPLFilesystemIteratorgetLinkTargetno
SPLFilesystemIteratorgetRealPathverifyclick to show/hide test files
SPLFilesystemIteratorgetFileInfoverifyclick to show/hide test files
SPLFilesystemIteratorgetPathInfoverifyclick to show/hide test files
SPLFilesystemIteratoropenFileverifyclick to show/hide test files
SPLFilesystemIteratorsetFileClassverifyclick to show/hide test files
SPLFilesystemIteratorsetInfoClassverifyclick to show/hide test files
SPLRecursiveDirectoryIterator__constructverifyclick to show/hide test files
SPLRecursiveDirectoryIteratorhasChildrenverifyclick to show/hide test files
SPLRecursiveDirectoryIteratorgetChildrenverifyclick to show/hide test files
SPLRecursiveDirectoryIteratorgetSubPathverifyclick to show/hide test files
SPLRecursiveDirectoryIteratorgetSubPathnameverifyclick to show/hide test files
SPLRecursiveDirectoryIteratorrewindverifyclick to show/hide test files
SPLRecursiveDirectoryIteratornextverifyclick to show/hide test files
SPLRecursiveDirectoryIteratorkeyverifyclick to show/hide test files
SPLRecursiveDirectoryIteratorcurrentverifyclick to show/hide test files
SPLRecursiveDirectoryIteratorgetFlagsverifyclick to show/hide test files
SPLRecursiveDirectoryIteratorsetFlagsverifyclick to show/hide test files
SPLRecursiveDirectoryIteratorgetFilenameverifyclick to show/hide test files
SPLRecursiveDirectoryIteratorgetBasenameverifyclick to show/hide test files
SPLRecursiveDirectoryIteratorisDotverifyclick to show/hide test files
SPLRecursiveDirectoryIteratorvalidverifyclick to show/hide test files
SPLRecursiveDirectoryIteratorseekverifyclick to show/hide test files
SPLRecursiveDirectoryIterator__toStringverifyclick to show/hide test files
SPLRecursiveDirectoryIteratorgetPathverifyclick to show/hide test files
SPLRecursiveDirectoryIteratorgetPathnameverifyclick to show/hide test files
SPLRecursiveDirectoryIteratorgetPermsno
SPLRecursiveDirectoryIteratorgetInodeno
SPLRecursiveDirectoryIteratorgetSizeverifyclick to show/hide test files
SPLRecursiveDirectoryIteratorgetOwnerno
SPLRecursiveDirectoryIteratorgetGroupno
SPLRecursiveDirectoryIteratorgetATimeverifyclick to show/hide test files
SPLRecursiveDirectoryIteratorgetMTimeverifyclick to show/hide test files
SPLRecursiveDirectoryIteratorgetCTimeverifyclick to show/hide test files
SPLRecursiveDirectoryIteratorgetTypeverifyclick to show/hide test files
SPLRecursiveDirectoryIteratorisWritableverifyclick to show/hide test files
SPLRecursiveDirectoryIteratorisReadableverifyclick to show/hide test files
SPLRecursiveDirectoryIteratorisExecutableverifyclick to show/hide test files
SPLRecursiveDirectoryIteratorisFileverifyclick to show/hide test files
SPLRecursiveDirectoryIteratorisDirverifyclick to show/hide test files
SPLRecursiveDirectoryIteratorisLinkverifyclick to show/hide test files
SPLRecursiveDirectoryIteratorgetLinkTargetno
SPLRecursiveDirectoryIteratorgetRealPathverifyclick to show/hide test files
SPLRecursiveDirectoryIteratorgetFileInfoverifyclick to show/hide test files
SPLRecursiveDirectoryIteratorgetPathInfoverifyclick to show/hide test files
SPLRecursiveDirectoryIteratoropenFileverifyclick to show/hide test files
SPLRecursiveDirectoryIteratorsetFileClassverifyclick to show/hide test files
SPLRecursiveDirectoryIteratorsetInfoClassverifyclick to show/hide test files
SPLGlobIterator__constructverifyclick to show/hide test files
SPLGlobIteratorcountverifyclick to show/hide test files
SPLGlobIteratorrewindverifyclick to show/hide test files
SPLGlobIteratornextverifyclick to show/hide test files
SPLGlobIteratorkeyverifyclick to show/hide test files
SPLGlobIteratorcurrentverifyclick to show/hide test files
SPLGlobIteratorgetFlagsverifyclick to show/hide test files
SPLGlobIteratorsetFlagsverifyclick to show/hide test files
SPLGlobIteratorgetFilenameverifyclick to show/hide test files
SPLGlobIteratorgetBasenameverifyclick to show/hide test files
SPLGlobIteratorisDotverifyclick to show/hide test files
SPLGlobIteratorvalidverifyclick to show/hide test files
SPLGlobIteratorseekverifyclick to show/hide test files
SPLGlobIterator__toStringverifyclick to show/hide test files
SPLGlobIteratorgetPathverifyclick to show/hide test files
SPLGlobIteratorgetPathnameverifyclick to show/hide test files
SPLGlobIteratorgetPermsno
SPLGlobIteratorgetInodeno
SPLGlobIteratorgetSizeverifyclick to show/hide test files
SPLGlobIteratorgetOwnerno
SPLGlobIteratorgetGroupno
SPLGlobIteratorgetATimeverifyclick to show/hide test files
SPLGlobIteratorgetMTimeverifyclick to show/hide test files
SPLGlobIteratorgetCTimeverifyclick to show/hide test files
SPLGlobIteratorgetTypeverifyclick to show/hide test files
SPLGlobIteratorisWritableverifyclick to show/hide test files
SPLGlobIteratorisReadableverifyclick to show/hide test files
SPLGlobIteratorisExecutableverifyclick to show/hide test files
SPLGlobIteratorisFileverifyclick to show/hide test files
SPLGlobIteratorisDirverifyclick to show/hide test files
SPLGlobIteratorisLinkverifyclick to show/hide test files
SPLGlobIteratorgetLinkTargetno
SPLGlobIteratorgetRealPathverifyclick to show/hide test files
SPLGlobIteratorgetFileInfoverifyclick to show/hide test files
SPLGlobIteratorgetPathInfoverifyclick to show/hide test files
SPLGlobIteratoropenFileverifyclick to show/hide test files
SPLGlobIteratorsetFileClassverifyclick to show/hide test files
SPLGlobIteratorsetInfoClassverifyclick to show/hide test files
SPLSplFileObject__constructverifyclick to show/hide test files
SPLSplFileObjectrewindverifyclick to show/hide test files
SPLSplFileObjecteofverifyclick to show/hide test files
SPLSplFileObjectvalidverifyclick to show/hide test files
SPLSplFileObjectfgetsverifyclick to show/hide test files
SPLSplFileObjectfgetcsvverifyclick to show/hide test files
SPLSplFileObjectsetCsvControlno
SPLSplFileObjectgetCsvControlno
SPLSplFileObjectflockverifyclick to show/hide test files
SPLSplFileObjectfflushverifyclick to show/hide test files
SPLSplFileObjectftellverifyclick to show/hide test files
SPLSplFileObjectfseekverifyclick to show/hide test files
SPLSplFileObjectfgetcverifyclick to show/hide test files
SPLSplFileObjectfpassthruverifyclick to show/hide test files
SPLSplFileObjectfgetssverifyclick to show/hide test files
SPLSplFileObjectfscanfverifyclick to show/hide test files
SPLSplFileObjectfwriteverifyclick to show/hide test files
SPLSplFileObjectfstatverifyclick to show/hide test files
SPLSplFileObjectftruncateverifyclick to show/hide test files
SPLSplFileObjectcurrentverifyclick to show/hide test files
SPLSplFileObjectkeyverifyclick to show/hide test files
SPLSplFileObjectnextverifyclick to show/hide test files
SPLSplFileObjectsetFlagsverifyclick to show/hide test files
SPLSplFileObjectgetFlagsverifyclick to show/hide test files
SPLSplFileObjectsetMaxLineLenverifyclick to show/hide test files
SPLSplFileObjectgetMaxLineLenverifyclick to show/hide test files
SPLSplFileObjecthasChildrenverifyclick to show/hide test files
SPLSplFileObjectgetChildrenverifyclick to show/hide test files
SPLSplFileObjectseekverifyclick to show/hide test files
SPLSplFileObjectgetCurrentLineverifyclick to show/hide test files
SPLSplFileObject__toStringverifyclick to show/hide test files
SPLSplFileObjectgetPathverifyclick to show/hide test files
SPLSplFileObjectgetFilenameverifyclick to show/hide test files
SPLSplFileObjectgetBasenameverifyclick to show/hide test files
SPLSplFileObjectgetPathnameverifyclick to show/hide test files
SPLSplFileObjectgetPermsno
SPLSplFileObjectgetInodeno
SPLSplFileObjectgetSizeverifyclick to show/hide test files
SPLSplFileObjectgetOwnerno
SPLSplFileObjectgetGroupno
SPLSplFileObjectgetATimeverifyclick to show/hide test files
SPLSplFileObjectgetMTimeverifyclick to show/hide test files
SPLSplFileObjectgetCTimeverifyclick to show/hide test files
SPLSplFileObjectgetTypeverifyclick to show/hide test files
SPLSplFileObjectisWritableverifyclick to show/hide test files
SPLSplFileObjectisReadableverifyclick to show/hide test files
SPLSplFileObjectisExecutableverifyclick to show/hide test files
SPLSplFileObjectisFileverifyclick to show/hide test files
SPLSplFileObjectisDirverifyclick to show/hide test files
SPLSplFileObjectisLinkverifyclick to show/hide test files
SPLSplFileObjectgetLinkTargetno
SPLSplFileObjectgetRealPathverifyclick to show/hide test files
SPLSplFileObjectgetFileInfoverifyclick to show/hide test files
SPLSplFileObjectgetPathInfoverifyclick to show/hide test files
SPLSplFileObjectopenFileverifyclick to show/hide test files
SPLSplFileObjectsetFileClassverifyclick to show/hide test files
SPLSplFileObjectsetInfoClassverifyclick to show/hide test files
SPLSplTempFileObject__constructverifyclick to show/hide test files
SPLSplTempFileObjectrewindverifyclick to show/hide test files
SPLSplTempFileObjecteofverifyclick to show/hide test files
SPLSplTempFileObjectvalidverifyclick to show/hide test files
SPLSplTempFileObjectfgetsverifyclick to show/hide test files
SPLSplTempFileObjectfgetcsvverifyclick to show/hide test files
SPLSplTempFileObjectsetCsvControlno
SPLSplTempFileObjectgetCsvControlno
SPLSplTempFileObjectflockverifyclick to show/hide test files
SPLSplTempFileObjectfflushverifyclick to show/hide test files
SPLSplTempFileObjectftellverifyclick to show/hide test files
SPLSplTempFileObjectfseekverifyclick to show/hide test files
SPLSplTempFileObjectfgetcverifyclick to show/hide test files
SPLSplTempFileObjectfpassthruverifyclick to show/hide test files
SPLSplTempFileObjectfgetssverifyclick to show/hide test files
SPLSplTempFileObjectfscanfverifyclick to show/hide test files
SPLSplTempFileObjectfwriteverifyclick to show/hide test files
SPLSplTempFileObjectfstatverifyclick to show/hide test files
SPLSplTempFileObjectftruncateverifyclick to show/hide test files
SPLSplTempFileObjectcurrentverifyclick to show/hide test files
SPLSplTempFileObjectkeyverifyclick to show/hide test files
SPLSplTempFileObjectnextverifyclick to show/hide test files
SPLSplTempFileObjectsetFlagsverifyclick to show/hide test files
SPLSplTempFileObjectgetFlagsverifyclick to show/hide test files
SPLSplTempFileObjectsetMaxLineLenverifyclick to show/hide test files
SPLSplTempFileObjectgetMaxLineLenverifyclick to show/hide test files
SPLSplTempFileObjecthasChildrenverifyclick to show/hide test files
SPLSplTempFileObjectgetChildrenverifyclick to show/hide test files
SPLSplTempFileObjectseekverifyclick to show/hide test files
SPLSplTempFileObjectgetCurrentLineverifyclick to show/hide test files
SPLSplTempFileObject__toStringverifyclick to show/hide test files
SPLSplTempFileObjectgetPathverifyclick to show/hide test files
SPLSplTempFileObjectgetFilenameverifyclick to show/hide test files
SPLSplTempFileObjectgetBasenameverifyclick to show/hide test files
SPLSplTempFileObjectgetPathnameverifyclick to show/hide test files
SPLSplTempFileObjectgetPermsno
SPLSplTempFileObjectgetInodeno
SPLSplTempFileObjectgetSizeverifyclick to show/hide test files
SPLSplTempFileObjectgetOwnerno
SPLSplTempFileObjectgetGroupno
SPLSplTempFileObjectgetATimeverifyclick to show/hide test files
SPLSplTempFileObjectgetMTimeverifyclick to show/hide test files
SPLSplTempFileObjectgetCTimeverifyclick to show/hide test files
SPLSplTempFileObjectgetTypeverifyclick to show/hide test files
SPLSplTempFileObjectisWritableverifyclick to show/hide test files
SPLSplTempFileObjectisReadableverifyclick to show/hide test files
SPLSplTempFileObjectisExecutableverifyclick to show/hide test files
SPLSplTempFileObjectisFileverifyclick to show/hide test files
SPLSplTempFileObjectisDirverifyclick to show/hide test files
SPLSplTempFileObjectisLinkverifyclick to show/hide test files
SPLSplTempFileObjectgetLinkTargetno
SPLSplTempFileObjectgetRealPathverifyclick to show/hide test files
SPLSplTempFileObjectgetFileInfoverifyclick to show/hide test files
SPLSplTempFileObjectgetPathInfoverifyclick to show/hide test files
SPLSplTempFileObjectopenFileverifyclick to show/hide test files
SPLSplTempFileObjectsetFileClassverifyclick to show/hide test files
SPLSplTempFileObjectsetInfoClassverifyclick to show/hide test files
SPLSimpleXMLIteratorrewindverifyclick to show/hide test files
SPLSimpleXMLIteratorvalidverifyclick to show/hide test files
SPLSimpleXMLIteratorcurrentverifyclick to show/hide test files
SPLSimpleXMLIteratorkeyverifyclick to show/hide test files
SPLSimpleXMLIteratornextverifyclick to show/hide test files
SPLSimpleXMLIteratorhasChildrenverifyclick to show/hide test files
SPLSimpleXMLIteratorgetChildrenverifyclick to show/hide test files
SPLSimpleXMLIterator__constructverifyclick to show/hide test files
SPLSimpleXMLIteratorasXMLverifyclick to show/hide test files
SPLSimpleXMLIteratorsaveXMLverifyclick to show/hide test files
SPLSimpleXMLIteratorxpathverifyclick to show/hide test files
SPLSimpleXMLIteratorregisterXPathNamespaceno
SPLSimpleXMLIteratorattributesverifyclick to show/hide test files
SPLSimpleXMLIteratorchildrenverifyclick to show/hide test files
SPLSimpleXMLIteratorgetNamespacesverifyclick to show/hide test files
SPLSimpleXMLIteratorgetDocNamespacesverifyclick to show/hide test files
SPLSimpleXMLIteratorgetNameverifyclick to show/hide test files
SPLSimpleXMLIteratoraddChildverifyclick to show/hide test files
SPLSimpleXMLIteratoraddAttributeverifyclick to show/hide test files
SPLSimpleXMLIterator__toStringverifyclick to show/hide test files
SPLSimpleXMLIteratorcountverifyclick to show/hide test files
SPLSplDoublyLinkedListpopverifyclick to show/hide test files
SPLSplDoublyLinkedListshiftverifyclick to show/hide test files
SPLSplDoublyLinkedListpushverifyclick to show/hide test files
SPLSplDoublyLinkedListunshiftverifyclick to show/hide test files
SPLSplDoublyLinkedListtopverifyclick to show/hide test files
SPLSplDoublyLinkedListbottomverifyclick to show/hide test files
SPLSplDoublyLinkedListcountverifyclick to show/hide test files
SPLSplDoublyLinkedListisEmptyno
SPLSplDoublyLinkedListsetIteratorModeverifyclick to show/hide test files
SPLSplDoublyLinkedListgetIteratorModeno
SPLSplDoublyLinkedListoffsetExistsverifyclick to show/hide test files
SPLSplDoublyLinkedListoffsetGetverifyclick to show/hide test files
SPLSplDoublyLinkedListoffsetSetverifyclick to show/hide test files
SPLSplDoublyLinkedListoffsetUnsetverifyclick to show/hide test files
SPLSplDoublyLinkedListrewindverifyclick to show/hide test files
SPLSplDoublyLinkedListcurrentverifyclick to show/hide test files
SPLSplDoublyLinkedListkeyverifyclick to show/hide test files
SPLSplDoublyLinkedListnextverifyclick to show/hide test files
SPLSplDoublyLinkedListvalidverifyclick to show/hide test files
SPLSplQueueenqueueyesclick to show/hide test files
SPLSplQueuedequeueyesclick to show/hide test files
SPLSplQueuepopverifyclick to show/hide test files
SPLSplQueueshiftverifyclick to show/hide test files
SPLSplQueuepushverifyclick to show/hide test files
SPLSplQueueunshiftverifyclick to show/hide test files
SPLSplQueuetopverifyclick to show/hide test files
SPLSplQueuebottomverifyclick to show/hide test files
SPLSplQueuecountverifyclick to show/hide test files
SPLSplQueueisEmptyno
SPLSplQueuesetIteratorModeverifyclick to show/hide test files
SPLSplQueuegetIteratorModeno
SPLSplQueueoffsetExistsverifyclick to show/hide test files
SPLSplQueueoffsetGetverifyclick to show/hide test files
SPLSplQueueoffsetSetverifyclick to show/hide test files
SPLSplQueueoffsetUnsetverifyclick to show/hide test files
SPLSplQueuerewindverifyclick to show/hide test files
SPLSplQueuecurrentverifyclick to show/hide test files
SPLSplQueuekeyverifyclick to show/hide test files
SPLSplQueuenextverifyclick to show/hide test files
SPLSplQueuevalidverifyclick to show/hide test files
SPLSplStackpopverifyclick to show/hide test files
SPLSplStackshiftverifyclick to show/hide test files
SPLSplStackpushverifyclick to show/hide test files
SPLSplStackunshiftverifyclick to show/hide test files
SPLSplStacktopverifyclick to show/hide test files
SPLSplStackbottomverifyclick to show/hide test files
SPLSplStackcountverifyclick to show/hide test files
SPLSplStackisEmptyno
SPLSplStacksetIteratorModeverifyclick to show/hide test files
SPLSplStackgetIteratorModeno
SPLSplStackoffsetExistsverifyclick to show/hide test files
SPLSplStackoffsetGetverifyclick to show/hide test files
SPLSplStackoffsetSetverifyclick to show/hide test files
SPLSplStackoffsetUnsetverifyclick to show/hide test files
SPLSplStackrewindverifyclick to show/hide test files
SPLSplStackcurrentverifyclick to show/hide test files
SPLSplStackkeyverifyclick to show/hide test files
SPLSplStacknextverifyclick to show/hide test files
SPLSplStackvalidverifyclick to show/hide test files
SPLSplHeapextractverifyclick to show/hide test files
SPLSplHeapinsertverifyclick to show/hide test files
SPLSplHeaptopverifyclick to show/hide test files
SPLSplHeapcountverifyclick to show/hide test files
SPLSplHeapisEmptyno
SPLSplHeaprewindverifyclick to show/hide test files
SPLSplHeapcurrentverifyclick to show/hide test files
SPLSplHeapkeyverifyclick to show/hide test files
SPLSplHeapnextverifyclick to show/hide test files
SPLSplHeapvalidverifyclick to show/hide test files
SPLSplHeaprecoverFromCorruptionverifyclick to show/hide test files
SPLSplHeapcompareverifyclick to show/hide test files
SPLSplMinHeapcompareverifyclick to show/hide test files
SPLSplMinHeapextractverifyclick to show/hide test files
SPLSplMinHeapinsertverifyclick to show/hide test files
SPLSplMinHeaptopverifyclick to show/hide test files
SPLSplMinHeapcountverifyclick to show/hide test files
SPLSplMinHeapisEmptyno
SPLSplMinHeaprewindverifyclick to show/hide test files
SPLSplMinHeapcurrentverifyclick to show/hide test files
SPLSplMinHeapkeyverifyclick to show/hide test files
SPLSplMinHeapnextverifyclick to show/hide test files
SPLSplMinHeapvalidverifyclick to show/hide test files
SPLSplMinHeaprecoverFromCorruptionverifyclick to show/hide test files
SPLSplMaxHeapcompareverifyclick to show/hide test files
SPLSplMaxHeapextractverifyclick to show/hide test files
SPLSplMaxHeapinsertverifyclick to show/hide test files
SPLSplMaxHeaptopverifyclick to show/hide test files
SPLSplMaxHeapcountverifyclick to show/hide test files
SPLSplMaxHeapisEmptyno
SPLSplMaxHeaprewindverifyclick to show/hide test files
SPLSplMaxHeapcurrentverifyclick to show/hide test files
SPLSplMaxHeapkeyverifyclick to show/hide test files
SPLSplMaxHeapnextverifyclick to show/hide test files
SPLSplMaxHeapvalidverifyclick to show/hide test files
SPLSplMaxHeaprecoverFromCorruptionverifyclick to show/hide test files
SPLSplPriorityQueuecompareverifyclick to show/hide test files
SPLSplPriorityQueueinsertverifyclick to show/hide test files
SPLSplPriorityQueuesetExtractFlagsyesclick to show/hide test files
SPLSplPriorityQueuetopverifyclick to show/hide test files
SPLSplPriorityQueueextractverifyclick to show/hide test files
SPLSplPriorityQueuecountverifyclick to show/hide test files
SPLSplPriorityQueueisEmptyno
SPLSplPriorityQueuerewindverifyclick to show/hide test files
SPLSplPriorityQueuecurrentverifyclick to show/hide test files
SPLSplPriorityQueuekeyverifyclick to show/hide test files
SPLSplPriorityQueuenextverifyclick to show/hide test files
SPLSplPriorityQueuevalidverifyclick to show/hide test files
SPLSplPriorityQueuerecoverFromCorruptionverifyclick to show/hide test files
SPLSplFixedArray__constructverifyclick to show/hide test files
SPLSplFixedArraycountverifyclick to show/hide test files
SPLSplFixedArraytoArrayyesclick to show/hide test files
SPLSplFixedArrayfromArrayyesclick to show/hide test files
SPLSplFixedArraygetSizeverifyclick to show/hide test files
SPLSplFixedArraysetSizeyesclick to show/hide test files
SPLSplFixedArrayoffsetExistsverifyclick to show/hide test files
SPLSplFixedArrayoffsetGetverifyclick to show/hide test files
SPLSplFixedArrayoffsetSetverifyclick to show/hide test files
SPLSplFixedArrayoffsetUnsetverifyclick to show/hide test files
SPLSplFixedArrayrewindverifyclick to show/hide test files
SPLSplFixedArraycurrentverifyclick to show/hide test files
SPLSplFixedArraykeyverifyclick to show/hide test files
SPLSplFixedArraynextverifyclick to show/hide test files
SPLSplFixedArrayvalidverifyclick to show/hide test files
SPLSplObjectStorageattachyesclick to show/hide test files
SPLSplObjectStoragedetachyesclick to show/hide test files
SPLSplObjectStoragecontainsyesclick to show/hide test files
SPLSplObjectStoragegetInfoyesclick to show/hide test files
SPLSplObjectStoragesetInfoyesclick to show/hide test files
SPLSplObjectStoragecountverifyclick to show/hide test files
SPLSplObjectStoragerewindverifyclick to show/hide test files
SPLSplObjectStoragevalidverifyclick to show/hide test files
SPLSplObjectStoragekeyverifyclick to show/hide test files
SPLSplObjectStoragecurrentverifyclick to show/hide test files
SPLSplObjectStoragenextverifyclick to show/hide test files
SPLSplObjectStorageunserializeverifyclick to show/hide test files
SPLSplObjectStorageserializeverifyclick to show/hide test files
SPLSplObjectStorageoffsetExistsverifyclick to show/hide test files
SPLSplObjectStorageoffsetSetverifyclick to show/hide test files
SPLSplObjectStorageoffsetUnsetverifyclick to show/hide test files
SPLSplObjectStorageoffsetGetverifyclick to show/hide test files
SPLMultipleIterator__constructverifyclick to show/hide test files
SPLMultipleIteratorgetFlagsverifyclick to show/hide test files
SPLMultipleIteratorsetFlagsverifyclick to show/hide test files
SPLMultipleIteratorattachIteratoryesclick to show/hide test files
SPLMultipleIteratordetachIteratoryesclick to show/hide test files
SPLMultipleIteratorcontainsIteratoryesclick to show/hide test files
SPLMultipleIteratorcountIteratorsyesclick to show/hide test files
SPLMultipleIteratorrewindverifyclick to show/hide test files
SPLMultipleIteratorvalidverifyclick to show/hide test files
SPLMultipleIteratorkeyverifyclick to show/hide test files
SPLMultipleIteratorcurrentverifyclick to show/hide test files
SPLMultipleIteratornextverifyclick to show/hide test files
PDOPDOException__cloneverifyclick to show/hide test files
PDOPDOException__constructverifyclick to show/hide test files
PDOPDOExceptiongetMessageverifyclick to show/hide test files
PDOPDOExceptiongetCodeverifyclick to show/hide test files
PDOPDOExceptiongetFileverifyclick to show/hide test files
PDOPDOExceptiongetLineverifyclick to show/hide test files
PDOPDOExceptiongetTraceverifyclick to show/hide test files
PDOPDOExceptiongetPreviousno
PDOPDOExceptiongetTraceAsStringverifyclick to show/hide test files
PDOPDOException__toStringverifyclick to show/hide test files
PDOPDO__constructverifyclick to show/hide test files
PDOPDOprepareverifyclick to show/hide test files
PDOPDObeginTransactionyesclick to show/hide test files
PDOPDOcommityesclick to show/hide test files
PDOPDOrollBackyesclick to show/hide test files
PDOPDOsetAttributeverifyclick to show/hide test files
PDOPDOexecverifyclick to show/hide test files
PDOPDOqueryverifyclick to show/hide test files
PDOPDOlastInsertIdyesclick to show/hide test files
PDOPDOerrorCodeverifyclick to show/hide test files
PDOPDOerrorInfoverifyclick to show/hide test files
PDOPDOgetAttributeverifyclick to show/hide test files
PDOPDOquoteyesclick to show/hide test files
PDOPDO__wakeupverifyclick to show/hide test files
PDOPDO__sleepverifyclick to show/hide test files
PDOPDOgetAvailableDriversno
PDOPDOStatementexecuteverifyclick to show/hide test files
PDOPDOStatementfetchverifyclick to show/hide test files
PDOPDOStatementbindParamverifyclick to show/hide test files
PDOPDOStatementbindColumnyesclick to show/hide test files
PDOPDOStatementbindValueverifyclick to show/hide test files
PDOPDOStatementrowCountyesclick to show/hide test files
PDOPDOStatementfetchColumnyesclick to show/hide test files
PDOPDOStatementfetchAllverifyclick to show/hide test files
PDOPDOStatementfetchObjectverifyclick to show/hide test files
PDOPDOStatementerrorCodeverifyclick to show/hide test files
PDOPDOStatementerrorInfoverifyclick to show/hide test files
PDOPDOStatementsetAttributeverifyclick to show/hide test files
PDOPDOStatementgetAttributeverifyclick to show/hide test files
PDOPDOStatementcolumnCountyesclick to show/hide test files
PDOPDOStatementgetColumnMetayesclick to show/hide test files
PDOPDOStatementsetFetchModeyesclick to show/hide test files
PDOPDOStatementnextRowsetyesclick to show/hide test files
PDOPDOStatementcloseCursoryesclick to show/hide test files
PDOPDOStatementdebugDumpParamsno
PDOPDOStatement__wakeupverifyclick to show/hide test files
PDOPDOStatement__sleepverifyclick to show/hide test files
SQLiteSQLiteDatabase__constructverifyclick to show/hide test files
SQLiteSQLiteDatabasequeryverifyclick to show/hide test files
SQLiteSQLiteDatabasequeryExecno
SQLiteSQLiteDatabasearrayQueryyesclick to show/hide test files
SQLiteSQLiteDatabasesingleQueryyesclick to show/hide test files
SQLiteSQLiteDatabaseunbufferedQueryyesclick to show/hide test files
SQLiteSQLiteDatabaselastInsertRowidyesclick to show/hide test files
SQLiteSQLiteDatabasechangesverifyclick to show/hide test files
SQLiteSQLiteDatabasecreateAggregateverifyclick to show/hide test files
SQLiteSQLiteDatabasecreateFunctionverifyclick to show/hide test files
SQLiteSQLiteDatabasebusyTimeoutno
SQLiteSQLiteDatabaselastErrorno
SQLiteSQLiteDatabasefetchColumnTypesyesclick to show/hide test files
SQLiteSQLiteResultfetchverifyclick to show/hide test files
SQLiteSQLiteResultfetchObjectverifyclick to show/hide test files
SQLiteSQLiteResultfetchSingleverifyclick to show/hide test files
SQLiteSQLiteResultfetchAllverifyclick to show/hide test files
SQLiteSQLiteResultcolumnverifyclick to show/hide test files
SQLiteSQLiteResultnumFieldsverifyclick to show/hide test files
SQLiteSQLiteResultfieldNameverifyclick to show/hide test files
SQLiteSQLiteResultcurrentverifyclick to show/hide test files
SQLiteSQLiteResultkeyverifyclick to show/hide test files
SQLiteSQLiteResultnextverifyclick to show/hide test files
SQLiteSQLiteResultvalidverifyclick to show/hide test files
SQLiteSQLiteResultrewindverifyclick to show/hide test files
SQLiteSQLiteResultcountverifyclick to show/hide test files
SQLiteSQLiteResultprevverifyclick to show/hide test files
SQLiteSQLiteResulthasPrevno
SQLiteSQLiteResultnumRowsyesclick to show/hide test files
SQLiteSQLiteResultseekverifyclick to show/hide test files
SQLiteSQLiteUnbufferedfetchverifyclick to show/hide test files
SQLiteSQLiteUnbufferedfetchObjectverifyclick to show/hide test files
SQLiteSQLiteUnbufferedfetchSingleverifyclick to show/hide test files
SQLiteSQLiteUnbufferedfetchAllverifyclick to show/hide test files
SQLiteSQLiteUnbufferedcolumnverifyclick to show/hide test files
SQLiteSQLiteUnbufferednumFieldsverifyclick to show/hide test files
SQLiteSQLiteUnbufferedfieldNameverifyclick to show/hide test files
SQLiteSQLiteUnbufferedcurrentverifyclick to show/hide test files
SQLiteSQLiteUnbufferednextverifyclick to show/hide test files
SQLiteSQLiteUnbufferedvalidverifyclick to show/hide test files
SQLiteSQLiteException__cloneverifyclick to show/hide test files
SQLiteSQLiteException__constructverifyclick to show/hide test files
SQLiteSQLiteExceptiongetMessageverifyclick to show/hide test files
SQLiteSQLiteExceptiongetCodeverifyclick to show/hide test files
SQLiteSQLiteExceptiongetFileverifyclick to show/hide test files
SQLiteSQLiteExceptiongetLineverifyclick to show/hide test files
SQLiteSQLiteExceptiongetTraceverifyclick to show/hide test files
SQLiteSQLiteExceptiongetPreviousno
SQLiteSQLiteExceptiongetTraceAsStringverifyclick to show/hide test files
SQLiteSQLiteException__toStringverifyclick to show/hide test files
standardphp_user_filterfilteryesclick to show/hide test files
standardphp_user_filteronCreateyesclick to show/hide test files
standardphp_user_filteronCloseyesclick to show/hide test files
standardDirectorycloseverifyclick to show/hide test files
standardDirectoryrewindverifyclick to show/hide test files
standardDirectoryreadverifyclick to show/hide test files
ReflectionReflectionException__cloneverifyclick to show/hide test files
ReflectionReflectionException__constructverifyclick to show/hide test files
ReflectionReflectionExceptiongetMessageverifyclick to show/hide test files
ReflectionReflectionExceptiongetCodeverifyclick to show/hide test files
ReflectionReflectionExceptiongetFileverifyclick to show/hide test files
ReflectionReflectionExceptiongetLineverifyclick to show/hide test files
ReflectionReflectionExceptiongetTraceverifyclick to show/hide test files
ReflectionReflectionExceptiongetPreviousno
ReflectionReflectionExceptiongetTraceAsStringverifyclick to show/hide test files
ReflectionReflectionException__toStringverifyclick to show/hide test files
ReflectionReflectiongetModifierNamesyesclick to show/hide test files
ReflectionReflectionexportverifyclick to show/hide test files
ReflectionReflectionFunctionAbstract__cloneverifyclick to show/hide test files
ReflectionReflectionFunctionAbstract__toStringverifyclick to show/hide test files
ReflectionReflectionFunctionAbstractisInternalverifyclick to show/hide test files
ReflectionReflectionFunctionAbstractisUserDefinedverifyclick to show/hide test files
ReflectionReflectionFunctionAbstractgetNameverifyclick to show/hide test files
ReflectionReflectionFunctionAbstractgetFileNameverifyclick to show/hide test files
ReflectionReflectionFunctionAbstractgetStartLineverifyclick to show/hide test files
ReflectionReflectionFunctionAbstractgetEndLineverifyclick to show/hide test files
ReflectionReflectionFunctionAbstractgetDocCommentverifyclick to show/hide test files
ReflectionReflectionFunctionAbstractgetStaticVariablesverifyclick to show/hide test files
ReflectionReflectionFunctionAbstractreturnsReferenceverifyclick to show/hide test files
ReflectionReflectionFunctionAbstractgetParametersverifyclick to show/hide test files
ReflectionReflectionFunctionAbstractgetNumberOfParametersverifyclick to show/hide test files
ReflectionReflectionFunctionAbstractgetNumberOfRequiredParametersverifyclick to show/hide test files
ReflectionReflectionFunctionAbstractgetExtensionverifyclick to show/hide test files
ReflectionReflectionFunctionAbstractgetExtensionNameverifyclick to show/hide test files
ReflectionReflectionFunctionAbstractisDeprecatedno
ReflectionReflectionFunctionAbstractinNamespaceverifyclick to show/hide test files
ReflectionReflectionFunctionAbstractgetNamespaceNameverifyclick to show/hide test files
ReflectionReflectionFunctionAbstractgetShortNameverifyclick to show/hide test files
ReflectionReflectionFunction__constructverifyclick to show/hide test files
ReflectionReflectionFunction__toStringverifyclick to show/hide test files
ReflectionReflectionFunctionexportverifyclick to show/hide test files
ReflectionReflectionFunctionisDisabledno
ReflectionReflectionFunctiongetClosureno
ReflectionReflectionFunctioninvokeverifyclick to show/hide test files
ReflectionReflectionFunctioninvokeArgsverifyclick to show/hide test files
ReflectionReflectionFunction__cloneverifyclick to show/hide test files
ReflectionReflectionFunctionisInternalverifyclick to show/hide test files
ReflectionReflectionFunctionisUserDefinedverifyclick to show/hide test files
ReflectionReflectionFunctiongetNameverifyclick to show/hide test files
ReflectionReflectionFunctiongetFileNameverifyclick to show/hide test files
ReflectionReflectionFunctiongetStartLineverifyclick to show/hide test files
ReflectionReflectionFunctiongetEndLineverifyclick to show/hide test files
ReflectionReflectionFunctiongetDocCommentverifyclick to show/hide test files
ReflectionReflectionFunctiongetStaticVariablesverifyclick to show/hide test files
ReflectionReflectionFunctionreturnsReferenceverifyclick to show/hide test files
ReflectionReflectionFunctiongetParametersverifyclick to show/hide test files
ReflectionReflectionFunctiongetNumberOfParametersverifyclick to show/hide test files
ReflectionReflectionFunctiongetNumberOfRequiredParametersverifyclick to show/hide test files
ReflectionReflectionFunctiongetExtensionverifyclick to show/hide test files
ReflectionReflectionFunctiongetExtensionNameverifyclick to show/hide test files
ReflectionReflectionFunctionisDeprecatedno
ReflectionReflectionFunctioninNamespaceverifyclick to show/hide test files
ReflectionReflectionFunctiongetNamespaceNameverifyclick to show/hide test files
ReflectionReflectionFunctiongetShortNameverifyclick to show/hide test files
ReflectionReflectionParameter__cloneverifyclick to show/hide test files
ReflectionReflectionParameterexportverifyclick to show/hide test files
ReflectionReflectionParameter__constructverifyclick to show/hide test files
ReflectionReflectionParameter__toStringverifyclick to show/hide test files
ReflectionReflectionParametergetNameverifyclick to show/hide test files
ReflectionReflectionParameterisPassedByReferenceno
ReflectionReflectionParametergetDeclaringFunctionyesclick to show/hide test files
ReflectionReflectionParametergetDeclaringClassverifyclick to show/hide test files
ReflectionReflectionParametergetClassyesclick to show/hide test files
ReflectionReflectionParameterisArrayno
ReflectionReflectionParameterallowsNullno
ReflectionReflectionParametergetPositionverifyclick to show/hide test files
ReflectionReflectionParameterisOptionalyesclick to show/hide test files
ReflectionReflectionParameterisDefaultValueAvailableyesclick to show/hide test files
ReflectionReflectionParametergetDefaultValueyesclick to show/hide test files
ReflectionReflectionMethodexportverifyclick to show/hide test files
ReflectionReflectionMethod__constructverifyclick to show/hide test files
ReflectionReflectionMethod__toStringverifyclick to show/hide test files
ReflectionReflectionMethodisPublicverifyclick to show/hide test files
ReflectionReflectionMethodisPrivateverifyclick to show/hide test files
ReflectionReflectionMethodisProtectedverifyclick to show/hide test files
ReflectionReflectionMethodisAbstractverifyclick to show/hide test files
ReflectionReflectionMethodisFinalverifyclick to show/hide test files
ReflectionReflectionMethodisStaticverifyclick to show/hide test files
ReflectionReflectionMethodisConstructoryesclick to show/hide test files
ReflectionReflectionMethodisDestructoryesclick to show/hide test files
ReflectionReflectionMethodgetModifiersverifyclick to show/hide test files
ReflectionReflectionMethodgetClosureno
ReflectionReflectionMethodinvokeverifyclick to show/hide test files
ReflectionReflectionMethodinvokeArgsverifyclick to show/hide test files
ReflectionReflectionMethodgetDeclaringClassverifyclick to show/hide test files
ReflectionReflectionMethodgetPrototypeno
ReflectionReflectionMethod__cloneverifyclick to show/hide test files
ReflectionReflectionMethodisInternalverifyclick to show/hide test files
ReflectionReflectionMethodisUserDefinedverifyclick to show/hide test files
ReflectionReflectionMethodgetNameverifyclick to show/hide test files
ReflectionReflectionMethodgetFileNameverifyclick to show/hide test files
ReflectionReflectionMethodgetStartLineverifyclick to show/hide test files
ReflectionReflectionMethodgetEndLineverifyclick to show/hide test files
ReflectionReflectionMethodgetDocCommentverifyclick to show/hide test files
ReflectionReflectionMethodgetStaticVariablesverifyclick to show/hide test files
ReflectionReflectionMethodreturnsReferenceverifyclick to show/hide test files
ReflectionReflectionMethodgetParametersverifyclick to show/hide test files
ReflectionReflectionMethodgetNumberOfParametersverifyclick to show/hide test files
ReflectionReflectionMethodgetNumberOfRequiredParametersverifyclick to show/hide test files
ReflectionReflectionMethodgetExtensionverifyclick to show/hide test files
ReflectionReflectionMethodgetExtensionNameverifyclick to show/hide test files
ReflectionReflectionMethodisDeprecatedno
ReflectionReflectionMethodinNamespaceverifyclick to show/hide test files
ReflectionReflectionMethodgetNamespaceNameverifyclick to show/hide test files
ReflectionReflectionMethodgetShortNameverifyclick to show/hide test files
ReflectionReflectionClass__cloneverifyclick to show/hide test files
ReflectionReflectionClassexportverifyclick to show/hide test files
ReflectionReflectionClass__constructverifyclick to show/hide test files
ReflectionReflectionClass__toStringverifyclick to show/hide test files
ReflectionReflectionClassgetNameverifyclick to show/hide test files
ReflectionReflectionClassisInternalverifyclick to show/hide test files
ReflectionReflectionClassisUserDefinedverifyclick to show/hide test files
ReflectionReflectionClassisInstantiableverifyclick to show/hide test files
ReflectionReflectionClassgetFileNameverifyclick to show/hide test files
ReflectionReflectionClassgetStartLineverifyclick to show/hide test files
ReflectionReflectionClassgetEndLineverifyclick to show/hide test files
ReflectionReflectionClassgetDocCommentverifyclick to show/hide test files
ReflectionReflectionClassgetConstructorverifyclick to show/hide test files
ReflectionReflectionClasshasMethodverifyclick to show/hide test files
ReflectionReflectionClassgetMethodverifyclick to show/hide test files
ReflectionReflectionClassgetMethodsverifyclick to show/hide test files
ReflectionReflectionClasshasPropertyverifyclick to show/hide test files
ReflectionReflectionClassgetPropertyverifyclick to show/hide test files
ReflectionReflectionClassgetPropertiesverifyclick to show/hide test files
ReflectionReflectionClasshasConstantverifyclick to show/hide test files
ReflectionReflectionClassgetConstantsverifyclick to show/hide test files
ReflectionReflectionClassgetConstantverifyclick to show/hide test files
ReflectionReflectionClassgetInterfacesno
ReflectionReflectionClassgetInterfaceNamesverifyclick to show/hide test files
ReflectionReflectionClassisInterfaceverifyclick to show/hide test files
ReflectionReflectionClassisAbstractverifyclick to show/hide test files
ReflectionReflectionClassisFinalverifyclick to show/hide test files
ReflectionReflectionClassgetModifiersverifyclick to show/hide test files
ReflectionReflectionClassisInstanceverifyclick to show/hide test files
ReflectionReflectionClassnewInstanceverifyclick to show/hide test files
ReflectionReflectionClassnewInstanceArgsverifyclick to show/hide test files
ReflectionReflectionClassgetParentClassverifyclick to show/hide test files
ReflectionReflectionClassisSubclassOfverifyclick to show/hide test files
ReflectionReflectionClassgetStaticPropertiesverifyclick to show/hide test files
ReflectionReflectionClassgetStaticPropertyValueverifyclick to show/hide test files
ReflectionReflectionClasssetStaticPropertyValueverifyclick to show/hide test files
ReflectionReflectionClassgetDefaultPropertiesverifyclick to show/hide test files
ReflectionReflectionClassisIterateableverifyclick to show/hide test files
ReflectionReflectionClassimplementsInterfaceverifyclick to show/hide test files
ReflectionReflectionClassgetExtensionverifyclick to show/hide test files
ReflectionReflectionClassgetExtensionNameverifyclick to show/hide test files
ReflectionReflectionClassinNamespaceverifyclick to show/hide test files
ReflectionReflectionClassgetNamespaceNameverifyclick to show/hide test files
ReflectionReflectionClassgetShortNameverifyclick to show/hide test files
ReflectionReflectionObjectexportverifyclick to show/hide test files
ReflectionReflectionObject__constructverifyclick to show/hide test files
ReflectionReflectionObject__cloneverifyclick to show/hide test files
ReflectionReflectionObject__toStringverifyclick to show/hide test files
ReflectionReflectionObjectgetNameverifyclick to show/hide test files
ReflectionReflectionObjectisInternalverifyclick to show/hide test files
ReflectionReflectionObjectisUserDefinedverifyclick to show/hide test files
ReflectionReflectionObjectisInstantiableverifyclick to show/hide test files
ReflectionReflectionObjectgetFileNameverifyclick to show/hide test files
ReflectionReflectionObjectgetStartLineverifyclick to show/hide test files
ReflectionReflectionObjectgetEndLineverifyclick to show/hide test files
ReflectionReflectionObjectgetDocCommentverifyclick to show/hide test files
ReflectionReflectionObjectgetConstructorverifyclick to show/hide test files
ReflectionReflectionObjecthasMethodverifyclick to show/hide test files
ReflectionReflectionObjectgetMethodverifyclick to show/hide test files
ReflectionReflectionObjectgetMethodsverifyclick to show/hide test files
ReflectionReflectionObjecthasPropertyverifyclick to show/hide test files
ReflectionReflectionObjectgetPropertyverifyclick to show/hide test files
ReflectionReflectionObjectgetPropertiesverifyclick to show/hide test files
ReflectionReflectionObjecthasConstantverifyclick to show/hide test files
ReflectionReflectionObjectgetConstantsverifyclick to show/hide test files
ReflectionReflectionObjectgetConstantverifyclick to show/hide test files
ReflectionReflectionObjectgetInterfacesno
ReflectionReflectionObjectgetInterfaceNamesverifyclick to show/hide test files
ReflectionReflectionObjectisInterfaceverifyclick to show/hide test files
ReflectionReflectionObjectisAbstractverifyclick to show/hide test files
ReflectionReflectionObjectisFinalverifyclick to show/hide test files
ReflectionReflectionObjectgetModifiersverifyclick to show/hide test files
ReflectionReflectionObjectisInstanceverifyclick to show/hide test files
ReflectionReflectionObjectnewInstanceverifyclick to show/hide test files
ReflectionReflectionObjectnewInstanceArgsverifyclick to show/hide test files
ReflectionReflectionObjectgetParentClassverifyclick to show/hide test files
ReflectionReflectionObjectisSubclassOfverifyclick to show/hide test files
ReflectionReflectionObjectgetStaticPropertiesverifyclick to show/hide test files
ReflectionReflectionObjectgetStaticPropertyValueverifyclick to show/hide test files
ReflectionReflectionObjectsetStaticPropertyValueverifyclick to show/hide test files
ReflectionReflectionObjectgetDefaultPropertiesverifyclick to show/hide test files
ReflectionReflectionObjectisIterateableverifyclick to show/hide test files
ReflectionReflectionObjectimplementsInterfaceverifyclick to show/hide test files
ReflectionReflectionObjectgetExtensionverifyclick to show/hide test files
ReflectionReflectionObjectgetExtensionNameverifyclick to show/hide test files
ReflectionReflectionObjectinNamespaceverifyclick to show/hide test files
ReflectionReflectionObjectgetNamespaceNameverifyclick to show/hide test files
ReflectionReflectionObjectgetShortNameverifyclick to show/hide test files
ReflectionReflectionProperty__cloneverifyclick to show/hide test files
ReflectionReflectionPropertyexportverifyclick to show/hide test files
ReflectionReflectionProperty__constructverifyclick to show/hide test files
ReflectionReflectionProperty__toStringverifyclick to show/hide test files
ReflectionReflectionPropertygetNameverifyclick to show/hide test files
ReflectionReflectionPropertygetValueyesclick to show/hide test files
ReflectionReflectionPropertysetValueyesclick to show/hide test files
ReflectionReflectionPropertyisPublicverifyclick to show/hide test files
ReflectionReflectionPropertyisPrivateverifyclick to show/hide test files
ReflectionReflectionPropertyisProtectedverifyclick to show/hide test files
ReflectionReflectionPropertyisStaticverifyclick to show/hide test files
ReflectionReflectionPropertyisDefaultyesclick to show/hide test files
ReflectionReflectionPropertygetModifiersverifyclick to show/hide test files
ReflectionReflectionPropertygetDeclaringClassverifyclick to show/hide test files
ReflectionReflectionPropertygetDocCommentverifyclick to show/hide test files
ReflectionReflectionPropertysetAccessibleyesclick to show/hide test files
ReflectionReflectionExtension__cloneverifyclick to show/hide test files
ReflectionReflectionExtensionexportverifyclick to show/hide test files
ReflectionReflectionExtension__constructverifyclick to show/hide test files
ReflectionReflectionExtension__toStringverifyclick to show/hide test files
ReflectionReflectionExtensiongetNameverifyclick to show/hide test files
ReflectionReflectionExtensiongetVersionverifyclick to show/hide test files
ReflectionReflectionExtensiongetFunctionsyesclick to show/hide test files
ReflectionReflectionExtensiongetConstantsverifyclick to show/hide test files
ReflectionReflectionExtensiongetINIEntriesno
ReflectionReflectionExtensiongetClassesyesclick to show/hide test files
ReflectionReflectionExtensiongetClassNamesyesclick to show/hide test files
ReflectionReflectionExtensiongetDependenciesyesclick to show/hide test files
ReflectionReflectionExtensioninfoyesclick to show/hide test files
PharPharException__cloneverifyclick to show/hide test files
PharPharException__constructverifyclick to show/hide test files