]> granicus.if.org Git - php/commitdiff
Remove unnecessary PHPDoc-alike blocks from tests
authorMáté Kocsis <kocsismate@woohoolabs.com>
Wed, 24 Jun 2020 09:34:14 +0000 (11:34 +0200)
committerMáté Kocsis <kocsismate@woohoolabs.com>
Wed, 24 Jun 2020 11:13:44 +0000 (13:13 +0200)
Closes GH-5759

2374 files changed:
Zend/tests/019.phpt
Zend/tests/bug46196.phpt
Zend/tests/function_exists_basic.phpt
Zend/tests/get_defined_functions_basic.phpt
Zend/tests/get_defined_vars.phpt
ext/ctype/tests/ctype_alnum_basic.phpt
ext/ctype/tests/ctype_alnum_variation1.phpt
ext/ctype/tests/ctype_alnum_variation2.phpt
ext/ctype/tests/ctype_alnum_variation3.phpt
ext/ctype/tests/ctype_alnum_variation4.phpt
ext/ctype/tests/ctype_alpha_basic.phpt
ext/ctype/tests/ctype_alpha_variation1.phpt
ext/ctype/tests/ctype_alpha_variation2.phpt
ext/ctype/tests/ctype_alpha_variation3.phpt
ext/ctype/tests/ctype_alpha_variation4.phpt
ext/ctype/tests/ctype_cntrl_basic.phpt
ext/ctype/tests/ctype_cntrl_variation1.phpt
ext/ctype/tests/ctype_cntrl_variation2.phpt
ext/ctype/tests/ctype_cntrl_variation3.phpt
ext/ctype/tests/ctype_cntrl_variation4.phpt
ext/ctype/tests/ctype_digit_basic.phpt
ext/ctype/tests/ctype_digit_variation1.phpt
ext/ctype/tests/ctype_digit_variation2.phpt
ext/ctype/tests/ctype_digit_variation3.phpt
ext/ctype/tests/ctype_digit_variation4.phpt
ext/ctype/tests/ctype_graph_basic.phpt
ext/ctype/tests/ctype_graph_variation1.phpt
ext/ctype/tests/ctype_graph_variation2.phpt
ext/ctype/tests/ctype_graph_variation3.phpt
ext/ctype/tests/ctype_graph_variation4.phpt
ext/ctype/tests/ctype_lower_basic.phpt
ext/ctype/tests/ctype_lower_variation1.phpt
ext/ctype/tests/ctype_lower_variation2.phpt
ext/ctype/tests/ctype_lower_variation3.phpt
ext/ctype/tests/ctype_lower_variation4.phpt
ext/ctype/tests/ctype_print_basic.phpt
ext/ctype/tests/ctype_print_variation1.phpt
ext/ctype/tests/ctype_print_variation2.phpt
ext/ctype/tests/ctype_print_variation3.phpt
ext/ctype/tests/ctype_print_variation4.phpt
ext/ctype/tests/ctype_punct_basic.phpt
ext/ctype/tests/ctype_punct_variation1.phpt
ext/ctype/tests/ctype_punct_variation2.phpt
ext/ctype/tests/ctype_punct_variation3.phpt
ext/ctype/tests/ctype_punct_variation4.phpt
ext/ctype/tests/ctype_space_basic.phpt
ext/ctype/tests/ctype_space_variation1.phpt
ext/ctype/tests/ctype_space_variation2.phpt
ext/ctype/tests/ctype_space_variation3.phpt
ext/ctype/tests/ctype_space_variation4.phpt
ext/ctype/tests/ctype_upper_basic.phpt
ext/ctype/tests/ctype_upper_variation1.phpt
ext/ctype/tests/ctype_upper_variation2.phpt
ext/ctype/tests/ctype_upper_variation3.phpt
ext/ctype/tests/ctype_upper_variation4.phpt
ext/ctype/tests/ctype_xdigit_basic.phpt
ext/ctype/tests/ctype_xdigit_variation1.phpt
ext/ctype/tests/ctype_xdigit_variation2.phpt
ext/ctype/tests/ctype_xdigit_variation3.phpt
ext/ctype/tests/ctype_xdigit_variation4.phpt
ext/curl/tests/bug55767.phpt
ext/curl/tests/curl_basic_001.phpt
ext/curl/tests/curl_basic_002.phpt
ext/curl/tests/curl_basic_003.phpt
ext/curl/tests/curl_basic_004.phpt
ext/curl/tests/curl_basic_005.phpt
ext/curl/tests/curl_basic_006.phpt
ext/curl/tests/curl_basic_011.phpt
ext/curl/tests/curl_basic_012.phpt
ext/curl/tests/curl_basic_013.phpt
ext/curl/tests/curl_basic_018.phpt
ext/curl/tests/curl_error_basic.phpt
ext/curl/tests/curl_multi_init_basic.phpt
ext/curl/tests/curl_multi_select_basic1.phpt
ext/curl/tests/curl_setopt_array_basic.phpt
ext/date/tests/DateTimeZone_construct_basic.phpt
ext/date/tests/DateTimeZone_construct_error.phpt
ext/date/tests/DateTimeZone_getName_basic1.phpt
ext/date/tests/DateTimeZone_getOffset_basic1.phpt
ext/date/tests/DateTimeZone_getTransitions_basic1.phpt
ext/date/tests/DateTimeZone_listAbbreviations_basic1.phpt
ext/date/tests/DateTimeZone_listIdentifiers_basic1.phpt
ext/date/tests/DateTime_construct_basic1.phpt
ext/date/tests/DateTime_construct_error.phpt
ext/date/tests/DateTime_format_basic1.phpt
ext/date/tests/DateTime_format_basic2.phpt
ext/date/tests/DateTime_getOffset_basic1.phpt
ext/date/tests/DateTime_getTimeZone_basic1.phpt
ext/date/tests/DateTime_modify_basic1.phpt
ext/date/tests/DateTime_setDate_basic1.phpt
ext/date/tests/DateTime_setISODate_basic1.phpt
ext/date/tests/DateTime_setTime_basic1.phpt
ext/date/tests/DateTime_setTimezone_basic1.phpt
ext/date/tests/checkdate_basic1.phpt
ext/date/tests/date_add_basic.phpt
ext/date/tests/date_basic1.phpt
ext/date/tests/date_create_basic.phpt
ext/date/tests/date_date_set_basic1.phpt
ext/date/tests/date_default_timezone_set_error.phpt
ext/date/tests/date_format_basic1.phpt
ext/date/tests/date_isodate_set_basic1.phpt
ext/date/tests/date_modify_basic1.phpt
ext/date/tests/date_offset_get_basic1.phpt
ext/date/tests/date_parse_basic1.phpt
ext/date/tests/date_parse_error.phpt
ext/date/tests/date_sub_basic.phpt
ext/date/tests/date_sunrise_variation7.phpt
ext/date/tests/date_sunrise_variation8.phpt
ext/date/tests/date_sunset_variation7.phpt
ext/date/tests/date_sunset_variation8.phpt
ext/date/tests/date_time_set_basic1.phpt
ext/date/tests/date_timezone_get_basic1.phpt
ext/date/tests/date_timezone_set_basic1.phpt
ext/date/tests/getdate_basic.phpt
ext/date/tests/getdate_variation2.phpt
ext/date/tests/getdate_variation3.phpt
ext/date/tests/getdate_variation4.phpt
ext/date/tests/getdate_variation5.phpt
ext/date/tests/getdate_variation6.phpt
ext/date/tests/gettimeofday_basic.phpt
ext/date/tests/gmdate_basic.phpt
ext/date/tests/gmdate_variation10.phpt
ext/date/tests/gmdate_variation11.phpt
ext/date/tests/gmdate_variation12.phpt
ext/date/tests/gmdate_variation13.phpt
ext/date/tests/gmdate_variation3.phpt
ext/date/tests/gmdate_variation4.phpt
ext/date/tests/gmdate_variation5.phpt
ext/date/tests/gmdate_variation6.phpt
ext/date/tests/gmdate_variation7.phpt
ext/date/tests/gmdate_variation9.phpt
ext/date/tests/gmmktime_basic.phpt
ext/date/tests/gmmktime_variation7.phpt
ext/date/tests/gmmktime_variation8.phpt
ext/date/tests/gmmktime_variation9.phpt
ext/date/tests/gmstrftime_basic.phpt
ext/date/tests/gmstrftime_variation10.phpt
ext/date/tests/gmstrftime_variation11.phpt
ext/date/tests/gmstrftime_variation12.phpt
ext/date/tests/gmstrftime_variation13.phpt
ext/date/tests/gmstrftime_variation14.phpt
ext/date/tests/gmstrftime_variation15.phpt
ext/date/tests/gmstrftime_variation16.phpt
ext/date/tests/gmstrftime_variation17.phpt
ext/date/tests/gmstrftime_variation18.phpt
ext/date/tests/gmstrftime_variation19.phpt
ext/date/tests/gmstrftime_variation20.phpt
ext/date/tests/gmstrftime_variation21.phpt
ext/date/tests/gmstrftime_variation22.phpt
ext/date/tests/gmstrftime_variation3.phpt
ext/date/tests/gmstrftime_variation4.phpt
ext/date/tests/gmstrftime_variation5.phpt
ext/date/tests/gmstrftime_variation6.phpt
ext/date/tests/gmstrftime_variation7.phpt
ext/date/tests/gmstrftime_variation8.phpt
ext/date/tests/gmstrftime_variation9.phpt
ext/date/tests/idate_basic.phpt
ext/date/tests/idate_variation4.phpt
ext/date/tests/idate_variation5.phpt
ext/date/tests/idate_variation6.phpt
ext/date/tests/localtime_basic.phpt
ext/date/tests/localtime_variation4.phpt
ext/date/tests/localtime_variation5.phpt
ext/date/tests/microtime_basic.phpt
ext/date/tests/microtime_error.phpt
ext/date/tests/mktime_basic1.phpt
ext/date/tests/mktime_error.phpt
ext/date/tests/strftime_basic.phpt
ext/date/tests/strftime_variation10.phpt
ext/date/tests/strftime_variation11.phpt
ext/date/tests/strftime_variation12.phpt
ext/date/tests/strftime_variation13.phpt
ext/date/tests/strftime_variation14.phpt
ext/date/tests/strftime_variation15.phpt
ext/date/tests/strftime_variation16.phpt
ext/date/tests/strftime_variation17.phpt
ext/date/tests/strftime_variation18.phpt
ext/date/tests/strftime_variation19.phpt
ext/date/tests/strftime_variation20.phpt
ext/date/tests/strftime_variation21.phpt
ext/date/tests/strftime_variation22.phpt
ext/date/tests/strftime_variation3.phpt
ext/date/tests/strftime_variation4.phpt
ext/date/tests/strftime_variation5.phpt
ext/date/tests/strftime_variation6.phpt
ext/date/tests/strftime_variation7.phpt
ext/date/tests/strftime_variation8.phpt
ext/date/tests/strftime_variation9.phpt
ext/date/tests/time_basic.phpt
ext/date/tests/timezone_abbreviations_list_basic1.phpt
ext/date/tests/timezone_identifiers_list_basic1.phpt
ext/date/tests/timezone_name_from_abbr_basic1.phpt
ext/date/tests/timezone_offset_get_basic1.phpt
ext/date/tests/timezone_offset_get_error.phpt
ext/date/tests/timezone_open_basic1.phpt
ext/date/tests/timezone_transitions_get_basic1.phpt
ext/exif/tests/exif_imagetype_basic-mb.phpt
ext/exif/tests/exif_imagetype_basic.phpt
ext/exif/tests/exif_imagetype_error.phpt
ext/exif/tests/exif_tagname_basic.phpt
ext/fileinfo/tests/finfo_buffer_basic-mb.phpt
ext/fileinfo/tests/finfo_buffer_basic.phpt
ext/fileinfo/tests/finfo_buffer_variation1-mb.phpt
ext/fileinfo/tests/finfo_buffer_variation1.phpt
ext/fileinfo/tests/finfo_close_basic.phpt
ext/fileinfo/tests/finfo_close_error.phpt
ext/fileinfo/tests/finfo_file_basic.phpt
ext/fileinfo/tests/finfo_open_basic.phpt
ext/fileinfo/tests/finfo_open_error.phpt
ext/fileinfo/tests/finfo_open_variation1.phpt
ext/fileinfo/tests/finfo_set_flags_basic-mb.phpt
ext/fileinfo/tests/finfo_set_flags_basic.phpt
ext/gd/tests/gd_info_basic.phpt
ext/gd/tests/gd_info_variation1.phpt
ext/gd/tests/imagecolorallocate_basic.phpt
ext/gd/tests/imagecolorallocate_variation5.phpt
ext/gd/tests/imagecolorallocate_variation6.phpt
ext/gd/tests/imagecolorstotal_basic.phpt
ext/gd/tests/imagecolourstotal_basic.phpt
ext/gd/tests/imagecopyresampled_basic.phpt
ext/gd/tests/imagedashedline_basic.phpt
ext/gd/tests/imagefilledpolygon_basic.phpt
ext/gd/tests/imagepolygon_basic.phpt
ext/hash/tests/hash_algos.phpt
ext/hash/tests/hash_error.phpt
ext/hash/tests/hash_file_basic.phpt
ext/hash/tests/hash_file_basic1.phpt
ext/hash/tests/hash_file_error.phpt
ext/hash/tests/hash_hkdf_basic.phpt
ext/hash/tests/hash_hkdf_edges.phpt
ext/hash/tests/hash_hkdf_error.phpt
ext/hash/tests/hash_hkdf_rfc5869.phpt
ext/hash/tests/hash_hmac_basic.phpt
ext/hash/tests/hash_hmac_error.phpt
ext/hash/tests/hash_hmac_file_basic.phpt
ext/hash/tests/hash_hmac_file_error.phpt
ext/hash/tests/hash_pbkdf2_basic.phpt
ext/hash/tests/hash_pbkdf2_error.phpt
ext/iconv/tests/iconv_basic.phpt
ext/iconv/tests/iconv_encoding_basic.phpt
ext/iconv/tests/iconv_strlen_basic.phpt
ext/iconv/tests/iconv_strlen_error2.phpt
ext/iconv/tests/iconv_strpos_basic.phpt
ext/iconv/tests/iconv_strpos_error2.phpt
ext/iconv/tests/iconv_strpos_variation5.phpt
ext/iconv/tests/iconv_strrpos_basic.phpt
ext/iconv/tests/iconv_strrpos_error2.phpt
ext/iconv/tests/iconv_substr_basic.phpt
ext/iconv/tests/iconv_substr_error2.phpt
ext/imap/tests/imap_8bit_basic.phpt
ext/imap/tests/imap_append_basic.phpt
ext/imap/tests/imap_base64_basic.phpt
ext/imap/tests/imap_binary_basic.phpt
ext/imap/tests/imap_body_basic.phpt
ext/imap/tests/imap_bodystruct_basic.phpt
ext/imap/tests/imap_clearflag_full_basic.phpt
ext/imap/tests/imap_close_basic.phpt
ext/imap/tests/imap_close_variation4.phpt
ext/imap/tests/imap_createmailbox_basic.phpt
ext/imap/tests/imap_errors_basic.phpt
ext/imap/tests/imap_fetch_overview_basic.phpt
ext/imap/tests/imap_fetch_overview_variation3.phpt
ext/imap/tests/imap_fetch_overview_variation5.phpt
ext/imap/tests/imap_fetch_overview_variation6.phpt
ext/imap/tests/imap_fetchbody_basic.phpt
ext/imap/tests/imap_fetchbody_variation4.phpt
ext/imap/tests/imap_fetchbody_variation6.phpt
ext/imap/tests/imap_fetchheader_basic.phpt
ext/imap/tests/imap_fetchheader_variation3.phpt
ext/imap/tests/imap_fetchheader_variation5.phpt
ext/imap/tests/imap_mail_copy_basic.phpt
ext/imap/tests/imap_mail_move_basic.phpt
ext/mbstring/tests/bug43840.phpt
ext/mbstring/tests/bug43841.phpt
ext/mbstring/tests/bug43994.phpt
ext/mbstring/tests/bug43998.phpt
ext/mbstring/tests/mb_convert_encoding_array.phpt
ext/mbstring/tests/mb_convert_encoding_array2.phpt
ext/mbstring/tests/mb_convert_encoding_basic.phpt
ext/mbstring/tests/mb_decode_mimeheader_basic.phpt
ext/mbstring/tests/mb_decode_mimeheader_variation2.phpt
ext/mbstring/tests/mb_decode_mimeheader_variation3.phpt
ext/mbstring/tests/mb_encode_mimeheader_basic.phpt
ext/mbstring/tests/mb_encode_mimeheader_basic2.phpt
ext/mbstring/tests/mb_encode_mimeheader_basic3.phpt
ext/mbstring/tests/mb_encode_mimeheader_indent.phpt
ext/mbstring/tests/mb_encode_mimeheader_variation6.phpt
ext/mbstring/tests/mb_ereg_basic.phpt
ext/mbstring/tests/mb_ereg_match_basic.phpt
ext/mbstring/tests/mb_ereg_replace_basic.phpt
ext/mbstring/tests/mb_ereg_replace_variation1.phpt
ext/mbstring/tests/mb_ereg_variation3.phpt
ext/mbstring/tests/mb_ereg_variation4.phpt
ext/mbstring/tests/mb_ereg_variation5.phpt
ext/mbstring/tests/mb_ereg_variation6.phpt
ext/mbstring/tests/mb_ereg_variation7.phpt
ext/mbstring/tests/mb_internal_encoding_basic.phpt
ext/mbstring/tests/mb_internal_encoding_basic2.phpt
ext/mbstring/tests/mb_internal_encoding_error2.phpt
ext/mbstring/tests/mb_internal_encoding_variation2.phpt
ext/mbstring/tests/mb_regex_encoding_basic.phpt
ext/mbstring/tests/mb_regex_encoding_error2.phpt
ext/mbstring/tests/mb_regex_encoding_variation2.phpt
ext/mbstring/tests/mb_stripos_basic.phpt
ext/mbstring/tests/mb_stripos_basic2.phpt
ext/mbstring/tests/mb_stripos_error2.phpt
ext/mbstring/tests/mb_stripos_variation5_Bug45923.phpt
ext/mbstring/tests/mb_stristr_basic.phpt
ext/mbstring/tests/mb_stristr_error2.phpt
ext/mbstring/tests/mb_stristr_variation5.phpt
ext/mbstring/tests/mb_strlen_basic.phpt
ext/mbstring/tests/mb_strlen_error2.phpt
ext/mbstring/tests/mb_strlen_variation3.phpt
ext/mbstring/tests/mb_strpos_basic.phpt
ext/mbstring/tests/mb_strpos_error2.phpt
ext/mbstring/tests/mb_strpos_variation5.phpt
ext/mbstring/tests/mb_strrchr_basic.phpt
ext/mbstring/tests/mb_strrchr_error2.phpt
ext/mbstring/tests/mb_strrchr_variation5.phpt
ext/mbstring/tests/mb_strrchr_variation6.phpt
ext/mbstring/tests/mb_strrichr_basic.phpt
ext/mbstring/tests/mb_strrichr_error2.phpt
ext/mbstring/tests/mb_strrichr_variation5.phpt
ext/mbstring/tests/mb_strripos_basic.phpt
ext/mbstring/tests/mb_strripos_basic2.phpt
ext/mbstring/tests/mb_strripos_error2.phpt
ext/mbstring/tests/mb_strripos_variation5_Bug45923.phpt
ext/mbstring/tests/mb_strrpos_basic.phpt
ext/mbstring/tests/mb_strrpos_error2.phpt
ext/mbstring/tests/mb_strstr_basic.phpt
ext/mbstring/tests/mb_strstr_error2.phpt
ext/mbstring/tests/mb_strstr_variation5.phpt
ext/mbstring/tests/mb_strstr_variation6.phpt
ext/mbstring/tests/mb_strtolower_basic.phpt
ext/mbstring/tests/mb_strtolower_error2.phpt
ext/mbstring/tests/mb_strtolower_variation3.phpt
ext/mbstring/tests/mb_strtolower_variation4.phpt
ext/mbstring/tests/mb_strtoupper_basic.phpt
ext/mbstring/tests/mb_strtoupper_error2.phpt
ext/mbstring/tests/mb_strtoupper_variation3.phpt
ext/mbstring/tests/mb_strtoupper_variation4.phpt
ext/mbstring/tests/mb_substitute_character_basic.phpt
ext/mbstring/tests/mb_substitute_character_variation2.phpt
ext/mbstring/tests/mb_substitute_character_variation_strict_types.phpt
ext/mbstring/tests/mb_substitute_character_variation_weak_types.phpt
ext/mbstring/tests/mb_substr_basic.phpt
ext/mbstring/tests/mb_substr_count_basic.phpt
ext/mbstring/tests/mb_substr_count_error2.phpt
ext/mbstring/tests/mb_substr_count_variation4.phpt
ext/mbstring/tests/mb_substr_error2.phpt
ext/mbstring/tests/mb_substr_variation4.phpt
ext/mbstring/tests/mb_substr_variation5.phpt
ext/mbstring/tests/mb_substr_variation6.phpt
ext/mbstring/tests/mb_substr_variation7.phpt
ext/mysqli/tests/mysqli_begin_transaction.phpt
ext/mysqli/tests/mysqli_release_savepoint.phpt
ext/mysqli/tests/mysqli_savepoint.phpt
ext/pcre/tests/preg_grep_basic.phpt
ext/pcre/tests/preg_grep_error1.phpt
ext/pcre/tests/preg_match_all_basic.phpt
ext/pcre/tests/preg_match_all_edit_basic.phpt
ext/pcre/tests/preg_match_all_error1.phpt
ext/pcre/tests/preg_match_all_error2.phpt
ext/pcre/tests/preg_match_all_error3.phpt
ext/pcre/tests/preg_match_basic.phpt
ext/pcre/tests/preg_match_basic_002.phpt
ext/pcre/tests/preg_match_basic_edit.phpt
ext/pcre/tests/preg_match_error1.phpt
ext/pcre/tests/preg_match_error2.phpt
ext/pcre/tests/preg_match_latin.phpt
ext/pcre/tests/preg_match_variation1.phpt
ext/pcre/tests/preg_quote_basic.phpt
ext/pcre/tests/preg_replace_basic.phpt
ext/pcre/tests/preg_replace_callback_basic.phpt
ext/pcre/tests/preg_replace_callback_error1.phpt
ext/pcre/tests/preg_replace_edit_basic.phpt
ext/pcre/tests/preg_replace_error1.phpt
ext/pcre/tests/preg_replace_error2.phpt
ext/pcre/tests/preg_replace_variation1.phpt
ext/pcre/tests/preg_split_basic.phpt
ext/pcre/tests/preg_split_error1.phpt
ext/posix/tests/posix_getgrgid_error.phpt
ext/posix/tests/posix_getpgid_error.phpt
ext/posix/tests/posix_getpwuid_error.phpt
ext/posix/tests/posix_kill_error.phpt
ext/posix/tests/posix_strerror_error.phpt
ext/reflection/tests/ReflectionFunction_getClosure_basic.phpt
ext/reflection/tests/ReflectionMethod_getClosure_basic.phpt
ext/reflection/tests/ReflectionMethod_getClosure_error.phpt
ext/session/tests/bug78624.phpt
ext/session/tests/session_abort_basic.phpt
ext/session/tests/session_basic1.phpt
ext/session/tests/session_basic2.phpt
ext/session/tests/session_basic3.phpt
ext/session/tests/session_basic4.phpt
ext/session/tests/session_basic5.phpt
ext/session/tests/session_cache_expire_basic.phpt
ext/session/tests/session_cache_expire_variation1.phpt
ext/session/tests/session_cache_expire_variation2.phpt
ext/session/tests/session_cache_expire_variation3.phpt
ext/session/tests/session_cache_limiter_basic.phpt
ext/session/tests/session_cache_limiter_variation1.phpt
ext/session/tests/session_cache_limiter_variation2.phpt
ext/session/tests/session_cache_limiter_variation3.phpt
ext/session/tests/session_commit_basic.phpt
ext/session/tests/session_commit_variation1.phpt
ext/session/tests/session_commit_variation2.phpt
ext/session/tests/session_commit_variation3.phpt
ext/session/tests/session_commit_variation4.phpt
ext/session/tests/session_commit_variation5.phpt
ext/session/tests/session_create_id_basic.phpt
ext/session/tests/session_decode_basic.phpt
ext/session/tests/session_decode_basic_serialize.phpt
ext/session/tests/session_decode_error2.phpt
ext/session/tests/session_decode_variation1.phpt
ext/session/tests/session_decode_variation2.phpt
ext/session/tests/session_decode_variation3.phpt
ext/session/tests/session_decode_variation4.phpt
ext/session/tests/session_destroy_variation1.phpt
ext/session/tests/session_destroy_variation2.phpt
ext/session/tests/session_destroy_variation3.phpt
ext/session/tests/session_encode_basic.phpt
ext/session/tests/session_encode_error2.phpt
ext/session/tests/session_encode_variation1.phpt
ext/session/tests/session_encode_variation2.phpt
ext/session/tests/session_encode_variation3.phpt
ext/session/tests/session_encode_variation4.phpt
ext/session/tests/session_encode_variation5.phpt
ext/session/tests/session_encode_variation6.phpt
ext/session/tests/session_encode_variation7.phpt
ext/session/tests/session_encode_variation8.phpt
ext/session/tests/session_gc_basic.phpt
ext/session/tests/session_get_cookie_params_basic.phpt
ext/session/tests/session_get_cookie_params_variation1.phpt
ext/session/tests/session_id_basic.phpt
ext/session/tests/session_id_basic2.phpt
ext/session/tests/session_id_error2.phpt
ext/session/tests/session_id_error3.phpt
ext/session/tests/session_module_name_basic.phpt
ext/session/tests/session_module_name_variation1.phpt
ext/session/tests/session_module_name_variation2.phpt
ext/session/tests/session_module_name_variation3.phpt
ext/session/tests/session_module_name_variation4.phpt
ext/session/tests/session_name_basic.phpt
ext/session/tests/session_name_variation1.phpt
ext/session/tests/session_name_variation2.phpt
ext/session/tests/session_regenerate_id_basic.phpt
ext/session/tests/session_regenerate_id_cookie.phpt
ext/session/tests/session_regenerate_id_variation1.phpt
ext/session/tests/session_reset_basic.phpt
ext/session/tests/session_save_path_basic.phpt
ext/session/tests/session_save_path_variation1.phpt
ext/session/tests/session_save_path_variation2.phpt
ext/session/tests/session_save_path_variation3.phpt
ext/session/tests/session_save_path_variation4.phpt
ext/session/tests/session_save_path_variation5.phpt
ext/session/tests/session_set_cookie_params_basic.phpt
ext/session/tests/session_set_cookie_params_variation1.phpt
ext/session/tests/session_set_cookie_params_variation2.phpt
ext/session/tests/session_set_cookie_params_variation3.phpt
ext/session/tests/session_set_cookie_params_variation4.phpt
ext/session/tests/session_set_cookie_params_variation5.phpt
ext/session/tests/session_set_cookie_params_variation6.phpt
ext/session/tests/session_set_cookie_params_variation7.phpt
ext/session/tests/session_set_save_handler_basic.phpt
ext/session/tests/session_set_save_handler_class_001.phpt
ext/session/tests/session_set_save_handler_class_002.phpt
ext/session/tests/session_set_save_handler_class_003.phpt
ext/session/tests/session_set_save_handler_class_004.phpt
ext/session/tests/session_set_save_handler_class_005.phpt
ext/session/tests/session_set_save_handler_class_006.phpt
ext/session/tests/session_set_save_handler_class_007.phpt
ext/session/tests/session_set_save_handler_class_008.phpt
ext/session/tests/session_set_save_handler_class_009.phpt
ext/session/tests/session_set_save_handler_class_010.phpt
ext/session/tests/session_set_save_handler_class_011.phpt
ext/session/tests/session_set_save_handler_class_012.phpt
ext/session/tests/session_set_save_handler_class_013.phpt
ext/session/tests/session_set_save_handler_class_014.phpt
ext/session/tests/session_set_save_handler_class_015.phpt
ext/session/tests/session_set_save_handler_class_016.phpt
ext/session/tests/session_set_save_handler_class_017.phpt
ext/session/tests/session_set_save_handler_class_018.phpt
ext/session/tests/session_set_save_handler_closures.phpt
ext/session/tests/session_set_save_handler_error.phpt
ext/session/tests/session_set_save_handler_error2.phpt
ext/session/tests/session_set_save_handler_error3.phpt
ext/session/tests/session_set_save_handler_error4.phpt
ext/session/tests/session_set_save_handler_iface_001.phpt
ext/session/tests/session_set_save_handler_iface_002.phpt
ext/session/tests/session_set_save_handler_iface_003.phpt
ext/session/tests/session_set_save_handler_variation1.phpt
ext/session/tests/session_set_save_handler_variation2.phpt
ext/session/tests/session_set_save_handler_variation3.phpt
ext/session/tests/session_set_save_handler_variation4.phpt
ext/session/tests/session_set_save_handler_variation5.phpt
ext/session/tests/session_set_save_handler_variation6.phpt
ext/session/tests/session_start_variation1.phpt
ext/session/tests/session_start_variation2.phpt
ext/session/tests/session_start_variation3.phpt
ext/session/tests/session_start_variation4.phpt
ext/session/tests/session_start_variation5.phpt
ext/session/tests/session_start_variation6.phpt
ext/session/tests/session_start_variation7.phpt
ext/session/tests/session_start_variation8.phpt
ext/session/tests/session_start_variation9.phpt
ext/session/tests/session_unset_basic.phpt
ext/session/tests/session_unset_variation1.phpt
ext/session/tests/session_write_close_basic.phpt
ext/session/tests/session_write_close_variation1.phpt
ext/session/tests/session_write_close_variation2.phpt
ext/session/tests/session_write_close_variation3.phpt
ext/session/tests/session_write_close_variation4.phpt
ext/spl/tests/arrayObject_asort_basic1.phpt
ext/spl/tests/arrayObject_asort_basic2.phpt
ext/spl/tests/arrayObject_ksort_basic1.phpt
ext/spl/tests/arrayObject_ksort_basic2.phpt
ext/spl/tests/arrayObject_natcasesort_basic1.phpt
ext/spl/tests/arrayObject_natsort_basic1.phpt
ext/spl/tests/arrayObject_uasort_basic1.phpt
ext/spl/tests/arrayObject_uasort_error1.phpt
ext/spl/tests/arrayObject_uksort_basic1.phpt
ext/spl/tests/arrayObject_uksort_error1.phpt
ext/spl/tests/class_implements_basic.phpt
ext/spl/tests/class_implements_basic2.phpt
ext/spl/tests/class_implements_variation.phpt
ext/spl/tests/class_implements_variation1.phpt
ext/spl/tests/class_uses_basic.phpt
ext/spl/tests/class_uses_basic2.phpt
ext/spl/tests/class_uses_variation.phpt
ext/spl/tests/class_uses_variation1.phpt
ext/standard/tests/array/005.phpt
ext/standard/tests/array/009.phpt
ext/standard/tests/array/array_change_key_case.phpt
ext/standard/tests/array/array_change_key_case_variation3.phpt
ext/standard/tests/array/array_change_key_case_variation4.phpt
ext/standard/tests/array/array_change_key_case_variation5.phpt
ext/standard/tests/array/array_change_key_case_variation6.phpt
ext/standard/tests/array/array_change_key_case_variation7.phpt
ext/standard/tests/array/array_change_key_case_variation8.phpt
ext/standard/tests/array/array_chunk_basic1.phpt
ext/standard/tests/array/array_chunk_basic2.phpt
ext/standard/tests/array/array_chunk_variation4.phpt
ext/standard/tests/array/array_chunk_variation5.phpt
ext/standard/tests/array/array_chunk_variation6.phpt
ext/standard/tests/array/array_chunk_variation7.phpt
ext/standard/tests/array/array_column_basic.phpt
ext/standard/tests/array/array_column_scalar_index_strict_types.phpt
ext/standard/tests/array/array_column_scalar_index_weak_types.phpt
ext/standard/tests/array/array_combine_basic.phpt
ext/standard/tests/array/array_combine_error2.phpt
ext/standard/tests/array/array_combine_variation3.phpt
ext/standard/tests/array/array_combine_variation4.phpt
ext/standard/tests/array/array_combine_variation5.phpt
ext/standard/tests/array/array_combine_variation6.phpt
ext/standard/tests/array/array_count_values_variation.phpt
ext/standard/tests/array/array_diff_assoc_basic.phpt
ext/standard/tests/array/array_diff_assoc_error.phpt
ext/standard/tests/array/array_diff_assoc_variation1.phpt
ext/standard/tests/array/array_diff_assoc_variation10.phpt
ext/standard/tests/array/array_diff_assoc_variation2.phpt
ext/standard/tests/array/array_diff_assoc_variation3.phpt
ext/standard/tests/array/array_diff_assoc_variation4.phpt
ext/standard/tests/array/array_diff_assoc_variation5.phpt
ext/standard/tests/array/array_diff_assoc_variation6.phpt
ext/standard/tests/array/array_diff_assoc_variation7.phpt
ext/standard/tests/array/array_diff_assoc_variation8.phpt
ext/standard/tests/array/array_diff_assoc_variation9.phpt
ext/standard/tests/array/array_diff_basic.phpt
ext/standard/tests/array/array_diff_error.phpt
ext/standard/tests/array/array_diff_key_basic.phpt
ext/standard/tests/array/array_diff_key_error.phpt
ext/standard/tests/array/array_diff_key_variation1.phpt
ext/standard/tests/array/array_diff_key_variation2.phpt
ext/standard/tests/array/array_diff_key_variation4.phpt
ext/standard/tests/array/array_diff_key_variation5.phpt
ext/standard/tests/array/array_diff_key_variation6.phpt
ext/standard/tests/array/array_diff_key_variation7.phpt
ext/standard/tests/array/array_diff_key_variation8.phpt
ext/standard/tests/array/array_diff_uassoc_error.phpt
ext/standard/tests/array/array_diff_uassoc_variation1.phpt
ext/standard/tests/array/array_diff_uassoc_variation10.phpt
ext/standard/tests/array/array_diff_uassoc_variation11.phpt
ext/standard/tests/array/array_diff_uassoc_variation12.phpt
ext/standard/tests/array/array_diff_uassoc_variation13.phpt
ext/standard/tests/array/array_diff_uassoc_variation2.phpt
ext/standard/tests/array/array_diff_uassoc_variation5.phpt
ext/standard/tests/array/array_diff_uassoc_variation6.phpt
ext/standard/tests/array/array_diff_uassoc_variation7.phpt
ext/standard/tests/array/array_diff_uassoc_variation8.phpt
ext/standard/tests/array/array_diff_uassoc_variation9.phpt
ext/standard/tests/array/array_diff_ukey_basic.phpt
ext/standard/tests/array/array_diff_ukey_variation1.phpt
ext/standard/tests/array/array_diff_ukey_variation10.phpt
ext/standard/tests/array/array_diff_ukey_variation2.phpt
ext/standard/tests/array/array_diff_ukey_variation5.phpt
ext/standard/tests/array/array_diff_ukey_variation6.phpt
ext/standard/tests/array/array_diff_ukey_variation7.phpt
ext/standard/tests/array/array_diff_ukey_variation8.phpt
ext/standard/tests/array/array_diff_ukey_variation9.phpt
ext/standard/tests/array/array_diff_variation1.phpt
ext/standard/tests/array/array_diff_variation10.phpt
ext/standard/tests/array/array_diff_variation2.phpt
ext/standard/tests/array/array_diff_variation3.phpt
ext/standard/tests/array/array_diff_variation4.phpt
ext/standard/tests/array/array_diff_variation5.phpt
ext/standard/tests/array/array_diff_variation6.phpt
ext/standard/tests/array/array_diff_variation7.phpt
ext/standard/tests/array/array_diff_variation8.phpt
ext/standard/tests/array/array_diff_variation9.phpt
ext/standard/tests/array/array_fill_basic.phpt
ext/standard/tests/array/array_fill_error.phpt
ext/standard/tests/array/array_fill_keys_variation1.phpt
ext/standard/tests/array/array_fill_keys_variation2.phpt
ext/standard/tests/array/array_fill_keys_variation3.phpt
ext/standard/tests/array/array_fill_keys_variation4.phpt
ext/standard/tests/array/array_fill_object.phpt
ext/standard/tests/array/array_fill_variation3.phpt
ext/standard/tests/array/array_fill_variation4.phpt
ext/standard/tests/array/array_fill_variation5.phpt
ext/standard/tests/array/array_filter_basic.phpt
ext/standard/tests/array/array_filter_object.phpt
ext/standard/tests/array/array_filter_variation10.phpt
ext/standard/tests/array/array_filter_variation3.phpt
ext/standard/tests/array/array_filter_variation4.phpt
ext/standard/tests/array/array_filter_variation5.phpt
ext/standard/tests/array/array_filter_variation6.phpt
ext/standard/tests/array/array_filter_variation7.phpt
ext/standard/tests/array/array_filter_variation8.phpt
ext/standard/tests/array/array_filter_variation9.phpt
ext/standard/tests/array/array_flip_basic.phpt
ext/standard/tests/array/array_flip_variation2.phpt
ext/standard/tests/array/array_flip_variation3.phpt
ext/standard/tests/array/array_flip_variation4.phpt
ext/standard/tests/array/array_flip_variation5.phpt
ext/standard/tests/array/array_intersect_assoc_basic.phpt
ext/standard/tests/array/array_intersect_assoc_error.phpt
ext/standard/tests/array/array_intersect_assoc_variation1.phpt
ext/standard/tests/array/array_intersect_assoc_variation10.phpt
ext/standard/tests/array/array_intersect_assoc_variation2.phpt
ext/standard/tests/array/array_intersect_assoc_variation3.phpt
ext/standard/tests/array/array_intersect_assoc_variation4.phpt
ext/standard/tests/array/array_intersect_assoc_variation5.phpt
ext/standard/tests/array/array_intersect_assoc_variation6.phpt
ext/standard/tests/array/array_intersect_assoc_variation7.phpt
ext/standard/tests/array/array_intersect_assoc_variation8.phpt
ext/standard/tests/array/array_intersect_assoc_variation9.phpt
ext/standard/tests/array/array_intersect_basic.phpt
ext/standard/tests/array/array_intersect_error.phpt
ext/standard/tests/array/array_intersect_key_basic.phpt
ext/standard/tests/array/array_intersect_key_error.phpt
ext/standard/tests/array/array_intersect_key_variation1.phpt
ext/standard/tests/array/array_intersect_key_variation2.phpt
ext/standard/tests/array/array_intersect_key_variation4.phpt
ext/standard/tests/array/array_intersect_key_variation5.phpt
ext/standard/tests/array/array_intersect_key_variation6.phpt
ext/standard/tests/array/array_intersect_key_variation7.phpt
ext/standard/tests/array/array_intersect_key_variation8.phpt
ext/standard/tests/array/array_intersect_uassoc_variation1.phpt
ext/standard/tests/array/array_intersect_uassoc_variation10.phpt
ext/standard/tests/array/array_intersect_uassoc_variation2.phpt
ext/standard/tests/array/array_intersect_uassoc_variation5.phpt
ext/standard/tests/array/array_intersect_uassoc_variation6.phpt
ext/standard/tests/array/array_intersect_uassoc_variation7.phpt
ext/standard/tests/array/array_intersect_uassoc_variation8.phpt
ext/standard/tests/array/array_intersect_ukey_basic.phpt
ext/standard/tests/array/array_intersect_ukey_variation1.phpt
ext/standard/tests/array/array_intersect_ukey_variation2.phpt
ext/standard/tests/array/array_intersect_ukey_variation5.phpt
ext/standard/tests/array/array_intersect_ukey_variation6.phpt
ext/standard/tests/array/array_intersect_ukey_variation7.phpt
ext/standard/tests/array/array_intersect_ukey_variation8.phpt
ext/standard/tests/array/array_intersect_ukey_variation9.phpt
ext/standard/tests/array/array_intersect_variation1.phpt
ext/standard/tests/array/array_intersect_variation10.phpt
ext/standard/tests/array/array_intersect_variation2.phpt
ext/standard/tests/array/array_intersect_variation3.phpt
ext/standard/tests/array/array_intersect_variation4.phpt
ext/standard/tests/array/array_intersect_variation5.phpt
ext/standard/tests/array/array_intersect_variation6.phpt
ext/standard/tests/array/array_intersect_variation7.phpt
ext/standard/tests/array/array_intersect_variation8.phpt
ext/standard/tests/array/array_intersect_variation9.phpt
ext/standard/tests/array/array_key_exists.phpt
ext/standard/tests/array/array_key_exists_basic.phpt
ext/standard/tests/array/array_key_exists_variation1.phpt
ext/standard/tests/array/array_key_exists_variation3.phpt
ext/standard/tests/array/array_key_exists_variation4.phpt
ext/standard/tests/array/array_key_exists_variation5.phpt
ext/standard/tests/array/array_key_exists_variation6.phpt
ext/standard/tests/array/array_key_exists_variation7.phpt
ext/standard/tests/array/array_key_exists_variation8.phpt
ext/standard/tests/array/array_map_basic.phpt
ext/standard/tests/array/array_map_error.phpt
ext/standard/tests/array/array_map_object1.phpt
ext/standard/tests/array/array_map_object2.phpt
ext/standard/tests/array/array_map_object3.phpt
ext/standard/tests/array/array_map_variation1.phpt
ext/standard/tests/array/array_map_variation10.phpt
ext/standard/tests/array/array_map_variation11.phpt
ext/standard/tests/array/array_map_variation12.phpt
ext/standard/tests/array/array_map_variation13.phpt
ext/standard/tests/array/array_map_variation14.phpt
ext/standard/tests/array/array_map_variation15.phpt
ext/standard/tests/array/array_map_variation16.phpt
ext/standard/tests/array/array_map_variation17.phpt
ext/standard/tests/array/array_map_variation19.phpt
ext/standard/tests/array/array_map_variation2.phpt
ext/standard/tests/array/array_map_variation3.phpt
ext/standard/tests/array/array_map_variation4.phpt
ext/standard/tests/array/array_map_variation5.phpt
ext/standard/tests/array/array_map_variation6.phpt
ext/standard/tests/array/array_map_variation7.phpt
ext/standard/tests/array/array_map_variation8.phpt
ext/standard/tests/array/array_map_variation9.phpt
ext/standard/tests/array/array_merge.phpt
ext/standard/tests/array/array_merge_basic.phpt
ext/standard/tests/array/array_merge_recursive_basic1.phpt
ext/standard/tests/array/array_merge_recursive_basic2.phpt
ext/standard/tests/array/array_merge_recursive_variation1.phpt
ext/standard/tests/array/array_merge_recursive_variation10.phpt
ext/standard/tests/array/array_merge_recursive_variation2.phpt
ext/standard/tests/array/array_merge_recursive_variation3.phpt
ext/standard/tests/array/array_merge_recursive_variation4.phpt
ext/standard/tests/array/array_merge_recursive_variation5.phpt
ext/standard/tests/array/array_merge_recursive_variation6.phpt
ext/standard/tests/array/array_merge_recursive_variation7.phpt
ext/standard/tests/array/array_merge_recursive_variation8.phpt
ext/standard/tests/array/array_merge_recursive_variation9.phpt
ext/standard/tests/array/array_merge_variation1.phpt
ext/standard/tests/array/array_merge_variation10.phpt
ext/standard/tests/array/array_merge_variation2.phpt
ext/standard/tests/array/array_merge_variation3.phpt
ext/standard/tests/array/array_merge_variation4.phpt
ext/standard/tests/array/array_merge_variation5.phpt
ext/standard/tests/array/array_merge_variation6.phpt
ext/standard/tests/array/array_merge_variation7.phpt
ext/standard/tests/array/array_merge_variation8.phpt
ext/standard/tests/array/array_merge_variation9.phpt
ext/standard/tests/array/array_multisort_basic1.phpt
ext/standard/tests/array/array_multisort_basic2.phpt
ext/standard/tests/array/array_multisort_case.phpt
ext/standard/tests/array/array_multisort_error.phpt
ext/standard/tests/array/array_multisort_incase.phpt
ext/standard/tests/array/array_multisort_natural.phpt
ext/standard/tests/array/array_multisort_natural_case.phpt
ext/standard/tests/array/array_multisort_natural_incase.phpt
ext/standard/tests/array/array_multisort_variation1.phpt
ext/standard/tests/array/array_multisort_variation10.phpt
ext/standard/tests/array/array_multisort_variation11.phpt
ext/standard/tests/array/array_multisort_variation2.phpt
ext/standard/tests/array/array_multisort_variation3.phpt
ext/standard/tests/array/array_multisort_variation4.phpt
ext/standard/tests/array/array_multisort_variation5.phpt
ext/standard/tests/array/array_multisort_variation6.phpt
ext/standard/tests/array/array_multisort_variation7.phpt
ext/standard/tests/array/array_multisort_variation8.phpt
ext/standard/tests/array/array_multisort_variation9.phpt
ext/standard/tests/array/array_pad_variation3.phpt
ext/standard/tests/array/array_pad_variation4.phpt
ext/standard/tests/array/array_pad_variation5.phpt
ext/standard/tests/array/array_pad_variation6.phpt
ext/standard/tests/array/array_pad_variation7.phpt
ext/standard/tests/array/array_product_variation1.phpt
ext/standard/tests/array/array_product_variation2.phpt
ext/standard/tests/array/array_product_variation3.phpt
ext/standard/tests/array/array_product_variation4.phpt
ext/standard/tests/array/array_push.phpt
ext/standard/tests/array/array_push_basic.phpt
ext/standard/tests/array/array_push_empty.phpt
ext/standard/tests/array/array_push_error2.phpt
ext/standard/tests/array/array_push_variation2.phpt
ext/standard/tests/array/array_push_variation3.phpt
ext/standard/tests/array/array_push_variation5.phpt
ext/standard/tests/array/array_push_variation6.phpt
ext/standard/tests/array/array_rand_basic1.phpt
ext/standard/tests/array/array_rand_basic2.phpt
ext/standard/tests/array/array_rand_variation3.phpt
ext/standard/tests/array/array_rand_variation4.phpt
ext/standard/tests/array/array_rand_variation5.phpt
ext/standard/tests/array/array_rand_variation6.phpt
ext/standard/tests/array/array_reduce.phpt
ext/standard/tests/array/array_reduce_variation1.phpt
ext/standard/tests/array/array_reduce_variation3.phpt
ext/standard/tests/array/array_reverse_basic1.phpt
ext/standard/tests/array/array_reverse_basic2.phpt
ext/standard/tests/array/array_reverse_variation3.phpt
ext/standard/tests/array/array_reverse_variation4.phpt
ext/standard/tests/array/array_reverse_variation5.phpt
ext/standard/tests/array/array_reverse_variation6.phpt
ext/standard/tests/array/array_search_variation1.phpt
ext/standard/tests/array/array_search_variation2.phpt
ext/standard/tests/array/array_search_variation3.phpt
ext/standard/tests/array/array_search_variation4.phpt
ext/standard/tests/array/array_shift_basic.phpt
ext/standard/tests/array/array_shift_variation2.phpt
ext/standard/tests/array/array_shift_variation3.phpt
ext/standard/tests/array/array_shift_variation4.phpt
ext/standard/tests/array/array_shift_variation5.phpt
ext/standard/tests/array/array_shift_variation6.phpt
ext/standard/tests/array/array_shift_variation7.phpt
ext/standard/tests/array/array_shift_variation8.phpt
ext/standard/tests/array/array_shuffle_basic.phpt
ext/standard/tests/array/array_slice_basic.phpt
ext/standard/tests/array/array_slice_variation10.phpt
ext/standard/tests/array/array_slice_variation11.phpt
ext/standard/tests/array/array_slice_variation5.phpt
ext/standard/tests/array/array_slice_variation6.phpt
ext/standard/tests/array/array_slice_variation7.phpt
ext/standard/tests/array/array_slice_variation8.phpt
ext/standard/tests/array/array_slice_variation9.phpt
ext/standard/tests/array/array_splice_basic.phpt
ext/standard/tests/array/array_splice_variation1.phpt
ext/standard/tests/array/array_splice_variation3.phpt
ext/standard/tests/array/array_splice_variation4.phpt
ext/standard/tests/array/array_sum_basic.phpt
ext/standard/tests/array/array_sum_variation2.phpt
ext/standard/tests/array/array_sum_variation3.phpt
ext/standard/tests/array/array_sum_variation4.phpt
ext/standard/tests/array/array_sum_variation5.phpt
ext/standard/tests/array/array_sum_variation6.phpt
ext/standard/tests/array/array_sum_variation7.phpt
ext/standard/tests/array/array_udiff_assoc_basic.phpt
ext/standard/tests/array/array_udiff_assoc_variation.phpt
ext/standard/tests/array/array_udiff_assoc_variation1.phpt
ext/standard/tests/array/array_udiff_assoc_variation2.phpt
ext/standard/tests/array/array_udiff_assoc_variation5.phpt
ext/standard/tests/array/array_udiff_basic.phpt
ext/standard/tests/array/array_udiff_uassoc_basic.phpt
ext/standard/tests/array/array_udiff_uassoc_variation1.phpt
ext/standard/tests/array/array_udiff_uassoc_variation2.phpt
ext/standard/tests/array/array_udiff_uassoc_variation6.phpt
ext/standard/tests/array/array_udiff_variation1.phpt
ext/standard/tests/array/array_udiff_variation2.phpt
ext/standard/tests/array/array_udiff_variation5.phpt
ext/standard/tests/array/array_uintersect_assoc_basic.phpt
ext/standard/tests/array/array_uintersect_assoc_basic2.phpt
ext/standard/tests/array/array_uintersect_assoc_variation1.phpt
ext/standard/tests/array/array_uintersect_assoc_variation2.phpt
ext/standard/tests/array/array_uintersect_assoc_variation5.phpt
ext/standard/tests/array/array_uintersect_basic.phpt
ext/standard/tests/array/array_uintersect_uassoc_basic.phpt
ext/standard/tests/array/array_uintersect_uassoc_variation1.phpt
ext/standard/tests/array/array_uintersect_uassoc_variation2.phpt
ext/standard/tests/array/array_uintersect_uassoc_variation6.phpt
ext/standard/tests/array/array_uintersect_variation1.phpt
ext/standard/tests/array/array_uintersect_variation2.phpt
ext/standard/tests/array/array_uintersect_variation5.phpt
ext/standard/tests/array/array_unique_basic.phpt
ext/standard/tests/array/array_unique_variation2.phpt
ext/standard/tests/array/array_unique_variation3.phpt
ext/standard/tests/array/array_unique_variation4.phpt
ext/standard/tests/array/array_unique_variation5.phpt
ext/standard/tests/array/array_unique_variation6.phpt
ext/standard/tests/array/array_unique_variation7.phpt
ext/standard/tests/array/array_unique_variation8.phpt
ext/standard/tests/array/array_unshift_basic1.phpt
ext/standard/tests/array/array_unshift_basic2.phpt
ext/standard/tests/array/array_unshift_empty.phpt
ext/standard/tests/array/array_unshift_object.phpt
ext/standard/tests/array/array_unshift_variation2.phpt
ext/standard/tests/array/array_unshift_variation3.phpt
ext/standard/tests/array/array_unshift_variation4.phpt
ext/standard/tests/array/array_unshift_variation5.phpt
ext/standard/tests/array/array_unshift_variation6.phpt
ext/standard/tests/array/array_unshift_variation7.phpt
ext/standard/tests/array/array_unshift_variation8.phpt
ext/standard/tests/array/array_unshift_variation9.phpt
ext/standard/tests/array/array_values.phpt
ext/standard/tests/array/array_values_basic.phpt
ext/standard/tests/array/array_values_variation2.phpt
ext/standard/tests/array/array_values_variation3.phpt
ext/standard/tests/array/array_values_variation4.phpt
ext/standard/tests/array/array_values_variation5.phpt
ext/standard/tests/array/array_values_variation6.phpt
ext/standard/tests/array/array_values_variation7.phpt
ext/standard/tests/array/array_walk_basic1.phpt
ext/standard/tests/array/array_walk_basic2.phpt
ext/standard/tests/array/array_walk_error2.phpt
ext/standard/tests/array/array_walk_object1.phpt
ext/standard/tests/array/array_walk_object2.phpt
ext/standard/tests/array/array_walk_recursive_basic1.phpt
ext/standard/tests/array/array_walk_recursive_basic2.phpt
ext/standard/tests/array/array_walk_recursive_error2.phpt
ext/standard/tests/array/array_walk_recursive_object1.phpt
ext/standard/tests/array/array_walk_recursive_object2.phpt
ext/standard/tests/array/array_walk_recursive_variation3.phpt
ext/standard/tests/array/array_walk_recursive_variation4.phpt
ext/standard/tests/array/array_walk_recursive_variation5.phpt
ext/standard/tests/array/array_walk_recursive_variation6.phpt
ext/standard/tests/array/array_walk_recursive_variation7.phpt
ext/standard/tests/array/array_walk_recursive_variation8.phpt
ext/standard/tests/array/array_walk_recursive_variation9.phpt
ext/standard/tests/array/array_walk_variation3.phpt
ext/standard/tests/array/array_walk_variation4.phpt
ext/standard/tests/array/array_walk_variation5.phpt
ext/standard/tests/array/array_walk_variation6.phpt
ext/standard/tests/array/array_walk_variation7.phpt
ext/standard/tests/array/array_walk_variation8.phpt
ext/standard/tests/array/array_walk_variation9.phpt
ext/standard/tests/array/arsort_basic.phpt
ext/standard/tests/array/arsort_object1.phpt
ext/standard/tests/array/arsort_object2.phpt
ext/standard/tests/array/arsort_variation10.phpt
ext/standard/tests/array/arsort_variation11.phpt
ext/standard/tests/array/arsort_variation3.phpt
ext/standard/tests/array/arsort_variation4.phpt
ext/standard/tests/array/arsort_variation5.phpt
ext/standard/tests/array/arsort_variation6.phpt
ext/standard/tests/array/arsort_variation7.phpt
ext/standard/tests/array/arsort_variation8.phpt
ext/standard/tests/array/arsort_variation9.phpt
ext/standard/tests/array/asort_basic.phpt
ext/standard/tests/array/asort_object1.phpt
ext/standard/tests/array/asort_object2.phpt
ext/standard/tests/array/asort_variation10.phpt
ext/standard/tests/array/asort_variation11.phpt
ext/standard/tests/array/asort_variation3.phpt
ext/standard/tests/array/asort_variation4.phpt
ext/standard/tests/array/asort_variation5.phpt
ext/standard/tests/array/asort_variation6.phpt
ext/standard/tests/array/asort_variation7.phpt
ext/standard/tests/array/asort_variation8.phpt
ext/standard/tests/array/asort_variation9.phpt
ext/standard/tests/array/compact_basic.phpt
ext/standard/tests/array/compact_variation1.phpt
ext/standard/tests/array/compact_variation2.phpt
ext/standard/tests/array/count_basic.phpt
ext/standard/tests/array/count_recursive.phpt
ext/standard/tests/array/count_variation3.phpt
ext/standard/tests/array/current_basic.phpt
ext/standard/tests/array/current_variation2.phpt
ext/standard/tests/array/current_variation3.phpt
ext/standard/tests/array/current_variation4.phpt
ext/standard/tests/array/current_variation5.phpt
ext/standard/tests/array/end.phpt
ext/standard/tests/array/end_64bit.phpt
ext/standard/tests/array/end_basic.phpt
ext/standard/tests/array/end_variation2.phpt
ext/standard/tests/array/end_variation3.phpt
ext/standard/tests/array/in_array_variation1.phpt
ext/standard/tests/array/in_array_variation2.phpt
ext/standard/tests/array/in_array_variation3.phpt
ext/standard/tests/array/in_array_variation4.phpt
ext/standard/tests/array/key_basic.phpt
ext/standard/tests/array/key_variation2.phpt
ext/standard/tests/array/key_variation3.phpt
ext/standard/tests/array/key_variation4.phpt
ext/standard/tests/array/krsort_basic.phpt
ext/standard/tests/array/krsort_object.phpt
ext/standard/tests/array/krsort_variation10.phpt
ext/standard/tests/array/krsort_variation11.phpt
ext/standard/tests/array/krsort_variation3.phpt
ext/standard/tests/array/krsort_variation4.phpt
ext/standard/tests/array/krsort_variation5.phpt
ext/standard/tests/array/krsort_variation6.phpt
ext/standard/tests/array/krsort_variation7.phpt
ext/standard/tests/array/krsort_variation8.phpt
ext/standard/tests/array/krsort_variation9.phpt
ext/standard/tests/array/ksort_basic.phpt
ext/standard/tests/array/ksort_object.phpt
ext/standard/tests/array/ksort_variation10.phpt
ext/standard/tests/array/ksort_variation11.phpt
ext/standard/tests/array/ksort_variation3.phpt
ext/standard/tests/array/ksort_variation4.phpt
ext/standard/tests/array/ksort_variation5.phpt
ext/standard/tests/array/ksort_variation6.phpt
ext/standard/tests/array/ksort_variation7.phpt
ext/standard/tests/array/ksort_variation8.phpt
ext/standard/tests/array/ksort_variation9.phpt
ext/standard/tests/array/max_basic.phpt
ext/standard/tests/array/max_variation1.phpt
ext/standard/tests/array/max_variation2.phpt
ext/standard/tests/array/min_basic.phpt
ext/standard/tests/array/min_variation1.phpt
ext/standard/tests/array/min_variation2.phpt
ext/standard/tests/array/natcasesort_basic.phpt
ext/standard/tests/array/natcasesort_object1.phpt
ext/standard/tests/array/natcasesort_object2.phpt
ext/standard/tests/array/natcasesort_variation10.phpt
ext/standard/tests/array/natcasesort_variation11.phpt
ext/standard/tests/array/natcasesort_variation2.phpt
ext/standard/tests/array/natcasesort_variation3.phpt
ext/standard/tests/array/natcasesort_variation4.phpt
ext/standard/tests/array/natcasesort_variation5.phpt
ext/standard/tests/array/natcasesort_variation6.phpt
ext/standard/tests/array/natcasesort_variation7.phpt
ext/standard/tests/array/natcasesort_variation8.phpt
ext/standard/tests/array/natcasesort_variation9.phpt
ext/standard/tests/array/natsort_basic.phpt
ext/standard/tests/array/next_basic.phpt
ext/standard/tests/array/next_variation2.phpt
ext/standard/tests/array/prev_basic.phpt
ext/standard/tests/array/prev_error2.phpt
ext/standard/tests/array/prev_error3.phpt
ext/standard/tests/array/prev_variation2.phpt
ext/standard/tests/array/reset_basic.phpt
ext/standard/tests/array/reset_variation2.phpt
ext/standard/tests/array/reset_variation3.phpt
ext/standard/tests/array/rsort_basic.phpt
ext/standard/tests/array/rsort_object1.phpt
ext/standard/tests/array/rsort_object2.phpt
ext/standard/tests/array/rsort_variation10.phpt
ext/standard/tests/array/rsort_variation11.phpt
ext/standard/tests/array/rsort_variation3.phpt
ext/standard/tests/array/rsort_variation4.phpt
ext/standard/tests/array/rsort_variation5.phpt
ext/standard/tests/array/rsort_variation6.phpt
ext/standard/tests/array/rsort_variation7.phpt
ext/standard/tests/array/rsort_variation8.phpt
ext/standard/tests/array/rsort_variation9.phpt
ext/standard/tests/array/shuffle_basic1.phpt
ext/standard/tests/array/shuffle_basic2.phpt
ext/standard/tests/array/shuffle_variation2.phpt
ext/standard/tests/array/shuffle_variation3.phpt
ext/standard/tests/array/shuffle_variation4.phpt
ext/standard/tests/array/shuffle_variation5.phpt
ext/standard/tests/array/sizeof_basic1.phpt
ext/standard/tests/array/sizeof_basic2.phpt
ext/standard/tests/array/sizeof_object1.phpt
ext/standard/tests/array/sizeof_object2.phpt
ext/standard/tests/array/sizeof_variation1.phpt
ext/standard/tests/array/sizeof_variation2.phpt
ext/standard/tests/array/sizeof_variation3.phpt
ext/standard/tests/array/sizeof_variation4.phpt
ext/standard/tests/array/sort_basic.phpt
ext/standard/tests/array/sort_object1.phpt
ext/standard/tests/array/sort_object2.phpt
ext/standard/tests/array/sort_variation10.phpt
ext/standard/tests/array/sort_variation11.phpt
ext/standard/tests/array/sort_variation3.phpt
ext/standard/tests/array/sort_variation4.phpt
ext/standard/tests/array/sort_variation5.phpt
ext/standard/tests/array/sort_variation6.phpt
ext/standard/tests/array/sort_variation7.phpt
ext/standard/tests/array/sort_variation8.phpt
ext/standard/tests/array/sort_variation9.phpt
ext/standard/tests/array/uasort_basic1.phpt
ext/standard/tests/array/uasort_basic2.phpt
ext/standard/tests/array/uasort_object1.phpt
ext/standard/tests/array/uasort_object2.phpt
ext/standard/tests/array/uasort_variation10.phpt
ext/standard/tests/array/uasort_variation11.phpt
ext/standard/tests/array/uasort_variation3.phpt
ext/standard/tests/array/uasort_variation4.phpt
ext/standard/tests/array/uasort_variation5.phpt
ext/standard/tests/array/uasort_variation6.phpt
ext/standard/tests/array/uasort_variation7.phpt
ext/standard/tests/array/uasort_variation8.phpt
ext/standard/tests/array/uasort_variation9.phpt
ext/standard/tests/array/uksort_basic.phpt
ext/standard/tests/array/usort_basic.phpt
ext/standard/tests/array/usort_object1.phpt
ext/standard/tests/array/usort_object2.phpt
ext/standard/tests/array/usort_variation10.phpt
ext/standard/tests/array/usort_variation3.phpt
ext/standard/tests/array/usort_variation4.phpt
ext/standard/tests/array/usort_variation5.phpt
ext/standard/tests/array/usort_variation6.phpt
ext/standard/tests/array/usort_variation7.phpt
ext/standard/tests/array/usort_variation8.phpt
ext/standard/tests/array/usort_variation9.phpt
ext/standard/tests/class_object/class_exists_basic_001.phpt
ext/standard/tests/class_object/class_exists_variation_003.phpt
ext/standard/tests/class_object/get_class_methods_basic_001.phpt
ext/standard/tests/class_object/get_class_methods_basic_002.phpt
ext/standard/tests/class_object/get_class_methods_basic_003.phpt
ext/standard/tests/class_object/get_class_methods_variation_001.phpt
ext/standard/tests/class_object/get_class_methods_variation_002.phpt
ext/standard/tests/class_object/get_class_variation_001.phpt
ext/standard/tests/class_object/get_class_variation_002.phpt
ext/standard/tests/class_object/get_class_vars_variation2.phpt
ext/standard/tests/class_object/get_declared_classes_basic_001.phpt
ext/standard/tests/class_object/get_declared_classes_variation1.phpt
ext/standard/tests/class_object/get_declared_interfaces_basic_001.phpt
ext/standard/tests/class_object/get_declared_interfaces_variation1.phpt
ext/standard/tests/class_object/get_declared_traits_basic_001.phpt
ext/standard/tests/class_object/get_declared_traits_variation1.phpt
ext/standard/tests/class_object/get_object_vars_basic_001.phpt
ext/standard/tests/class_object/get_object_vars_basic_002.phpt
ext/standard/tests/class_object/get_object_vars_variation_001.phpt
ext/standard/tests/class_object/get_object_vars_variation_002.phpt
ext/standard/tests/class_object/get_parent_class_variation_001.phpt
ext/standard/tests/class_object/get_parent_class_variation_002.phpt
ext/standard/tests/class_object/interface_exists_variation3.phpt
ext/standard/tests/class_object/interface_exists_variation4.phpt
ext/standard/tests/class_object/is_a_variation_001.phpt
ext/standard/tests/class_object/is_a_variation_003.phpt
ext/standard/tests/class_object/is_subclass_of_variation_001.phpt
ext/standard/tests/class_object/is_subclass_of_variation_003.phpt
ext/standard/tests/class_object/is_subclass_of_variation_004.phpt
ext/standard/tests/class_object/method_exists_basic_001.phpt
ext/standard/tests/class_object/method_exists_basic_002.phpt
ext/standard/tests/class_object/method_exists_basic_003.phpt
ext/standard/tests/class_object/method_exists_variation_001.phpt
ext/standard/tests/class_object/method_exists_variation_003.phpt
ext/standard/tests/class_object/property_exists_error.phpt
ext/standard/tests/class_object/property_exists_variation1.phpt
ext/standard/tests/class_object/trait_class_exists_variation_003.phpt
ext/standard/tests/class_object/trait_exists_basic_001.phpt
ext/standard/tests/dir/chdir_basic-win32-mb.phpt
ext/standard/tests/dir/chdir_basic.phpt
ext/standard/tests/dir/chdir_error2-win32-mb.phpt
ext/standard/tests/dir/chdir_error2.phpt
ext/standard/tests/dir/chdir_variation2-win32-mb.phpt
ext/standard/tests/dir/chdir_variation2.phpt
ext/standard/tests/dir/closedir_basic-win32-mb.phpt
ext/standard/tests/dir/closedir_basic.phpt
ext/standard/tests/dir/closedir_variation2-win32-mb.phpt
ext/standard/tests/dir/closedir_variation2.phpt
ext/standard/tests/dir/closedir_variation3.phpt
ext/standard/tests/dir/dir_basic-win32-mb.phpt
ext/standard/tests/dir/dir_basic.phpt
ext/standard/tests/dir/dir_variation3.phpt
ext/standard/tests/dir/dir_variation4-win32-mb.phpt
ext/standard/tests/dir/dir_variation4.phpt
ext/standard/tests/dir/dir_variation5.phpt
ext/standard/tests/dir/dir_variation6.phpt
ext/standard/tests/dir/dir_variation7.phpt
ext/standard/tests/dir/dir_variation8.phpt
ext/standard/tests/dir/dir_variation9.phpt
ext/standard/tests/dir/getcwd_basic-win32-mb.phpt
ext/standard/tests/dir/getcwd_basic.phpt
ext/standard/tests/dir/opendir_basic-win32-mb.phpt
ext/standard/tests/dir/opendir_basic.phpt
ext/standard/tests/dir/opendir_error2.phpt
ext/standard/tests/dir/opendir_variation3-win32-mb.phpt
ext/standard/tests/dir/opendir_variation3.phpt
ext/standard/tests/dir/opendir_variation4-win32-mb.phpt
ext/standard/tests/dir/opendir_variation4.phpt
ext/standard/tests/dir/opendir_variation5.phpt
ext/standard/tests/dir/opendir_variation6-win32.phpt
ext/standard/tests/dir/opendir_variation6.phpt
ext/standard/tests/dir/opendir_variation7.phpt
ext/standard/tests/dir/readdir_basic-win32-mb.phpt
ext/standard/tests/dir/readdir_basic.phpt
ext/standard/tests/dir/readdir_variation2-win32-mb.phpt
ext/standard/tests/dir/readdir_variation2.phpt
ext/standard/tests/dir/readdir_variation3-win32-mb.phpt
ext/standard/tests/dir/readdir_variation3.phpt
ext/standard/tests/dir/readdir_variation4-win32-mb.phpt
ext/standard/tests/dir/readdir_variation4.phpt
ext/standard/tests/dir/readdir_variation5.phpt
ext/standard/tests/dir/readdir_variation6-win32-mb.phpt
ext/standard/tests/dir/readdir_variation6.phpt
ext/standard/tests/dir/readdir_variation7.phpt
ext/standard/tests/dir/rewinddir_basic-win32-mb.phpt
ext/standard/tests/dir/rewinddir_basic.phpt
ext/standard/tests/dir/rewinddir_variation2-win32-mb.phpt
ext/standard/tests/dir/rewinddir_variation2.phpt
ext/standard/tests/dir/rewinddir_variation3.phpt
ext/standard/tests/dir/scandir_basic-win32-mb.phpt
ext/standard/tests/dir/scandir_basic.phpt
ext/standard/tests/dir/scandir_error2.phpt
ext/standard/tests/dir/scandir_variation10-win32-mb.phpt
ext/standard/tests/dir/scandir_variation10.phpt
ext/standard/tests/dir/scandir_variation4-win32-mb.phpt
ext/standard/tests/dir/scandir_variation4.phpt
ext/standard/tests/dir/scandir_variation5.phpt
ext/standard/tests/dir/scandir_variation6.phpt
ext/standard/tests/dir/scandir_variation7.phpt
ext/standard/tests/dir/scandir_variation8-win32-mb.phpt
ext/standard/tests/dir/scandir_variation8.phpt
ext/standard/tests/dir/scandir_variation9-win32-mb.phpt
ext/standard/tests/dir/scandir_variation9.phpt
ext/standard/tests/directory/DirectoryClass_basic_001.phpt
ext/standard/tests/file/005_basic.phpt
ext/standard/tests/file/005_error.phpt
ext/standard/tests/file/005_variation-win32.phpt
ext/standard/tests/file/005_variation2-win32.phpt
ext/standard/tests/file/005_variation2.phpt
ext/standard/tests/file/006_basic.phpt
ext/standard/tests/file/006_error.phpt
ext/standard/tests/file/006_variation1.phpt
ext/standard/tests/file/006_variation2.phpt
ext/standard/tests/file/007_basic.phpt
ext/standard/tests/file/007_variation1.phpt
ext/standard/tests/file/007_variation10.phpt
ext/standard/tests/file/007_variation11-win32-mb.phpt
ext/standard/tests/file/007_variation11-win32.phpt
ext/standard/tests/file/007_variation11.phpt
ext/standard/tests/file/007_variation12-win32.phpt
ext/standard/tests/file/007_variation12.phpt
ext/standard/tests/file/007_variation13-win32.phpt
ext/standard/tests/file/007_variation13.phpt
ext/standard/tests/file/007_variation14.phpt
ext/standard/tests/file/007_variation15.phpt
ext/standard/tests/file/007_variation16.phpt
ext/standard/tests/file/007_variation17.phpt
ext/standard/tests/file/007_variation18.phpt
ext/standard/tests/file/007_variation19.phpt
ext/standard/tests/file/007_variation2.phpt
ext/standard/tests/file/007_variation20.phpt
ext/standard/tests/file/007_variation21.phpt
ext/standard/tests/file/007_variation22.phpt
ext/standard/tests/file/007_variation23.phpt
ext/standard/tests/file/007_variation24.phpt
ext/standard/tests/file/007_variation3.phpt
ext/standard/tests/file/007_variation4.phpt
ext/standard/tests/file/007_variation5.phpt
ext/standard/tests/file/007_variation6.phpt
ext/standard/tests/file/007_variation7.phpt
ext/standard/tests/file/007_variation8.phpt
ext/standard/tests/file/007_variation9.phpt
ext/standard/tests/file/basename-win32.phpt
ext/standard/tests/file/basename.phpt
ext/standard/tests/file/chmod_error.phpt
ext/standard/tests/file/copy_basic.phpt
ext/standard/tests/file/copy_error.phpt
ext/standard/tests/file/copy_variation1.phpt
ext/standard/tests/file/copy_variation10.phpt
ext/standard/tests/file/copy_variation11.phpt
ext/standard/tests/file/copy_variation12-win32.phpt
ext/standard/tests/file/copy_variation12.phpt
ext/standard/tests/file/copy_variation13.phpt
ext/standard/tests/file/copy_variation14.phpt
ext/standard/tests/file/copy_variation15.phpt
ext/standard/tests/file/copy_variation16-win32.phpt
ext/standard/tests/file/copy_variation16.phpt
ext/standard/tests/file/copy_variation17.phpt
ext/standard/tests/file/copy_variation18.phpt
ext/standard/tests/file/copy_variation2-win32-mb.phpt
ext/standard/tests/file/copy_variation2-win32.phpt
ext/standard/tests/file/copy_variation2.phpt
ext/standard/tests/file/copy_variation3-win32.phpt
ext/standard/tests/file/copy_variation3.phpt
ext/standard/tests/file/copy_variation4.phpt
ext/standard/tests/file/copy_variation5-win32.phpt
ext/standard/tests/file/copy_variation5.phpt
ext/standard/tests/file/copy_variation6-win32.phpt
ext/standard/tests/file/copy_variation6.phpt
ext/standard/tests/file/copy_variation7.phpt
ext/standard/tests/file/copy_variation8.phpt
ext/standard/tests/file/copy_variation9.phpt
ext/standard/tests/file/dirname_basic-win32.phpt
ext/standard/tests/file/dirname_basic.phpt
ext/standard/tests/file/disk_free_space_basic.phpt
ext/standard/tests/file/disk_free_space_error-win32.phpt
ext/standard/tests/file/disk_free_space_error.phpt
ext/standard/tests/file/disk_free_space_variation.phpt
ext/standard/tests/file/disk_total_space_basic.phpt
ext/standard/tests/file/disk_total_space_error-win32.phpt
ext/standard/tests/file/disk_total_space_error.phpt
ext/standard/tests/file/disk_total_space_variation.phpt
ext/standard/tests/file/feof_basic.phpt
ext/standard/tests/file/fflush_basic.phpt
ext/standard/tests/file/fflush_variation1-win32-mb.phpt
ext/standard/tests/file/fflush_variation1-win32.phpt
ext/standard/tests/file/fflush_variation1.phpt
ext/standard/tests/file/fflush_variation2.phpt
ext/standard/tests/file/fflush_variation3.phpt
ext/standard/tests/file/fflush_variation4.phpt
ext/standard/tests/file/fgetc_basic.phpt
ext/standard/tests/file/fgetc_variation1.phpt
ext/standard/tests/file/fgetc_variation2.phpt
ext/standard/tests/file/fgetc_variation3.phpt
ext/standard/tests/file/fgetc_variation4.phpt
ext/standard/tests/file/fgetcsv_variation1.phpt
ext/standard/tests/file/fgetcsv_variation10.phpt
ext/standard/tests/file/fgetcsv_variation11.phpt
ext/standard/tests/file/fgetcsv_variation12.phpt
ext/standard/tests/file/fgetcsv_variation13.phpt
ext/standard/tests/file/fgetcsv_variation14.phpt
ext/standard/tests/file/fgetcsv_variation15.phpt
ext/standard/tests/file/fgetcsv_variation16.phpt
ext/standard/tests/file/fgetcsv_variation17.phpt
ext/standard/tests/file/fgetcsv_variation18.phpt
ext/standard/tests/file/fgetcsv_variation19.phpt
ext/standard/tests/file/fgetcsv_variation2.phpt
ext/standard/tests/file/fgetcsv_variation20.phpt
ext/standard/tests/file/fgetcsv_variation21.phpt
ext/standard/tests/file/fgetcsv_variation22.phpt
ext/standard/tests/file/fgetcsv_variation23.phpt
ext/standard/tests/file/fgetcsv_variation24.phpt
ext/standard/tests/file/fgetcsv_variation29.phpt
ext/standard/tests/file/fgetcsv_variation30.phpt
ext/standard/tests/file/fgetcsv_variation31.phpt
ext/standard/tests/file/fgetcsv_variation6.phpt
ext/standard/tests/file/fgetcsv_variation7.phpt
ext/standard/tests/file/fgetcsv_variation8.phpt
ext/standard/tests/file/fgetcsv_variation9.phpt
ext/standard/tests/file/fgets_basic.phpt
ext/standard/tests/file/fgets_error.phpt
ext/standard/tests/file/fgets_variation1.phpt
ext/standard/tests/file/fgets_variation2.phpt
ext/standard/tests/file/fgets_variation3.phpt
ext/standard/tests/file/fgets_variation4-win32-mb.phpt
ext/standard/tests/file/fgets_variation4-win32.phpt
ext/standard/tests/file/fgets_variation4.phpt
ext/standard/tests/file/fgets_variation5.phpt
ext/standard/tests/file/fgets_variation6-win32.phpt
ext/standard/tests/file/fgets_variation6.phpt
ext/standard/tests/file/file_basic.phpt
ext/standard/tests/file/file_error.phpt
ext/standard/tests/file/file_exists_variation1.phpt
ext/standard/tests/file/file_get_contents_basic.phpt
ext/standard/tests/file/file_get_contents_error.phpt
ext/standard/tests/file/file_get_contents_file_put_contents_basic.phpt
ext/standard/tests/file/file_get_contents_file_put_contents_error.phpt
ext/standard/tests/file/file_get_contents_file_put_contents_variation1.phpt
ext/standard/tests/file/file_get_contents_file_put_contents_variation2.phpt
ext/standard/tests/file/file_get_contents_variation1.phpt
ext/standard/tests/file/file_get_contents_variation2.phpt
ext/standard/tests/file/file_get_contents_variation7-win32-mb.phpt
ext/standard/tests/file/file_get_contents_variation7-win32.phpt
ext/standard/tests/file/file_get_contents_variation7.phpt
ext/standard/tests/file/file_get_contents_variation8-win32.phpt
ext/standard/tests/file/file_get_contents_variation8.phpt
ext/standard/tests/file/file_get_contents_variation9.phpt
ext/standard/tests/file/file_put_contents_variation1.phpt
ext/standard/tests/file/file_put_contents_variation2.phpt
ext/standard/tests/file/file_put_contents_variation4.phpt
ext/standard/tests/file/file_put_contents_variation6.phpt
ext/standard/tests/file/file_put_contents_variation7-win32.phpt
ext/standard/tests/file/file_put_contents_variation7.phpt
ext/standard/tests/file/file_put_contents_variation8-win32.phpt
ext/standard/tests/file/file_put_contents_variation8.phpt
ext/standard/tests/file/file_put_contents_variation9.phpt
ext/standard/tests/file/file_variation.phpt
ext/standard/tests/file/file_variation8-win32.phpt
ext/standard/tests/file/file_variation8.phpt
ext/standard/tests/file/file_variation9.phpt
ext/standard/tests/file/filegroup_basic.phpt
ext/standard/tests/file/filegroup_error.phpt
ext/standard/tests/file/filegroup_variation1.phpt
ext/standard/tests/file/filegroup_variation2.phpt
ext/standard/tests/file/filegroup_variation3.phpt
ext/standard/tests/file/fileinode_basic.phpt
ext/standard/tests/file/fileinode_error.phpt
ext/standard/tests/file/fileinode_variation.phpt
ext/standard/tests/file/fileinode_variation1.phpt
ext/standard/tests/file/fileinode_variation2.phpt
ext/standard/tests/file/fileinode_variation3.phpt
ext/standard/tests/file/fileowner_basic.phpt
ext/standard/tests/file/fileowner_error.phpt
ext/standard/tests/file/fileowner_variation1.phpt
ext/standard/tests/file/fileowner_variation2.phpt
ext/standard/tests/file/fileowner_variation3.phpt
ext/standard/tests/file/fileperms_variation1.phpt
ext/standard/tests/file/fileperms_variation2.phpt
ext/standard/tests/file/fileperms_variation3.phpt
ext/standard/tests/file/filesize_basic.phpt
ext/standard/tests/file/filesize_error.phpt
ext/standard/tests/file/filesize_variation1-win32-mb.phpt
ext/standard/tests/file/filesize_variation1-win32.phpt
ext/standard/tests/file/filesize_variation1.phpt
ext/standard/tests/file/filesize_variation2-win32.phpt
ext/standard/tests/file/filesize_variation2.phpt
ext/standard/tests/file/filesize_variation3.phpt
ext/standard/tests/file/filesize_variation4-win32.phpt
ext/standard/tests/file/filesize_variation4.phpt
ext/standard/tests/file/filesize_variation5.phpt
ext/standard/tests/file/filetype_basic.phpt
ext/standard/tests/file/filetype_error.phpt
ext/standard/tests/file/filetype_variation.phpt
ext/standard/tests/file/filetype_variation2.phpt
ext/standard/tests/file/filetype_variation3.phpt
ext/standard/tests/file/flock_basic.phpt
ext/standard/tests/file/flock_error.phpt
ext/standard/tests/file/flock_variation.phpt
ext/standard/tests/file/fnmatch_basic.phpt
ext/standard/tests/file/fnmatch_variation.phpt
ext/standard/tests/file/fopen_variation10-win32.phpt
ext/standard/tests/file/fopen_variation11-win32.phpt
ext/standard/tests/file/fopen_variation12.phpt
ext/standard/tests/file/fopen_variation13.phpt
ext/standard/tests/file/fopen_variation14-win32.phpt
ext/standard/tests/file/fopen_variation14.phpt
ext/standard/tests/file/fopen_variation15-win32.phpt
ext/standard/tests/file/fopen_variation15.phpt
ext/standard/tests/file/fopen_variation16.phpt
ext/standard/tests/file/fopen_variation17.phpt
ext/standard/tests/file/fopen_variation19.phpt
ext/standard/tests/file/fopen_variation5.phpt
ext/standard/tests/file/fopen_variation6.phpt
ext/standard/tests/file/fopen_variation7.phpt
ext/standard/tests/file/fopen_variation8.phpt
ext/standard/tests/file/fopen_variation9.phpt
ext/standard/tests/file/fpassthru_basic.phpt
ext/standard/tests/file/fpassthru_variation.phpt
ext/standard/tests/file/fputcsv_variation1.phpt
ext/standard/tests/file/fputcsv_variation10.phpt
ext/standard/tests/file/fputcsv_variation11.phpt
ext/standard/tests/file/fputcsv_variation12.phpt
ext/standard/tests/file/fputcsv_variation13.phpt
ext/standard/tests/file/fputcsv_variation14.phpt
ext/standard/tests/file/fputcsv_variation2.phpt
ext/standard/tests/file/fputcsv_variation3.phpt
ext/standard/tests/file/fputcsv_variation4.phpt
ext/standard/tests/file/fputcsv_variation5.phpt
ext/standard/tests/file/fputcsv_variation6.phpt
ext/standard/tests/file/fputcsv_variation7.phpt
ext/standard/tests/file/fputcsv_variation8.phpt
ext/standard/tests/file/fputcsv_variation9.phpt
ext/standard/tests/file/fread_basic.phpt
ext/standard/tests/file/fread_error.phpt
ext/standard/tests/file/fread_fwrite_basic.phpt
ext/standard/tests/file/fread_variation1.phpt
ext/standard/tests/file/fread_variation2.phpt
ext/standard/tests/file/fread_variation3-win32-mb.phpt
ext/standard/tests/file/fread_variation3-win32.phpt
ext/standard/tests/file/fread_variation3.phpt
ext/standard/tests/file/fread_variation4.phpt
ext/standard/tests/file/fscanf_error.phpt
ext/standard/tests/file/fscanf_variation1.phpt
ext/standard/tests/file/fscanf_variation10.phpt
ext/standard/tests/file/fscanf_variation11.phpt
ext/standard/tests/file/fscanf_variation12.phpt
ext/standard/tests/file/fscanf_variation13.phpt
ext/standard/tests/file/fscanf_variation14.phpt
ext/standard/tests/file/fscanf_variation15.phpt
ext/standard/tests/file/fscanf_variation16.phpt
ext/standard/tests/file/fscanf_variation17.phpt
ext/standard/tests/file/fscanf_variation18.phpt
ext/standard/tests/file/fscanf_variation19.phpt
ext/standard/tests/file/fscanf_variation2.phpt
ext/standard/tests/file/fscanf_variation20.phpt
ext/standard/tests/file/fscanf_variation21.phpt
ext/standard/tests/file/fscanf_variation22.phpt
ext/standard/tests/file/fscanf_variation23.phpt
ext/standard/tests/file/fscanf_variation24.phpt
ext/standard/tests/file/fscanf_variation25.phpt
ext/standard/tests/file/fscanf_variation26.phpt
ext/standard/tests/file/fscanf_variation27.phpt
ext/standard/tests/file/fscanf_variation28.phpt
ext/standard/tests/file/fscanf_variation29.phpt
ext/standard/tests/file/fscanf_variation3.phpt
ext/standard/tests/file/fscanf_variation30.phpt
ext/standard/tests/file/fscanf_variation31.phpt
ext/standard/tests/file/fscanf_variation32.phpt
ext/standard/tests/file/fscanf_variation33.phpt
ext/standard/tests/file/fscanf_variation34.phpt
ext/standard/tests/file/fscanf_variation35.phpt
ext/standard/tests/file/fscanf_variation36.phpt
ext/standard/tests/file/fscanf_variation37.phpt
ext/standard/tests/file/fscanf_variation38.phpt
ext/standard/tests/file/fscanf_variation39.phpt
ext/standard/tests/file/fscanf_variation4.phpt
ext/standard/tests/file/fscanf_variation40.phpt
ext/standard/tests/file/fscanf_variation41.phpt
ext/standard/tests/file/fscanf_variation42.phpt
ext/standard/tests/file/fscanf_variation43.phpt
ext/standard/tests/file/fscanf_variation44.phpt
ext/standard/tests/file/fscanf_variation45.phpt
ext/standard/tests/file/fscanf_variation46.phpt
ext/standard/tests/file/fscanf_variation47.phpt
ext/standard/tests/file/fscanf_variation48.phpt
ext/standard/tests/file/fscanf_variation49.phpt
ext/standard/tests/file/fscanf_variation5.phpt
ext/standard/tests/file/fscanf_variation50.phpt
ext/standard/tests/file/fscanf_variation51.phpt
ext/standard/tests/file/fscanf_variation52.phpt
ext/standard/tests/file/fscanf_variation53.phpt
ext/standard/tests/file/fscanf_variation54.phpt
ext/standard/tests/file/fscanf_variation55.phpt
ext/standard/tests/file/fscanf_variation6.phpt
ext/standard/tests/file/fscanf_variation7.phpt
ext/standard/tests/file/fscanf_variation8.phpt
ext/standard/tests/file/fscanf_variation9.phpt
ext/standard/tests/file/fseek_ftell_rewind_basic1.phpt
ext/standard/tests/file/fseek_ftell_rewind_basic2-win32-mb.phpt
ext/standard/tests/file/fseek_ftell_rewind_basic2-win32.phpt
ext/standard/tests/file/fseek_ftell_rewind_basic2.phpt
ext/standard/tests/file/fseek_ftell_rewind_error1.phpt
ext/standard/tests/file/fseek_ftell_rewind_error2.phpt
ext/standard/tests/file/fseek_ftell_rewind_error3.phpt
ext/standard/tests/file/fseek_ftell_rewind_variation1.phpt
ext/standard/tests/file/fseek_ftell_rewind_variation2-win32.phpt
ext/standard/tests/file/fseek_ftell_rewind_variation2.phpt
ext/standard/tests/file/fseek_ftell_rewind_variation3.phpt
ext/standard/tests/file/fseek_ftell_rewind_variation4-win32.phpt
ext/standard/tests/file/fseek_ftell_rewind_variation4.phpt
ext/standard/tests/file/fseek_ftell_rewind_variation5.phpt
ext/standard/tests/file/fseek_ftell_rewind_variation6-win32.phpt
ext/standard/tests/file/fseek_ftell_rewind_variation6.phpt
ext/standard/tests/file/fseek_ftell_rewind_variation7.phpt
ext/standard/tests/file/fseek_ftell_rewind_variation8-win32.phpt
ext/standard/tests/file/fseek_ftell_rewind_variation8.phpt
ext/standard/tests/file/fseek_variation3.phpt
ext/standard/tests/file/ftruncate_error.phpt
ext/standard/tests/file/ftruncate_variation1-win32-mb.phpt
ext/standard/tests/file/ftruncate_variation1-win32.phpt
ext/standard/tests/file/ftruncate_variation1.phpt
ext/standard/tests/file/ftruncate_variation2-win32.phpt
ext/standard/tests/file/ftruncate_variation2.phpt
ext/standard/tests/file/ftruncate_variation3-win32.phpt
ext/standard/tests/file/ftruncate_variation3.phpt
ext/standard/tests/file/ftruncate_variation4.phpt
ext/standard/tests/file/ftruncate_variation5-win32.phpt
ext/standard/tests/file/ftruncate_variation5.phpt
ext/standard/tests/file/ftruncate_variation6-win32.phpt
ext/standard/tests/file/ftruncate_variation6.phpt
ext/standard/tests/file/ftruncate_variation7-win32.phpt
ext/standard/tests/file/ftruncate_variation7.phpt
ext/standard/tests/file/fwrite_basic-win32-mb.phpt
ext/standard/tests/file/fwrite_basic-win32.phpt
ext/standard/tests/file/fwrite_basic.phpt
ext/standard/tests/file/fwrite_error.phpt
ext/standard/tests/file/fwrite_variation1-win32-mb.phpt
ext/standard/tests/file/fwrite_variation1.phpt
ext/standard/tests/file/fwrite_variation2-win32.phpt
ext/standard/tests/file/fwrite_variation2.phpt
ext/standard/tests/file/fwrite_variation3-win32.phpt
ext/standard/tests/file/fwrite_variation3.phpt
ext/standard/tests/file/fwrite_variation4-win32.phpt
ext/standard/tests/file/fwrite_variation4.phpt
ext/standard/tests/file/glob_basic.phpt
ext/standard/tests/file/glob_error_002-win32.phpt
ext/standard/tests/file/glob_variation-win32-mb.phpt
ext/standard/tests/file/glob_variation-win32.phpt
ext/standard/tests/file/glob_variation.phpt
ext/standard/tests/file/glob_variation2.phpt
ext/standard/tests/file/is_dir_basic.phpt
ext/standard/tests/file/is_dir_variation1.phpt
ext/standard/tests/file/is_dir_variation2.phpt
ext/standard/tests/file/is_dir_variation3.phpt
ext/standard/tests/file/is_dir_variation4.phpt
ext/standard/tests/file/is_executable_basic-win32-mb.phpt
ext/standard/tests/file/is_executable_basic-win32.phpt
ext/standard/tests/file/is_executable_basic.phpt
ext/standard/tests/file/is_executable_error.phpt
ext/standard/tests/file/is_executable_variation1.phpt
ext/standard/tests/file/is_executable_variation2.phpt
ext/standard/tests/file/is_executable_variation3.phpt
ext/standard/tests/file/is_file_basic.phpt
ext/standard/tests/file/is_file_variation1.phpt
ext/standard/tests/file/is_file_variation2.phpt
ext/standard/tests/file/is_file_variation3.phpt
ext/standard/tests/file/is_file_variation4.phpt
ext/standard/tests/file/is_readable_basic-win32-mb.phpt
ext/standard/tests/file/is_readable_basic-win32.phpt
ext/standard/tests/file/is_readable_basic.phpt
ext/standard/tests/file/is_readable_error.phpt
ext/standard/tests/file/is_readable_variation1.phpt
ext/standard/tests/file/is_readable_variation2.phpt
ext/standard/tests/file/is_readable_variation3.phpt
ext/standard/tests/file/is_writable_basic.phpt
ext/standard/tests/file/is_writable_error.phpt
ext/standard/tests/file/is_writable_variation1.phpt
ext/standard/tests/file/is_writable_variation2.phpt
ext/standard/tests/file/is_writable_variation3.phpt
ext/standard/tests/file/lchown_basic.phpt
ext/standard/tests/file/lchown_error.phpt
ext/standard/tests/file/lstat_stat_basic.phpt
ext/standard/tests/file/lstat_stat_error.phpt
ext/standard/tests/file/lstat_stat_variation1.phpt
ext/standard/tests/file/lstat_stat_variation10.phpt
ext/standard/tests/file/lstat_stat_variation11.phpt
ext/standard/tests/file/lstat_stat_variation12.phpt
ext/standard/tests/file/lstat_stat_variation13.phpt
ext/standard/tests/file/lstat_stat_variation14.phpt
ext/standard/tests/file/lstat_stat_variation15.phpt
ext/standard/tests/file/lstat_stat_variation16.phpt
ext/standard/tests/file/lstat_stat_variation17.phpt
ext/standard/tests/file/lstat_stat_variation18.phpt
ext/standard/tests/file/lstat_stat_variation19.phpt
ext/standard/tests/file/lstat_stat_variation2.phpt
ext/standard/tests/file/lstat_stat_variation20.phpt
ext/standard/tests/file/lstat_stat_variation21.phpt
ext/standard/tests/file/lstat_stat_variation22.phpt
ext/standard/tests/file/lstat_stat_variation3.phpt
ext/standard/tests/file/lstat_stat_variation4.phpt
ext/standard/tests/file/lstat_stat_variation5.phpt
ext/standard/tests/file/lstat_stat_variation6.phpt
ext/standard/tests/file/lstat_stat_variation7.phpt
ext/standard/tests/file/lstat_stat_variation8.phpt
ext/standard/tests/file/mkdir_rmdir_error.phpt
ext/standard/tests/file/mkdir_rmdir_variation-win32-mb.phpt
ext/standard/tests/file/mkdir_rmdir_variation-win32.phpt
ext/standard/tests/file/mkdir_rmdir_variation1.phpt
ext/standard/tests/file/mkdir_rmdir_variation2.phpt
ext/standard/tests/file/mkdir_variation5-win32.phpt
ext/standard/tests/file/mkdir_variation5.phpt
ext/standard/tests/file/parse_ini_file.phpt
ext/standard/tests/file/parse_ini_file_error.phpt
ext/standard/tests/file/parse_ini_file_variation1.phpt
ext/standard/tests/file/parse_ini_file_variation2.phpt
ext/standard/tests/file/parse_ini_file_variation3.phpt
ext/standard/tests/file/parse_ini_file_variation6-win32-mb.phpt
ext/standard/tests/file/parse_ini_file_variation6-win32.phpt
ext/standard/tests/file/parse_ini_file_variation6.phpt
ext/standard/tests/file/pathinfo_basic.phpt
ext/standard/tests/file/pathinfo_basic1-win32.phpt
ext/standard/tests/file/pathinfo_basic1.phpt
ext/standard/tests/file/pathinfo_basic2-win32.phpt
ext/standard/tests/file/pathinfo_basic2.phpt
ext/standard/tests/file/pathinfo_variation3.phpt
ext/standard/tests/file/pathinfo_variaton.phpt
ext/standard/tests/file/popen_pclose_basic-win32-mb.phpt
ext/standard/tests/file/popen_pclose_basic-win32.phpt
ext/standard/tests/file/popen_pclose_basic.phpt
ext/standard/tests/file/popen_pclose_error-sunos.phpt
ext/standard/tests/file/popen_pclose_error.phpt
ext/standard/tests/file/readfile_basic-win32.phpt
ext/standard/tests/file/readfile_basic.phpt
ext/standard/tests/file/readfile_error.phpt
ext/standard/tests/file/readfile_variation1.phpt
ext/standard/tests/file/readfile_variation10-win32.phpt
ext/standard/tests/file/readfile_variation10.phpt
ext/standard/tests/file/readfile_variation2.phpt
ext/standard/tests/file/readfile_variation3.phpt
ext/standard/tests/file/readfile_variation6.phpt
ext/standard/tests/file/readfile_variation7.phpt
ext/standard/tests/file/readfile_variation8-win32-mb.phpt
ext/standard/tests/file/readfile_variation8-win32.phpt
ext/standard/tests/file/readfile_variation9.phpt
ext/standard/tests/file/readlink_realpath_basic1.phpt
ext/standard/tests/file/readlink_realpath_basic2.phpt
ext/standard/tests/file/readlink_realpath_error.phpt
ext/standard/tests/file/readlink_realpath_variation1.phpt
ext/standard/tests/file/readlink_realpath_variation2.phpt
ext/standard/tests/file/readlink_realpath_variation3.phpt
ext/standard/tests/file/readlink_variation1.phpt
ext/standard/tests/file/realpath_basic-win32-mb.phpt
ext/standard/tests/file/realpath_basic-win32.phpt
ext/standard/tests/file/realpath_basic3.phpt
ext/standard/tests/file/realpath_variation-win32-mb.phpt
ext/standard/tests/file/realpath_variation-win32.phpt
ext/standard/tests/file/realpath_variation2.phpt
ext/standard/tests/file/rename_basic.phpt
ext/standard/tests/file/rename_variation-win32.phpt
ext/standard/tests/file/rename_variation1-win32.phpt
ext/standard/tests/file/rename_variation11-win32.phpt
ext/standard/tests/file/rename_variation12-win32.phpt
ext/standard/tests/file/rename_variation12.phpt
ext/standard/tests/file/rename_variation13-win32.phpt
ext/standard/tests/file/rename_variation13.phpt
ext/standard/tests/file/rename_variation2-win32.phpt
ext/standard/tests/file/rename_variation3-win32.phpt
ext/standard/tests/file/rename_variation8-win32.phpt
ext/standard/tests/file/rename_variation8.phpt
ext/standard/tests/file/rename_variation9.phpt
ext/standard/tests/file/rmdir_variation3-win32.phpt
ext/standard/tests/file/rmdir_variation3.phpt
ext/standard/tests/file/stat_basic-win32-mb.phpt
ext/standard/tests/file/stat_basic-win32.phpt
ext/standard/tests/file/stat_error-win32.phpt
ext/standard/tests/file/stat_variation1-win32-mb.phpt
ext/standard/tests/file/stat_variation1-win32.phpt
ext/standard/tests/file/stat_variation2-win32.phpt
ext/standard/tests/file/stat_variation3-win32.phpt
ext/standard/tests/file/stat_variation4-win32.phpt
ext/standard/tests/file/stat_variation5-win32.phpt
ext/standard/tests/file/stat_variation6-win32.phpt
ext/standard/tests/file/stat_variation7-win32.phpt
ext/standard/tests/file/stat_variation8-win32.phpt
ext/standard/tests/file/symlink_link_linkinfo_is_link_basic1.phpt
ext/standard/tests/file/symlink_link_linkinfo_is_link_basic2.phpt
ext/standard/tests/file/symlink_link_linkinfo_is_link_error1.phpt
ext/standard/tests/file/symlink_link_linkinfo_is_link_error2.phpt
ext/standard/tests/file/symlink_link_linkinfo_is_link_variation1.phpt
ext/standard/tests/file/symlink_link_linkinfo_is_link_variation2.phpt
ext/standard/tests/file/symlink_link_linkinfo_is_link_variation3.phpt
ext/standard/tests/file/symlink_link_linkinfo_is_link_variation4.phpt
ext/standard/tests/file/symlink_link_linkinfo_is_link_variation5.phpt
ext/standard/tests/file/symlink_link_linkinfo_is_link_variation6.phpt
ext/standard/tests/file/symlink_link_linkinfo_is_link_variation7.phpt
ext/standard/tests/file/symlink_link_linkinfo_is_link_variation8.phpt
ext/standard/tests/file/symlink_link_linkinfo_is_link_variation9.phpt
ext/standard/tests/file/tempnam_variation1-win32-mb.phpt
ext/standard/tests/file/tempnam_variation1-win32.phpt
ext/standard/tests/file/tempnam_variation1.phpt
ext/standard/tests/file/tempnam_variation2-win32.phpt
ext/standard/tests/file/tempnam_variation2.phpt
ext/standard/tests/file/tempnam_variation3-win32.phpt
ext/standard/tests/file/tempnam_variation3.phpt
ext/standard/tests/file/tempnam_variation4-0.phpt
ext/standard/tests/file/tempnam_variation4-1.phpt
ext/standard/tests/file/tempnam_variation5-win32.phpt
ext/standard/tests/file/tempnam_variation5.phpt
ext/standard/tests/file/tempnam_variation6-win32.phpt
ext/standard/tests/file/tempnam_variation6.phpt
ext/standard/tests/file/tempnam_variation7-win32.phpt
ext/standard/tests/file/tempnam_variation7.phpt
ext/standard/tests/file/tempnam_variation8-win32.phpt
ext/standard/tests/file/touch_basic-win32-mb.phpt
ext/standard/tests/file/touch_basic-win32.phpt
ext/standard/tests/file/touch_basic.phpt
ext/standard/tests/file/touch_variation5-win32.phpt
ext/standard/tests/file/touch_variation5.phpt
ext/standard/tests/file/touch_variation6-win32.phpt
ext/standard/tests/file/umask_basic.phpt
ext/standard/tests/file/umask_variation1.phpt
ext/standard/tests/file/umask_variation2.phpt
ext/standard/tests/file/unlink_basic.phpt
ext/standard/tests/file/unlink_error-win32-mb.phpt
ext/standard/tests/file/unlink_error-win32.phpt
ext/standard/tests/file/unlink_error.phpt
ext/standard/tests/file/unlink_variation1-win32-mb.phpt
ext/standard/tests/file/unlink_variation1-win32.phpt
ext/standard/tests/file/unlink_variation1.phpt
ext/standard/tests/file/unlink_variation10.phpt
ext/standard/tests/file/unlink_variation2.phpt
ext/standard/tests/file/unlink_variation3.phpt
ext/standard/tests/file/unlink_variation4.phpt
ext/standard/tests/file/unlink_variation5.phpt
ext/standard/tests/file/unlink_variation6.phpt
ext/standard/tests/file/unlink_variation8-win32.phpt
ext/standard/tests/file/unlink_variation8.phpt
ext/standard/tests/file/unlink_variation9-win32.phpt
ext/standard/tests/filters/stream_filter_remove_basic.phpt
ext/standard/tests/filters/stream_filter_remove_error.phpt
ext/standard/tests/general_functions/debug_zval_dump_b.phpt
ext/standard/tests/general_functions/debug_zval_dump_b_64bit.phpt
ext/standard/tests/general_functions/debug_zval_dump_o.phpt
ext/standard/tests/general_functions/debug_zval_dump_v.phpt
ext/standard/tests/general_functions/escapeshellarg_basic-win32-mb.phpt
ext/standard/tests/general_functions/escapeshellarg_basic-win32.phpt
ext/standard/tests/general_functions/escapeshellarg_basic.phpt
ext/standard/tests/general_functions/escapeshellarg_variation1-win32.phpt
ext/standard/tests/general_functions/escapeshellarg_variation1.phpt
ext/standard/tests/general_functions/floatval.phpt
ext/standard/tests/general_functions/floatval_basic.phpt
ext/standard/tests/general_functions/floatval_variation1.phpt
ext/standard/tests/general_functions/get_defined_constants_basic.phpt
ext/standard/tests/general_functions/get_defined_vars_basic.phpt
ext/standard/tests/general_functions/get_extension_funcs_basic.phpt
ext/standard/tests/general_functions/get_include_path_basic.phpt
ext/standard/tests/general_functions/get_included_files.phpt
ext/standard/tests/general_functions/get_loaded_extensions_basic.phpt
ext/standard/tests/general_functions/get_resource_type_basic.phpt
ext/standard/tests/general_functions/getmypid_basic.phpt
ext/standard/tests/general_functions/getrusage_basic.phpt
ext/standard/tests/general_functions/gettype_settype_basic.phpt
ext/standard/tests/general_functions/gettype_settype_error.phpt
ext/standard/tests/general_functions/gettype_settype_variation1.phpt
ext/standard/tests/general_functions/gettype_settype_variation2.phpt
ext/standard/tests/general_functions/gettype_settype_variation3.phpt
ext/standard/tests/general_functions/gettype_settype_variation4.phpt
ext/standard/tests/general_functions/gettype_settype_variation5.phpt
ext/standard/tests/general_functions/gettype_settype_variation6.phpt
ext/standard/tests/general_functions/gettype_settype_variation7.phpt
ext/standard/tests/general_functions/gettype_settype_variation8.phpt
ext/standard/tests/general_functions/intval.phpt
ext/standard/tests/general_functions/intval_variation1.phpt
ext/standard/tests/general_functions/is_array.phpt
ext/standard/tests/general_functions/is_bool.phpt
ext/standard/tests/general_functions/is_callable_basic1.phpt
ext/standard/tests/general_functions/is_callable_basic2.phpt
ext/standard/tests/general_functions/is_callable_variation1.phpt
ext/standard/tests/general_functions/is_callable_variation2.phpt
ext/standard/tests/general_functions/is_float.phpt
ext/standard/tests/general_functions/is_float_64bit.phpt
ext/standard/tests/general_functions/is_int.phpt
ext/standard/tests/general_functions/is_int_64bit.phpt
ext/standard/tests/general_functions/is_null.phpt
ext/standard/tests/general_functions/is_numeric.phpt
ext/standard/tests/general_functions/is_object.phpt
ext/standard/tests/general_functions/is_resource_basic.phpt
ext/standard/tests/general_functions/is_scalar.phpt
ext/standard/tests/general_functions/is_string.phpt
ext/standard/tests/general_functions/isset_basic1.phpt
ext/standard/tests/general_functions/isset_basic2.phpt
ext/standard/tests/general_functions/ob_get_flush_basic.phpt
ext/standard/tests/general_functions/ob_get_flush_error.phpt
ext/standard/tests/general_functions/ob_get_length_basic.phpt
ext/standard/tests/general_functions/parse_ini_string_001.phpt
ext/standard/tests/general_functions/php_uname_basic.phpt
ext/standard/tests/general_functions/php_uname_error.phpt
ext/standard/tests/general_functions/print_r.phpt
ext/standard/tests/general_functions/print_r_64bit.phpt
ext/standard/tests/general_functions/sleep_basic.phpt
ext/standard/tests/general_functions/strval.phpt
ext/standard/tests/general_functions/uniqid_basic.phpt
ext/standard/tests/general_functions/usleep_basic.phpt
ext/standard/tests/general_functions/var_dump.phpt
ext/standard/tests/general_functions/var_dump_64bit.phpt
ext/standard/tests/general_functions/var_export-locale.phpt
ext/standard/tests/general_functions/var_export-locale_32.phpt
ext/standard/tests/general_functions/var_export_basic1.phpt
ext/standard/tests/general_functions/var_export_basic1_32.phpt
ext/standard/tests/general_functions/var_export_basic2.phpt
ext/standard/tests/general_functions/var_export_basic3.phpt
ext/standard/tests/general_functions/var_export_basic4.phpt
ext/standard/tests/general_functions/var_export_basic5.phpt
ext/standard/tests/general_functions/var_export_basic6.phpt
ext/standard/tests/general_functions/var_export_basic7.phpt
ext/standard/tests/general_functions/var_export_basic8.phpt
ext/standard/tests/general_functions/var_export_error2.phpt
ext/standard/tests/general_functions/var_export_error3.phpt
ext/standard/tests/image/getimagesize_basic.phpt
ext/standard/tests/image/getimagesize_jpgapp.phpt
ext/standard/tests/image/getimagesize_tif_mm.phpt
ext/standard/tests/image/getimagesize_variation2.phpt
ext/standard/tests/image/getimagesize_variation3.phpt
ext/standard/tests/image/getimagesize_variation4.phpt
ext/standard/tests/image/getimagesize_variation_005.phpt
ext/standard/tests/image/getimagesize_wbmp.phpt
ext/standard/tests/image/getimagesize_xbm.phpt
ext/standard/tests/image/image_type_to_mime_type_basic.phpt
ext/standard/tests/image/image_type_to_mime_type_variation2.phpt
ext/standard/tests/image/image_type_to_mime_type_variation3.phpt
ext/standard/tests/image/image_type_to_mime_type_variation4.phpt
ext/standard/tests/mail/bug66535.phpt
ext/standard/tests/mail/bug69874.phpt
ext/standard/tests/mail/bug69874_2.phpt
ext/standard/tests/mail/mail_basic.phpt
ext/standard/tests/mail/mail_basic2.phpt
ext/standard/tests/mail/mail_basic5.phpt
ext/standard/tests/mail/mail_basic6.phpt
ext/standard/tests/mail/mail_basic7.phpt
ext/standard/tests/mail/mail_basic_alt1-win32.phpt
ext/standard/tests/mail/mail_basic_alt2-win32.phpt
ext/standard/tests/mail/mail_basic_alt3-win32.phpt
ext/standard/tests/mail/mail_basic_alt4-win32.phpt
ext/standard/tests/mail/mail_variation1.phpt
ext/standard/tests/mail/mail_variation2.phpt
ext/standard/tests/mail/mail_variation_alt1-win32.phpt
ext/standard/tests/mail/mail_variation_alt2-win32.phpt
ext/standard/tests/mail/mail_variation_alt3-win32.phpt
ext/standard/tests/math/abs_basic.phpt
ext/standard/tests/math/abs_variation.phpt
ext/standard/tests/math/acos_basic.phpt
ext/standard/tests/math/acos_variation.phpt
ext/standard/tests/math/acosh_basic.phpt
ext/standard/tests/math/acosh_variation.phpt
ext/standard/tests/math/asin_basic.phpt
ext/standard/tests/math/asin_variation.phpt
ext/standard/tests/math/asinh_basic.phpt
ext/standard/tests/math/asinh_variation.phpt
ext/standard/tests/math/atan_basic.phpt
ext/standard/tests/math/atan_variation.phpt
ext/standard/tests/math/atanh_basic.phpt
ext/standard/tests/math/atanh_variation.phpt
ext/standard/tests/math/base_convert_error.phpt
ext/standard/tests/math/base_convert_variation1.phpt
ext/standard/tests/math/bindec_variation1.phpt
ext/standard/tests/math/bindec_variation1_64bit.phpt
ext/standard/tests/math/ceil_basic.phpt
ext/standard/tests/math/ceil_variation1.phpt
ext/standard/tests/math/cos_basic.phpt
ext/standard/tests/math/cos_variation.phpt
ext/standard/tests/math/cosh_basic.phpt
ext/standard/tests/math/cosh_variation.phpt
ext/standard/tests/math/decbin_variation1.phpt
ext/standard/tests/math/decbin_variation1_64bit.phpt
ext/standard/tests/math/dechex_variation1.phpt
ext/standard/tests/math/dechex_variation1_64bit.phpt
ext/standard/tests/math/decoct_variation1.phpt
ext/standard/tests/math/decoct_variation1_64bit.phpt
ext/standard/tests/math/deg2rad_basic.phpt
ext/standard/tests/math/deg2rad_variation.phpt
ext/standard/tests/math/expm1_basic.phpt
ext/standard/tests/math/floor_basic.phpt
ext/standard/tests/math/floor_variation1.phpt
ext/standard/tests/math/hexdec_variation1.phpt
ext/standard/tests/math/hexdec_variation1_64bit.phpt
ext/standard/tests/math/hypot_basic.phpt
ext/standard/tests/math/log10_basic.phpt
ext/standard/tests/math/log10_variation.phpt
ext/standard/tests/math/log1p_basic.phpt
ext/standard/tests/math/octdec_variation1.phpt
ext/standard/tests/math/pow_variation1.phpt
ext/standard/tests/math/pow_variation1_64bit.phpt
ext/standard/tests/math/pow_variation2.phpt
ext/standard/tests/math/rad2deg_basic.phpt
ext/standard/tests/math/rad2deg_variation.phpt
ext/standard/tests/math/round_basic.phpt
ext/standard/tests/math/round_variation1.phpt
ext/standard/tests/math/sin_basic.phpt
ext/standard/tests/math/sin_variation.phpt
ext/standard/tests/math/sinh_basic.phpt
ext/standard/tests/math/sinh_variation.phpt
ext/standard/tests/math/sqrt_basic.phpt
ext/standard/tests/math/sqrt_variation.phpt
ext/standard/tests/math/srand_basic.phpt
ext/standard/tests/math/tan_basic.phpt
ext/standard/tests/math/tan_variation.phpt
ext/standard/tests/math/tanh_basic.phpt
ext/standard/tests/math/tanh_variation.phpt
ext/standard/tests/misc/get_browser_basic.phpt
ext/standard/tests/misc/get_browser_error.phpt
ext/standard/tests/misc/get_browser_variation1.phpt
ext/standard/tests/network/closelog_basic.phpt
ext/standard/tests/network/fsockopen_basic.phpt
ext/standard/tests/network/fsockopen_error.phpt
ext/standard/tests/network/gethostbyaddr_basic1.phpt
ext/standard/tests/network/gethostbyaddr_error.phpt
ext/standard/tests/network/gethostbyname_basic003.phpt
ext/standard/tests/network/gethostbynamel_basic1.phpt
ext/standard/tests/network/ip2long_variation2.phpt
ext/standard/tests/network/ip2long_variation2_x64.phpt
ext/standard/tests/network/syslog_basic.phpt
ext/standard/tests/serialize/serialization_arrays_001.phpt
ext/standard/tests/serialize/serialization_arrays_002.phpt
ext/standard/tests/serialize/serialization_arrays_003.phpt
ext/standard/tests/serialize/serialization_arrays_004.phpt
ext/standard/tests/serialize/serialization_arrays_005.phpt
ext/standard/tests/serialize/serialization_error_002.phpt
ext/standard/tests/serialize/serialization_miscTypes_001.phpt
ext/standard/tests/serialize/serialization_objects_001.phpt
ext/standard/tests/serialize/serialization_objects_002.phpt
ext/standard/tests/serialize/serialization_objects_003.phpt
ext/standard/tests/serialize/serialization_objects_004.phpt
ext/standard/tests/serialize/serialization_objects_005.phpt
ext/standard/tests/serialize/serialization_objects_006.phpt
ext/standard/tests/serialize/serialization_objects_007.phpt
ext/standard/tests/serialize/serialization_objects_008.phpt
ext/standard/tests/serialize/serialization_objects_009.phpt
ext/standard/tests/serialize/serialization_objects_010.phpt
ext/standard/tests/serialize/serialization_objects_011.phpt
ext/standard/tests/serialize/serialization_objects_012.phpt
ext/standard/tests/serialize/serialization_objects_013.phpt
ext/standard/tests/serialize/serialization_objects_014.phpt
ext/standard/tests/serialize/serialization_precision_001.phpt
ext/standard/tests/serialize/serialization_precision_002.phpt
ext/standard/tests/serialize/serialization_resources_001.phpt
ext/standard/tests/streams/stream_get_meta_data_file_error.phpt
ext/standard/tests/streams/stream_set_timeout_error.phpt
ext/standard/tests/strings/addslashes_basic.phpt
ext/standard/tests/strings/addslashes_variation2.phpt
ext/standard/tests/strings/basename_basic.phpt
ext/standard/tests/strings/basename_invalid_path.phpt
ext/standard/tests/strings/basename_invalid_path_win.phpt
ext/standard/tests/strings/basename_variation.phpt
ext/standard/tests/strings/bin2hex_basic.phpt
ext/standard/tests/strings/bug47481.phpt
ext/standard/tests/strings/chop_basic.phpt
ext/standard/tests/strings/chop_variation3.phpt
ext/standard/tests/strings/chop_variation4.phpt
ext/standard/tests/strings/chop_variation5.phpt
ext/standard/tests/strings/chr_basic.phpt
ext/standard/tests/strings/chr_error.phpt
ext/standard/tests/strings/chr_variation1.phpt
ext/standard/tests/strings/chunk_split_basic.phpt
ext/standard/tests/strings/chunk_split_variation10.phpt
ext/standard/tests/strings/chunk_split_variation11.phpt
ext/standard/tests/strings/chunk_split_variation12.phpt
ext/standard/tests/strings/chunk_split_variation13.phpt
ext/standard/tests/strings/chunk_split_variation1_32bit.phpt
ext/standard/tests/strings/chunk_split_variation2_32bit.phpt
ext/standard/tests/strings/chunk_split_variation3.phpt
ext/standard/tests/strings/chunk_split_variation4.phpt
ext/standard/tests/strings/chunk_split_variation5.phpt
ext/standard/tests/strings/chunk_split_variation6.phpt
ext/standard/tests/strings/chunk_split_variation7.phpt
ext/standard/tests/strings/chunk_split_variation8.phpt
ext/standard/tests/strings/chunk_split_variation9.phpt
ext/standard/tests/strings/convert_uudecode_basic.phpt
ext/standard/tests/strings/convert_uuencode_basic.phpt
ext/standard/tests/strings/count_chars_basic.phpt
ext/standard/tests/strings/crc32_basic.phpt
ext/standard/tests/strings/crc32_variation2.phpt
ext/standard/tests/strings/crc32_variation3.phpt
ext/standard/tests/strings/crc32_variation4.phpt
ext/standard/tests/strings/dirname_basic.phpt
ext/standard/tests/strings/dirname_error.phpt
ext/standard/tests/strings/dirname_multi.phpt
ext/standard/tests/strings/dirname_multi_win.phpt
ext/standard/tests/strings/dirname_variation.phpt
ext/standard/tests/strings/explode1.phpt
ext/standard/tests/strings/explode_variation4.phpt
ext/standard/tests/strings/explode_variation5.phpt
ext/standard/tests/strings/explode_variation6.phpt
ext/standard/tests/strings/explode_variation7.phpt
ext/standard/tests/strings/get_html_translation_table_basic1.phpt
ext/standard/tests/strings/get_html_translation_table_basic2.phpt
ext/standard/tests/strings/get_html_translation_table_basic3.phpt
ext/standard/tests/strings/get_html_translation_table_basic4.phpt
ext/standard/tests/strings/hebrev_basic.phpt
ext/standard/tests/strings/htmlspecialchars.phpt
ext/standard/tests/strings/htmlspecialchars_basic.phpt
ext/standard/tests/strings/htmlspecialchars_decode_basic.phpt
ext/standard/tests/strings/htmlspecialchars_decode_variation3.phpt
ext/standard/tests/strings/htmlspecialchars_decode_variation4.phpt
ext/standard/tests/strings/htmlspecialchars_decode_variation5.phpt
ext/standard/tests/strings/htmlspecialchars_decode_variation6.phpt
ext/standard/tests/strings/http_build_query_variation1.phpt
ext/standard/tests/strings/http_build_query_variation2.phpt
ext/standard/tests/strings/http_build_query_variation3.phpt
ext/standard/tests/strings/implode1.phpt
ext/standard/tests/strings/join_basic.phpt
ext/standard/tests/strings/join_error.phpt
ext/standard/tests/strings/join_variation1.phpt
ext/standard/tests/strings/join_variation2.phpt
ext/standard/tests/strings/join_variation3.phpt
ext/standard/tests/strings/join_variation4.phpt
ext/standard/tests/strings/join_variation5.phpt
ext/standard/tests/strings/join_variation6.phpt
ext/standard/tests/strings/ltrim_basic.phpt
ext/standard/tests/strings/ltrim_error.phpt
ext/standard/tests/strings/md5_basic1.phpt
ext/standard/tests/strings/md5_basic2.phpt
ext/standard/tests/strings/md5_file.phpt
ext/standard/tests/strings/nl2br_variation1.phpt
ext/standard/tests/strings/nl2br_variation2.phpt
ext/standard/tests/strings/nl2br_variation3.phpt
ext/standard/tests/strings/nl2br_variation4.phpt
ext/standard/tests/strings/nl_langinfo_basic.phpt
ext/standard/tests/strings/number_format_basic.phpt
ext/standard/tests/strings/ord_basic.phpt
ext/standard/tests/strings/parse_str_basic1.phpt
ext/standard/tests/strings/parse_str_basic2.phpt
ext/standard/tests/strings/parse_str_basic3.phpt
ext/standard/tests/strings/parse_str_basic4.phpt
ext/standard/tests/strings/print_basic.phpt
ext/standard/tests/strings/print_variation1.phpt
ext/standard/tests/strings/printf_basic1.phpt
ext/standard/tests/strings/printf_basic2.phpt
ext/standard/tests/strings/printf_basic3.phpt
ext/standard/tests/strings/printf_basic4.phpt
ext/standard/tests/strings/printf_basic5.phpt
ext/standard/tests/strings/printf_basic6.phpt
ext/standard/tests/strings/printf_basic7.phpt
ext/standard/tests/strings/printf_basic8.phpt
ext/standard/tests/strings/printf_basic9.phpt
ext/standard/tests/strings/printf_error.phpt
ext/standard/tests/strings/printf_variation1.phpt
ext/standard/tests/strings/printf_variation2.phpt
ext/standard/tests/strings/quoted_printable_decode_basic.phpt
ext/standard/tests/strings/quotemeta_basic.phpt
ext/standard/tests/strings/rtrim_basic.phpt
ext/standard/tests/strings/rtrim_error.phpt
ext/standard/tests/strings/setlocale_basic1.phpt
ext/standard/tests/strings/setlocale_basic2.phpt
ext/standard/tests/strings/setlocale_basic3.phpt
ext/standard/tests/strings/setlocale_error.phpt
ext/standard/tests/strings/setlocale_variation1.phpt
ext/standard/tests/strings/setlocale_variation2.phpt
ext/standard/tests/strings/setlocale_variation3.phpt
ext/standard/tests/strings/setlocale_variation4.phpt
ext/standard/tests/strings/setlocale_variation5.phpt
ext/standard/tests/strings/sha1_basic.phpt
ext/standard/tests/strings/sha1_file.phpt
ext/standard/tests/strings/similar_text_basic.phpt
ext/standard/tests/strings/soundex_basic.phpt
ext/standard/tests/strings/sprintf_basic1.phpt
ext/standard/tests/strings/sprintf_basic2.phpt
ext/standard/tests/strings/sprintf_basic3.phpt
ext/standard/tests/strings/sprintf_basic4.phpt
ext/standard/tests/strings/sprintf_basic5.phpt
ext/standard/tests/strings/sprintf_basic6.phpt
ext/standard/tests/strings/sprintf_basic7.phpt
ext/standard/tests/strings/sprintf_basic7_64bit.phpt
ext/standard/tests/strings/sprintf_basic8.phpt
ext/standard/tests/strings/sprintf_basic8_64bit.phpt
ext/standard/tests/strings/sprintf_basic9.phpt
ext/standard/tests/strings/sprintf_error.phpt
ext/standard/tests/strings/sprintf_variation1.phpt
ext/standard/tests/strings/sprintf_variation10.phpt
ext/standard/tests/strings/sprintf_variation15.phpt
ext/standard/tests/strings/sprintf_variation2.phpt
ext/standard/tests/strings/sprintf_variation27.phpt
ext/standard/tests/strings/sprintf_variation28.phpt
ext/standard/tests/strings/sprintf_variation28_64bit.phpt
ext/standard/tests/strings/sprintf_variation3.phpt
ext/standard/tests/strings/sprintf_variation34.phpt
ext/standard/tests/strings/sprintf_variation34_64bit.phpt
ext/standard/tests/strings/sprintf_variation40.phpt
ext/standard/tests/strings/sprintf_variation40_64bit.phpt
ext/standard/tests/strings/sprintf_variation46.phpt
ext/standard/tests/strings/sprintf_variation47.phpt
ext/standard/tests/strings/sprintf_variation52.phpt
ext/standard/tests/strings/sprintf_variation53.phpt
ext/standard/tests/strings/sprintf_variation9.phpt
ext/standard/tests/strings/sscanf_basic1.phpt
ext/standard/tests/strings/sscanf_basic2.phpt
ext/standard/tests/strings/sscanf_basic3.phpt
ext/standard/tests/strings/sscanf_basic4.phpt
ext/standard/tests/strings/sscanf_basic5.phpt
ext/standard/tests/strings/sscanf_basic6.phpt
ext/standard/tests/strings/sscanf_basic7.phpt
ext/standard/tests/strings/sscanf_basic8.phpt
ext/standard/tests/strings/sscanf_error.phpt
ext/standard/tests/strings/str_contains.phpt
ext/standard/tests/strings/str_ends_with.phpt
ext/standard/tests/strings/str_pad_variation1.phpt
ext/standard/tests/strings/str_pad_variation5.phpt
ext/standard/tests/strings/str_repeat.phpt
ext/standard/tests/strings/str_replace_basic.phpt
ext/standard/tests/strings/str_replace_variation1.phpt
ext/standard/tests/strings/str_replace_variation2.phpt
ext/standard/tests/strings/str_replace_variation3.phpt
ext/standard/tests/strings/str_rot13_basic.phpt
ext/standard/tests/strings/str_shuffle_basic.phpt
ext/standard/tests/strings/str_split_basic.phpt
ext/standard/tests/strings/str_split_variation3.phpt
ext/standard/tests/strings/str_split_variation4.phpt
ext/standard/tests/strings/str_split_variation5.phpt
ext/standard/tests/strings/str_split_variation6.phpt
ext/standard/tests/strings/str_split_variation6_64bit.phpt
ext/standard/tests/strings/str_split_variation7.phpt
ext/standard/tests/strings/str_split_variation7_64bit.phpt
ext/standard/tests/strings/str_starts_with.phpt
ext/standard/tests/strings/strcspn_basic.phpt
ext/standard/tests/strings/strcspn_variation10.phpt
ext/standard/tests/strings/strcspn_variation11.phpt
ext/standard/tests/strings/strcspn_variation12.phpt
ext/standard/tests/strings/strcspn_variation6.phpt
ext/standard/tests/strings/strcspn_variation7.phpt
ext/standard/tests/strings/strcspn_variation8.phpt
ext/standard/tests/strings/strip_tags_basic1.phpt
ext/standard/tests/strings/strip_tags_basic2.phpt
ext/standard/tests/strings/strip_tags_variation10.phpt
ext/standard/tests/strings/strip_tags_variation2.phpt
ext/standard/tests/strings/strip_tags_variation4.phpt
ext/standard/tests/strings/strip_tags_variation5.phpt
ext/standard/tests/strings/strip_tags_variation6.phpt
ext/standard/tests/strings/strip_tags_variation7.phpt
ext/standard/tests/strings/strip_tags_variation8.phpt
ext/standard/tests/strings/strip_tags_variation9.phpt
ext/standard/tests/strings/stripcslashes_basic.phpt
ext/standard/tests/strings/stripos_basic1.phpt
ext/standard/tests/strings/stripos_basic2.phpt
ext/standard/tests/strings/stripos_error.phpt
ext/standard/tests/strings/stripos_variation1.phpt
ext/standard/tests/strings/stripos_variation10.phpt
ext/standard/tests/strings/stripos_variation11.phpt
ext/standard/tests/strings/stripos_variation12.phpt
ext/standard/tests/strings/stripos_variation13.phpt
ext/standard/tests/strings/stripos_variation2.phpt
ext/standard/tests/strings/stripos_variation3.phpt
ext/standard/tests/strings/stripos_variation4.phpt
ext/standard/tests/strings/stripos_variation5.phpt
ext/standard/tests/strings/stripos_variation6.phpt
ext/standard/tests/strings/stripos_variation7.phpt
ext/standard/tests/strings/stripos_variation8.phpt
ext/standard/tests/strings/stripslashes_basic.phpt
ext/standard/tests/strings/stripslashes_variation2.phpt
ext/standard/tests/strings/stripslashes_variation3.phpt
ext/standard/tests/strings/stripslashes_variation4.phpt
ext/standard/tests/strings/stristr_basic.phpt
ext/standard/tests/strings/stristr_variation2.phpt
ext/standard/tests/strings/strlen_basic.phpt
ext/standard/tests/strings/strnatcasecmp_basic.phpt
ext/standard/tests/strings/strnatcasecmp_variation1.phpt
ext/standard/tests/strings/strnatcmp_basic.phpt
ext/standard/tests/strings/strnatcmp_leftalign.phpt
ext/standard/tests/strings/strncasecmp_basic.phpt
ext/standard/tests/strings/strncasecmp_error.phpt
ext/standard/tests/strings/strncasecmp_variation1.phpt
ext/standard/tests/strings/strncasecmp_variation2.phpt
ext/standard/tests/strings/strncasecmp_variation3.phpt
ext/standard/tests/strings/strncasecmp_variation6.phpt
ext/standard/tests/strings/strncasecmp_variation7.phpt
ext/standard/tests/strings/strncasecmp_variation8.phpt
ext/standard/tests/strings/strncasecmp_variation9.phpt
ext/standard/tests/strings/strncmp_basic.phpt
ext/standard/tests/strings/strncmp_error.phpt
ext/standard/tests/strings/strncmp_variation1.phpt
ext/standard/tests/strings/strncmp_variation2.phpt
ext/standard/tests/strings/strncmp_variation3.phpt
ext/standard/tests/strings/strncmp_variation7.phpt
ext/standard/tests/strings/strncmp_variation8.phpt
ext/standard/tests/strings/strncmp_variation9.phpt
ext/standard/tests/strings/strpbrk_basic.phpt
ext/standard/tests/strings/strpbrk_error.phpt
ext/standard/tests/strings/strpos.phpt
ext/standard/tests/strings/strrchr_basic.phpt
ext/standard/tests/strings/strrchr_variation1.phpt
ext/standard/tests/strings/strrchr_variation10.phpt
ext/standard/tests/strings/strrchr_variation11.phpt
ext/standard/tests/strings/strrchr_variation12.phpt
ext/standard/tests/strings/strrchr_variation2.phpt
ext/standard/tests/strings/strrchr_variation3.phpt
ext/standard/tests/strings/strrchr_variation4.phpt
ext/standard/tests/strings/strrchr_variation6.phpt
ext/standard/tests/strings/strrchr_variation7.phpt
ext/standard/tests/strings/strrchr_variation8.phpt
ext/standard/tests/strings/strrev_basic.phpt
ext/standard/tests/strings/strrev_variation1.phpt
ext/standard/tests/strings/strrev_variation2.phpt
ext/standard/tests/strings/strrev_variation3.phpt
ext/standard/tests/strings/strripos_basic1.phpt
ext/standard/tests/strings/strripos_basic2.phpt
ext/standard/tests/strings/strripos_variation1.phpt
ext/standard/tests/strings/strripos_variation2.phpt
ext/standard/tests/strings/strripos_variation3.phpt
ext/standard/tests/strings/strripos_variation4.phpt
ext/standard/tests/strings/strripos_variation5.phpt
ext/standard/tests/strings/strrpos_basic1.phpt
ext/standard/tests/strings/strrpos_basic2.phpt
ext/standard/tests/strings/strrpos_variation1.phpt
ext/standard/tests/strings/strrpos_variation10.phpt
ext/standard/tests/strings/strrpos_variation11.phpt
ext/standard/tests/strings/strrpos_variation12.phpt
ext/standard/tests/strings/strrpos_variation13.phpt
ext/standard/tests/strings/strrpos_variation2.phpt
ext/standard/tests/strings/strrpos_variation3.phpt
ext/standard/tests/strings/strrpos_variation4.phpt
ext/standard/tests/strings/strrpos_variation5.phpt
ext/standard/tests/strings/strrpos_variation6.phpt
ext/standard/tests/strings/strrpos_variation7.phpt
ext/standard/tests/strings/strrpos_variation8.phpt
ext/standard/tests/strings/strspn_basic.phpt
ext/standard/tests/strings/strspn_variation10.phpt
ext/standard/tests/strings/strspn_variation11.phpt
ext/standard/tests/strings/strspn_variation12.phpt
ext/standard/tests/strings/strspn_variation6.phpt
ext/standard/tests/strings/strspn_variation7.phpt
ext/standard/tests/strings/strspn_variation8.phpt
ext/standard/tests/strings/strstr.phpt
ext/standard/tests/strings/strtok_basic.phpt
ext/standard/tests/strings/strtok_variation3.phpt
ext/standard/tests/strings/strtok_variation4.phpt
ext/standard/tests/strings/strtok_variation5.phpt
ext/standard/tests/strings/strtok_variation6.phpt
ext/standard/tests/strings/strtok_variation7.phpt
ext/standard/tests/strings/strtolower-win32.phpt
ext/standard/tests/strings/strtolower.phpt
ext/standard/tests/strings/strtoupper1-win32.phpt
ext/standard/tests/strings/strtoupper1.phpt
ext/standard/tests/strings/strtr_basic.phpt
ext/standard/tests/strings/strtr_variation1.phpt
ext/standard/tests/strings/strtr_variation2.phpt
ext/standard/tests/strings/strtr_variation3.phpt
ext/standard/tests/strings/strtr_variation4.phpt
ext/standard/tests/strings/strtr_variation6.phpt
ext/standard/tests/strings/strtr_variation8.phpt
ext/standard/tests/strings/strval_basic.phpt
ext/standard/tests/strings/strval_error.phpt
ext/standard/tests/strings/strval_variation1.phpt
ext/standard/tests/strings/strval_variation2.phpt
ext/standard/tests/strings/substr.phpt
ext/standard/tests/strings/substr_replace_error.phpt
ext/standard/tests/strings/trim1.phpt
ext/standard/tests/strings/trim_basic.phpt
ext/standard/tests/strings/trim_error.phpt
ext/standard/tests/strings/ucwords_basic.phpt
ext/standard/tests/strings/ucwords_variation2.phpt
ext/standard/tests/strings/ucwords_variation3.phpt
ext/standard/tests/strings/ucwords_variation4.phpt
ext/standard/tests/strings/ucwords_variation5.phpt
ext/standard/tests/strings/unpack_error.phpt
ext/standard/tests/strings/vfprintf_basic.phpt
ext/standard/tests/strings/vfprintf_basic1.phpt
ext/standard/tests/strings/vfprintf_basic2.phpt
ext/standard/tests/strings/vfprintf_basic3.phpt
ext/standard/tests/strings/vfprintf_basic4.phpt
ext/standard/tests/strings/vfprintf_basic5.phpt
ext/standard/tests/strings/vfprintf_basic6.phpt
ext/standard/tests/strings/vfprintf_basic7.phpt
ext/standard/tests/strings/vfprintf_basic7_64bit.phpt
ext/standard/tests/strings/vfprintf_basic8.phpt
ext/standard/tests/strings/vfprintf_basic9.phpt
ext/standard/tests/strings/vfprintf_error1.phpt
ext/standard/tests/strings/vfprintf_error3.phpt
ext/standard/tests/strings/vfprintf_error4.phpt
ext/standard/tests/strings/vfprintf_variation1.phpt
ext/standard/tests/strings/vprintf_basic1.phpt
ext/standard/tests/strings/vprintf_basic2.phpt
ext/standard/tests/strings/vprintf_basic3.phpt
ext/standard/tests/strings/vprintf_basic4.phpt
ext/standard/tests/strings/vprintf_basic5.phpt
ext/standard/tests/strings/vprintf_basic6.phpt
ext/standard/tests/strings/vprintf_basic7.phpt
ext/standard/tests/strings/vprintf_basic7_64bit.phpt
ext/standard/tests/strings/vprintf_basic8.phpt
ext/standard/tests/strings/vprintf_basic9.phpt
ext/standard/tests/strings/vprintf_variation1.phpt
ext/standard/tests/strings/vprintf_variation11.phpt
ext/standard/tests/strings/vprintf_variation11_64bit.phpt
ext/standard/tests/strings/vprintf_variation12.phpt
ext/standard/tests/strings/vprintf_variation12_64bit.phpt
ext/standard/tests/strings/vprintf_variation13.phpt
ext/standard/tests/strings/vprintf_variation13_64bit.phpt
ext/standard/tests/strings/vprintf_variation14.phpt
ext/standard/tests/strings/vprintf_variation14_64bit.phpt
ext/standard/tests/strings/vprintf_variation15.phpt
ext/standard/tests/strings/vprintf_variation15_64bit.phpt
ext/standard/tests/strings/vprintf_variation16.phpt
ext/standard/tests/strings/vprintf_variation16_64bit.phpt
ext/standard/tests/strings/vprintf_variation17.phpt
ext/standard/tests/strings/vprintf_variation18.phpt
ext/standard/tests/strings/vprintf_variation19.phpt
ext/standard/tests/strings/vprintf_variation19_64bit.phpt
ext/standard/tests/strings/vprintf_variation2.phpt
ext/standard/tests/strings/vprintf_variation3.phpt
ext/standard/tests/strings/vprintf_variation4.phpt
ext/standard/tests/strings/vprintf_variation4_64bit.phpt
ext/standard/tests/strings/vprintf_variation5.phpt
ext/standard/tests/strings/vprintf_variation6.phpt
ext/standard/tests/strings/vprintf_variation7.phpt
ext/standard/tests/strings/vprintf_variation8.phpt
ext/standard/tests/strings/vprintf_variation9.phpt
ext/standard/tests/strings/vsprintf_basic1.phpt
ext/standard/tests/strings/vsprintf_basic2.phpt
ext/standard/tests/strings/vsprintf_basic3.phpt
ext/standard/tests/strings/vsprintf_basic4.phpt
ext/standard/tests/strings/vsprintf_basic5.phpt
ext/standard/tests/strings/vsprintf_basic6.phpt
ext/standard/tests/strings/vsprintf_basic7.phpt
ext/standard/tests/strings/vsprintf_basic7_64bit.phpt
ext/standard/tests/strings/vsprintf_basic8.phpt
ext/standard/tests/strings/vsprintf_basic9.phpt
ext/standard/tests/strings/wordwrap_basic.phpt
ext/standard/tests/strings/wordwrap_error.phpt
ext/standard/tests/strings/wordwrap_variation5.phpt
ext/standard/tests/time/strptime_basic.phpt
ext/standard/tests/time/strptime_error.phpt
ext/standard/tests/time/strptime_parts.phpt
ext/standard/tests/url/base64_decode_basic_001.phpt
ext/standard/tests/url/base64_decode_basic_002.phpt
ext/standard/tests/url/base64_decode_basic_003.phpt
ext/standard/tests/url/base64_encode_basic_001.phpt
ext/standard/tests/url/base64_encode_basic_002.phpt
ext/standard/tests/url/parse_url_basic_001.phpt
ext/standard/tests/url/parse_url_basic_002.phpt
ext/standard/tests/url/parse_url_basic_003.phpt
ext/standard/tests/url/parse_url_basic_004.phpt
ext/standard/tests/url/parse_url_basic_005.phpt
ext/standard/tests/url/parse_url_basic_006.phpt
ext/standard/tests/url/parse_url_basic_007.phpt
ext/standard/tests/url/parse_url_basic_008.phpt
ext/standard/tests/url/parse_url_basic_009.phpt
ext/standard/tests/url/parse_url_basic_010.phpt
ext/standard/tests/url/parse_url_error_002.phpt
ext/tokenizer/tests/token_get_all_basic.phpt
ext/tokenizer/tests/token_get_all_variation10.phpt
ext/tokenizer/tests/token_get_all_variation11.phpt
ext/tokenizer/tests/token_get_all_variation12.phpt
ext/tokenizer/tests/token_get_all_variation13.phpt
ext/tokenizer/tests/token_get_all_variation14.phpt
ext/tokenizer/tests/token_get_all_variation15.phpt
ext/tokenizer/tests/token_get_all_variation16.phpt
ext/tokenizer/tests/token_get_all_variation17.phpt
ext/tokenizer/tests/token_get_all_variation18.phpt
ext/tokenizer/tests/token_get_all_variation2.phpt
ext/tokenizer/tests/token_get_all_variation3.phpt
ext/tokenizer/tests/token_get_all_variation4.phpt
ext/tokenizer/tests/token_get_all_variation5.phpt
ext/tokenizer/tests/token_get_all_variation6.phpt
ext/tokenizer/tests/token_get_all_variation7.phpt
ext/tokenizer/tests/token_get_all_variation8.phpt
ext/tokenizer/tests/token_get_all_variation9.phpt
ext/xml/tests/xml_parse_into_struct_variation.phpt
ext/xml/tests/xml_parser_set_option_basic.phpt
ext/xml/tests/xml_parser_set_option_variation3.phpt
ext/xml/tests/xml_set_notation_decl_handler_basic.phpt
ext/xml/tests/xml_set_processing_instruction_handler_basic.phpt
ext/xml/tests/xml_set_start_namespace_decl_handler_basic.phpt
ext/zlib/tests/gzcompress_basic1.phpt
ext/zlib/tests/gzcompress_error1.phpt
ext/zlib/tests/gzcompress_variation1.phpt
ext/zlib/tests/gzdeflate_basic1.phpt
ext/zlib/tests/gzdeflate_error1.phpt
ext/zlib/tests/gzdeflate_variation1.phpt
ext/zlib/tests/gzencode_basic1.phpt
ext/zlib/tests/gzencode_error1.phpt
ext/zlib/tests/gzencode_variation1-win32.phpt
ext/zlib/tests/gzencode_variation1.phpt
ext/zlib/tests/gzencode_variation2-win32.phpt
ext/zlib/tests/gzencode_variation2.phpt
ext/zlib/tests/gzinflate_error1.phpt
ext/zlib/tests/gzopen_basic.phpt
ext/zlib/tests/gzopen_basic2.phpt
ext/zlib/tests/gzopen_variation4.phpt
ext/zlib/tests/gzopen_variation5.phpt
ext/zlib/tests/gzopen_variation6.phpt
ext/zlib/tests/gzopen_variation8.phpt
ext/zlib/tests/gzopen_variation9.phpt
ext/zlib/tests/gzuncompress_basic1.phpt
ext/zlib/tests/gzuncompress_error1.phpt
tests/output/flush_basic_001.phpt
tests/output/ob_clean_basic_001.phpt
tests/output/ob_end_clean_basic_001.phpt
tests/output/ob_end_flush_basic_001.phpt
tests/output/ob_flush_basic_001.phpt
tests/output/ob_get_clean_basic_001.phpt
tests/output/ob_get_clean_basic_002.phpt
tests/output/ob_get_contents_basic_001.phpt
tests/output/ob_get_length_basic_001.phpt
tests/output/ob_get_level_basic_001.phpt
tests/output/ob_implicit_flush_basic_001.phpt
tests/output/ob_implicit_flush_basic_002.phpt
tests/output/ob_start_basic_001.phpt
tests/output/ob_start_basic_004.phpt
tests/output/ob_start_basic_005.phpt
tests/output/ob_start_basic_006.phpt
tests/output/ob_start_error_001.phpt
tests/output/ob_start_error_002.phpt
tests/output/ob_start_error_003.phpt
tests/output/ob_start_error_004.phpt
tests/output/ob_start_error_005.phpt

index 3eb085b10ac0498c778c9735f883f70c3e77f3ec..bab02dd565d5068fcfb745677cca535494208471 100644 (file)
@@ -2,16 +2,6 @@
 Test unset(), empty() and isset() functions
 --FILE--
 <?php
-/* Prototype: void unset ( mixed $var [, mixed $var [, mixed $...]] );
-   Description: unset() destroys the specified variables
-
-   Prototype: bool empty( mixed $var );
-   Description: Determine whether a variable is considered to be empty
-
-   Prototype: bool isset ( mixed $var [, mixed $var [, $...]] );
-   Description: Returns TRUE if var exists; FALSE otherwise
-*/
-
 echo "*** Testing unset(), empty() & isset() with scalar variables ***\n";
 
 // testing scalar variables
index 9b2ca618ee8ecb262283f940e71b9552f6baf3dd..84e26ce1a5b9432956d56b76664e6607bd5221a5 100644 (file)
@@ -4,12 +4,6 @@ Test restore_error_handler() function : bug #46196
 Olivier Doucet
 --FILE--
 <?php
-/* Prototype  : void restore_error_handler(void)
- * Description: Restores the previously defined error handler function
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
-
 echo "*** Testing restore_error_handler() : error bug #46196 ***\n";
 
 var_dump( set_error_handler( 'myErrorHandler' ) );
index 025a4a7d4173abc1aa256b5dba45634a51d089b7..a49b7589811ab17015309626637d856f2261c8b5 100644 (file)
@@ -3,7 +3,6 @@ function_exists function : basic functionality
 --FILE--
 <?php
 /*
- * proto bool function_exists(string function_name)
  * Function is implemented in Zend/zend_builtin_functions.c
 */
 
index 3ba411bff5447a0ddb73145a79ecd4aa0366e449..5069275b0ebf959f1268054534d0132d2be94ea7 100644 (file)
@@ -3,11 +3,6 @@ get_defined_functions() function : basic functionality
 --FILE--
 <?php
 
-/* Prototype  : array get_defined_functions  ( void  )
- * Description: Gets an array of all defined functions.
- * Source code: Zend/zend_builtin_functions.c
-*/
-
 echo "*** Testing get_defined_functions() : basic functionality ***\n";
 
 function foo() {}
index 8fe32c89378b76236881c9889c0795e50f933aac..bfd31644772b5dde1c84e73d3ff60c0f7e8b1b29 100644 (file)
@@ -2,10 +2,6 @@
 Testing get_defined_vars() Function
 --FILE--
 <?php
-/* Prototype: array get_defined_vars(void);
- * Description: Returns a  multidimensional array of all defined variables.
- */
-
 /* Various variables definitions used for testing of the function */
 
 $number = 22.33; //number
index 0931fe48936b0a0cad0cfcee3bf7ac1f271ca5e3..7cc71a27b2a04b94e5941ada369fbc42d70415f9 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_alnum() function : basic functionality
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_alnum(mixed $c)
- * Description: Checks for alphanumeric character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 echo "*** Testing ctype_alnum() : basic functionality ***\n";
 
 $orig = setlocale(LC_CTYPE, "C");
index c86b9262159d759f6f50536f7e08308784bc49e8..5af4f14e150a00b97803f0bed5e5cab945f0575e 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_alnum() function : usage variations - Different data types as $c arg
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_alnum(mixed $c)
- * Description: Checks for alphanumeric character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass different data types as $c argument to ctype_alnum() to test behaviour
  */
index 0898190d177854b47d753754ebf75997da59cfab..1e6147c6e69360fffd598bc9fd84e965e1991694 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_alnum() function : usage variations - different integers
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_alnum(mixed $c)
- * Description: Checks for alphanumeric character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass different integers to ctype_alnum() to test which character codes are considered
  * valid alphanumeric characters
index 1fbf5b49f8a3cb0a1c7f7710a51ab2dcd44e832d..f7de0707d2906736511b9498a56b94560a6e8b97 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_alnum() function : usage variations - different string values
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_alnum(mixed $c)
- * Description: Checks for alphanumeric character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass different strings to ctype_alnum to test behaviour
  */
index 64c6175806f94eaf7908a3ad8c25370193d29350..d998190ac47037b0496254e9bdc185d6683fa350 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_alnum() function : usage variations  - octal and hexadecimal values
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_alnum(mixed $c)
- * Description: Checks for alphanumeric character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass octal and hexadecimal values to ctype_alnum() to test behaviour
  */
index 28e1ca4e129318d2ffed5a9933645f1304cef0ed..a17d4d92bf89e66e75180e2fd2ffde4403c84d75 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_alpha() function : basic functionality
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_alpha(mixed $c)
- * Description: Checks for alphabetic character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 echo "*** Testing ctype_alpha() : basic functionality ***\n";
 
 $orig = setlocale(LC_CTYPE, "C");
index e96256df98dfaeef4baf841a1af5cbe61810da2c..a372e926b987105e6047426a2ac896afed538fca 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_alpha() function : usage variations - different data types as $c arg
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_alpha(mixed $c)
- * Description: Checks for alphabetic character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass different data types as $c argument to ctype_alpha() to test behaviour
  */
index 89777f9813b549a27d7f0637e3b0e956e0b18e7f..f36dbf2da81069d93b388e4e1e074f41657626ac 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_alpha() function : usage variations - different integers
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_alpha(mixed $c)
- * Description: Checks for alphabetic character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass different integers to ctype_alpha() to test which character codes are considered
  * valid alphabetic characters
index 4eebef4e194db2850d73569b36c54f6a58c1fce3..3f7402e52cda250f78839c3c2aab2f710ae659c2 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_alpha() function : usage variations - different strings
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_alpha(mixed $c)
- * Description: Checks for alphabetic character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass strings containing different character types to ctype_alpha() to test
  * which are considered valid alphabetic character only strings
index ba801c68456c2c5f4e3a6e25ff4204a59184ad88..f5e96a19ff7c91d9d7ae3cb7ca8f1982179ad73a 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_alpha() function : usage variations - Octal and hexadecimal values
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_alpha(mixed $c)
- * Description: Checks for alphabetic character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass octal and hexadecimal values to ctype_alpha() to test behaviour
  */
index bb6cd1c2df0d0e8591e246b7202adeeb7b7aa6ce..4052663c0dc700a18806860ac6a04e0b1ae2f9b2 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_cntrl() function : basic functionality
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_cntrl(mixed $c)
- * Description: Checks for control character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 echo "*** Testing ctype_cntrl() : basic functionality ***\n";
 
 $orig = setlocale(LC_CTYPE, "C");
index 9408d720f99da908d17e254130288c7a9c7caf9b..7e8c6b19d7c1769e7fa602e89db7d443d8a94ce9 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_cntrl() function : usage variations - Different data types as $c arg
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_cntrl(mixed $c)
- * Description: Checks for control character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass different data types as $c argument to ctype_cntrl() to test behaviour
  */
index 411666608fb27036207a05b579ff42d65c415230..c5b345182815c54ddfa78ef370c938ba79e1698e 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_cntrl() function : usage variations - different integers
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_cntrl(mixed $c)
- * Description: Checks for control character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass different integers to ctype_cntrl() to test which character codes are considered
  * valid control characters
index 9d21f89da141f158ae45a602acec5edde6804a0b..f177c7bc276f492b105b41eeea686a5e764c6f59 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_cntrl() function : usage variations - Different strings
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_cntrl(mixed $c)
- * Description: Checks for control character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass strings containing different character types to ctype_cntrl() to test
  * which are considered valid control character only strings
index 0a2e1260df95234f17b88c9c20df24f5e5625592..ee568232431daf2bc68332c84bf7c127a3ad1044 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_cntrl() function : usage variations - Octal and hexadecimal values
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_cntrl(mixed $c)
- * Description: Checks for control character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass hexadecimal and octal values to ctype_cntrl() to test behaviour
  */
index 3f60ad6f40e0e70b1314d13034b4ca1d2b86251c..7959b7ff1882b7c54ef3773f1eff43daf6e4c2f1 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_digit() function : basic functionality
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_digit(mixed $c)
- * Description: Checks for numeric character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 echo "*** Testing ctype_digit() : basic functionality ***\n";
 
 $orig = setlocale(LC_CTYPE, "C");
index 77ddc21ce402b34f27688f6f1c7f6704b766c57b..65126ffc58b7990564c021fdd6bb6014df9e85d3 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_digit() function : usage variations - different data types as $c arg
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_digit(mixed $c)
- * Description: Checks for numeric character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass different data types as $c argument to ctype_digit() to test behaviour
  */
index 9b5c1fb6791c5e663b1d4185e196e79fb4d16e21..e7b79263dbd06678a92611a3103ed23caeeb31d3 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_digit() function : usage variations - different integers
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_digit(mixed $c)
- * Description: Checks for numeric character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass different integers to ctype_digit() to test which character codes are considered
  * valid decimal digits
index a042984a9944a17a5fb942f5e6fc5fc7a36ffbfc..bb42c2e0d8d93851dc8a38ffa587805872d29be6 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_digit() function : usage variations - different strings
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_digit(mixed $c)
- * Description: Checks for numeric character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass strings containing different character types to ctype_digit() to test
  * which are considered valid decimal digit only strings
index 2c87759dddcc588b54bfd694ca55d49e1ba5063a..2bf78b4df4e6a5fbac821f97d08107f25bc8e85c 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_digit() function : usage variations - octal and hexadecimal values
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_digit(mixed $c)
- * Description: Checks for numeric character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass octal and hexadecimal values as $c argument to ctype_digit() to test behaviour
  */
index 6acf21067224de9ec9e48575d362e2cb28a339da..c38529bbeaf8ca854884ab8eb70e02bc1b196bec 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_graph() function : basic functionality
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_graph(mixed $c)
- * Description: Checks for any printable character(s) except space
- * Source code: ext/ctype/ctype.c
- */
-
 echo "*** Testing ctype_graph() : basic functionality ***\n";
 
 $orig = setlocale(LC_CTYPE, "C");
index 2fb529ee88c12b3e4e3fe1c54fd52f093471be5f..1d7bc182e8344b04a5fba1505409e84ba895521c 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_graph() function : usage variations - different data types as $c arg
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_graph(mixed $c)
- * Description: Checks for any printable character(s) except space
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass different data types as $c argument to ctype_graph() to test behaviour
  */
index 3c21133279a4984b4fd93b1a33418ed5a3943773..3304a162401fe2d2d42de5e7e615f8b8dab4f68d 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_graph() function : usage variations - different integers
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_graph(mixed $c)
- * Description: Checks for any printable character(s) except space
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass different integers to ctype_graph() to test which character codes are considered
  * valid visibly printable characters
index e6dac7c7752e12daa717971ff86171914d4a83b7..733825bfde7663f20924c5f0d400a36d79be8930 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_graph() function : usage variations - different strings
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_graph(mixed $c)
- * Description: Checks for any printable character(s) except space
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass strings containing different character types to ctype_graph() to test
  * which are considered valid printable character only strings
index 3b3b028002d4a471fd18b03e36f206baf8867a0d..8fbaab39d3f7c18a452e948b84af854402bd2663 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_graph() function : usage variations - octal and hexadecimal values
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_graph(mixed $c)
- * Description: Checks for any printable character(s) except space
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass octal and hexadecimal values to ctype_graph() to test behaviour
  */
index 0009460df0f19a39fdcb3a3f90b4ffafb28ba22c..79560917f51444d8187d00c8cec9f866b29b7eee 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_lower() function : basic functionality
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_lower(mixed $c)
- * Description: Checks for lowercase character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 echo "*** Testing ctype_lower() : basic functionality ***\n";
 
 $orig = setlocale(LC_CTYPE, "C");
index 94ff0f16545d6728e8024c50dcefac35dc281b6b..b236eed2b9a0d97c3731e20522c7af111ab5061a 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_lower() function : usage variations - different data types as $c arg
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_lower(mixed $c)
- * Description: Checks for lowercase character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass different data types as $c argument to ctype_lower() to test behaviour
  */
index ca96134b88a1dfd9492e1d4261a883a03c0a6f8c..b3ed8d03e5520860629225d26cb8181c58d80343 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_lower() function : usage variations - different integers
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_lower(mixed $c)
- * Description: Checks for lowercase character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass different integers to ctype_lower() to test which character codes are considered
  * valid lowercase characters
index cdaa61da3e01ad8930560d140ebfe418ea363e62..bba8be038b2637a0e186d304f6d1fcd5dbdb9873 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_lower() function : usage variations - different strings
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_lower(mixed $c)
- * Description: Checks for lowercase character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass strings containing different character types to ctype_lower() to test
  * which are considered valid lowercase character only strings
index a47074ed20ccfeda2755a3c115884f55ca618036..f7cfc18b8658a2240c0d5b10002adee0aa7628a0 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_lower() function : usage variations - octal and hexadecimal values
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_lower(mixed $c)
- * Description: Checks for lowercase character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass octal and hexadecimal values to ctype_lower() to test behaviour
  */
index 15228391e11454844200ad589a86d4a0718fd575..aa354e869ecf3c11967112b025852a935311419a 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_print() function : basic functionality
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_print(mixed $c)
- * Description: Checks for printable character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 echo "*** Testing ctype_print() : basic functionality ***\n";
 
 $orig = setlocale(LC_CTYPE, "C");
index 3e4bef3e539ffbb17d1c199787b3dd845dc7563c..06ba0d82e0d2530872055f5fa3b13abdc06f2d8c 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_print() function : usage variations - different data types as $c arg
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_print(mixed $c)
- * Description: Checks for printable character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass different data types as $c argument to ctype_print() to test behaviour
  */
index c2151fa34c052daa612f102a980b5733af9ed548..1178118020ffcab1ca85ed92cdbd23dd4cab314d 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_print() function : usage variations - different integers
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_print(mixed $c)
- * Description: Checks for printable character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass different integers to ctype_print() to test which character codes are considered
  * valid printable characters
index 7b1103273271335c11361a98c154d0703661d0e5..f79cfa20acaec7ae229f978f0323448d3eb48119 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_print() function : usage variations - different strings
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_print(mixed $c)
- * Description: Checks for printable character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass strings containing different character types to ctype_print() to test
  * which are considered valid printable character only strings
index 05cfe8fbde5e59a8e8d29365ae8815507216c764..be0d148019139f5af4bade6d18fcaaf8b0420131 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_print() function : usage variations - octal and hexadecimal values
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_print(mixed $c)
- * Description: Checks for printable character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass octal and hexadecimal values to ctype_print() to test behaviour
  */
index 93fff2178373d8189550d3e462846a9a34d4da22..2110385646da69495afeaf2da0e75725f67ea942 100644 (file)
@@ -4,12 +4,6 @@ Test ctype_punct() function : basic functionality
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_punct(mixed $c)
- * Description: Checks for any printable character which is not whitespace
- * or an alphanumeric character
- * Source code: ext/ctype/ctype.c
- */
-
 echo "*** Testing ctype_punct() : basic functionality ***\n";
 
 $orig = setlocale(LC_CTYPE, "C");
index 67abc10f642a73838321b796d68b7b7d9d1339d2..52f05f76e9f3e802ace81fb3fc0eae1a1c54daff 100644 (file)
@@ -4,12 +4,6 @@ Test ctype_punct() function : usage variations - different data types as $c argu
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_punct(mixed $c)
- * Description: Checks for any printable character which is not whitespace
- * or an alphanumeric character
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass different data types as $c argument to ctype_punt() to test behaviour
  */
index 9fcfef0e210bf23c7e24965c2c6f02c76d2bd4c2..a1dc709e448e1824b581b5e1f8152233c1a6e99e 100644 (file)
@@ -4,12 +4,6 @@ Test ctype_punct() function : usage variations - different integers
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_punct(mixed $c)
- * Description: Checks for any printable character which is not whitespace
- * or an alphanumeric character
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass different integers to ctype_punct() to test which character codes are considered
  * valid punctuation characters
index 3d6989d173e3efd6701c7d04c3a48e0c5ce42bb0..18da4a117a935d2e021b613e51b28ec41bf2fd83 100644 (file)
@@ -4,12 +4,6 @@ Test ctype_punct() function : usage variations - different punctuation
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_punct(mixed $c)
- * Description: Checks for any printable character which is not whitespace
- * or an alphanumeric character
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass strings containing different character types to ctype_punct() to test
  * which are considered valid punctuation character only strings
index e96c12568ef6ea189f564bfd0ab573eb9c3087f0..ea581f520fd02ec746dd09a4dfa65d9488248edc 100644 (file)
@@ -4,12 +4,6 @@ Test ctype_punct() function : usage variations - Octal and Hexadecimal values
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_punct(mixed $c)
- * Description: Checks for any printable character which is not whitespace
- * or an alphanumeric character
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass different octal and hexadecimal values to ctype_punct() to test behaviour
  */
index ab0255a5ffebd410e1f8d04d619feb3dd24af6ab..7aabb25cf0b82ebde1e30d5e7754859eb784f17c 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_space() function : basic functionality
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_space(mixed $c)
- * Description: Checks for whitespace character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 echo "*** Testing ctype_space() : basic functionality ***\n";
 
 $orig = setlocale(LC_CTYPE, "C");
index 7d16cd445efa5e1de5e241c70c528857001f89aa..63cdd65f244a2c074460b37c5e5d3ac80a2f15fc 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_space() function : usage variations - different data types as $c argu
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_space(mixed $c)
- * Description: Checks for whitespace character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass different data types as $c argument to ctype_space() to test behaviour
  */
index f11611d42063b9dac57fc66a458306928c7d9176..146c7137f06dc68919e5d7013a194abba900189a 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_space() function : usage variations - different integers
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_space(mixed $c)
- * Description: Checks for whitespace character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass different integers to ctype_space() to test which character codes are considered
  * valid whitespace characters
index dce5ff6a98b7c57a4af0f3bca6e17fda0217a8b5..cd321078635fecb3acc80cd353a389b34e5e7272 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_space() function : usage variations - different strings
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_space(mixed $c)
- * Description: Checks for whitespace character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass strings containing different character types to ctype_space() to test
  * which are considered valid whitespace character only strings
index 0447d4ec1fd1811372c48b9887c05a6afc53ac0b..f1fa47cb1f65218303b31fdca75a516225618077 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_space() function : usage variations - octal and hexadecimal values
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_space(mixed $c)
- * Description: Checks for whitespace character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass octal and hexadecimal values as $c to ctype_space() to test behaviour
  */
index 3e0ce36eb8486413f94e814f49e2b8baa8fcf74c..65e13892dc5cb84891ca39f5a530a0ab9ca097d0 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_upper() function : basic functionality
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_upper(mixed $c)
- * Description: Checks for uppercase character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 echo "*** Testing ctype_upper() : basic functionality ***\n";
 
 $orig = setlocale(LC_CTYPE, "C");
index 3cbbe33a33341b991e487ab60fab7c0dd22b6ee6..719edceb6266332ab1139af4fdbad3f091a1aea6 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_upper() function : usage variations - different data types
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_upper(mixed $c)
- * Description: Checks for uppercase character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass different data types as $c argument to ctype_upper() to test behaviour
  */
index 645ead447111ce5bb3a5a8c684e431e32954ddc2..e9da4fd45f3b9b18c6065a2a7ed251227eebb36c 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_upper() function : usage variations - different integers
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_upper(mixed $c)
- * Description: Checks for uppercase character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass different integers to ctype_upper() to test which character codes are considered
  * valid uppercase characters
index 610c92308bbaeb3d2349f585c9bc6bededec436b..7a1243f84fb6e7d52888e97aea27b9b2e526eff5 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_upper() function : usage variations - different strings
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_upper(mixed $c)
- * Description: Checks for uppercase character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass strings containing different character types to ctype_upper() to test
  * which are considered valid uppercase character only strings
index 28e572a7c5d4743369a32adea975e8b1fa3dcec3..4f8b777528f78823527ff7ec3f0e589e3c796b36 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_upper() function : usage variations - octal and hexadecimal values
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_upper(mixed $c)
- * Description: Checks for uppercase character(s)
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass octal and hexadecimal values to ctype_upper() to test behaviour
  */
index d47e9290f81d11291273ee53aacf5ccfa19b3c45..8c1527d9ddcead8e82ee5c437b5a31cb79821a8b 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_xdigit() function : basic functionality
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_xdigit(mixed $c)
- * Description: Checks for character(s) representing a hexadecimal digit
- * Source code: ext/ctype/ctype.c
- */
-
 echo "*** Testing ctype_xdigit() : basic functionality ***\n";
 $orig = setlocale(LC_CTYPE, "C");
 
index 4c183ef37445fd4f8ded7085cf2f1f2860d54cf7..42a26f4ced08da54da695f99f531bfc105420280 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_xdigit() function : usage variations - different data typse as $c arg
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_xdigit(mixed $c)
- * Description: Checks for character(s) representing a hexadecimal digit
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass different data types as $c argument to ctype_xdigit() to test behaviour
  */
index bb2795c1894494367be5c21cd9b043e1764541ab..106ce3370dd3866fb19ee8e85fc66f8e794ed397 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_xdigit() function : usage variations - different integers
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_xdigit(mixed $c)
- * Description: Checks for character(s) representing a hexadecimal digit
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass different integers to ctype_xdigit() to test which character codes are considered
  * valid hexadecimal 'digits'
index bc8ca44d2a77382793c6d9460d41b87a8740e2d8..5bad5edea066f727349fe6c3fefb85f6020efe31 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_xdigit() function : usage variations - Different strings
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_xdigit(mixed $c)
- * Description: Checks for character(s) representing a hexadecimal digit
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass strings containing different character types to ctype_xdigit() to test
  * which are considered valid hexadecimal 'digit' only strings
index 9f7a88f3abee439e4d0bab9db4f2010a035c85d9..4d15c8a395381accae7fd7f26429ca177448d16d 100644 (file)
@@ -4,11 +4,6 @@ Test ctype_xdigit() function : usage variations - heaxadecimal and octal values
 <?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool ctype_xdigit(mixed $c)
- * Description: Checks for character(s) representing a hexadecimal digit
- * Source code: ext/ctype/ctype.c
- */
-
 /*
  * Pass different hexadecimal and octal values that:
  * 1. contain hexadecimal digits
index 9a42b8f3e7e788d5f25af26d8c901912aae7d766..f55660ba0739d25d29036bab4e2f9ff63735fd3b 100644 (file)
@@ -6,12 +6,6 @@ include 'skipif.inc';
 ?>
 --FILE--
 <?php
-/* Prototype  : bool curl_setopt(resource ch, int option, mixed value)
- * Description: Set an option for a cURL transfer
- * Source code: ext/curl/interface.c
- * Alias to functions:
- */
-
   include 'server.inc';
   $host = curl_cli_server_start();
 
index e2889872822d7bcc5769e47819be340f2ef21b70..2e9dbf2c3e8f171de366f74e56dfe81406052ad6 100644 (file)
@@ -7,11 +7,6 @@ TestFest 2009 - AFUP - Jean-Marc Fontaine <jmf@durcommefaire.net>
 <?php include 'skipif.inc'; ?>
 --FILE--
 <?php
-/* Prototype  : bool curl_exec(resource ch)
- * Description: Perform a cURL session
- * Source code: ext/curl/interface.c
- * Alias to functions:
- */
   include 'server.inc';
   $host = curl_cli_server_start();
 
index 0e71c3688403e275941e988e0ccc3bce899d1892..740b3d5256a4b7874054596c31e526e57f493e02 100644 (file)
@@ -7,12 +7,6 @@ TestFest 2009 - AFUP - Jean-Marc Fontaine <jmf@durcommefaire.net>
 <?php include 'skipif.inc'; ?>
 --FILE--
 <?php
-/* Prototype  : bool curl_setopt(resource ch, int option, mixed value)
- * Description: Set an option for a cURL transfer
- * Source code: ext/curl/interface.c
- * Alias to functions:
- */
-
   include 'server.inc';
   $host = curl_cli_server_start();
 
index d8937302ee04ff4a00e843520297eb1fbefdbc18..ef0eba4c10bc71472f0c888efe96a0057006f8bb 100644 (file)
@@ -7,12 +7,6 @@ TestFest 2009 - AFUP - Jean-Marc Fontaine <jmf@durcommefaire.net>
 <?php include 'skipif.inc'; ?>
 --FILE--
 <?php
-/* Prototype  : bool curl_setopt(resource ch, int option, mixed value)
- * Description: Set an option for a cURL transfer
- * Source code: ext/curl/interface.c
- * Alias to functions:
- */
-
   include 'server.inc';
   $host = curl_cli_server_start();
 
index 0eb1dbdb68b65853e698c8af30fd5e5c57ac3497..99e38294543bedceb839ffeac4e275411cbc4452 100644 (file)
@@ -7,12 +7,6 @@ TestFest 2009 - AFUP - Jean-Marc Fontaine <jmf@durcommefaire.net>
 <?php include 'skipif.inc'; ?>
 --FILE--
 <?php
-/* Prototype  : bool curl_setopt(resource ch, int option, mixed value)
- * Description: Set an option for a cURL transfer
- * Source code: ext/curl/interface.c
- * Alias to functions:
- */
-
   include 'server.inc';
   $host = curl_cli_server_start();
 
index 9d6a62f622adf87e08e0f4bcf1d259fb265dc385..f16d6f6eb13de743733cda29d2315c15ad75fd3c 100644 (file)
@@ -7,12 +7,6 @@ TestFest 2009 - AFUP - Jean-Marc Fontaine <jmf@durcommefaire.net>
 <?php include 'skipif.inc'; ?>
 --FILE--
 <?php
-/* Prototype  : bool curl_setopt(resource ch, int option, mixed value)
- * Description: Set an option for a cURL transfer
- * Source code: ext/curl/interface.c
- * Alias to functions:
- */
-
   include 'server.inc';
   $host = curl_cli_server_start();
 
index 9ccc2c554bd0e94b21f5e29d5fab1478d12242de..cc8d8ca2339daa56665c06855aec1df9d940f391 100644 (file)
@@ -7,12 +7,6 @@ TestFest 2009 - AFUP - Jean-Marc Fontaine <jmf@durcommefaire.net>
 <?php include 'skipif.inc'; ?>
 --FILE--
 <?php
-/* Prototype  : bool curl_setopt(resource ch, int option, mixed value)
- * Description: Set an option for a cURL transfer
- * Source code: ext/curl/interface.c
- * Alias to functions:
- */
-
   include 'server.inc';
   $host = curl_cli_server_start();
 
index 2f3cc0b6c3cd64d70c58400a690c40db6a02f9c9..b0e96459da8c8e23cfc229885c1a0bc3b6b7f4d6 100644 (file)
@@ -6,12 +6,6 @@ TestFest 2009 - AFUP - Xavier Gorse <xgorse@elao.com>
 <?php include 'skipif.inc'; ?>
 --FILE--
 <?php
-/* Prototype  : bool curl_setopt(resource ch, int option, mixed value)
- * Description: Set an option for a cURL transfer
- * Source code: ext/curl/interface.c
- * Alias to functions:
- */
-
   include 'server.inc';
   $host = curl_cli_server_start();
 
index 68df85d051cb7dc7cabff9ed39064a1a38f4c376..1062e87f7b05f74e8af57da6f431f74a7a1ae904 100644 (file)
@@ -6,12 +6,6 @@ TestFest 2009 - AFUP - Xavier Gorse <xgorse@elao.com>
 <?php include 'skipif.inc'; ?>
 --FILE--
 <?php
-/* Prototype  : bool curl_setopt(resource ch, int option, mixed value)
- * Description: Set an option for a cURL transfer
- * Source code: ext/curl/interface.c
- * Alias to functions:
- */
-
   include 'server.inc';
   $host = curl_cli_server_start();
 
index bc78116855de314ee847722a69010a7472cd370c..e8305ba1626345c850ab8da09dd65e42d0dd67d1 100644 (file)
@@ -6,12 +6,6 @@ TestFest 2009 - AFUP - Xavier Gorse <xgorse@elao.com>
 <?php include 'skipif.inc'; ?>
 --FILE--
 <?php
-/* Prototype  : bool curl_setopt(resource ch, int option, mixed value)
- * Description: Set an option for a cURL transfer
- * Source code: ext/curl/interface.c
- * Alias to functions:
- */
-
   include 'server.inc';
   $host = curl_cli_server_start();
 
index 5aa668b79f62cb6915355b2a868f199538919f61..c241dc1c1577c34161207151cefbab2c483d750a 100644 (file)
@@ -6,12 +6,6 @@ TestFest 2009 - AFUP - Thomas Rabaix <thomas.rabaix@gmail.com>
 <?php include 'skipif.inc'; ?>
 --FILE--
 <?php
-/* Prototype  : bool curl_setopt(resource ch, int option, mixed value)
- * Description: Set an option for a cURL transfer
- * Source code: ext/curl/interface.c
- * Alias to functions:
- */
-
   include 'server.inc';
   $host = curl_cli_server_start();
 
index 9b6f7ea586afa4492ee6718e701636663140d823..aee024f6b28d223ef63788833f95f4c23e3758b5 100644 (file)
@@ -16,7 +16,6 @@ if ($ip != $url) die("skip 'fakeURL' resolves to $ip\n");
 --FILE--
 <?php
 /*
- * Prototype:     string curl_error(resource $ch)
  * Description:   Returns a clear text error message for the last cURL operation.
  * Source:        ext/curl/interface.c
  * Documentation: http://wiki.php.net/qa/temp/ext/curl
index 808a8c4814d3e16a9c7e884fbdf3277dfc03ea78..a9af60ea3f8556c2d7d780976c6d471bc5ff8f27 100644 (file)
@@ -7,11 +7,6 @@ Mark van der Velden
 <?php if (!extension_loaded("curl")) print "skip"; ?>
 --FILE--
 <?php
-/* Prototype         : resource curl_multi_init(void)
- * Description       : Returns a new cURL multi handle
- * Source code       : ext/curl/multi.c
- * Test documentation:  http://wiki.php.net/qa/temp/ext/curl
- */
 
 // start testing
 echo "*** Testing curl_multi_init(void); ***\n";
index 6acfc654efea5b1b605f83df49bf57f07e3d87bf..8cff934490807df3c56d088a4b7cf6edb2f67706 100644 (file)
@@ -7,13 +7,6 @@ Ivo Jansch <ivo@ibuildings.com>
 <?php if (!extension_loaded("curl")) print "skip"; ?>
 --FILE--
 <?php
-/* Prototype         : resource curl_multi_select($mh, $timeout=1.0])
- * Description       : Get all the sockets associated with the cURL extension, which can then be
- *                     "selected"
- * Source code       : ?
- * Test documentation: http://wiki.php.net/qa/temp/ext/curl
- */
-
 
 //create the multiple cURL handle
 $mh = curl_multi_init();
index b0b0b70b149e2f35f699fc373cee05a94f0f679b..7978fd61c61851d49f53f801cd732a9c2a694f4c 100644 (file)
@@ -8,7 +8,6 @@ Mattijs Hoitink mattijshoitink@gmail.com
 --FILE--
 <?php
 /*
- * Prototype:     bool curl_setopt_array(resource $ch, array $options)
  * Description:   Sets multiple options for a cURL session.
  * Source:        ext/curl/interface.c
  * Documentation: http://wiki.php.net/qa/temp/ext/curl
index c2ded65412749e2987aceff06e26680afd3069ec..44c8982ebeb5635fb6faeffae343aea4175cc2b9 100644 (file)
@@ -2,12 +2,6 @@
 Test new DateTimeZone() : basic functionality
 --FILE--
 <?php
-/* Prototype  : DateTimeZone::__construct  ( string $timezone  )
- * Description: Returns new DateTimeZone object
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 //Set the default time zone
 date_default_timezone_set("Europe/London");
 
index 4ae5d2d228bd68f2ffbee3d3a437a57fc8791912..00142dbe3a1f67e0fde5969f464824d3c7e14451 100644 (file)
@@ -2,11 +2,6 @@
 Test new DateTimeZone() : error conditions
 --FILE--
 <?php
-/* Prototype  : DateTimeZone::__construct  ( string $timezone  )
- * Description: Returns new DateTimeZone object
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
 //Set the default time zone
 date_default_timezone_set("GMT");
 
index 6d320b5ae04678ec2e9d5ff8dbcafb80238a0656..7c8e6cbc081e6c3afb5fca4ae7e17e8a6fe0e877 100644 (file)
@@ -2,12 +2,6 @@
 Test DateTimeZone::getName() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : public string DateTimeZone::getName  ( void  )
- * Description: Returns the name of the timezone
- * Source code: ext/date/php_date.c
- * Alias to functions: timezone_name_get()
- */
-
 echo "*** Testing DateTimeZone::getName() : basic functionality ***\n";
 
 //Set the default time zone
index b0617a47a4ebea2b3918797706aceceec534feb3..7b08be8a276a9b716c82df04aca8f67443db67ba 100644 (file)
@@ -2,12 +2,6 @@
 Test DateTimeZone::getOffset() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : int DateTimeZone::getOffset  ( DateTime $datetime  )
- * Description: Returns the timezone offset from GMT
- * Source code: ext/date/php_date.c
- * Alias to functions: timezone_offset_get()
- */
-
 echo "*** Testing DateTimeZone::getOffset() : basic functionality ***\n";
 
 //Set the default time zone
index 7559143466010b80b3474e1d84a3dad4f418c5a9..f2948d8e3c8ef6113ad28732bdb1631fafc0aff9 100644 (file)
@@ -2,12 +2,6 @@
 Test DateTimeZone::getTransitions() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : array DateTimeZone::getTransitions  ()
- * Description: Returns all transitions for the timezone
- * Source code: ext/date/php_date.c
- * Alias to functions: timezone_transitions_get()
- */
-
 echo "*** Testing DateTimeZone::getTransitions() : basic functionality ***\n";
 
 //Set the default time zone
index 670dcb2ee3944a16f4b63bdd7c9e7776df567c78..77bede45d53bcfbe1cccd0d8db45d4aa4c13afc9 100644 (file)
@@ -2,12 +2,6 @@
 Test DateTimeZone::listAbbreviations() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : array DateTimeZone::listAbbreviations  ( void  )
- * Description: Returns associative array containing dst, offset and the timezone name
- * Source code: ext/date/php_date.c
- * Alias to functions: timezone_abbreviations_list
- */
-
 echo "*** Testing DateTimeZone::listAbbreviations() : basic functionality ***\n";
 
 //Set the default time zone
index 05ced8701e0a33e1a81c39f8601e96115da5ea39..7bc8a6cc6d4c02d3bb49fcf31b5dc27b97e9a4aa 100644 (file)
@@ -2,12 +2,6 @@
 Test DateTimeZone::listIdentifiers function : basic functionality
 --FILE--
 <?php
-/* Prototype  : array DateTimeZone::listIdentifiers ( void )
- * Description: Returns numerically index array with all timezone identifiers
- * Source code: ext/date/php_date.c
- * Alias to functions: timezone_identifiers_list
- */
-
 echo "*** Testing DateTimeZone::listIdentifiers() : basic functionality ***\n";
 
 //Set the default time zone
index 37ed61c8d0fd9ed4aafd4742801981bbfacd6902..dd2fcdd15ba1d4676d8cf95e326506475f893305 100644 (file)
@@ -2,12 +2,6 @@
 Test new DateTime() : basic functionality
 --FILE--
 <?php
-/* Prototype  : DateTime::__construct  ([ string $time="now"  [, DateTimeZone $timezone=NULL  ]] )
- * Description: Returns new DateTime object
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 //Set the default time zone
 date_default_timezone_set("Europe/London");
 
index 00b0394ff9a5cb0b88cafd3900a2907c864a405b..b033eadaeb530c599e0acff912bb92ea5fc548de 100644 (file)
@@ -2,11 +2,6 @@
 Test new DateTime() : error conditions
 --FILE--
 <?php
-/* Prototype  : DateTime::__construct  ([ string $time="now"  [, DateTimeZone $timezone=NULL  ]] )
- * Description: Returns new DateTime object
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
 //Set the default time zone
 date_default_timezone_set("GMT");
 
index a7bbd2991367a292a3283d219c957e5e8d8d074b..71258ffff7053f0149978c682914638e4255eea4 100644 (file)
@@ -2,12 +2,6 @@
 Test DateTime::format() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : public string DateTime::format  ( string $format  )
- * Description: Returns date formatted according to given format
- * Source code: ext/date/php_date.c
- * Alias to functions: date_format
- */
-
 //Set the default time zone
 date_default_timezone_set("Europe/London");
 
index fa5c1a24be8800bbb976ddcb564af039bf679bfb..df38cf44c44c611a316c39186c8c2aaaffadb20a 100644 (file)
@@ -2,12 +2,6 @@
 Test date_format() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : public string DateTime::format  ( string $format  )
- * Description: Returns date formatted according to given format
- * Source code: ext/date/php_date.c
- * Alias to functions: date_format
- */
-
 //Set the default time zone
 date_default_timezone_set("Europe/London");
 
index f6c7d8c8aa3316b139ebc972e3d6c2b1ef194017..c395cc1abba4e9440b0ab4d7cf38e7ae0de00c31 100644 (file)
@@ -2,12 +2,6 @@
 Test DateTime::getOffset() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : public int DateTime::getOffset  ( void  )
- * Description: Returns the daylight saving time offset
- * Source code: ext/date/php_date.c
- * Alias to functions:  date_offset_get
- */
-
 //Set the default time zone
 date_default_timezone_set('Europe/London');
 
index d29812ad1c5c0c28f4469b69d4fd66e0954dbfad..ae7b06f1a1699d924a1ddd635507fbc7747c3b98 100644 (file)
@@ -2,12 +2,6 @@
 Test DateTime::getTimezone() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : public DateTimeZone DateTime::getTimezone  ( void  )
- * Description: Return time zone relative to given DateTime
- * Source code: ext/date/php_date.c
- * Alias to functions: date_timezone_get
- */
-
 echo "*** Testing DateTime::getTimezone() : basic functionality ***\n";
 
 date_default_timezone_set("Europe/London");
index 3147ca63cc432ad266d1d3e558d86a905f0d1062..08b3db9ca27d4bb520830ac9e4aca9e18fe93e02 100644 (file)
@@ -2,12 +2,6 @@
 Test DateTime::modify() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : public DateTime DateTime::modify  ( string $modify  )
- * Description: Alter the timestamp of a DateTime object by incrementing or decrementing in a format accepted by strtotime().
- * Source code: ext/date/php_date.c
- * Alias to functions: public date_modify()
- */
-
  //Set the default time zone
 date_default_timezone_set("Europe/London");
 
index d8fe4989e76293737a566de28ba30337379d934d..e69dabab55c0a227eb51e23936a92a0289df8789 100644 (file)
@@ -2,12 +2,6 @@
 Test DateTime::setDate() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : public DateTime DateTime::setDate  ( int $year  , int $month  , int $day  )
- * Description: Resets the current date of the DateTime object to a different date.
- * Source code: ext/date/php_date.c
- * Alias to functions: date_date_set()
- */
-
  //Set the default time zone
 date_default_timezone_set("Europe/London");
 
index d4319bc60f30caeaa561b6711ec7590d696ef76e..33e4a87d1283e4eebc9680033924a3dcb92501b1 100644 (file)
@@ -2,12 +2,6 @@
 Test DateTime::setISODate() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : public DateTime DateTime::setISODate  ( int $year  , int $week  [, int $day  ] )
- * Description: Set a date according to the ISO 8601 standard - using weeks and day offsets rather than specific dates.
- * Source code: ext/date/php_date.c
- * Alias to functions: date_isodate_set
- */
-
 echo "*** Testing DateTime::setISODate() : basic functionality ***\n";
 
 //Set the default time zone
index fff22c5e1a02ad6242c76c713462df74a38a6cea..ee8995618a9e5837e7dc0919b7393bd7756e933d 100644 (file)
@@ -2,12 +2,6 @@
 Test DateTime::setTime() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : public DateTime DateTime::setTime  ( int $hour  , int $minute  [, int $second  ] )
- * Description: Resets the current time of the DateTime object to a different time.
- * Source code: ext/date/php_date.c
- * Alias to functions: date_time_set
- */
-
  //Set the default time zone
 date_default_timezone_set("Europe/London");
 
index 88da0ef33aadf5a7d12d1bf5f36adfa4dff1bc51..f5d97083ae8aad0bacd8584ad7155a9f0c6da40a 100644 (file)
@@ -2,12 +2,6 @@
 Test DateTime::setTimezone() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : public DateTime DateTime::setTimezone  ( DateTimeZone $timezone  )
- * Description: Sets the time zone for the DateTime object
- * Source code: ext/date/php_date.c
- * Alias to functions: date_timezone_set
- */
-
 echo "*** Testing DateTime::setTimezone() : basic functionality ***\n";
 
 //Set the default time zone
index 150215b7eb6190f2df5db28dec618b72eb9ab878..a4000688f8cd85ac645179189bfc9305b975ee62 100644 (file)
@@ -2,12 +2,6 @@
 Test date_create() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : bool checkdate  ( int $month  , int $day  , int $year  )
- * Description: Checks the validity of the date formed by the arguments.
- *              A date is considered valid if each parameter is properly defined.
- * Source code: ext/date/php_date.c
- */
-
 //Set the default time zone
 date_default_timezone_set("Europe/London");
 
index fe5c7e9c192cfab6a3b247e631644cc08c26446f..40e4d388677a1cf15ef9b30c4433b2f2f2b0b910 100644 (file)
@@ -5,12 +5,6 @@ Felix De Vliegher <felix.devliegher@gmail.com>
 --FILE--
 <?php
 date_default_timezone_set('UTC');
-/* Prototype  : void date_add(DateTime object, DateInterval interval)
- * Description: Adds an interval to the current date in object.
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing date_add() : basic functionality ***\n";
 
 // Initialise all required variables
index c05208e31e51b6fae2e60e6ce7f213560905b5f0..51617830d695d5a8e84756a5e9505a03106fc908 100644 (file)
@@ -2,11 +2,6 @@
 Test date() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : string date  ( string $format  [, int $timestamp  ] )
- * Description: Format a local time/date.
- * Source code: ext/date/php_date.c
- */
-
 //Set the default time zone
 date_default_timezone_set("Europe/London");
 
index 5c12605023c8e11f3e06dc3be4b03982d6094149..665f33b368811908c8d3d9877a84211bcda786da 100644 (file)
@@ -2,12 +2,6 @@
 Test date_create() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : DateTime date_create  ([ string $time  [, DateTimeZone $timezone  ]] )
- * Description: Returns new DateTime object
- * Source code: ext/date/php_date.c
- * Alias to functions: DateTime::__construct
- */
-
 //Set the default time zone
 date_default_timezone_set("Europe/London");
 
index d701a22543b467321e398c60b214f6734d3539d5..d2582fa150b9db018d373b1e1885686e7d4260f1 100644 (file)
@@ -2,12 +2,6 @@
 Test date_date_set() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : DateTime date_date_set  ( DateTime $object  , int $year  , int $month  , int $day  )
- * Description: Resets the current date of the DateTime object to a different date.
- * Source code: ext/date/php_date.c
- * Alias to functions: DateTime::setDate
- */
-
  //Set the default time zone
 date_default_timezone_set("Europe/London");
 
index 652c0e8d448b77e81d15105c82d71d7c36fa6ae0..69e3ddeacaf6e7fde06ef47ed180d027f001a600 100644 (file)
@@ -2,11 +2,6 @@
 Test date_default_timezone_set() function : error variations
 --FILE--
 <?php
-/* Prototype  : bool date_default_timezone_set ( string $timezone_identifier )
- * Description:  Sets the default timezone used by all date/time functions in a script.
- * Source code: ext/standard/data/php_date.c
- */
-
 echo "*** Testing date_default_timezone_set() : error variations ***\n";
 
 echo "\n-- Testing date_default_timezone_set() function with invalid timezone identifier  --\n";
index 42e8acd669c3f5d13f41d68cb8f02cfc7f493521..eef9427af193ef778fc92528bd0b09f3aa155d46 100644 (file)
@@ -2,12 +2,6 @@
 Test date_format() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : string date_format  ( DateTime $object  , string $format  )
- * Description: Returns date formatted according to given format
- * Source code: ext/date/php_date.c
- * Alias to functions: DateTime::format
- */
-
 //Set the default time zone
 date_default_timezone_set("Europe/London");
 
index f28c15b8b163fe79c674dad59415668946267ac5..739d0a8fd4a69ec87795f4f510b6d617d2af3da8 100644 (file)
@@ -2,12 +2,6 @@
 Test date_isodate_set() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : DateTime date_isodate_set  ( DateTime $object  , int $year  , int $week  [, int $day  ] )
- * Description: Set a date according to the ISO 8601 standard - using weeks and day offsets rather than specific dates.
- * Source code: ext/date/php_date.c
- * Alias to functions: DateTime::setISODate
- */
-
 echo "*** Testing date_isodate_set() : basic functionality ***\n";
 
 //Set the default time zone
index c448d6f44f41bb4f711b9f524aaa09040c4b9a10..1f96e777e36d7a0135e23447b80522e19dd74ce7 100644 (file)
@@ -2,12 +2,6 @@
 Test date_modify() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : DateTime date_modify  ( DateTime $object  , string $modify  )
- * Description: Alter the timestamp of a DateTime object by incrementing or decrementing in a format accepted by strtotime().
- * Source code: ext/date/php_date.c
- * Alias to functions: public DateTime DateTime::modify()
- */
-
  //Set the default time zone
 date_default_timezone_set("Europe/London");
 
index 6b775a99505de09cae56bdd64e56d3b0f6caa3d7..5d8b906a892925e01f23c58c998068aa79470259 100644 (file)
@@ -2,12 +2,6 @@
 Test date_offset_get() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : int date_offset_get  ( DateTime $object  )
- * Description: Returns the daylight saving time offset
- * Source code: ext/date/php_date.c
- * Alias to functions:  DateTime::getOffset
- */
-
 //Set the default time zone
 date_default_timezone_set('Europe/London');
 
index f8af03f6d99b102aafa5547a213f9664dcf838ed..8aea01a040fb5dbc91b8c3cce99a77f2c25e8a82 100644 (file)
@@ -2,11 +2,6 @@
 Test date_parse() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : array date_parse  ( string $date  )
- * Description: Returns associative array with detailed info about given date.
- * Source code: ext/date/php_date.c
- */
-
 //Set the default time zone
 date_default_timezone_set("Europe/London");
 
index 6a5180fdfb45ff18d8844cfe50ffcc678c018a5c..8615c4490e45cb6608368ec68c2462955ffa8c33 100644 (file)
@@ -2,11 +2,6 @@
 Test date_parse() function : error conditions
 --FILE--
 <?php
-/* Prototype  : array date_parse  ( string $date  )
- * Description: Returns associative array with detailed info about given date.
- * Source code: ext/date/php_date.c
- */
-
 //Set the default time zone
 date_default_timezone_set("Europe/London");
 
index fc93919d52deb5a67ccce2acb9e68b9c51ec0f50..1bed1ebc87e74b1075d7399fc731426cd9eeb2d8 100644 (file)
@@ -5,12 +5,6 @@ Felix De Vliegher <felix.devliegher@gmail.com>
 --FILE--
 <?php
 date_default_timezone_set('UTC');
-/* Prototype  : void date_sub(DateTime object, DateInterval interval)
- * Description: Subtracts an interval from the current date in object.
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing date_sub() : basic functionality ***\n";
 
 // Initialise all required variables
index 9d92d1b58f3ffefbbb7560b31bed375c2241888d..1535738bc78f8c415385cad84b0b0852ea3caae3 100644 (file)
@@ -2,12 +2,6 @@
 Test date_sunrise() function : usage variation -  Checking sunrise for consecutive days in specific timezone
 --FILE--
 <?php
-/* Prototype  : mixed date_sunrise(mixed time [, int format [, float latitude [, float longitude [, float zenith [, float gmt_offset]]]]])
- * Description: Returns time of sunrise for a given day and location
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing date_sunrise() : usage variation ***\n";
 
 //Timezones with required data for date_sunrise
index d866e3ed7b2356afe6ca180bcd1089d07458875e..22b5d1907f4950450d8c30a9341b38dac48cb8e4 100644 (file)
@@ -2,12 +2,6 @@
 Test date_sunrise() function : usage variation -  Checking with North and South poles when Sun is up and down all day
 --FILE--
 <?php
-/* Prototype  : mixed date_sunrise(mixed time [, int format [, float latitude [, float longitude [, float zenith [, float gmt_offset]]]]])
- * Description: Returns time of sunrise for a given day and location
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing date_sunrise() : usage variation ***\n";
 
 // GMT is zero for the timezone
index 380e466c0dd4844e572c585e85aac62cad146131..907ecbb253820b28140363109a1307fc9a5874a4 100644 (file)
@@ -2,12 +2,6 @@
 Test date_sunset() function : usage variation -  Checking sunrise for consecutive days in specific timezone
 --FILE--
 <?php
-/* Prototype  : mixed date_sunset(mixed time [, int format [, float latitude [, float longitude [, float zenith [, float gmt_offset]]]]])
- * Description: Returns time of sunrise for a given day and location
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing date_sunset() : usage variation ***\n";
 
 //Timezones with required data for date_sunrise
index a5f6794f62d1ec0fd208267a65849dc6aa9ff759..cb6b81b208d74e0a8064be465b8a0886892cfc4a 100644 (file)
@@ -2,12 +2,6 @@
 Test date_sunset() function : usage variation -  Checking with North and South poles when Sun is up and down all day
 --FILE--
 <?php
-/* Prototype  : mixed date_sunset(mixed time [, int format [, float latitude [, float longitude [, float zenith [, float gmt_offset]]]]])
- * Description: Returns time of sunrise for a given day and location
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing date_sunset() : usage variation ***\n";
 
 // GMT is zero for the timezone
index d0b714f72f5fb48fe7e58fa954b6ab6aa1f61143..ffb03bed5c428e46292fd31be4372e9f66c6fd29 100644 (file)
@@ -2,12 +2,6 @@
 Test date_time_set() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : DateTime date_time_set  ( DateTime $object  , int $hour  , int $minute  [, int $second  ] )
- * Description: Resets the current time of the DateTime object to a different time.
- * Source code: ext/date/php_date.c
- * Alias to functions: DateTime::setTime
- */
-
  //Set the default time zone
 date_default_timezone_set("Europe/London");
 
index 5b2fda596fb0b71774fa67a69a89efcbd2d3b737..b305e0535d161bf639a792bb80c46f0b470b8cf5 100644 (file)
@@ -2,12 +2,6 @@
 Test date_timezone_get() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : DateTimeZone date_timezone_get  ( DateTime $object  )
- * Description: Return time zone relative to given DateTime
- * Source code: ext/date/php_date.c
- * Alias to functions: DateTime::setTimezone
- */
-
 echo "*** Testing date_timezone_get() : basic functionality ***\n";
 
 date_default_timezone_set("Europe/London");
index ef66ff9d3b1f952c1c745461797c1a44c8b51bab..46eaa6a692e68d26b2a170edd517fb953a9cd56d 100644 (file)
@@ -2,12 +2,6 @@
 Test date_timezone_set() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : DateTime date_timezone_set  ( DateTime $object  , DateTimeZone $timezone  )
- * Description: Sets the time zone for the DateTime object
- * Source code: ext/date/php_date.c
- * Alias to functions: DateTime::setTimezone
- */
-
 echo "*** Testing date_timezone_set() : basic functionality ***\n";
 
 //Set the default time zone
index 730f4096363638dadc5fe94f00fd9f4a214e27a1..27ce03b4fb3e1432d4fc0069e262dec4dabc3d96 100644 (file)
@@ -2,11 +2,6 @@
 Test getdate() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : array getdate([int timestamp])
- * Description: Get date/time information
- * Source code: ext/date/php_date.c
- */
-
 echo "*** Testing getdate() : basic functionality ***\n";
 
 //Set the default time zone
index 2081e31762e64033acbb3d5d56e10507b65ca398..52d0de1e89a41db7779dc0467dcc658fc3955ee7 100644 (file)
@@ -2,12 +2,6 @@
 Test getdate() function : usage variation - Passing octal timestamp values
 --FILE--
 <?php
-/* Prototype  : array getdate([int timestamp])
- * Description: Get date/time information
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing getdate() : usage variation ***\n";
 
 //Set the default time zone
index ebcc3bf23fd6f05774b3fff54ced9d973941c6ad..3406da93dc3b50f2c47c5d99c407235182d9f684 100644 (file)
@@ -2,12 +2,6 @@
 Test getdate() function : usage variation - Passing hexadcimal timestamp values
 --FILE--
 <?php
-/* Prototype  : array getdate([int timestamp])
- * Description: Get date/time information
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing getdate() : usage variation ***\n";
 
 //Set the default time zone
index 48bcc1fd8d2815539ffe179f27605fbc0b19a4dc..d216f02fcc20bf5bb1fa4ba73f2d2212c0fa1111 100644 (file)
@@ -2,12 +2,6 @@
 Test getdate() function : usage variation - Verifyig by supplying year-wise sample time stamps since Unix epoch time
 --FILE--
 <?php
-/* Prototype  : array getdate([int timestamp])
- * Description: Get date/time information
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing getdate() : usage variation ***\n";
 
 //Set the default time zone
index 8c61c5bb61d11439ca4fad4ce09374daf96e9d20..1e5ec5966718970a15d94747c682d374edc0154e 100644 (file)
@@ -2,12 +2,6 @@
 Test getdate() function : usage variation - Verifyig with different timezones on Unix epoch timestamp
 --FILE--
 <?php
-/* Prototype  : array getdate([int timestamp])
- * Description: Get date/time information
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing getdate() : usage variation ***\n";
 
 //Timezones with required data for date_sunrise
index e5a98ac1a64dec0135ba62e1608292eb2a0a62a3..a6ed34184a60f63e97eaea0ad947208b7a67a85e 100644 (file)
@@ -2,12 +2,6 @@
 Test getdate() function : usage variation - Passing strings containing numbers
 --FILE--
 <?php
-/* Prototype  : array getdate([int timestamp])
- * Description: Get date/time information
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing getdate() : usage variation ***\n";
 
 date_default_timezone_set("Asia/Calcutta");
index 16314839b30e64475d0b4c34cbbf4f2f4992ecb7..622f93a03d7f67e516271e17665d93963b72008b 100644 (file)
@@ -2,12 +2,6 @@
 Test gettimeofday() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : array gettimeofday([bool get_as_float])
- * Description: Returns the current time as array
- * Source code: ext/standard/microtime.c
- * Alias to functions:
- */
-
 echo "*** Testing gettimeofday() : basic functionality ***\n";
 
 date_default_timezone_set("Asia/Calcutta");
index 118d7f656f305134eb0c38ff4343e89b1dbac249..18143187c018332d75aeb1d388bbb32db20c13ba 100644 (file)
@@ -2,12 +2,6 @@
 Test gmdate() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : string gmdate(string format [, long timestamp])
- * Description: Format a GMT date/time
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing gmdate() : basic functionality ***\n";
 
 // Initialise all required variables
index 1de17d2ab1343f536fdda253dcfe0345464988e7..f49a9dd984c116a1757e621f3adf91e8365a31b9 100644 (file)
@@ -2,12 +2,6 @@
 Test gmdate() function : usage variation - Passing Timezone format options to format argument.
 --FILE--
 <?php
-/* Prototype  : string gmdate(string format [, long timestamp])
- * Description: Format a GMT date/time
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing gmdate() : usage variation ***\n";
 
 // Initialise all required variables
index cd3fda5c1d89f0d180c807ea539afd661afc00b2..a148624f6a1fc724b712e41db655472afa06a634 100644 (file)
@@ -2,12 +2,6 @@
 Test gmdate() function : usage variation - Passing Full Date/Time format options to format argument.
 --FILE--
 <?php
-/* Prototype  : string gmdate(string format [, long timestamp])
- * Description: Format a GMT date/time
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing gmdate() : usage variation ***\n";
 
 // Initialise all required variables
index 38af31db3c1538d3373886cbc96028644dfe3b63..1f74dc14c159e786ce3dcd9bf6c540187fe65a99 100644 (file)
@@ -2,12 +2,6 @@
 Test gmdate() function : usage variation - Valid and invalid range of timestamp.
 --FILE--
 <?php
-/* Prototype  : string gmdate(string format [, long timestamp])
- * Description: Format a GMT date/time
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing gmdate() : usage variation ***\n";
 
 // Initialise all required variables
index 877671b9260cd351ca5bcf1464c5ca31eb054b42..c8ded47ee449975e11d6c1a3b5519f0b82ebb373 100644 (file)
@@ -2,11 +2,6 @@
 Test gmdate() function : usage variation - Passing predefined constants to format argument.
 --FILE--
 <?php
-/* Prototype  : string gmdate(string format [, long timestamp])
- * Description: Format a GMT date/time
- * Source code: ext/date/php_date.c
- */
-
 echo "*** Testing gmdate() : usage variation ***\n";
 
 // Initialise all required variables
index c9ee7654761b8d26d815509222d43b686c187d72..4283cabff6b453a7dfca91f2fa53c23b4abff735 100644 (file)
@@ -2,12 +2,6 @@
 Test gmdate() function : usage variation - Passing numeric representation of day formats.
 --FILE--
 <?php
-/* Prototype  : string gmdate(string format [, long timestamp])
- * Description: Format a GMT date/time
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing gmdate() : usage variation ***\n";
 
 // Initialise all required variables
index 0b4a25fff4cfed31f141d6bf13c0087140394e96..cf943319b68e88bd2e2183a1bec13ac13a11224a 100644 (file)
@@ -2,12 +2,6 @@
 Test gmdate() function : usage variation - Passing textual representation of day formats.
 --FILE--
 <?php
-/* Prototype  : string gmdate(string format [, long timestamp])
- * Description: Format a GMT date/time
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing gmdate() : usage variation ***\n";
 
 // Initialise all required variables
index cd8b0d581f74cae81be8359b6d3fc4ff49bc0532..eb16543f3d50e94312137132940f16a7c4cf226b 100644 (file)
@@ -2,12 +2,6 @@
 Test gmdate() function : usage variation - Passing Week representation to format.
 --FILE--
 <?php
-/* Prototype  : string gmdate(string format [, long timestamp])
- * Description: Format a GMT date/time
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing gmdate() : usage variation ***\n";
 
 // Initialise all required variables
index 456f85a2f24aff93fdc0e1ed60c017dfc460c8e5..64e0322aa8972d044a83c1420a6b15d309e7a9ec 100644 (file)
@@ -2,12 +2,6 @@
 Test gmdate() function : usage variation - Passing Month format options to format argument.
 --FILE--
 <?php
-/* Prototype  : string gmdate(string format [, long timestamp])
- * Description: Format a GMT date/time
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing gmdate() : usage variation ***\n";
 
 // Initialise all required variables
index 8f1698d960da16c3e383474d35aec2454cbdb830..ba1f564a730b23efc32f9224d4f97edc890afb34 100644 (file)
@@ -2,12 +2,6 @@
 Test gmdate() function : usage variation - Passing Year format options to format argument.
 --FILE--
 <?php
-/* Prototype  : string gmdate(string format [, long timestamp])
- * Description: Format a GMT date/time
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing gmdate() : usage variation ***\n";
 
 // Initialise all required variables
index cd43217d0891b440fb11f786a96e535ffca6912d..9130b88bef11ae3ac0bdbad14fb53a3324cc3234 100644 (file)
@@ -2,12 +2,6 @@
 Test gmdate() function : usage variation - Passing Time format options to format argument.
 --FILE--
 <?php
-/* Prototype  : string gmdate(string format [, long timestamp])
- * Description: Format a GMT date/time
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing gmdate() : usage variation ***\n";
 
 // Initialise all required variables
index f96b635c08962db3a8a17bf76a39677a03783dd2..ba80b9fa220a426630c1f194467fbe34036aa801 100644 (file)
@@ -2,12 +2,6 @@
 Test gmmktime() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : int gmmktime([int hour [, int min [, int sec [, int mon [, int day [, int year]]]]]])
- * Description: Get UNIX timestamp for a GMT date
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing gmmktime() : basic functionality ***\n";
 
 // Initialise all required variables
index e943f7db1518ef59210ce4157213c0d0bbc5beb6..4956efb84e787d331944a73f078e307d4f88bf13 100644 (file)
@@ -2,12 +2,6 @@
 Test gmmktime() function : usage variation - Checking with few optional arguments.
 --FILE--
 <?php
-/* Prototype  : int gmmktime([int hour [, int min [, int sec [, int mon [, int day [, int year]]]]]])
- * Description: Get UNIX timestamp for a GMT date
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing gmmktime() : usage variation ***\n";
 
 // Initialise all required variables
index 4bbbe6eb4ec4661e21b917362942927008b31029..885d070dc462b07be463557dd285f20e1edc5ce6 100644 (file)
@@ -2,12 +2,6 @@
 Test gmmktime() function : usage variation - Passing octal and hexadecimal values to arguments.
 --FILE--
 <?php
-/* Prototype  : int gmmktime([int hour [, int min [, int sec [, int mon [, int day [, int year]]]]]])
- * Description: Get UNIX timestamp for a GMT date
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing gmmktime() : usage variation ***\n";
 
 // Initialise all required variables
index 40c4d3a39d3aacf272ee63624f1398f7cd78ff1a..c972e8c9c79a7bff645f40e7ac1962e43c33f738 100644 (file)
@@ -2,12 +2,6 @@
 Test gmmktime() function : usage variation - Passing positive and negative float values to arguments.
 --FILE--
 <?php
-/* Prototype  : int gmmktime([int hour [, int min [, int sec [, int mon [, int day [, int year]]]]]])
- * Description: Get UNIX timestamp for a GMT date
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing gmmktime() : usage variation ***\n";
 
 //Initialise variables
index 7c83b147a2a80f461d56ead07e0a043def108ded..26dc1af36c5cb30e6f20fe75794bf05e9f39a22b 100644 (file)
@@ -2,12 +2,6 @@
 Test gmstrftime() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : string gmstrftime(string format [, int timestamp])
- * Description: Format a GMT/UCT time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing gmstrftime() : basic functionality ***\n";
 
 // Initialise all required variables
index b20a3ecbe7d525b6857d45ac41ad042678db282b..ddcfb6db89280c11c3b7682d03ec53ab87717306 100644 (file)
@@ -8,12 +8,6 @@ if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : string gmstrftime(string format [, int timestamp])
- * Description: Format a GMT/UCT time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing gmstrftime() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 7e7ac1c8fd6ce37628ea533b66ed111e032b0d30..5b4cd8c68b45e0402c746024429eb1d4734dd9dd 100644 (file)
@@ -2,12 +2,6 @@
 Test gmstrftime() function : usage variation - Checking month related formats which was not supported on Windows before VC14.
 --FILE--
 <?php
-/* Prototype  : string gmstrftime(string format [, int timestamp])
- * Description: Format a GMT/UCT time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing gmstrftime() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 42f100a1f12d48c7cac97b11e22edbf7d779e596..828cd77fb95706427f72e94ca1d825b1adbaab7b 100644 (file)
@@ -8,12 +8,6 @@ if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : string gmstrftime(string format [, int timestamp])
- * Description: Format a GMT/UCT time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing gmstrftime() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index a237e9dc8b6f3bbe83cf7fa5ca0adc9bf6d2aa81..269cb445801d237a991243c07ec8eda5640f21fa 100644 (file)
@@ -2,12 +2,6 @@
 Test gmstrftime() function : usage variation - Checking date related formats which was not supported on Windows before VC14.
 --FILE--
 <?php
-/* Prototype  : string gmstrftime(string format [, int timestamp])
- * Description: Format a GMT/UCT time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing gmstrftime() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index c53f5ea2f0eb8c26b27002ea088ac107accc785b..22078b249d6c0e74935513838f5781d7f5f7d181 100644 (file)
@@ -8,12 +8,6 @@ if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : string gmstrftime(string format [, int timestamp])
- * Description: Format a GMT/UCT time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing gmstrftime() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 02907f846cb7e33c340b7d87f8787491d409eec2..79a34e6858de9ec489b977424ba865d66268ad0d 100644 (file)
@@ -2,12 +2,6 @@
 Test gmstrftime() function : usage variation - Checking time related formats which was not supported on Windows before VC14.
 --FILE--
 <?php
-/* Prototype  : string gmstrftime(string format [, int timestamp])
- * Description: Format a GMT/UCT time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing gmstrftime() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 74be81747a170b585e65e464b75a16340a16f03b..8b073b382c082f4097317c44b99091d36775bebc 100644 (file)
@@ -8,12 +8,6 @@ if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : string gmstrftime(string format [, int timestamp])
- * Description: Format a GMT/UCT time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing gmstrftime() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 9ff60af2770ae8fdabef900e73951c3983f6164f..3ae63e3eda4ea1d5b8c462ed7fb27c7b947f29c2 100644 (file)
@@ -2,12 +2,6 @@
 Test gmstrftime() function : usage variation - Checking day related formats which was not supported on Windows before vc14.
 --FILE--
 <?php
-/* Prototype  : string gmstrftime(string format [, int timestamp])
- * Description: Format a GMT/UCT time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing gmstrftime() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 74912dfa48bc783b93a30a10b6e7ed2056c87f5c..c3640be67a20982ea4ffa19a318dbea1b7b7fd9c 100644 (file)
@@ -8,12 +8,6 @@ if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : string gmstrftime(string format [, int timestamp])
- * Description: Format a GMT/UCT time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing gmstrftime() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 8dc6923923319b60dcc4003130849b2fc8d880a3..afcd4f593241738a692636b84efbf5653e315ac6 100644 (file)
@@ -2,12 +2,6 @@
 Test gmstrftime() function : usage variation - Checking newline and tab formats which was not supported on Windows before VC14.
 --FILE--
 <?php
-/* Prototype  : string gmstrftime(string format [, int timestamp])
- * Description: Format a GMT/UCT time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing gmstrftime() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 2c6ab02364227b42e8a35681bc7d04173dcf0acc..404ce72253878b1fab6139142b0ae81684420fad 100644 (file)
@@ -8,12 +8,6 @@ if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : string gmstrftime(string format [, int timestamp])
- * Description: Format a GMT/UCT time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing gmstrftime() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 9ffbf82b24f163dce158af3dbf15cb929e1f0971..7ab2140b33b145004ef74b59f34680221e823462 100644 (file)
@@ -2,12 +2,6 @@
 Test gmstrftime() function : usage variation - Checking Preferred date and time representation on Windows.
 --FILE--
 <?php
-/* Prototype  : string gmstrftime(string format [, int timestamp])
- * Description: Format a GMT/UCT time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing gmstrftime() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index e907254227936d476e6021843d41160b3869c6cd..564368cf6f5b1f8600060988ef4477d9d62bc732 100644 (file)
@@ -11,12 +11,6 @@ if (!setlocale(LC_TIME, "POSIX")) {
 ?>
 --FILE--
 <?php
-/* Prototype  : string gmstrftime(string format [, int timestamp])
- * Description: Format a GMT/UCT time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing gmstrftime() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index b33e543e12dd4e03b1e1bf3f9526a4143cd0052c..bb8e1aac62ca4e520f68afc0444c68deb1cc900c 100644 (file)
@@ -2,12 +2,6 @@
 Test gmstrftime() function : usage variation - Passing week related format strings to format argument.
 --FILE--
 <?php
-/* Prototype  : string gmstrftime(string format [, int timestamp])
- * Description: Format a GMT/UCT time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing gmstrftime() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 97ffb8f75f3c86beef46ea72146f42d6db330159..dd78e8030ba01c7448d377e39efa36b45e3f92b2 100644 (file)
@@ -2,12 +2,6 @@
 Test gmstrftime() function : usage variation - Passing month related format strings to format argument.
 --FILE--
 <?php
-/* Prototype  : string gmstrftime(string format [, int timestamp])
- * Description: Format a GMT/UCT time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing gmstrftime() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index ca4c9e5e64668a8e26ed118be943f341c55c1e50..0c04fb89a7d7b727bcd83e66f8d4850e4b03e7b4 100644 (file)
@@ -2,12 +2,6 @@
 Test gmstrftime() function : usage variation - Passing date related format strings to format argument.
 --FILE--
 <?php
-/* Prototype  : string gmstrftime(string format [, int timestamp])
- * Description: Format a GMT/UCT time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing gmstrftime() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index a00d27af5c8bd8f46aea0b832e6bfaa9602a72f9..0865fce32f0802aa113226c95e329a2bef6bfec7 100644 (file)
@@ -2,12 +2,6 @@
 Test gmstrftime() function : usage variation - Passing time related format strings to format argument.
 --FILE--
 <?php
-/* Prototype  : string gmstrftime(string format [, int timestamp])
- * Description: Format a GMT/UCT time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing gmstrftime() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 4f2c5876f24a57c7073e18c83a1fc18082894fc3..3bac2ae65846cfb9cbaf475ae00be04532e96fa9 100644 (file)
@@ -2,12 +2,6 @@
 Test gmstrftime() function : usage variation - Passing day related format strings to format argument.
 --FILE--
 <?php
-/* Prototype  : string gmstrftime(string format [, int timestamp])
- * Description: Format a GMT/UCT time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing gmstrftime() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 26ba201039e9d748cc65c740721ee138b73cb934..ae4121497adc982c1314c5c00a0dc7dea9872afb 100644 (file)
@@ -2,12 +2,6 @@
 Test gmstrftime() function : usage variation - Passing literal related strings to format argument.
 --FILE--
 <?php
-/* Prototype  : string gmstrftime(string format [, int timestamp])
- * Description: Format a GMT/UCT time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing gmstrftime() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index a6910675dc046b37f818d2f68bd7db36fde58247..52bd74a02d5dc621e3deb477b91aff51c4684820 100644 (file)
@@ -2,12 +2,6 @@
 Test gmstrftime() function : usage variation - Checking week related formats which was not supported on Windows before vc14.
 --FILE--
 <?php
-/* Prototype  : string gmstrftime(string format [, int timestamp])
- * Description: Format a GMT/UCT time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing gmstrftime() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 86aace6c4b8a3f07d8f5748f9f30bc1480b2199e..e4e3ef2b9decb45bfa0f1277b697d498a10943f3 100644 (file)
@@ -2,12 +2,6 @@
 Test idate() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : int idate(string format [, int timestamp])
- * Description: Format a local time/date as integer
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing idate() : basic functionality ***\n";
 
 // Initialise all required variables
index 8d928c9d5671c29ea9c405db569c181d2b3d209e..c496f80eac2b959e403eb3dd333bb8e9f22f5ad3 100644 (file)
@@ -2,12 +2,6 @@
 Test idate() function : usage variation - Passing supported Date format characters to format argument.
 --FILE--
 <?php
-/* Prototype  : int idate(string format [, int timestamp])
- * Description: Format a local time/date as integer
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing idate() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 246e5f38a041fae51d2b332eaefc745a8f806ad9..9ea88195717c9a669a595c8b7c71d51d302aae1a 100644 (file)
@@ -2,12 +2,6 @@
 Test idate() function : usage variation - Passing supported Time format characters to format argument.
 --FILE--
 <?php
-/* Prototype  : int idate(string format [, int timestamp])
- * Description: Format a local time/date as integer
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing idate() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 500befb4b797f2bb8f49230a37f4d2d378d1dd30..1ed2bf2562a8f21120eb7f977deb04805537c2c8 100644 (file)
@@ -2,12 +2,6 @@
 Test idate() function : usage variation - Checking return of year(1 or 2 digits) format starting with zero and nonzero.
 --FILE--
 <?php
-/* Prototype  : int idate(string format [, int timestamp])
- * Description: Format a local time/date as integer
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing idate() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 709531e4e0d00b364dfb620f6b6362686cca9adb..c27d1cfee8dbe8cff5df875f77948d27475a6bc1 100644 (file)
@@ -2,13 +2,6 @@
 Test localtime() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : array localtime([int timestamp [, bool associative_array]])
- * Description: Returns the results of the C system call localtime as an associative array
- * if the associative_array argument is set to 1 other wise it is a regular array
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing localtime() : basic functionality ***\n";
 
 date_default_timezone_set("UTC");
index 0898547302443a4eb42951e3f7e2eef712268469..34c1dd6cc4d0eeff44bc87e53b602afc2bb53919 100644 (file)
@@ -2,13 +2,6 @@
 Test localtime() function : usage variation - Passing octal values to timestamp.
 --FILE--
 <?php
-/* Prototype  : array localtime([int timestamp [, bool associative_array]])
- * Description: Returns the results of the C system call localtime as an associative array
- * if the associative_array argument is set to 1 other wise it is a regular array
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing localtime() : usage variation ***\n";
 
 date_default_timezone_set("UTC");
index b7d9e1ae6305ff8b4288147b20a76cba036b7ef4..b694996b341af521a4007bbe16a6c2d3ca6967b9 100644 (file)
@@ -2,13 +2,6 @@
 Test localtime() function : usage variation - Passing hexa decimal values to timestamp.
 --FILE--
 <?php
-/* Prototype  : array localtime([int timestamp [, bool associative_array]])
- * Description: Returns the results of the C system call localtime as an associative array
- * if the associative_array argument is set to 1 other wise it is a regular array
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing localtime() : usage variation ***\n";
 
 date_default_timezone_set("UTC");
index e70809b1faea8948d448d10358e7eb6d73252e14..89bbd8b4bbc011a5e63364f7e1eaadb148d35c21 100644 (file)
@@ -3,7 +3,6 @@ Test return type and value for expected input microtime()
 --FILE--
 <?php
 /*
- * proto mixed microtime([bool get_as_float])
  * Function is implemented in ext/standard/microtime.c
 */
 
index 1b13e62b25498371ef729f9c895e3d2719fab0e2..285157da480a9bdb1fa8b54dddc68a271641eca4 100644 (file)
@@ -3,7 +3,6 @@ Test wrong number of arguments for microtime()
 --FILE--
 <?php
 /*
- * proto mixed microtime([bool get_as_float])
  * Function is implemented in ext/standard/microtime.c
 */
 
index d0965f2f8388e5b6905822db932b850f918ae3ec..9728a3c41bf4506ae8ebd2369a766a806a069df8 100644 (file)
@@ -2,12 +2,6 @@
 Test mktime() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : int mktime  ([ int $hour= date("H")  [, int $minute= date("i")  [, int $second= date("s")  [, int $month= date("n")  [, int $day= date("j")  [, int $year= date("Y")  [, int $is_dst= -1  ]]]]]]] )
- * Description: Get Unix timestamp for a date
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 //Set the default time zone
 date_default_timezone_set("Europe/London");
 
index 8bdb61df7b238f1746d8e4375cb25f34ebecc1e7..f7cc4565bebeffd457a79a9e18f3241414570a22 100644 (file)
@@ -2,12 +2,6 @@
 Test mktime() function : error conditions
 --FILE--
 <?php
-/* Prototype  : int mktime  ([ int $hour= date("H")  [, int $minute= date("i")  [, int $second= date("s")  [, int $month= date("n")  [, int $day= date("j")  [, int $year= date("Y")  [, int $is_dst= -1  ]]]]]]] )
- * Description: Get Unix timestamp for a date
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 //Set the default time zone
 date_default_timezone_set("Europe/London");
 
index aa05eb61154d1898a25e46c0c646c5036a85a300..268eddc15e9953bd3807d4cd31f268695ff4657a 100644 (file)
@@ -2,12 +2,6 @@
 Test strftime() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : string strftime(string format [, int timestamp])
- * Description: Format a local time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing strftime() : basic functionality ***\n";
 
 date_default_timezone_set("Asia/Calcutta");
index 108dcffc54f36d9c17a88c8a6e6a156e62623efa..01e94b66c577e61859054655ab2ee12a74257b79 100644 (file)
@@ -8,12 +8,6 @@ if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : string strftime(string format [, int timestamp])
- * Description: Format a local time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing strftime() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index a169dd966ee6f8166c616db8ae9719943f60bf03..7871d2de228955410df34bca8f06b69f70e2a073 100644 (file)
@@ -2,12 +2,6 @@
 Test strftime() function : usage variation - Checking month related formats which was not supported on Windows before VC14.
 --FILE--
 <?php
-/* Prototype  : string strftime(string format [, int timestamp])
- * Description: Format a local time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing strftime() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index b8f85ff84202ecf581668ec5e625fbe61359243a..7164555ca29975032544e2d6693ef83c6bdf66a8 100644 (file)
@@ -8,12 +8,6 @@ if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : string strftime(string format [, int timestamp])
- * Description: Format a local time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing strftime() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 0ebfa5502d1a245ac59ba8fd9eb6289210e881a7..79804e2011cdc8ec545c20482ad67ad587ad57ab 100644 (file)
@@ -2,12 +2,6 @@
 Test strftime() function : usage variation - Checking date related formats which was not supported on Windows before VC14.
 --FILE--
 <?php
-/* Prototype  : string strftime(string format [, int timestamp])
- * Description: Format a local time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing strftime() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index b209d91adf33c0be258372b47791bfe57e390725..fd40fb397f4453f0fb2b0d6b0a0b8a0fbf3ec40e 100644 (file)
@@ -8,12 +8,6 @@ if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : string strftime(string format [, int timestamp])
- * Description: Format a local time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing strftime() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 38826b65289ecefcf3e1c6cb26853e450adf9500..8a3b83ce901b23dbfd0414f0b1ab82b48d4267fd 100644 (file)
@@ -2,12 +2,6 @@
 Test strftime() function : usage variation - Checking time related formats which was not supported on Windows before VC14.
 --FILE--
 <?php
-/* Prototype  : string strftime(string format [, int timestamp])
- * Description: Format a local time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing strftime() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 5791c128385a279c05e3d65a5b20646cfa2e7bd4..dcad72dc6ac1bfab7bcaaad00505aba0b8824408 100644 (file)
@@ -8,12 +8,6 @@ if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : string strftime(string format [, int timestamp])
- * Description: Format a local time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing strftime() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 6a698d230c77de3e3831dbf032a9558949e4943f..e64032452a01a8b717ecfd33451333e1f3928233 100644 (file)
@@ -2,12 +2,6 @@
 Test strftime() function : usage variation - Checking day related formats which was not supported on Windows before VC14.
 --FILE--
 <?php
-/* Prototype  : string strftime(string format [, int timestamp])
- * Description: Format a local time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing strftime() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 310b7729fa14199b098ea777749579ab927eaef3..374770d55a647717c437d1266b3b5343bb890d99 100644 (file)
@@ -8,12 +8,6 @@ if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : string strftime(string format [, int timestamp])
- * Description: Format a local time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing strftime() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 852b95fbe9d0aefaca823f0edad2c4bc336e8ba3..b973572614260814d2ffc412be8fe98cdc606da3 100644 (file)
@@ -2,12 +2,6 @@
 Test strftime() function : usage variation - Checking newline and tab formats which was not supported on Windows before VC14.
 --FILE--
 <?php
-/* Prototype  : string strftime(string format [, int timestamp])
- * Description: Format a local time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing strftime() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 19875760d5c68b8ebe0c01de321429721ff6f837..f8927d5b718fd807a03fef0ff98f826269228d52 100644 (file)
@@ -8,12 +8,6 @@ if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : string strftime(string format [, int timestamp])
- * Description: Format a local time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing strftime() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 164e5e304b17f2ecd672ce4dcccec0ae169ec8d2..e0f90524a93c451bca5f908bba558e767ebffe8d 100644 (file)
@@ -2,12 +2,6 @@
 Test strftime() function : usage variation - Checking Preferred date and time representation on Windows.
 --FILE--
 <?php
-/* Prototype  : string strftime(string format [, int timestamp])
- * Description: Format a local time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing strftime() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 900cde2fca4bb78eee204470aa5be86085f13cda..b1c107ba78c08a82331f85b4c44d95fb3ab143ba 100644 (file)
@@ -11,12 +11,6 @@ if(!setlocale(LC_ALL, "POSIX")) {
 ?>
 --FILE--
 <?php
-/* Prototype  : string strftime(string format [, int timestamp])
- * Description: Format a local time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing strftime() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 90771973a91f7c4ff286109f1832423a27699153..ae27908fc5cb05cae5b4039eeac6fbf750dfda6a 100644 (file)
@@ -2,12 +2,6 @@
 Test strftime() function : usage variation - Passing week related format strings to format argument.
 --FILE--
 <?php
-/* Prototype  : string strftime(string format [, int timestamp])
- * Description: Format a local time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing strftime() : usage variation ***\n";
 
 date_default_timezone_set("Asia/Calcutta");
index 461da2669da7dec532052451be2464e69cca4f1d..07d79bf4bcaacbb0557c2e8ba4099c58fb1ce036 100644 (file)
@@ -2,12 +2,6 @@
 Test strftime() function : usage variation - Passing month related format strings to format argument.
 --FILE--
 <?php
-/* Prototype  : string strftime(string format [, int timestamp])
- * Description: Format a local time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing strftime() : usage variation ***\n";
 
 date_default_timezone_set("Asia/Calcutta");
index 31cc9705642b9bcdc707832711f0e1c53e2be4a7..edee66f7b83aa29c035c443a7e1d29e3a9b55adc 100644 (file)
@@ -2,12 +2,6 @@
 Test strftime() function : usage variation - Passing date related format strings to format argument.
 --FILE--
 <?php
-/* Prototype  : string strftime(string format [, int timestamp])
- * Description: Format a local time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing strftime() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 1460f70b3005a7881ebd6d3b4b25d3c7064644c6..d2cd7cdcc586a52083ad6e2801aa0994101a00d5 100644 (file)
@@ -2,12 +2,6 @@
 Test strftime() function : usage variation - Passing time related format strings to format argument.
 --FILE--
 <?php
-/* Prototype  : string strftime(string format [, int timestamp])
- * Description: Format a local time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing strftime() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index b8cc2de847a31538f9560750542aa9f901e7a378..770274838f5dbef73a55e51735c7e6636b2f54b0 100644 (file)
@@ -2,12 +2,6 @@
 Test strftime() function : usage variation - Passing day related format strings to format argument.
 --FILE--
 <?php
-/* Prototype  : string strftime(string format [, int timestamp])
- * Description: Format a local time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing strftime() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 44b37a9bb863425a7f44a6c85fa9dc9d3ba5e207..a3a9beec3de196457b830e8b3a47c4a53d1c132f 100644 (file)
@@ -2,12 +2,6 @@
 Test strftime() function : usage variation - Passing literal related strings to format argument.
 --FILE--
 <?php
-/* Prototype  : string strftime(string format [, int timestamp])
- * Description: Format a local time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing strftime() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 82a060b66d285af8e5329de67f25179ceaf0b683..a57f76264e3ad19ac6f01fa723e132293d26662f 100644 (file)
@@ -2,12 +2,6 @@
 Test strftime() function : usage variation - Checking week related formats which was not supported on Windows before VC14.
 --FILE--
 <?php
-/* Prototype  : string strftime(string format [, int timestamp])
- * Description: Format a local time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing strftime() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index d97b73e2167c263deaed95a213550dab1a012cd1..4d49960f907665fb2ddcd4cb858507d08de25bae 100644 (file)
@@ -3,7 +3,6 @@ Test return type and value for expected input time()
 --FILE--
 <?php
 /*
- * proto int time(void)
  * Function is implemented in ext/date/php_date.c
 */
 
index 0640b8a83dcb12c74f6ff19e82ec464334a5ade9..f6ee743f5658b85f18c75adccbb217e89d264b60 100644 (file)
@@ -2,12 +2,6 @@
 Test timezone_abbreviations_list() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : array timezone_abbreviations_list  ( void  )
- * Description: Returns associative array containing dst, offset and the timezone name
- * Source code: ext/date/php_date.c
- * Alias to functions: DateTimeZone::listAbbreviations
- */
-
 echo "*** Testing timezone_abbreviations_list() : basic functionality ***\n";
 
 //Set the default time zone
index c537b9b4c5e87f0c11078a3d7b158f1e059c9459..599469da6c857d3c9fb47c53eb9ed1bf231a5849 100644 (file)
@@ -2,12 +2,6 @@
 Test timezone_identifiers_list() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : array timezone_identifiers_list  ( void )
- * Description: Returns numerically index array with all timezone identifiers
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing timezone_identifiers_list() : basic functionality ***\n";
 
 //Set the default time zone
index 51b5d9b19ec2ededa62828dee2b12c0aba46dd8a..202f5d083a2f2be0d2f203b0afb574843022669f 100644 (file)
@@ -2,12 +2,6 @@
 Test timezone_name_from_abbr() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : string timezone_name_from_abbr  ( string $abbr  [, int $gmtOffset= -1  [, int $isdst= -1  ]] )
- * Description: Returns the timezone name from abbreviation
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
 echo "*** Testing timezone_name_from_abbr() : basic functionality ***\n";
 
 //Set the default time zone
index e242200d7fdda7b13c98ee2d80afdd7b87d8c54e..59c6a7ab50cba203375fa169ace5f28f3622c6b6 100644 (file)
@@ -2,12 +2,6 @@
 Test timezone_offset_get() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : int timezone_offset_get  ( DateTimeZone $object  , DateTime $datetime  )
- * Description: Returns the timezone offset from GMT
- * Source code: ext/date/php_date.c
- * Alias to functions: DateTimeZone::getOffset
- */
-
 echo "*** Testing timezone_offset_get() : basic functionality ***\n";
 
 //Set the default time zone
index 2d2f032dfdbedab22102957a83a81daa8e3a038d..4b5cda104ef69e6553d1a767f2748c9a5dec8734 100644 (file)
@@ -2,12 +2,6 @@
 Test timezone_offset_get() function : error conditions
 --FILE--
 <?php
-/* Prototype  : int timezone_offset_get  ( DateTimeZone $object  , DateTime $datetime  )
- * Description: Returns the timezone offset from GMT
- * Source code: ext/date/php_date.c
- * Alias to functions: DateTimeZone::getOffset
- */
-
 //Set the default time zone
 date_default_timezone_set("GMT");
 $tz = timezone_open("Europe/London");
index 306c8e377d49d4aa32187704808877cab02feb40..3cd20d0d16b7d899aa8bb103320bb087fe7ebeb2 100644 (file)
@@ -2,12 +2,6 @@
 Test timezone_open() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : DateTimeZone timezone_open  ( string $timezone  )
- * Description: Returns new DateTimeZone object
- * Source code: ext/date/php_date.c
- * Alias to functions: DateTime::__construct()
- */
-
 echo "*** Testing timezone_open() : basic functionality ***\n";
 
 var_dump( timezone_open("GMT") );
index 92156d77d16230115a9cabadfb258f620ef9305d..195967976634bdd91071dfb110bed2df286009ca 100644 (file)
@@ -2,12 +2,6 @@
 Test timezone_transitions_get() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : array timezone_transitions_get  ( DateTimeZone $object, [ int $timestamp_begin  [, int $timestamp_end  ]]  )
- * Description: Returns all transitions for the timezone
- * Source code: ext/date/php_date.c
- * Alias to functions: DateTimeZone::getTransitions()
- */
-
 echo "*** Testing timezone_transitions_get() : basic functionality ***\n";
 
 //Set the default time zone
index b4b17657a5ff7813f93778ad935a9c336a36fa1c..afc61ff4b0f540fc9bbb1bef9876e8ab5cc120cb 100644 (file)
@@ -8,10 +8,6 @@ zlib.output_compression=0
 --FILE--
 <?php
 
-/* Prototype  : int exif_imagetype  ( string $filename  )
- * Description: Determine the type of an image
- * Source code: ext/exif/exif.c
-*/
 echo "*** Testing exif_imagetype() : basic functionality ***\n";
 
 var_dump(exif_imagetype(__DIR__.'/test2私はガラスを食べられます.jpg'));
index 0b1b09fd4d1ad22f969ce3c95e79716a82343fc8..4ceea638bcf2879b1f117cc714d6d6b108004884 100644 (file)
@@ -8,10 +8,6 @@ zlib.output_compression=0
 --FILE--
 <?php
 
-/* Prototype  : int exif_imagetype  ( string $filename  )
- * Description: Determine the type of an image
- * Source code: ext/exif/exif.c
-*/
 echo "*** Testing exif_imagetype() : basic functionality ***\n";
 
 var_dump(exif_imagetype(__DIR__.'/test2.jpg'));
index 8ad1511e163dc25ec4f08f4e8638d114fbf47baf..244dd953b5bc1531d86bc9598cfb958dfdbed40a 100644 (file)
@@ -5,11 +5,6 @@ Test exif_imagetype() function : error conditions
 --FILE--
 <?php
 
-/* Prototype  : int exif_imagetype  ( string $filename  )
- * Description: Determine the type of an image
- * Source code: ext/exif/exif.c
-*/
-
 echo "*** Testing exif_imagetype() : error conditions ***\n";
 
 echo "\n-- Testing exif_imagetype() function with an unknown file  --\n";
index 5706f0fd8f7d90a1ee8d70ab60f91cee32ae5daf..272c4eeefd55db97cf94763b4b8a7c5c7f5f1dec 100644 (file)
@@ -8,11 +8,6 @@ zlib.output_compression=0
 --FILE--
 <?php
 
-/* Prototype  :string exif_tagname ( string $index  )
- * Description: Get the header name for an index
- * Source code: ext/exif/exif.c
-*/
-
 echo "*** Testing exif_tagname() : basic functionality ***\n";
 
 var_dump(exif_tagname(0x10E));
index 1c9f0d1de21871c3a48d85136d0163acdc9358ed..809dc11215d902d30a2d7513f157bcd9ee5a5431 100644 (file)
@@ -4,12 +4,6 @@ Test finfo_buffer() function : basic functionality
 <?php require_once(__DIR__ . '/skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : string finfo_buffer(resource finfo, char *string [, int options [, resource context]])
- * Description: Return information about a string buffer.
- * Source code: ext/fileinfo/fileinfo.c
- * Alias to functions:
- */
-
 $magicFile = __DIR__ . DIRECTORY_SEPARATOR . 'magic私はガラスを食べられます';
 
 $options = array(
index d69d153f0d2be773babfffa3176101b594cfe427..652a431c7fe5708b02c196cd6a488bf1626339aa 100644 (file)
@@ -4,12 +4,6 @@ Test finfo_buffer() function : basic functionality
 <?php require_once(__DIR__ . '/skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : string finfo_buffer(resource finfo, char *string [, int options [, resource context]])
- * Description: Return information about a string buffer.
- * Source code: ext/fileinfo/fileinfo.c
- * Alias to functions:
- */
-
 $magicFile = __DIR__ . DIRECTORY_SEPARATOR . 'magic';
 
 $options = array(
index 8f26d80b92c0113931f8b4d82036a50cf3943e1d..106f5d7f49775e05ec197e089a340250c16c548c 100644 (file)
@@ -4,12 +4,6 @@ Test finfo_buffer() function : basic functionality
 <?php require_once(__DIR__ . '/skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : string finfo_buffer(resource finfo, char *string [, int options [, resource context]])
- * Description: Return information about a string buffer.
- * Source code: ext/fileinfo/fileinfo.c
- * Alias to functions:
- */
-
 $magicFile = __DIR__ . DIRECTORY_SEPARATOR . 'magic私はガラスを食べられます';
 
 $options = array(
index fafaaa9376daab462daf89259646fe376bbcc3cb..e0ed04e75615f440caccca85e0d28016e362bfb7 100644 (file)
@@ -4,12 +4,6 @@ Test finfo_buffer() function : basic functionality
 <?php require_once(__DIR__ . '/skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : string finfo_buffer(resource finfo, char *string [, int options [, resource context]])
- * Description: Return information about a string buffer.
- * Source code: ext/fileinfo/fileinfo.c
- * Alias to functions:
- */
-
 $magicFile = __DIR__ . DIRECTORY_SEPARATOR . 'magic';
 
 $options = array(
index 5798e5c94701537f83fb217822591659d450cdc3..1ff05dff21df7f37a5a19d481fc257466e3813b1 100644 (file)
@@ -4,12 +4,6 @@ Test finfo_close() function : basic functionality
 <?php require_once(__DIR__ . '/skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : resource finfo_close(resource finfo)
- * Description: Close fileinfo resource.
- * Source code: ext/fileinfo/fileinfo.c
- * Alias to functions:
- */
-
 echo "*** Testing finfo_close() : basic functionality ***\n";
 
 $magicFile = __DIR__ . DIRECTORY_SEPARATOR . 'magic';
index 9f7ce8f0d8652b76ce7a4d163ad6f05bca613805..b42510f1307537c748a5901deb1471398d9c4c30 100644 (file)
@@ -4,12 +4,6 @@ Test finfo_close() function : error conditions
 <?php require_once(__DIR__ . '/skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : resource finfo_close(resource finfo)
- * Description: Close fileinfo resource.
- * Source code: ext/fileinfo/fileinfo.c
- * Alias to functions:
- */
-
 echo "*** Testing finfo_close() : error conditions ***\n";
 
 echo "\n-- Testing finfo_close() function with wrong resource type --\n";
index bd781be77686b5c2dafc6d1d52c095d28f418df8..1851058b131a8d2d022edb4caa3fad0945944fa8 100644 (file)
@@ -4,12 +4,6 @@ Test finfo_file() function : basic functionality
 <?php require_once(__DIR__ . '/skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : string finfo_file(resource finfo, char *file_name [, int options [, resource context]])
- * Description: Return information about a file.
- * Source code: ext/fileinfo/fileinfo.c
- * Alias to functions:
- */
-
 $magicFile = __DIR__ . DIRECTORY_SEPARATOR . 'magic';
 $finfo = finfo_open( FILEINFO_MIME );
 
index 5fb254b274d2c69d08a84cb4c632e746c213e47a..bd1b03c5a38e547136231258a187df8a78beb1ac 100644 (file)
@@ -4,12 +4,6 @@ Test finfo_open() function : basic functionality
 <?php require_once(__DIR__ . '/skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : resource finfo_open([int options [, string arg]])
- * Description: Create a new fileinfo resource.
- * Source code: ext/fileinfo/fileinfo.c
- * Alias to functions:
- */
-
 $magicFile = __DIR__ . DIRECTORY_SEPARATOR . 'magic';
 
 echo "*** Testing finfo_open() : basic functionality ***\n";
index 72b6db3e62144ea3ede7d513622c74ad23e6483a..4b9ab706fb74534768ac08214df9a1603d3bebaa 100644 (file)
@@ -4,12 +4,6 @@ Test finfo_open() function : error functionality
 <?php require_once(__DIR__ . '/skipif.inc');
 --FILE--
 <?php
-/* Prototype  : resource finfo_open([int options [, string arg]])
- * Description: Create a new fileinfo resource.
- * Source code: ext/fileinfo/fileinfo.c
- * Alias to functions:
- */
-
 $magicFile = __DIR__ . DIRECTORY_SEPARATOR . 'magic';
 
 echo "*** Testing finfo_open() : error functionality ***\n";
index 263561019928ccb40c6c7b6388a0af1fcbcc1112..93a3b108a68c20267a46b3dd7c93f913302ac37f 100644 (file)
@@ -4,12 +4,6 @@ Test finfo_open() function : variations in opening
 <?php require_once(__DIR__ . '/skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : resource finfo_open([int options [, string arg]])
- * Description: Create a new fileinfo resource.
- * Source code: ext/fileinfo/fileinfo.c
- * Alias to functions:
- */
-
 $magicFile = __DIR__ . DIRECTORY_SEPARATOR . 'magic';
 
 echo "*** Testing finfo_open() : variations in opening ***\n";
index 855acaaed83b44b9cb4143c903eae92990b77a74..f8fdc77b4e010be45e90ce9e7f52e5867ceade12 100644 (file)
@@ -4,12 +4,6 @@ Test finfo_set_flags() function : basic functionality
 <?php require_once(__DIR__ . '/skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool finfo_set_flags(resource finfo, int options)
- * Description: Set libmagic configuration options.
- * Source code: ext/fileinfo/fileinfo.c
- * Alias to functions:
- */
-
 $magicFile = __DIR__ . DIRECTORY_SEPARATOR . 'magic私はガラスを食べられます';
 $finfo = finfo_open( FILEINFO_MIME, $magicFile );
 
index fe2921b560534ba664ab9eebfa2ddfb012a4a61b..35fb94294d4d41baead7c8de384165c2d49c8b06 100644 (file)
@@ -4,12 +4,6 @@ Test finfo_set_flags() function : basic functionality
 <?php require_once(__DIR__ . '/skipif.inc'); ?>
 --FILE--
 <?php
-/* Prototype  : bool finfo_set_flags(resource finfo, int options)
- * Description: Set libmagic configuration options.
- * Source code: ext/fileinfo/fileinfo.c
- * Alias to functions:
- */
-
 $magicFile = __DIR__ . DIRECTORY_SEPARATOR . 'magic';
 $finfo = finfo_open( FILEINFO_MIME, $magicFile );
 
index 99102168f10953469d9afed3b1188736b0e77ff2..5c18b1f2ce7e65618733f9fbfb088f6f621962f6 100644 (file)
@@ -9,11 +9,6 @@ gd_info()
 --FILE--
 <?php
 
-/* Prototype  : array gd_info  ( void  )
- * Description: Retrieve information about the currently installed GD library
- * Source code: ext/standard/image.c
- * Alias to functions:
- */
     echo "basic test of gd_info() function\n";
 
     var_dump(gd_info());
index 1ffd014335b502356d3a9c48a9df9dac9a2d78e4..ec9ab1b34f5d7a6acc2a4bca1c6a325218b983fd 100644 (file)
@@ -11,11 +11,6 @@ if(!function_exists('gd_info')) {
 ?>
 --FILE--
 <?php
-/* Prototype  : array gd_info()
- * Description: Retrieve information about the currently installed GD library
- * Source code: ext/gd/gd.c
- */
-
 echo "*** Testing gd_info() : variation ***\n";
 
 var_dump(gd_info());
index 64ce2203a01f2991aa862a4d9655bb51a260c42b..91cbd9ac25594bc5fc282a9f35be827cfb43718b 100644 (file)
@@ -11,11 +11,6 @@ if(!function_exists('imagecreatetruecolor')) {
 ?>
 --FILE--
 <?php
-/* Prototype  : int imagecolorallocate(resource im, int red, int green, int blue)
- * Description: Allocate a color for an image
- * Source code: ext/gd/gd.c
- */
-
 echo "*** Testing imagecolorallocate() : basic functionality ***\n";
 
 $im = imagecreatetruecolor(200, 200);
index bc7f82c84770336a57114b4afad0711f55a81f9f..bdddef96b06f3fb0700c63d4545ed6822ade0b80 100644 (file)
@@ -13,10 +13,6 @@ if(!function_exists('imagecreatetruecolor')) {
 <?php
 require __DIR__ . '/func.inc';
 
-/* Prototype  : int imagecolorallocate(resource im, int red, int green, int blue)
- * Description:  Allocate a color for an image
- * Source code: ext/gd/gd.c
- */
 echo "*** Testing imagecolorallocate() : usage variations ***\n";
 
 $im = imagecreatetruecolor(200, 200);
index 355010d198b80de3aaed8c04ef00894814e1481f..bc9333cf37f3c9779d55acad71079cb8d3dccf44 100644 (file)
@@ -13,10 +13,6 @@ if(!function_exists('imagecreatetruecolor')) {
 <?php
 require  __DIR__ . '/func.inc';
 
-/* Prototype  : int imagecolorallocate(resource im, int red, int green, int blue)
- * Description:  Allocate a color for an image
- * Source code: ext/gd/gd.c
- */
 echo "*** Testing imagecolorallocate() : usage variations ***\n";
 
 $values = array(
index 0cdc10bcdd2610974a8082683aec0e79077dbcc9..ef5cb30913bd11affa7ae05cca2b8750bdcb3a42 100644 (file)
@@ -12,11 +12,6 @@ if(!function_exists('imagecolorstotal') || !function_exists('imagecreatefromgif'
 ?>
 --FILE--
 <?php
-/* Prototype  : int imagecolorstotal  ( resource $image  )
- * Description: Find out the number of colors in an image's palette
- * Source code: ext/gd/gd.c
- */
-
 echo "*** Testing imagecolorstotal() : basic functionality ***\n";
 
 // Get an image
index e67794b60448b0f88fa9dabca615cb4302799bf3..955dee9848fdd9aabb3d27b0b0a94b563a7583f4 100644 (file)
@@ -13,12 +13,6 @@ Felix De Vliegher <felix.devliegher@gmail.com>
 ?>
 --FILE--
 <?php
-/* Prototype  : int imagecolorstotal(resource im)
- * Description: Find out the number of colors in an image's palette
- * Source code: ext/gd/gd.c
- * Alias to functions:
- */
-
 echo "*** Testing imagecolorstotal() : basic functionality ***\n";
 
 // Palette image
index 77af59c085e35e5d83bb13df4ac235369c165342..de1f25c0e00a10bbc1886d5f7d9c2d311eb604bd 100644 (file)
@@ -7,12 +7,6 @@ imagecopyresampled()
 --FILE--
 <?php
 
-/* Prototype  : bool imagecopyresampled  ( resource $dst_image  , resource $src_image  , int $dst_x  , int $dst_y  , int $src_x  , int $src_y  , int $dst_w  , int $dst_h  , int $src_w  , int $src_h  )
- * Description: Copy and resize part of an image with resampling.
- * Source code: ext/standard/image.c
- * Alias to functions:
- */
-
 echo "Simple test of imagecopyresampled() function\n";
 
 $dest_lge = dirname(realpath(__FILE__)) . '/imagelarge.png';
index bc87c465c6f90b9849332fee4df061190251d1d2..258eabf854b8af343cd8d7cf3cff1696e734a512 100644 (file)
@@ -7,14 +7,6 @@ imagedashedline()
 --FILE--
 <?php
 
-/* Prototype  : bool imagedashedline  ( resource $image  , int $x1  , int $y1  , int $x2  , int $y2  , int $color  )
- * Description: Draws a dashed line.
- * This function is deprecated. Use combination of imagesetstyle() and imageline() instead.
- * Source code: ext/standard/image.c
- * Alias to functions:
- */
-
-
 echo "Simple test of imagedashedline() function\n";
 
 $dest = dirname(realpath(__FILE__)) . '/imagedashedline.png';
index 0bede9e6f991b7543edb71685c3ebaa7ed3f8cd0..165e685052d47d34b1292714d1d99ae84dadeb21 100644 (file)
@@ -7,12 +7,6 @@ imagefilledpolygon()
 --FILE--
 <?php
 
-/* Prototype  : bool imagefilledpolygon  ( resource $image  , array $points  , int $num_points  , int $color  )
- * Description: Draws a filled polygon.
- * Source code: ext/standard/image.c
- * Alias to functions:
- */
-
 echo "Simple test of imagefilledpolygon() function\n";
 
 $dest = dirname(realpath(__FILE__)) . '/imagefilledpolygon.png';
index 4880f3ebe7b380b9d7a1844934e4ce94cd380e19..d4948fcc6101689a48b395ebd702d87c080a2cd5 100644 (file)
@@ -7,13 +7,6 @@ imagepolygon()
 --FILE--
 <?php
 
-/* Prototype  : bool imagepolygon  ( resource $image  , array $points  , int $num_points  , int $color  )
- * Description: Draws a polygon.
- * Source code: ext/gd/gd.c
- * Alias to functions:
- */
-
-
 echo "Simple test of imagepolygon() function\n";
 
 $dest = dirname(realpath(__FILE__)) . '/imagepolygon.png';
index ebcbcf2793f6a02dd4ba6f5ce29698f49c1fff64..cff71a7771235ab3510149a614a8fce9a554d767 100644 (file)
@@ -3,12 +3,6 @@ Hash: hash_algos() function : basic functionality
 --FILE--
 <?php
 
-/* Prototype  : array hash_algos (void)
- * Description: Return a list of registered hashing algorithms
- * Source code: ext/hash/hash.c
- * Alias to functions:
-*/
-
 echo "*** Testing hash_algos() : basic functionality ***\n";
 var_dump(hash_algos());
 
index 9536110fd69a7179ab113201ca7123bb8e3e2931..b5c038809139d46838b4b904aaa37c354f681ab1 100644 (file)
@@ -3,11 +3,6 @@ Hash: hash() function : error conditions
 --FILE--
 <?php
 
-/* Prototype  : string hash  ( string $algo  , string $data  [, bool $raw_output  ] )
- * Description: Generate a hash value (message digest)
- * Source code: ext/hash/hash.c
- * Alias to functions:
-*/
 echo "*** Testing hash() : error conditions ***\n";
 
 echo "\n-- Testing hash() function with invalid hash algorithm --\n";
index 77a110594e4d13bf35680098f31805a7fdf91e93..0aa80a988e4fccf76dd9c83688e574142a9bcb42 100644 (file)
@@ -4,12 +4,6 @@ Hash: hash_file() function : basic functionality
 Felix De Vliegher <felix.devliegher@gmail.com>
 --FILE--
 <?php
-/* Prototype  : string hash_file(string algo, string filename[, bool raw_output = false])
- * Description: Generate a hash of a given file
- * Source code: ext/hash/hash.c
- * Alias to functions:
- */
-
 echo "*** Testing hash_file() : basic functionality ***\n";
 
 // Set up file
index df55cd483734e8695a320ab656cc08d8f5b52e40..9ffe9a2f6cb018a182df210af200d058e0f296d9 100644 (file)
@@ -3,12 +3,6 @@ Hash: hash_file() function : basic functionality
 --FILE--
 <?php
 
-/* Prototype  : string hash_file ( string algo, string filename [, bool raw_output] )
- * Description: Generate a hash value using the contents of a given file
- * Source code: ext/hash/hash.c
- * Alias to functions:
-*/
-
 echo "*** Testing hash_file() : basic functionality ***\n";
 
 $file = __DIR__ . "hash_file.txt";
index 2130389a9421896b8d0bff1c161ee164bee4fad2..44f3d092559725d2f7d9827915d1759e6b536863 100644 (file)
@@ -4,12 +4,6 @@ Hash: hash_file() function : error conditions
 Felix De Vliegher <felix.devliegher@gmail.com>
 --FILE--
 <?php
-/* Prototype  : string hash_file(string algo, string filename[, bool raw_output = false])
- * Description: Generate a hash of a given file
- * Source code: ext/hash/hash.c
- * Alias to functions:
- */
-
 echo "*** Testing hash_file() : error conditions ***\n";
 
 // Set up file
index 7cd5f7e22e51b6605eb38e1ebc3a3b49a567e1a6..bcbde9e5bf1096a40b23c48a4cbd83925dec3db5 100644 (file)
@@ -3,11 +3,6 @@ Hash: hash_hkdf() function: basic functionality
 --FILE--
 <?php
 
-/* Prototype  : string hkdf  ( string $algo  , string $ikm  [, int $length  , string $info = '' , string $salt = ''  ] )
- * Description: HMAC-based Key Derivation Function
- * Source code: ext/hash/hash.c
-*/
-
 echo "*** Testing hash_hkdf(): basic functionality ***\n";
 
 $ikm = 'input key material';
index ceb21631d1848f3a90dec31eca5e5cdb1c7c1896..89b3d8af6354f4a024ae427c2d0ce2c6f2d09841 100644 (file)
@@ -3,11 +3,6 @@ Hash: hash_hkdf() function: edge cases
 --FILE--
 <?php
 
-/* Prototype  : string hkdf  ( string $algo  , string $ikm  [, int $length  , string $info = '' , string $salt = ''  ] )
- * Description: HMAC-based Key Derivation Function
- * Source code: ext/hash/hash.c
-*/
-
 echo "*** Testing hash_hkdf(): edge cases ***\n";
 
 $ikm = 'input key material';
index 7ed631251f40709b7974bfe88bf88f441455d78e..a478420ca46fca449d60a21ce59db5e8d1bc4804 100644 (file)
@@ -5,11 +5,6 @@ Hash: hash_hkdf() function: error conditions
 
 error_reporting(E_ALL);
 
-/* Prototype  : string hkdf  ( string $algo  , string $ikm  [, int $length  , string $info = '' , string $salt = ''  ] )
- * Description: HMAC-based Key Derivation Function
- * Source code: ext/hash/hash.c
-*/
-
 function trycatch_dump(...$tests) {
     foreach ($tests as $test) {
         try {
index 63c65f0a7d9da6ef155199d91aadfcd3e4ca393e..64d883dd12c6a82d643a115b0ed876d0925910a0 100644 (file)
@@ -3,11 +3,6 @@ Hash: hash_hkdf() function: RFC 5869 test vectors
 --FILE--
 <?php
 
-/* Prototype  : string hkdf  ( string $algo  , string $ikm  [, int $length  , string $info = '' , string $salt = ''  ] )
- * Description: HMAC-based Key Derivation Function
- * Source code: ext/hash/hash.c
-*/
-
 echo "*** Testing hash_hkdf(): RFC 5869 test vectors ***\n";
 echo "Test case 1 (SHA-256): ",
     bin2hex(hash_hkdf(
index 1cc98ae1d4b3f2486c6c00db89e244acc40b7208..7be7d3cea2bf21540679ae77ac6d6238ccfaf686 100644 (file)
@@ -3,12 +3,6 @@ Hash: hash_file() function : basic functionality
 --FILE--
 <?php
 
-/* Prototype  : string hash_hmac  ( string $algo  , string $data  , string $key  [, bool $raw_output  ] )
- * Description: Generate a keyed hash value using the HMAC method
- * Source code: ext/hash/hash.c
- * Alias to functions:
-*/
-
 echo "*** Testing hash_hmac() : basic functionality ***\n";
 
 $content = "This is a sample string used to test the hash_hmac function with various hashing algorithms";
index 9d303467ef12e1d09c752aad243bb9ef77171082..81c28ee46c056d5c3a9c89a0a7fc921889abddcf 100644 (file)
@@ -3,7 +3,6 @@ Hash: hash_hmac() function : basic functionality
 --FILE--
 <?php
 /*
-* proto string hash_hmac ( string algo, string data, string key [, bool raw_output] )
 * Function is implemented in ext/hash/hash.c
 */
 
index 11b9d05738849aba907d81744803a6c372f9ed90..2a03df05c567fd5f52e30d0923ee337301cc1055 100644 (file)
@@ -4,12 +4,6 @@ Hash: hash_hmac_file() function : basic functionality
 <?php
 
 
-/* Prototype  : string hash_hmac_file ( string algo, string filename, string key [, bool raw_output] )
- * Description: Generate a keyed hash value using the HMAC method and the contents of a given file
- * Source code: ext/hash/hash.c
- * Alias to functions:
-*/
-
 echo "*** Testing hash_hmac_file() : basic functionality ***\n";
 
 $file = __DIR__ . "hash_hmac_file.txt";
index 8208c6ebd4fe1bef52522c8429f8ab17b2a5c401..6e45aaef28cf00fbc44323c05e1a72186532f42d 100644 (file)
@@ -3,12 +3,6 @@ Hash: hash_hmac_file() function : basic functionality
 --FILE--
 <?php
 
-/* Prototype  : string hash_hmac_file ( string algo, string filename, string key [, bool raw_output] )
- * Description: Generate a keyed hash value using the HMAC method and the contents of a given file
- * Source code: ext/hash/hash.c
- * Alias to functions:
-*/
-
 echo "*** Testing hash() : error conditions ***\n";
 
 $file = __DIR__ . "hash_file.txt";
index 0ba500a3273ac87cbc45af5c3067078064fde5a9..d657c5886ad322ddcab53227cdad623b5223c2ef 100644 (file)
@@ -3,12 +3,6 @@ Hash: hash_pbkdf2() function : basic functionality
 --FILE--
 <?php
 
-/* Prototype  : string hash_hmac(string $algo, string $data, string $key [, int $length = 0 [, bool $raw_output = false]])
- * Description: Generate a keyed hash value using the HMAC method
- * Source code: ext/hash/hash.c
- * Alias to functions:
-*/
-
 echo "*** Testing hash_pbkdf2() : basic functionality ***\n";
 
 echo "sha1: " . hash_pbkdf2('sha1', 'password', 'salt', 1, 20)."\n";
index 7631eeef906768a6ac9156343aa0d2c097e89608..35cda2b52fc6211c58fd5cead3fb1265e8d2b2d1 100644 (file)
@@ -3,8 +3,7 @@ Hash: Test hash_pbkdf2() function : error functionality
 --FILE--
 <?php
 
-/* {{{ proto string hash_pbkdf2(string algo, string password, string salt, int iterations [, int length = 0, bool raw_output = false])
-Generate a PBKDF2 hash of the given password and salt
+/* Generate a PBKDF2 hash of the given password and salt
 Returns lowercase hexbits by default */
 
 echo "*** Testing hash_pbkdf2() : error conditions ***\n";
index cc0c288d5549f4b87024e33b98e57e5ffbad4349..f73b275d539eddb3f0d1b511cf303ca4b080c124 100644 (file)
@@ -7,11 +7,6 @@ function_exists('iconv') or die("skip iconv() is not available in this build");
 ?>
 --FILE--
 <?php
-/* Prototype  : string iconv(string in_charset, string out_charset, string str)
- * Description: Returns converted string in desired encoding
- * Source code: ext/iconv/iconv.c
- */
-
 /*
  * Test basic functionality of iconv()
  */
index d5473103813cbedf5958e3ed5b8a75a871c3733a..4af5b6a9726673ee6de040aa46b02515e7268899 100644 (file)
@@ -12,13 +12,6 @@ iconv.internal_encoding=ISO-8859-1
 iconv.output_encoding=ISO-8859-1
 --FILE--
 <?php
-/* Prototype  : mixed iconv_get_encoding([string type])
- * Description: Get internal encoding and output encoding for ob_iconv_handler()
- * Prototype  : bool iconv_set_encoding(string type, string charset)
- * Description: Sets internal encoding and output encoding for ob_iconv_handler()
- * Source code: ext/iconv/iconv.c
- */
-
 /*
  * Test Basic functionality of iconv_get_encoding/iconv_set_encoding
  */
index c81dbd3e6068333ccb1e6975aac37809c24b6465..578fedc6730eb9c1a4b78148441c36e1a7930c46 100644 (file)
@@ -7,11 +7,6 @@ function_exists('iconv_strlen') or die("skip iconv_strlen() is not available in
 ?>
 --FILE--
 <?php
-/* Prototype  : int iconv_strlen(string str [, string charset])
- * Description: Get character numbers of a string
- * Source code: ext/iconv/iconv.c
- */
-
 /*
  * Test basic functionality of iconv_strlen()
  */
index efcca8b79cae5178a6adcb802139efd8a9299b31..ea2bb430fbf2a64d627898afa0bd3bb2d95c6436 100644 (file)
@@ -7,11 +7,6 @@ function_exists('iconv_strlen') or die("skip iconv_strlen() is not available in
 ?>
 --FILE--
 <?php
-/* Prototype  : int iconv_strlen(string str [, string charset])
- * Description: Get character numbers of a string
- * Source code: ext/iconv/iconv.c
- */
-
 /*
  * Test iconv_strlen when passed an unknown encoding
  */
index 70f887ee2709a393ba79c2ed17bade1e5bd9c464..4f9bd664e1d7ba58268ff4c230d1e43ec4911739 100644 (file)
@@ -9,11 +9,6 @@ function_exists('iconv_strpos') or die("skip iconv_strpos() is not available in
 error_reporting=E_ALL & ~E_DEPRECATED
 --FILE--
 <?php
-/* Prototype  : int iconv_strpos(string haystack, string needle [, int offset [, string charset]])
- * Description: Find position of first occurrence of a string within another
- * Source code: ext/iconv/iconv.c
- */
-
 /*
  * Test basic functionality of iconv_strpos with ASCII and multibyte characters
  */
index 91f27049030afab4d83ca5878ba9e2771560cd04..b95e1e1edc9b227589365339bdd1cc7db0f7bcd8 100644 (file)
@@ -7,11 +7,6 @@ function_exists('iconv_strpos') or die("skip iconv_strpos() is not available in
 ?>
 --FILE--
 <?php
-/* Prototype  : int iconv_strpos(string haystack, string needle [, int offset [, string charset]])
- * Description: Find position of first occurrence of a string within another
- * Source code: ext/iconv/iconv.c
- */
-
 /*
  * Pass an unknown encoding to iconv_strpos() to test behaviour
  */
index f89307b03ae9b725fc3be4af73056e1d029b9241..4feef545a4299dfc772571cb9f3f40b134c8cdce 100644 (file)
@@ -9,11 +9,6 @@ function_exists('iconv_strpos') or die("skip iconv_strpos() is not available in
 error_reporting=E_ALL & ~E_DEPRECATED
 --FILE--
 <?php
-/* Prototype  : int iconv_strpos(string haystack, string needle [, int offset [, string charset]])
- * Description: Find position of first occurrence of a string within another
- * Source code: ext/iconv/iconv.c
- */
-
 /*
  * Test how iconv_strpos() behaves when passed different integers as $offset argument
  * The character length of $string_ascii and $string_mb is the same,
index 504af12bd7867109ed93bcba6b7381b72637eb7f..d68ff039bab9004cae3ddfd0fc7206733c219632 100644 (file)
@@ -9,11 +9,6 @@ function_exists('iconv_strrpos') or die("skip iconv_strrpos() is not available i
 error_reporting=E_ALL & ~E_DEPRECATED
 --FILE--
 <?php
-/* Prototype  : proto int iconv_strrpos(string haystack, string needle [, string charset])
- * Description: Find position of last occurrence of a string within another
- * Source code: ext/iconv/iconv.c
- */
-
 /*
  * Test basic functionality of iconv_strrpos()
  */
index 1ec096c1631f7a9d8d5db0de7280c81ba27f4815..7b0155ac4d44427761579bb3edc2f9bdf7c37f34 100644 (file)
@@ -7,11 +7,6 @@ function_exists('iconv_strrpos') or die("skip iconv_strrpos() is not available i
 ?>
 --FILE--
 <?php
-/* Prototype  : proto int iconv_strrpos(string haystack, string needle [, string charset])
- * Description: Find position of last occurrence of a string within another
- * Source code: ext/iconv/iconv.c
- */
-
 /*
  * Pass iconv_strrpos() an encoding that doesn't exist
  */
index 58b98407e6a75d69f662d6798b081cd86365c0f3..7d24f44a23cb14c1550f55f9c989fefe51175031 100644 (file)
@@ -11,11 +11,6 @@ internal_encoding=ISO-8859-1
 output_encoding=ISO-8859-1
 --FILE--
 <?php
-/* Prototype  : string iconv_substr(string str, int offset, [int length, string charset])
- * Description: Returns part of a string
- * Source code: ext/iconv/iconv.c
- */
-
 /*
  * Test Basic Functionality of iconv_substr with ASCII characters and multibyte strings.
  */
index 6214aa298ad5caf4eb3d0f0154ad08c28c4fe30f..70a4e958c180651f9e3f36f63a49328473b4749f 100644 (file)
@@ -7,11 +7,6 @@ function_exists('iconv_substr') or die("skip iconv_substr() is not available in
 ?>
 --FILE--
 <?php
-/* Prototype  : string iconv_substr(string str, int offset, [int length, string charset])
- * Description: Returns part of a string
- * Source code: ext/iconv/iconv.c
- */
-
 /*
  * Pass an unknown encoding to iconv_substr() to test behaviour
  */
index 6e81e31d3ea76f532f53eabecd56017682ca56ae..d874b767336f6390399c7d832a9d97a881ee8eb6 100644 (file)
@@ -6,11 +6,6 @@ extension_loaded('imap') or die('skip imap extension not available in this build
 ?>
 --FILE--
 <?php
-/* Prototype  : string imap_8bit  ( string $string  )
- * Description: Convert an 8bit string to a quoted-printable string.
- * Source code: ext/imap/php_imap.c
- */
-
 echo "*** Testing imap_8bit() : basic functionality ***\n";
 
 var_dump(imap_8bit("String with CRLF at end \r\n"));
index 807c30c8696c0f08ebcc882e0a911dd53b1b11af..e75b452596e744cbe11db52ea81d2a364fc3c211 100644 (file)
@@ -6,11 +6,6 @@ require_once(__DIR__.'/skipif.inc');
 ?>
 --FILE--
 <?php
-/* Prototype  : bool imap_append  ( resource $imap_stream  , string $mailbox  , string $message  [, string $options  ] )
- * Description: Append a string message to a specified mailbox.
- * Source code: ext/imap/php_imap.c
- */
-
 echo "*** Testing imap_append() : basic functionality ***\n";
 
 require_once(__DIR__.'/imap_include.inc');
index e5063f2c1c1777949c63bf7740ca23627812073f..3345aa35a6ce87d093614e629a0984051a747080 100644 (file)
@@ -6,11 +6,6 @@ extension_loaded('imap') or die('skip imap extension not available in this build
 ?>
 --FILE--
 <?php
-/* Prototype  : string imap_base64  ( string $text  )
- * Description: Decode BASE64 encoded text.
- * Source code: ext/imap/php_imap.c
- */
-
 echo "*** Testing imap_base64() : basic functionality ***\n";
 
 $str = 'This is an example string to be base 64 encoded';
index 8809e46d949c3a90d1c79c0784936ef72668f74f..4675afd6465ebda749de37032ed2edcb5690f69b 100644 (file)
@@ -6,11 +6,6 @@ extension_loaded('imap') or die('skip imap extension not available in this build
 ?>
 --FILE--
 <?php
-/* Prototype  : string imap_binary  ( string $string  )
- * Description: Convert an 8bit string to a base64 string.
- * Source code: ext/imap/php_imap.c
- */
-
 echo "*** Testing imap_binary() : basic functionality ***\n";
 
 echo "Encode as short string\n";
index ecc1da3ec6b10ca4c69959a4700628138acccd1f..af434cffb65a62eda6542fcbf9d50e8d0b6beb1a 100644 (file)
@@ -6,11 +6,6 @@ require_once(__DIR__.'/skipif.inc');
 ?>
 --FILE--
 <?php
-/* Prototype  : string imap_body  ( resource $imap_stream  , int $msg_number  [, int $options  ] )
- * Description: Read the message body.
- * Source code: ext/imap/php_imap.c
- */
-
 echo "*** Testing imap_body() : basic functionality ***\n";
 
 require_once(__DIR__.'/imap_include.inc');
index 9504f9acab2cf2d4d6d3a549345cf37e98c556a1..56c88399c35f9deb8371e7e5828e0080f5999f8d 100644 (file)
@@ -6,11 +6,6 @@ require_once(__DIR__.'/skipif.inc');
 ?>
 --FILE--
 <?php
-/* Prototype  : object imap_bodystruct  ( resource $imap_stream  , int $msg_number  , string $section  )
- * Description: Read the structure of a specified body section of a specific message.
- * Source code: ext/imap/php_imap.c
- */
-
 echo "*** Testing string imap_bodystruct : basic functionality ***\n";
 require_once(__DIR__.'/imap_include.inc');
 
index 3afc105d5ad7b4852d24c09b96ce9828cc13dc7d..cc949385fc1d216c8ba8fe61c527e390f4edf1e8 100644 (file)
@@ -6,11 +6,6 @@ require_once(__DIR__.'/skipif.inc');
 ?>
 --FILE--
 <?php
-/* Prototype  : bool imap_clearflag_full  ( resource $imap_stream  , string $sequence  , string $flag  [, string $options  ] )
- * Description: Clears flags on messages.
- * Source code: ext/imap/php_imap.c
- */
-
 echo "*** Testing imap_clearflag_full() : basic functionality ***\n";
 
 require_once(__DIR__.'/imap_include.inc');
index 9e275aa4d0685f10a15ed82eb33f795d86e98222..57b2e7eab19a09d5dbc693d8304aa4030b200e5f 100644 (file)
@@ -6,11 +6,6 @@ require_once(__DIR__.'/skipif.inc');
 ?>
 --FILE--
 <?php
-/* Prototype  : bool imap_close(resource $stream_id [, int $options])
- * Description: Close an IMAP stream
- * Source code: ext/imap/php_imap.c
- */
-
 echo "*** Testing imap_close() : basic functionality ***\n";
 
 // include file for required variables in imap_open()
index 28a37ebb1112719e1fb076ad25750f4c680f33c7..c6f13678cc5b9d276bc8b371db4be28e45b2b332 100644 (file)
@@ -6,11 +6,6 @@ require_once(__DIR__.'/skipif.inc');
 ?>
 --FILE--
 <?php
-/* Prototype  : bool imap_close(resource $stream_id [, int $options])
- * Description: Close an IMAP stream
- * Source code: ext/imap/php_imap.c
- */
-
 /*
  * Pass different integers as $options arg to imap_close() to test which are
  * recognised as CL_EXPUNGE option
index b522e80dfb281d87585e4d4993db8260cfd7a177..84db5cbd31a4902c86cd6e71869f4cb3c357146f 100644 (file)
@@ -6,11 +6,6 @@ require_once(__DIR__.'/skipif.inc');
 ?>
 --FILE--
 <?php
-/* Prototype  : bool imap_createmailbox  ( resource $imap_stream  , string $mailbox  )
- * Description: Creates a new mailbox specified by mailbox .
- * Source code: ext/imap/php_imap.c
- */
-
 echo "*** Testing imap_createmailbox() : basic functionality ***\n";
 
 require_once(__DIR__.'/imap_include.inc');
index cfd8379bec8edb4f1c16d90fa5b89b2c1aaf2079..c3d890aa5dbe6c5174f8232854683dacdb971e69 100644 (file)
@@ -6,11 +6,6 @@ require_once(__DIR__.'/skipif.inc');
 ?>
 --FILE--
 <?php
-/* Prototype  : array imap_errors  ( void  )
- * Description: Returns all of the IMAP errors that have occurred.
- * Source code: ext/imap/php_imap.c
- */
-
 echo "*** Testing imap_errors() : basic functionality ***\n";
 require_once(__DIR__.'/imap_include.inc');
 $password = "bogus"; // invalid password to use in this test
index 236a1a0ced7a5d78f545258b56432ec3b9da348b..a9fe85c45e9d8a8bf26d25e3e62b923aaa73e68a 100644 (file)
@@ -6,12 +6,6 @@ require_once(__DIR__.'/skipif.inc');
 ?>
 --FILE--
 <?php
-/* Prototype  : array imap_fetch_overview(resource $stream_id, int $msg_no [, int $options])
- * Description: Read an overview of the information in the headers
- * of the given message sequence
- * Source code: ext/imap/php_imap.c
- */
-
 echo "*** Testing imap_fetch_overview() : basic functionality ***\n";
 
 require_once(__DIR__.'/imap_include.inc');
index 9e99dc2a0f5957fb18c4e0d616683390c5aa5d42..13b5591dc5b0eb1f8c591fec4c06e05108bd8b54 100644 (file)
@@ -6,11 +6,6 @@ require_once(__DIR__.'/skipif.inc');
 ?>
 --FILE--
 <?php
-/* Prototype  : array imap_fetch_overview(resource $stream_id, int $msg_no [, int $options])
- * Description: Read an overview of the information in the headers of the given message sequence
- * Source code: ext/imap/php_imap.c
- */
-
 /*
  * Test passing a range of values into the $options argument to imap_fetch_overview():
  * 1. values that equate to 1
index e06d3f5ef2328ed58ca282c57eb6a0e97960556d..9774e682c1afcf0a6b907257002d06fd6a274926 100644 (file)
@@ -6,12 +6,6 @@ require_once(__DIR__.'/skipif.inc');
 ?>
 --FILE--
 <?php
-/* Prototype  : array imap_fetch_overview(resource $stream_id, int $msg_no [, int $options])
- * Description: Read an overview of the information in the headers
- * of the given message sequence
- * Source code: ext/imap/php_imap.c
- */
-
 /*
  * Pass different sequences/msg numbers as $msg_no argument to test behaviour
  * of imap_fetch_overview()
index 90bff01cea78fd86ee41325ee6256641011d188f..256f6310820b9f38b2b591ea56003c9d1e0ea353 100644 (file)
@@ -6,11 +6,6 @@ require_once(__DIR__.'/skipif.inc');
 ?>
 --FILE--
 <?php
-/* Prototype  : array imap_fetch_overview(resource $stream_id, int $msg_no [, int $options])
- * Description: Read an overview of the information in the headers of the given message sequence
- * Source code: ext/imap/php_imap.c
- */
-
 /*
  * Pass a multipart message to imap_fetch_overview() to test the contents of returned array
  */
index 597b3b71b60f3e4cfc03ee058b6b3f421b3a9646..3c16f939c8fb3a31d51894038c77561c80609f7f 100644 (file)
@@ -6,8 +6,7 @@ require_once(__DIR__.'/skipif.inc');
 ?>
 --FILE--
 <?php
-/* Prototype  : string imap_fetchbody(resource $stream_id, int $msg_no, string $section
- *           [, int $options])
+/*           [, int $options])
  * Description: Get a specific body section
  * Source code: ext/imap/php_imap.c
  */
index b4b8afa92d9d6bd5bf81837fa9c92d99a00556a9..45158a9ed029577b3c1449b4ee84b79caf32cea7 100644 (file)
@@ -6,11 +6,6 @@ require_once(__DIR__.'/skipif.inc');
 ?>
 --FILE--
 <?php
-/* Prototype  : string imap_fetchbody(resource $stream_id, int $msg_no, string $section [, int $options])
- * Description: Get a specific body section
- * Source code: ext/imap/php_imap.c
- */
-
 /*
  * Test if FT_UID is set by passing the following as $options argument to imap_fetchbody():
  * 1. values that equate to 1
index 2090bf37925c3cb0441b0c883a6c35b2df240c07..20ac49edc8a38dbe951ce2c1c1c5aac2564b40c3 100644 (file)
@@ -6,11 +6,6 @@ require_once(__DIR__.'/skipif.inc');
 ?>
 --FILE--
 <?php
-/* Prototype  : string imap_fetchbody(resource $stream_id, int $msg_no, string $section [, int $options])
- * Description: Get a specific body section
- * Source code: ext/imap/php_imap.c
- */
-
 /*
  * Pass different integers, strings, msg sequences and msg UIDs as $msg_no argument
  * to test behaviour of imap_fetchbody()
index 7da2a1b78cb64497fe4d50f1fbfc73471ac24959..44f7de5a393a6f4809a35526976e130c30bf28a1 100644 (file)
@@ -6,11 +6,6 @@ require_once(__DIR__.'/skipif.inc');
 ?>
 --FILE--
 <?php
-/* Prototype  : string imap_fetchheader(resource $stream_id, int $msg_no [, int $options])
- * Description: Get the full unfiltered header for a message
- * Source code: ext/imap/php_imap.c
- */
-
 echo "*** Testing imap_fetchheader() : basic functionality ***\n";
 require_once(__DIR__.'/imap_include.inc');
 
index 3430409fcbc0232d22a2a7f973cb22533393fff1..8f6b5b5a12191ea422dbef3a7dba7899ea2ef13a 100644 (file)
@@ -6,11 +6,6 @@ require_once(__DIR__.'/skipif.inc');
 ?>
 --FILE--
 <?php
-/* Prototype  : string imap_fetchheader(resource $stream_id, int $msg_no [, int $options])
- * Description: Get the full unfiltered header for a message
- * Source code: ext/imap/php_imap.c
- */
-
 /*
  * Test if FT_UID is set by passing the following as $options argument to imap_fetchheader():
  * 1. values that equate to 1
index 548aac89357fd33110c24cc03c8bfa9ad7ace730..7ff8ca697e777f2b41065b377d639fb9faf41ca9 100644 (file)
@@ -6,11 +6,6 @@ require_once(__DIR__.'/skipif.inc');
 ?>
 --FILE--
 <?php
-/* Prototype  : string imap_fetchheader(resource $stream_id, int $msg_no [, int $options])
- * Description: Get the full unfiltered header for a message
- * Source code: ext/imap/php_imap.c
- */
-
 /*
  * Pass different integers and strings as $msg_no argument
  * to test behaviour of imap_fetchheader()
index 335b4218e6c17e120765f7850b088db982ff23b7..25725478a63a1e035d2a303329a671027a41dd9e 100644 (file)
@@ -8,11 +8,6 @@ require_once(__DIR__.'/skipif.inc');
 ?>
 --FILE--
 <?php
-/* Prototype  : bool imap_mail_copy  ( resource $imap_stream  , string $msglist  , string $mailbox  [, int $options = 0  ] )
- * Description: Copies mail messages specified by msglist  to specified mailbox.
- * Source code: ext/imap/php_imap.c
- */
-
 echo "*** Testing imap_mail_copy() : basic functionality ***\n";
 
 require_once(__DIR__.'/imap_include.inc');
index 555d6e7a183e8860a03b63925e14c63380b873fb..3988951f12ee6581b32512cf3e6db116f03038bb 100644 (file)
@@ -8,11 +8,6 @@ require_once(__DIR__.'/skipif.inc');
 ?>
 --FILE--
 <?php
-/* Prototype  : bool imap_mail_move  ( resource $imap_stream  , string $msglist  , string $mailbox  [, int $options = 0  ] )
- * Description: Copies mail messages specified by msglist  to specified mailbox.
- * Source code: ext/imap/php_imap.c
- */
-
 echo "*** Testing imap_mail_move() : basic functionality ***\n";
 
 require_once(__DIR__.'/imap_include.inc');
index e225804f8a2c24e00473190a28565a457070269c..ceb58e2a24a4d922029f98f088ca165713720291 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_strpos') or die("skip mb_strpos() is not available in this b
 ?>
 --FILE--
 <?php
-/* Prototype  : int mb_strpos(string $haystack, string $needle [, int $offset [, string $encoding]])
- * Description: Find position of first occurrence of a string within another
- * Source code: ext/mbstring/mbstring.c
- */
-
 /*
  * mb_strpos bounds check is byte count rather than a character count:
  * The multibyte string should be returning the same results as the ASCII string.
index 4297eeac00d6f2d28fd0bf2dec3564eb67bfc45d..3fadb2c1641ce97c3d8ce6d3ae07337114647497 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_strrpos') or die("skip mb_strrpos() is not available in this
 ?>
 --FILE--
 <?php
-/* Prototype  : int mb_strrpos(string $haystack, string $needle [, int $offset [, string $encoding]])
- * Description: Find position of last occurrence of a string within another
- * Source code: ext/mbstring/mbstring.c
- */
-
 /*
  * Test that mb_strrpos offset is byte count for negative values (should be character count)
  */
index 387a907c29871dde9a90aab2a22bdbb1704498bf..96c862e6970cf8ca4de96b735c6d5b96e801929c 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_ereg') or die("skip mb_ereg() is not available in this build
 ?>
 --FILE--
 <?php
-/* Prototype  : int mb_ereg(string $pattern, string $string [, array $registers])
- * Description: Regular expression match for multibyte string
- * Source code: ext/mbstring/php_mbregex.c
- */
-
 /*
  * mb_ereg 'successfully' matching incorrectly:
  * Bug now seems to be fixed - error message is now generated when an 'empty'
index 3b7a82a358423a45aeccfdf5084ba85b3e941368..d01095e7022c4aac90b2e80fc01f81eecb040f90 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_strtolower') or die("skip mb_strtolower() is not available i
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_strto[lower|upper](string $sourcestring [, string $encoding])
- * Description: Returns a [lower|upper]cased version of $sourcestring
- * Source code: ext/mbstring/mbstring.c
- */
-
 /*
  * Two error messages returned for incorrect encoding for mb_strto[upper|lower]
  * Bug now appears to be fixed
index bfce6115a8fd62c4609eae632c41c93db984b762..b9965651da728ca772977d6c05b22811fccc945d 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_convert_encoding') or die("skip mb_convert_encoding() is not
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_convert_encoding(string $str, string $to_encoding [, mixed $from_encoding])
- * Description: Returns converted string in desired encoding
- * Source code: ext/mbstring/mbstring.c
- */
-
 /*
  * Test basic functionality of mb_convert_encoding()
  */
index ac9be2dd12a96d6c4742e651104601d5e4f15b6d..99b533295e9bba4a07f44472a36b91dd07a2ce4f 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_convert_encoding') or die("skip mb_convert_encoding() is not
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_convert_encoding(string $str, string $to_encoding [, mixed $from_encoding])
- * Description: Returns converted string in desired encoding
- * Source code: ext/mbstring/mbstring.c
- */
-
 /*
  * Test basic functionality of mb_convert_encoding()
  */
index 31681260004a3bf729482fe7451073becc4605c0..f45433e693d3489581d3cccfa1aed8a4a5b885af 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_convert_encoding') or die("skip mb_convert_encoding() is not
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_convert_encoding(string $str, string $to_encoding [, mixed $from_encoding])
- * Description: Returns converted string in desired encoding
- * Source code: ext/mbstring/mbstring.c
- */
-
 /*
  * Test basic functionality of mb_convert_encoding()
  */
index fb5cdefc78e27ca48e514f43d8ce59959c7e271a..b36d64b3b9f14ef2a1d07ead57b0e95610caa91a 100644 (file)
@@ -7,12 +7,6 @@ function_exists('mb_decode_mimeheader') or die("skip mb_decode_mimeheader() is n
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_decode_mimeheader(string string)
- * Description: Decodes the MIME "encoded-word" in the string
- * Source code: ext/mbstring/mbstring.c
- * Alias to functions:
- */
-
 echo "*** Testing mb_decode_mimeheader() : basic functionality ***\n";
 mb_internal_encoding('utf-8');
 
index b7518b215014471b1252b45221546b419bdb35f2..532ec699d67377f65963c56cea0bbbbb6fc204f4 100644 (file)
@@ -7,12 +7,6 @@ function_exists('mb_decode_mimeheader') or die("skip mb_decode_mimeheader() is n
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_decode_mimeheader(string string)
- * Description: Decodes the MIME "encoded-word" in the string
- * Source code: ext/mbstring/mbstring.c
- * Alias to functions:
- */
-
 echo "*** Testing mb_decode_mimeheader() : variation ***\n";
 mb_internal_encoding('utf-8');
 
index 8836463a39651591b5b4f56a6901d8fb7d768351..918267e942f21beb92a914b9bda6202f97cbab0a 100644 (file)
@@ -7,12 +7,6 @@ function_exists('mb_decode_mimeheader') or die("skip mb_decode_mimeheader() is n
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_decode_mimeheader(string string)
- * Description: Decodes the MIME "encoded-word" in the string
- * Source code: ext/mbstring/mbstring.c
- * Alias to functions:
- */
-
 echo "*** Testing mb_decode_mimeheader() : variation ***\n";
 mb_internal_encoding('iso-8859-7');
 
index 205aeafcbe8a132e3066896be95012d065f20066..45f6bb8df0f027b9c8fda91f99012049a7dd277d 100644 (file)
@@ -7,12 +7,6 @@ function_exists('mb_encode_mimeheader') or die("skip mb_encode_mimeheader() is n
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_encode_mimeheader
- * (string $str [, string $charset [, string $transfer-encoding [, string $linefeed [, int $indent]]]])
- * Description: Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded_string?=
- * Source code: ext/mbstring/mbstring.c
- */
-
 /*
  * Test basic functionality of mb_encode_mimeheader with different strings.
  * For the below strings:
index f108938e8b06301e3c8c3cbff34e8d3dfe3e0d4f..eabb7f0a40e608454a99b34d5a46eabf23e43e3f 100644 (file)
@@ -7,12 +7,6 @@ function_exists('mb_encode_mimeheader') or die("skip mb_encode_mimeheader() is n
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_encode_mimeheader(string $str [, string $charset
- * [, string $transfer-encoding [, string $linefeed [, int $indent]]]])
- * Description: Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded_string?=
- * Source code: ext/mbstring/mbstring.c
- */
-
 /*
  * Test mb_encode_header() with different strings
  */
index 7235255754a6727a9f7d7f75acb14a8e0e1e27ee..655a5b059c3d66753558e60548c8dc1c46d3dfb4 100644 (file)
@@ -7,12 +7,6 @@ function_exists('mb_encode_mimeheader') or die("skip mb_encode_mimeheader() is n
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_encode_mimeheader(string $str [, string $charset
- * [, string $transfer-encoding [, string $linefeed [, int $indent]]]])
- * Description: Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded_string?=
- * Source code: ext/mbstring/mbstring.c
- */
-
 /*
  * Test mb_encode_header() with different strings
  */
index fb548d88cbf9cdd6877f4a44834d0d3b49b75d96..d361efc354836eaf3cec8628546f288cb1b6a140 100644 (file)
@@ -7,8 +7,7 @@ function_exists('mb_encode_mimeheader') or die("skip mb_encode_mimeheader() is n
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_encode_mimeheader
- * (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]]]])
+/* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]]]])
  * Description: Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded_string?=
  * Source code: ext/mbstring/mbstring.c
  */
index 51dd85956c9bce19011cefd2b878931895fa8f20..b86119bcaac5fafc59c339c12b6466df0c60ddb9 100644 (file)
@@ -7,8 +7,7 @@ function_exists('mb_encode_mimeheader') or die("skip mb_encode_mimeheader() is n
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_encode_mimeheader
- * (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]]]])
+/* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]]]])
  * Description: Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded_string?=
  * Source code: ext/mbstring/mbstring.c
  */
index ef5bc11120f214bd6241c31d33301c96f3c9473c..9ec2ff754d377a2a5294934d42d5b2e43bc2efd5 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_ereg') or die("skip mb_ereg() is not available in this build
 ?>
 --FILE--
 <?php
-/* Prototype  : int mb_ereg(string $pattern, string $string [, array $registers])
- * Description: Regular expression match for multibyte string
- * Source code: ext/mbstring/php_mbregex.c
- */
-
 /*
  * Test basic functionality of mb_ereg
  */
index 59ff022dc28e7b2a504da36ce136f3aeac6ab512..2a294f3e1abffafced140f34e7997c2e0f30c67a 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_ereg_match') or die("skip mb_ereg_match() is not available i
 ?>
 --FILE--
 <?php
-/* Prototype  : bool mb_ereg_match(string $pattern, string $string [,string $option])
- * Description: Regular expression match for multibyte string
- * Source code: ext/mbstring/php_mbregex.c
- */
-
 /*
  * Test basic functionality of mb_ereg_match
  */
index 3627468371ba8d6b83aabee74ad5c95edbe94088..ae148e2bed745213e51386749899f84766fcb2b6 100644 (file)
@@ -7,12 +7,6 @@ function_exists('mb_ereg_replace') or die("skip mb_ereg_replace() is not availab
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_ereg_replace(string $pattern, string $replacement,
- * string $string [, string o$ption])
- * Description: Replace regular expression for multibyte string
- * Source code: ext/mbstring/php_mbregex.c
- */
-
 /*
  * Test Basic Functionality of mb_ereg_replace()
  */
index c61e47723d317c60b36a729f7fcd7b21a0081089..90af39cf581466724e2caa0fb5416fe97acaf16c 100644 (file)
@@ -9,12 +9,6 @@ function_exists('mb_ereg_replace') or die("skip mb_ereg_replace() is not availab
 ?>
 --FILE--
 <?php
-/* Prototype  : proto string mb_ereg_replace(string pattern, string replacement, string string [, string option])
- * Description: Replace regular expression for multibyte string
- * Source code: ext/mbstring/php_mbregex.c
- * Alias to functions:
- */
-
 echo "*** Testing mb_ereg_replace() : usage variations ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 9f484ee83d1df27827e465894a24c2f799043b6a..f667d64bdd7d08a9ef130a66122c633c3c889079 100644 (file)
@@ -8,11 +8,6 @@ version_compare(MB_ONIGURUMA_VERSION, '6.1.0', '>=') or die("skip requires onigu
 ?>
 --FILE--
 <?php
-/* Prototype  : int mb_ereg(string $pattern, string $string [, array $registers])
- * Description: Regular expression match for multibyte string
- * Source code: ext/mbstring/php_mbregex.c
- */
-
 /*
  * test that mb_ereg can match correctly when passed different character classes.
  */
index e487c5463c9a49f4ea4fba44bc097d623f4a768f..07c61971ddfd0a69945eaa35ae51b18a88270dc6 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_ereg') or die("skip mb_ereg() is not available in this build
 ?>
 --FILE--
 <?php
-/* Prototype  : int mb_ereg(string $pattern, string $string [, array $registers])
- * Description: Regular expression match for multibyte string
- * Source code: ext/mbstring/php_mbregex.c
- */
-
 /*
  * Test how character classes match a multibyte string
  */
index 5467f24d1f1ff0f0399d69e3871dce45feca0075..31fd50d97cf3417ffa50b8673545ef07b5a534c6 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_ereg') or die("skip mb_ereg() is not available in this build
 ?>
 --FILE--
 <?php
-/* Prototype  : int mb_ereg(string $pattern, string $string [, array $registers])
- * Description: Regular expression match for multibyte string
- * Source code: ext/mbstring/php_mbregex.c
- */
-
 /*
  * Test mb_ereg with anchors (start and end of string) in $pattern
  */
index e9c506ac77259b509c0d1943a228803edd82f016..dc91aef20966014215167fb8d8f3599e3855d129 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_ereg') or die("skip mb_ereg() is not available in this build
 ?>
 --FILE--
 <?php
-/* Prototype  : int mb_ereg(string $pattern, string $string [, array $registers])
- * Description: Regular expression match for multibyte string
- * Source code: ext/mbstring/php_mbregex.c
- */
-
 /*
  * Test how mb_ereg() matches special characters for $pattern
  */
index 63b726ffd87cc2a09f4e5d21ebd23e656890c3ee..76e6dce08f10e1b1ac9ef22a75e0bafd9f6b3098 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_ereg') or die("skip mb_ereg() is not available in this build
 ?>
 --FILE--
 <?php
-/* Prototype  : int mb_ereg(string $pattern, string $string [, array $registers])
- * Description: Regular expression match for multibyte string
- * Source code: ext/mbstring/php_mbregex.c
- */
-
 /*
  * Testing the following regular expression features match correctly:
  * 1. definite quantifiers
index 48327304ccc3c1a45264a69bc0c6e87363142c31..58f0f9389ab1ed718d09946c9bf754103fe70834 100644 (file)
@@ -7,12 +7,6 @@ function_exists('mb_internal_encoding') or die("skip mb_internal_encoding() is n
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_internal_encoding([string $encoding])
- * Description: Sets the current internal encoding or Returns
- * the current internal encoding as a string
- * Source code: ext/mbstring/mbstring.c
- */
-
 /*
  * Test basic functionality of mb_internal_encoding
  */
index 99b92027e9058c903dc1dcf8278ff792b31f7699..75bf208e3a3b6ddf2f7d2a72e6a59546a28f8c51 100644 (file)
@@ -12,12 +12,6 @@ function_exists('mb_internal_encoding') or die("skip mb_internal_encoding() is n
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_internal_encoding([string $encoding])
- * Description: Sets the current internal encoding or Returns
- * the current internal encoding as a string
- * Source code: ext/mbstring/mbstring.c
- */
-
 /*
  * Test basic functionality of mb_internal_encoding
  */
index 67005b4b4ca5af50edede063330652167100e4fc..61222f72a5d78a5d0f442c045133ec0ce04eae08 100644 (file)
@@ -7,12 +7,6 @@ function_exists('mb_internal_encoding') or die("skip mb_internal_encoding() is n
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_internal_encoding([string $encoding])
- * Description: Sets the current internal encoding or
- * Returns the current internal encoding as a string
- * Source code: ext/mbstring/mbstring.c
- */
-
 /*
  * Pass mb_internal_encoding an unknown encoding
  */
index b191f792031fd17cc08f9861f1863866a32083a0..df38a9876b8d4a7327842e1b72dd8842c66b72a3 100644 (file)
@@ -7,12 +7,6 @@ function_exists('mb_internal_encoding') or die("skip mb_internal_encoding() is n
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_internal_encoding([string $encoding])
- * Description: Sets the current internal encoding or Returns
- * the current internal encoding as a string
- * Source code: ext/mbstring/mbstring.c
- */
-
 /*
  * Test all listed encoding types from php.net to check all are known to function
  * NB: The strings passed are *NOT* necessarily encoded in the encoding passed to the function.
index 8da42ad7c7763ab44abd107fa5333da9f9c6f144..028f60d2974583c2e649d4d72848187c2886dfc5 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_regex_encoding') or die("skip mb_regex_encoding() is not ava
 ?>
 --FILE--
 <?php
-/* Prototype  : proto string mb_regex_encoding([string encoding])
- * Description: Returns the current encoding for regex as a string.
- * Source code: ext/mbstring/php_mbregex.c
- */
-
 /*
  * Test Basic functionality of mb_regex_encoding
  */
index db7a2cd821ba0f35fd5ae943f1573919e6e0efd7..8da0635d492bd52a2bd85100fc7593a957e33fee 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_regex_encoding') or die("skip mb_regex_encoding() is not ava
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_regex_encoding([string $encoding])
- * Description: Returns the current encoding for regex as a string.
- * Source code: ext/mbstring/php_mbregex.c
- */
-
 /*
  * Pass mb_regex_encoding an unknown type of encoding
  */
index aeece7769444adbf0c517cd8030c5f2cc2b56a57..2345b17adcf50a6998273452f50c6c1210370288 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_regex_encoding') or die("skip mb_regex_encoding() is not ava
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_regex_encoding([string $encoding])
- * Description: Returns the current encoding for regex as a string.
- * Source code: ext/mbstring/php_mbregex.c
- */
-
 /*
  * Test all listed encoding types from php.net to check all are known to function
  * NB: The strings passed are *NOT* necessarily encoded in the encoding passed to the function.
index 0826b3e8787e0d4801c18caa219a8b48090f0e3b..098724c44a01039e5a11dbb8d3998ae5cb12470e 100644 (file)
@@ -7,12 +7,6 @@ function_exists('mb_stripos') or die("skip mb_stripos() is not available in this
 ?>
 --FILE--
 <?php
-/* Prototype  : int mb_stripos(string haystack, string needle [, int offset [, string encoding]])
- * Description: Finds position of first occurrence of a string within another, case insensitive
- * Source code: ext/mbstring/mbstring.c
- * Alias to functions:
- */
-
 /*
  * Test basic functionality of mb_stripos with ASCII and multibyte characters
  */
index 23a8b6c5a24364f469bddd1a1e8bdc5eb4c56062..3076cd43a4c0e97e743456dc75f568ba0467ecac 100644 (file)
@@ -7,12 +7,6 @@ function_exists('mb_stripos') or die("skip mb_stripos() is not available in this
 ?>
 --FILE--
 <?php
-/* Prototype  : int mb_stripos(string haystack, string needle [, int offset [, string encoding]])
- * Description: Finds position of first occurrence of a string within another, case insensitive
- * Source code: ext/mbstring/mbstring.c
- * Alias to functions:
- */
-
 /*
  * Test basic functionality of mb_stripos with ASCII and multibyte characters
  */
index eae48a9f95d5566c61437d2d431f03f3fecb6d85..22cafce653cc5156e0202c3f325a5eac77cbf7a9 100644 (file)
@@ -7,12 +7,6 @@ function_exists('mb_stripos') or die("skip mb_stripos() is not available in this
 ?>
 --FILE--
 <?php
-/* Prototype  : int mb_stripos(string haystack, string needle [, int offset [, string encoding]])
- * Description: Finds position of first occurrence of a string within another, case insensitive
- * Source code: ext/mbstring/mbstring.c
- * Alias to functions:
- */
-
 /*
  * Pass an unknown encoding to mb_stripos() to test behaviour
  */
index 95db4a2c250becd15142a05d8d6aeecbdd24be3d..758bfce02ce066daa4c9b6f5fd6061ccb6321305 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_stripos') or die("skip mb_stripos() is not available in this
 ?>
 --FILE--
 <?php
-/* Prototype  : int mb_stripos(string $haystack, string $needle [, int $offset [, string $encoding]])
- * Description: Find position of first occurrence of a string within another, case insensitive
- * Source code: ext/mbstring/mbstring.c
- */
-
 /*
  * Test how mb_stripos() behaves when passed different integers as $offset argument
  * The character length of $string_ascii and $string_mb is the same,
index e9ecd8c1d6db7c893fb3dda9db363a512cf72de0..cd23d86d00d1227674ed6687e6dec895630b87cb 100644 (file)
@@ -7,12 +7,6 @@ function_exists('mb_stristr') or die("skip mb_stristr() is not available in this
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_stristr(string haystack, string needle[, bool part[, string encoding]])
- * Description: Finds first occurrence of a string within another, case insensitive
- * Source code: ext/mbstring/mbstring.c
- * Alias to functions:
- */
-
 echo "*** Testing mb_stristr() : basic functionality ***\n";
 
 mb_internal_encoding('UTF-8');
index 6e72db2063d7dd62e761881024883b34553be0af..f44d7e508efc1fcf3b02f57bc0301f3783c39697 100644 (file)
@@ -7,12 +7,6 @@ function_exists('mb_stristr') or die("skip mb_stristr() is not available in this
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_stristr(string haystack, string needle[, bool part[, string encoding]])
- * Description: Finds first occurrence of a string within another, case insensitive
- * Source code: ext/mbstring/mbstring.c
- * Alias to functions:
- */
-
 echo "*** Testing mb_stristr() : error conditions ***\n";
 
 
index b8161bd3e7eaa68cc1f7f8746d02d653c4f18942..7aea2df0bd6650fea612d5defff2347bfbb01360 100644 (file)
@@ -7,12 +7,6 @@ function_exists('mb_stristr') or die("skip mb_stristr() is not available in this
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_stristr(string haystack, string needle[, bool part[, string encoding]])
- * Description: Finds first occurrence of a string within another, case insensitive
- * Source code: ext/mbstring/mbstring.c
- * Alias to functions:
- */
-
 echo "*** Testing mb_stristr() : basic functionality ***\n";
 
 mb_internal_encoding('UTF-8');
index 2da54e6fe9e06b74e58a12e0b5f7d891a032e329..ac51d538df758f389927c83b1a725665c79c71d2 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_strlen') or die("skip mb_strlen() is not available in this b
 ?>
 --FILE--
 <?php
-/* Prototype  : int mb_strlen(string $str [, string $encoding])
- * Description: Get character numbers of a string
- * Source code: ext/mbstring/mbstring.c
- */
-
 /*
  * Test basic functionality of mb_strlen()
  */
index 3dbd69f1520fff730c2b33d30b2f733dd47bab07..449a4049e5fdf6080175ca9d8bae589ea88c7e5f 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_strlen') or die("skip mb_strlen() is not available in this b
 ?>
 --FILE--
 <?php
-/* Prototype  : int mb_strlen(string $str [, string $encoding])
- * Description: Get character numbers of a string
- * Source code: ext/mbstring/mbstring.c
- */
-
 /*
  * Test mb_strlen when passed an unknown encoding
  */
index 5a67fdd63baa81b41c55f17d1014bbfca036911c..377edb5b1f611ac50948ebfc9c10d263001fc318 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_strlen') or die("skip mb_strlen() is not available in this b
 ?>
 --FILE--
 <?php
-/* Prototype  : int mb_strlen(string $str [, string $encoding])
- * Description: Get character numbers of a string
- * Source code: ext/mbstring/mbstring.c
- */
-
 /*
  * Pass all encodings listed on php.net to mb_strlen to test that function recognises them
  * NB: The strings passed are *NOT* necessarily encoded in the encoding passed to the function.
index 9965120e232dd1867a59743d486b3421eb1b6b36..e59815e9a8366a3576258ef07de11557a7284b9e 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_strpos') or die("skip mb_strpos() is not available in this b
 ?>
 --FILE--
 <?php
-/* Prototype  : int mb_strpos(string $haystack, string $needle [, int $offset [, string $encoding]])
- * Description: Find position of first occurrence of a string within another
- * Source code: ext/mbstring/mbstring.c
- */
-
 /*
  * Test basic functionality of mb_strpos with ASCII and multibyte characters
  */
index 6f474a39646b472088e6dbc153af606cb040b69d..c615352d8b71457c8c9854c099057e65819de566 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_strpos') or die("skip mb_strpos() is not available in this b
 ?>
 --FILE--
 <?php
-/* Prototype  : int mb_strpos(string $haystack, string $needle [, int $offset [, string $encoding]])
- * Description: Find position of first occurrence of a string within another
- * Source code: ext/mbstring/mbstring.c
- */
-
 /*
  * Pass an unknown encoding to mb_strpos() to test behaviour
  */
index ea2192087a7504c1dc0abed6bc8802b5a48a2a8d..91c75e77c9e703f2c03b963e2ef1158a88e98e07 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_strpos') or die("skip mb_strpos() is not available in this b
 ?>
 --FILE--
 <?php
-/* Prototype  : int mb_strpos(string $haystack, string $needle [, int $offset [, string $encoding]])
- * Description: Find position of first occurrence of a string within another
- * Source code: ext/mbstring/mbstring.c
- */
-
 /*
  * Test how mb_strpos() behaves when passed different integers as $offset argument
  * The character length of $string_ascii and $string_mb is the same,
index faab33f875207299ec013abd82a096a15808d851..6681fc29042b7ac4315dba35f20439838364ab21 100644 (file)
@@ -7,12 +7,6 @@ function_exists('mb_strrchr') or die("skip mb_strrchr() is not available in this
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_strrchr(string haystack, string needle[, bool part[, string encoding]])
- * Description: Finds the last occurrence of a character in a string within another
- * Source code: ext/mbstring/mbstring.c
- * Alias to functions:
- */
-
 echo "*** Testing mb_strrchr() : basic functionality ***\n";
 
 mb_internal_encoding('UTF-8');
index ec755792135df4cb29531eb5ebe25824ac7db214..484fc7596c72b42aec3a9850d56783572a20afe1 100644 (file)
@@ -7,12 +7,6 @@ function_exists('mb_strrchr') or die("skip mb_strrchr() is not available in this
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_strrchr(string haystack, string needle[, bool part[, string encoding]])
- * Description: Finds the last occurrence of a character in a string within another
- * Source code: ext/mbstring/mbstring.c
- * Alias to functions:
- */
-
 echo "*** Testing mb_strrchr() : error conditions ***\n";
 
 
index 890e15a08084ec443d54fbdfcd8ea441ce0156fd..f807a251249290fa6c7b4f0563969156457e0a0b 100644 (file)
@@ -7,12 +7,6 @@ function_exists('mb_strrchr') or die("skip mb_strrchr() is not available in this
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_strrchr(string haystack, string needle[, bool part[, string encoding]])
- * Description: Finds the last occurrence of a character in a string within another
- * Source code: ext/mbstring/mbstring.c
- * Alias to functions:
- */
-
 echo "*** Testing mb_strrchr() : variation ***\n";
 
 mb_internal_encoding('UTF-8');
index 1003628fd1d7987fa33f1b5b14780762dbf4fdc7..edf86fdb358a08abfec3f651e522a2be5a0b23dd 100644 (file)
@@ -7,12 +7,6 @@ function_exists('mb_strrchr') or die("skip mb_strrchr() is not available in this
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_strrchr(string haystack, string needle[, bool part[, string encoding]])
- * Description: Finds the last occurrence of a character in a string within another
- * Source code: ext/mbstring/mbstring.c
- * Alias to functions:
- */
-
 echo "*** Testing mb_strrchr() : variation ***\n";
 
 mb_internal_encoding('UTF-8');
index e08b0e2b0080c63828d53c84c6ba716606a17a2e..f376b2101bc688ce5e0f3bcef96e1f4cbf3fe4e0 100644 (file)
@@ -7,12 +7,6 @@ function_exists('mb_strrichr') or die("skip mb_strrichr() is not available in th
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_strrichr(string haystack, string needle[, bool part[, string encoding]])
- * Description: Finds the last occurrence of a character in a string within another, case insensitive
- * Source code: ext/mbstring/mbstring.c
- * Alias to functions:
- */
-
 echo "*** Testing mb_strrichr() : basic functionality ***\n";
 
 mb_internal_encoding('UTF-8');
index 8055380f0919c59de03f83a6c04d9c6b80218ca0..e3454f72ea89afa0cf154365950df3e3d069b2bd 100644 (file)
@@ -7,12 +7,6 @@ function_exists('mb_strrichr') or die("skip mb_strrichr() is not available in th
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_strrichr(string haystack, string needle[, bool part[, string encoding]])
- * Description: Finds the last occurrence of a character in a string within another, case insensitive
- * Source code: ext/mbstring/mbstring.c
- * Alias to functions:
- */
-
 echo "*** Testing mb_strrichr() : error conditions ***\n";
 
 
index 493603f86e942e9058eec991b7b63806d39d213a..eea5fd5983b07dccd58b2d7ad0888e5ab858c8f2 100644 (file)
@@ -7,12 +7,6 @@ function_exists('mb_strrichr') or die("skip mb_strrichr() is not available in th
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_strrichr(string haystack, string needle[, bool part[, string encoding]])
- * Description: Finds the last occurrence of a character in a string within another, case insensitive
- * Source code: ext/mbstring/mbstring.c
- * Alias to functions:
- */
-
 echo "*** Testing mb_strrichr() : basic functionality ***\n";
 
 mb_internal_encoding('UTF-8');
index 685314d58d3d87e418ecbcf3c1219879a2c3963b..79125b0d3598a5a90db8b874884bc32333745105 100644 (file)
@@ -7,12 +7,6 @@ function_exists('mb_strripos') or die("skip mb_strripos() is not available in th
 ?>
 --FILE--
 <?php
-/* Prototype  : int mb_strripos(string haystack, string needle [, int offset [, string encoding]])
- * Description: Finds position of last occurrence of a string within another, case insensitive
- * Source code: ext/mbstring/mbstring.c
- * Alias to functions:
- */
-
 /*
  * Test basic functionality of mb_strripos with ASCII and multibyte characters
  */
index f2255249739ce58fb0a4ba708d027d81a2ef7f6a..2998f946f4cf0766b51e72337cd7887f483a037b 100644 (file)
@@ -7,12 +7,6 @@ function_exists('mb_strripos') or die("skip mb_strripos() is not available in th
 ?>
 --FILE--
 <?php
-/* Prototype  : int mb_strripos(string haystack, string needle [, int offset [, string encoding]])
- * Description: Finds position of last occurrence of a string within another, case insensitive
- * Source code: ext/mbstring/mbstring.c
- * Alias to functions:
- */
-
 /*
  * Test basic functionality of mb_strripos with ASCII and multibyte characters
  */
index 8ebcddbd89ec44adf1bcb6e8cd0c6088d285b894..b0d385161644bfef923cfe77f00faab6ed6990e5 100644 (file)
@@ -7,12 +7,6 @@ function_exists('mb_strripos') or die("skip mb_strripos() is not available in th
 ?>
 --FILE--
 <?php
-/* Prototype  : int mb_strripos(string haystack, string needle [, int offset [, string encoding]])
- * Description: Finds position of last occurrence of a string within another, case insensitive
- * Source code: ext/mbstring/mbstring.c
- * Alias to functions:
- */
-
 /*
  * Pass an unknown encoding to mb_strripos() to test behaviour
  */
index 4160643ce6416dc69bbb75eabe5e5544c278f72c..8c327638ff6a2f61eea18266559bbce1bcafba19 100644 (file)
@@ -7,12 +7,6 @@ function_exists('mb_strripos') or die("skip mb_strripos() is not available in th
 ?>
 --FILE--
 <?php
-/* Prototype  : int mb_strripos(string haystack, string needle [, int offset [, string encoding]])
- * Description: Finds position of last occurrence of a string within another, case insensitive
- * Source code: ext/mbstring/mbstring.c
- * Alias to functions:
- */
-
 /*
  * Test how mb_strripos() behaves when passed different integers as $offset argument
  * The character length of $string_ascii and $string_mb is the same,
index d9df624bea55ad718522f167cccdcdfee76becf7..db3f25e2bc59f151db8ae1d3c1ec4be0d5e1de10 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_strrpos') or die("skip mb_strrpos() is not available in this
 ?>
 --FILE--
 <?php
-/* Prototype  : int mb_strrpos(string $haystack, string $needle [, int $offset [, string $encoding]])
- * Description: Find position of last occurrence of a string within another
- * Source code: ext/mbstring/mbstring.c
- */
-
 /*
  * Test basic functionality of mb_strrpos()
  */
index 29e3e2a4514a68fba782ea24d5baa8ec0017dfd2..a365b3f892cfdcacb7eff40f303b11edfb6bdf8d 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_strrpos') or die("skip mb_strrpos() is not available in this
 ?>
 --FILE--
 <?php
-/* Prototype  : int mb_strrpos(string $haystack, string $needle [, int $offset [, string $encoding]])
- * Description: Find position of last occurrence of a string within another
- * Source code: ext/mbstring/mbstring.c
- */
-
 /*
  * Pass mb_strrpos() an encoding that doesn't exist
  */
index d887eb2e94ca3d77ed627dc16b72c55361385e0f..46fb76ce4e53de9b73c73056e742aa17675b7a6c 100644 (file)
@@ -7,12 +7,6 @@ function_exists('mb_strstr') or die("skip mb_strstr() is not available in this b
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_strstr(string haystack, string needle[, bool part[, string encoding]])
- * Description: Finds first occurrence of a string within another
- * Source code: ext/mbstring/mbstring.c
- * Alias to functions:
- */
-
 echo "*** Testing mb_strstr() : basic functionality ***\n";
 
 mb_internal_encoding('UTF-8');
index e92665839773f5f4ce3557878892c9f35955a6fb..d7d544017a76eaafcd034ec231713bb5f3857b27 100644 (file)
@@ -7,12 +7,6 @@ function_exists('mb_strstr') or die("skip mb_strstr() is not available in this b
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_strstr(string haystack, string needle[, bool part[, string encoding]])
- * Description: Finds first occurrence of a string within another
- * Source code: ext/mbstring/mbstring.c
- * Alias to functions:
- */
-
 echo "*** Testing mb_strstr() : error conditions ***\n";
 
 
index 6bfe954814b6003749eae5b7e2b4939345febca0..86509c00c6bff6b67123e9ca55efb95398011213 100644 (file)
@@ -7,12 +7,6 @@ function_exists('mb_strstr') or die("skip mb_strstr() is not available in this b
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_strstr(string haystack, string needle[, bool part[, string encoding]])
- * Description: Finds first occurrence of a string within another
- * Source code: ext/mbstring/mbstring.c
- * Alias to functions:
- */
-
 echo "*** Testing mb_strstr() : variation ***\n";
 
 mb_internal_encoding('UTF-8');
index 97831ecb1b4edc636bf0406b00975ed6737aee3f..d8b5960a4ed88f78e163fe2bed2b40b232fa1b6f 100644 (file)
@@ -7,12 +7,6 @@ function_exists('mb_strstr') or die("skip mb_strstr() is not available in this b
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_strstr(string haystack, string needle[, bool part[, string encoding]])
- * Description: Finds first occurrence of a string within another
- * Source code: ext/mbstring/mbstring.c
- * Alias to functions:
- */
-
 echo "*** Testing mb_strstr() : variation ***\n";
 
 mb_internal_encoding('UTF-8');
index a96709db847e78609e7e3b356dfd321d50583098..07361b767d23a9b5472ef7b6c6be9674fff2802a 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_strtolower') or die("skip mb_strtolower() is not available i
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_strtolower(string $sourcestring [, string $encoding])
- * Description: Returns a lowercased version of $sourcestring
- * Source code: ext/mbstring/mbstring.c
- */
-
 /*
  * Test basic functionality of mb_strtolower
  */
index b6b3f9091afa1860b96031dc08c838ef141c0fd3..ea3d77fb3723010bd838bce4b07f1bcf0bf67759 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_strtolower') or die("skip mb_strtolower() is not available i
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_strtolower(string $sourcestring [, string $encoding])
- * Description: Returns a lowercased version of $sourcestring
- * Source code: ext/mbstring/mbstring.c
- */
-
 /*
  * Pass an unknown encoding to mb_strtolower() to test behaviour
  */
index 2578ef462c70ce60333176b082149d5d9e17dd2f..297d5d6c32024a1e3d34481548b5328efb1437d9 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_strtolower') or die("skip mb_strtolower() is not available i
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_strtolower(string $sourcestring [, string $encoding])
- * Description: Returns a lowercased version of $sourcestring
- * Source code: ext/mbstring/mbstring.c
- */
-
 /*
  * Pass a Japanese string and a mixed Japanese and ASCII string to mb_strtolower
  * to check correct conversion is occurring (Japanese characters should not be converted).
index 590ead4e2dbd2bf2b5028156e75a329dd0259728..303ebe012b2f6e18b64f1ac287e7e5abfb431978 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_strtolower') or die("skip mb_strtolower() is not available i
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_strtolower(string $sourcestring [, string $encoding])
- * Description: Returns a lowercased version of $sourcestring
- * Source code: ext/mbstring/mbstring.c
- */
-
 /*
  * Pass accented characters and Russian characters to check case conversion is correct
  */
index 1c0357dc343051b5807034966815a087dd1fd4a6..132ef2100635f8f27420569d1fe37a5a9a259eda 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_strtoupper') or die("skip mb_strtoupper() is not available i
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_strtoupper(string $sourcestring [, string $encoding]
- * Description: Returns a uppercased version of $sourcestring
- * Source code: ext/mbstring/mbstring.c
- */
-
 /*
  * Test basic functionality of mb_strtoupper
  */
index 4bc172a68e7d09da847685e49be4f16484fb5a55..ce40a00b140f0562a375a51741a38dc64048f7ff 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_strtoupper') or die("skip mb_strtoupper() is not available i
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_strtoupper(string $sourcestring [, string $encoding]
- * Description: Returns a uppercased version of $sourcestring
- * Source code: ext/mbstring/mbstring.c
- */
-
 /*
  * Pass an unknown encoding as $encoding argument to check behaviour of mbstrtoupper()
  */
index d1f0244ae176f839b1916a75e14ea0a3129b1163..87b47998e9cab5cd3379232e12fff29da3c26fd7 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_strtoupper') or die("skip mb_strtoupper() is not available i
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_strtoupper(string $sourcestring [, string $encoding]
- * Description: Returns a uppercased version of $sourcestring
- * Source code: ext/mbstring/mbstring.c
- */
-
 /*
  * Pass a Japanese string and a mixed Japanese and ASCII string to mb_strtolower
  * to check correct conversion is occurring (Japanese characters should not be converted).
index 81a8bdd1da8c197332416335ccff0edfb25bf294..4ed5392e1f71c71edf60676023554f86a441b63c 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_strtoupper') or die("skip mb_strtoupper() is not available i
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_strtoupper(string $sourcestring [, string $encoding]
- * Description: Returns a uppercased version of $sourcestring
- * Source code: ext/mbstring/mbstring.c
- */
-
 /*
  * Pass characters from different languages to check that mb_strtoupper is
  * doing a correct case conversion
index 3d5571aac4d5e475c3ecd097c7229edbbac3bbdb..d230dfd1866bd5f2095703b023813ac0375591fb 100644 (file)
@@ -6,12 +6,6 @@ extension_loaded('mbstring') or die('skip');
 ?>
 --FILE--
 <?php
-/* Prototype  : mixed mb_substitute_character([mixed substchar])
- * Description: Sets the current substitute_character or returns the current substitute_character
- * Source code: ext/mbstring/mbstring.c
- * Alias to functions:
- */
-
 echo "*** Testing mb_substitute_character() : basic functionality ***\n";
 
 
index 4fe4f04f376e77618c4ff785b439e525b206aaec..9960a4a281cee76d4d51fc63a70c32e757ab137a 100644 (file)
@@ -6,12 +6,6 @@ extension_loaded('mbstring') or die('skip');
 ?>
 --FILE--
 <?php
-/* Prototype  : mixed mb_substitute_character([mixed substchar])
- * Description: Sets the current substitute_character or returns the current substitute_character
- * Source code: ext/mbstring/mbstring.c
- * Alias to functions:
- */
-
 echo "*** Testing mb_substitute_character() : variation ***\n";
 //japenese utf-8
 $string_mb = base64_decode('5pel5pys6Kqe44OG44Kt44K544OI');
index 4a7455d2a1edfbd047b3992ff62ccd7a91d6a5d2..f601f2453d2f89bb8732dfd7f16766a99ce5a5d2 100644 (file)
@@ -7,11 +7,6 @@ extension_loaded('mbstring') or die('skip');
 --FILE--
 <?php
 declare(strict_types=1);
-/* Prototype  : string|int|true mb_substitute_character([string|int|null substitute_character])
- * Description: Sets the current substitute_character or returns the current substitute_character
- * Source code: ext/mbstring/mbstring.c
- * Alias to functions:
- */
 
 echo "*** Testing mb_substitute_character(): various types in strict typing mode ***\n";
 
index 99b4288192b07ea444315b980e08990f7f8fee19..e11be336ab423c94c51768f9b73982d34d2922a0 100644 (file)
@@ -6,12 +6,6 @@ extension_loaded('mbstring') or die('skip');
 ?>
 --FILE--
 <?php
-/* Prototype  : string|int|true mb_substitute_character([string|int|null substitute_character])
- * Description: Sets the current substitute_character or returns the current substitute_character
- * Source code: ext/mbstring/mbstring.c
- * Alias to functions:
- */
-
 echo "*** Testing mb_substitute_character(): various types in weak typing mode ***\n";
 
 // Initialise function arguments not being substituted (if any)
index ecc04af973078bcbb47411c7aade6d17becdb332..bd372134a2ab27ba2b389a1e2e1b15f7d57eecd8 100644 (file)
@@ -9,11 +9,6 @@ function_exists('mb_substr') or die("skip mb_substr() is not available in this b
 internal_encoding=ISO-8859-1
 --FILE--
 <?php
-/* Prototype  : string mb_substr(string $str, int $start [, int $length [, string $encoding]])
- * Description: Returns part of a string
- * Source code: ext/mbstring/mbstring.c
- */
-
 /*
  * Test Basic Functionality of mb_substr with ASCII characters and multibyte strings.
  */
index 1c2af8b3ff9a7248d78d617839db4afd106c7d28..cc7e7abbd0eb01e8e6086c416be70fe05bbc2243 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_substr_count') or die("skip mb_substr_count() is not availab
 ?>
 --FILE--
 <?php
-/* Prototype  : int mb_substr_count(string $haystack, string $needle [, string $encoding])
- * Description: Count the number of substring occurrences
- * Source code: ext/mbstring/mbstring.c
- */
-
 /*
  * Test Basic functionality of mb_substr_count
  */
index 44b549beeca8ebcb8b346b61d436cd0365e21a8e..6737145a4c91948ab260b96d19ce19707b1de247 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_substr_count') or die("skip mb_substr_count() is not availab
 ?>
 --FILE--
 <?php
-/* Prototype  : int mb_substr_count(string $haystack, string $needle [, string $encoding])
- * Description: Count the number of substring occurrences
- * Source code: ext/mbstring/mbstring.c
- */
-
 /*
  * Test behaviour of mb_substr_count() function when passed an unknown encoding
  */
index 29d1d6e22e033b29b19237fd0e2428d1295ecbdc..b3299dc82413ccf5b2edf5d0c1e22fc9110ef128 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_substr_count') or die("skip mb_substr_count() is not availab
 ?>
 --FILE--
 <?php
-/* Prototype  : int mb_substr_count(string $haystack, string $needle [, string $encoding])
- * Description: Count the number of substring occurrences
- * Source code: ext/mbstring/mbstring.c
- */
-
 /*
  * Pass mb_substr_count() a $needle that overlaps in $haystack and see whether
  * it counts only the first occurrence or all other occurrences regardless whether they
index 8b3c8e568d24c2defbedd9d8ac120ce71ed8925b..eb7cf44314a24a09a2fb4807186962384d9576fa 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_substr') or die("skip mb_substr() is not available in this b
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_substr(string $str, int $start [, int $length [, string $encoding]])
- * Description: Returns part of a string
- * Source code: ext/mbstring/mbstring.c
- */
-
 /*
  * Pass an unknown encoding to mb_substr() to test behaviour
  */
index aac0a20c0d8b441f698074591b2e659c6536feea..51c04e6a7262db5862e60e63bcbf3dc23dbc8b63 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_substr') or die("skip mb_substr() is not available in this b
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_substr(string $str, int $start [, int $length [, string $encoding]])
- * Description: Returns part of a string
- * Source code: ext/mbstring/mbstring.c
- */
-
 /*
  * Test how mb_substr() behaves when passed a range of integers as $start argument
  */
index 5ede67925160498609dcfaba5826286155c42503..06f7de2ff4080d542a23a6497f484bf503f621a7 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_substr') or die("skip mb_substr() is not available in this b
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_substr(string $str, int $start [, int $length [, string $encoding]])
- * Description: Returns part of a string
- * Source code: ext/mbstring/mbstring.c
- */
-
 /*
  * Test how mb_substr() behaves when passed a range of integers as $length argument
  */
index 8b186fa00a72013f0b36c35bf256863d8d7b0d3f..f0c8cb3822abd3845f17d8f4541358d595b371d7 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_substr') or die("skip mb_substr() is not available in this b
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_substr(string $str, int $start [, int $length [, string $encoding]])
- * Description: Returns part of a string
- * Source code: ext/mbstring/mbstring.c
- */
-
 /*
  * Test how mb_substr() behaves when passed a range of integers as $start argument
  */
index 243d7065d51d6fd40e982c393de8fa2ce91f3d51..c9bf1675416314f31d6af3130d8d306163531b10 100644 (file)
@@ -7,11 +7,6 @@ function_exists('mb_substr') or die("skip mb_substr() is not available in this b
 ?>
 --FILE--
 <?php
-/* Prototype  : string mb_substr(string $str, int $start [, int $length [, string $encoding]])
- * Description: Returns part of a string
- * Source code: ext/mbstring/mbstring.c
- */
-
 /*
  * Test how mb_substr() behaves when passed a range of integers as $length argument
  */
index 64fd7e3043d9b40e4841280c66566fbf06a55fdd..bed9b1bf6132156bb48606ae9581eb61bee459fb 100644 (file)
@@ -16,7 +16,6 @@ if (!have_innodb($link))
 --FILE--
 <?php
     require_once("connect.inc");
-    /* {{{ proto bool mysqli_begin_transaction(object link, [int flags [, string name]]) */
     if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
         printf("[004] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socket=%s\n",
             $host, $user, $db, $port, $socket);
index a8b2cb1cf27a68804e98d1bce072fc1d2c3ca7be..92f85c8b7576c86b5d45ba92e6d3f0f22edf4f05 100644 (file)
@@ -16,7 +16,6 @@ if (!have_innodb($link))
 --FILE--
 <?php
     require_once("connect.inc");
-     /* {{{ proto bool mysqli_release_savepoint(object link, string name) */
     $tmp    = NULL;
     $link   = NULL;
 
index 0da27b8cafeb8707949487601ce9313fc1c03393..524d21e5c3eb4290f685a0752b8d761c71c461b5 100644 (file)
@@ -16,7 +16,6 @@ if (!have_innodb($link))
 --FILE--
 <?php
     require_once("connect.inc");
-     /* {{{ proto bool mysqli_savepoint(object link, string name) */
 
     if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
         printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socket=%s\n",
index 4874aa8ab63bed0ac1b4d754fc5034c7e86a95e8..435c3500d42c764a437a049facc06d3455f1ef3a 100644 (file)
@@ -3,7 +3,6 @@ Test preg_grep() function : basic functionality
 --FILE--
 <?php
 /*
-* proto array preg_grep(string regex, array input [, int flags])
 * Function is implemented in ext/pcre/php_pcre.c
 */
 $array = array('HTTP://WWW.EXAMPLE.COM', '/index.html', '/info/stat/', 'http://test.uk.com/index/html', '/display/dept.php');
index 0d7b5e1b8b5873c688c75104a950d815f231526c..1215c24f009c3cc3a4e17afd2653f52a02088546 100644 (file)
@@ -3,7 +3,6 @@ Test preg_grep() function : error conditions - bad regular expressions
 --FILE--
 <?php
 /*
-* proto array preg_grep(string regex, array input [, int flags])
 * Function is implemented in ext/pcre/php_pcre.c
 */
 /*
index 63e9b6a6ddf0eb81b666bd7c4737ad2da0945931..9f02fb20272dd35d9e1db6cb07d16514ea20c2ac 100644 (file)
@@ -3,7 +3,6 @@ Test preg_match_all() function : basic functionality
 --FILE--
 <?php
 /*
-* proto int preg_match_all(string pattern, string subject, [array subpatterns [, int flags [, int offset]]])
 * Function is implemented in ext/pcre/php_pcre.c
 */
 $string = 'Hello, world! This is a test. This is another test. \[4]. 34534 string.';
index 27034f90f188ac27a66a5aa943d9d38360047e1c..02e658e9412c0432f02f4a6924356d2aee40a1a0 100644 (file)
@@ -2,12 +2,6 @@
 Test preg_match_all() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : proto int preg_match_all(string pattern, string subject, array subpatterns [, int flags [, int offset]])
- * Description: Perform a Perl-style global regular expression match
- * Source code: ext/pcre/php_pcre.c
- * Alias to functions:
-*/
-
 $string = 'Hello, world! This is a test. This is another test. \[4]. 34534 string.';
 
 var_dump(preg_match_all('/[0-35-9]/', $string, $match1, PREG_OFFSET_CAPTURE|PREG_PATTERN_ORDER, -10));                 //finds any digit that's not 4 10 digits from the end(1 match)
index 055579cb683070cc00ab161acd0bb0d4754538c1..d25bfe99c6e6de7eedd3d06bbdff9fe1b29e673c 100644 (file)
@@ -3,7 +3,6 @@ Test preg_match_all() function : error conditions - bad regular expressions
 --FILE--
 <?php
 /*
-* proto int preg_match_all(string pattern, string subject, array subpatterns [, int flags [, int offset]])
 * Function is implemented in ext/pcre/php_pcre.c
 */
 /*
index a2254555bb5a543b28412962cb0da6b0222a6a2d..bffd84552e831ed3cdf59a76e44a959a7b6fbc70 100644 (file)
@@ -3,7 +3,6 @@ Test preg_match_all() function : error conditions - wrong arg types
 --FILE--
 <?php
 /*
-* proto int preg_match_all(string pattern, string subject, array subpatterns [, int flags [, int offset]])
 * Function is implemented in ext/pcre/php_pcre.c
 */
 /*
index 2a25b4720573ff833cc387c94f9d0934a322a8dd..b0ad8c3085e022c11dbf9bd277aec702ae392539 100644 (file)
@@ -3,7 +3,6 @@ Test preg_match_all() function : error conditions
 --FILE--
 <?php
 /*
-* proto int preg_match_all(string pattern, string subject, array subpatterns [, int flags [, int offset]])
 * Function is implemented in ext/pcre/php_pcre.c
 */
 /*
index a0015f129e07e8a75e4f3e846e58749958700f74..fd9dc8cc961938b7bc8aa958108ee5dc1bfd355b 100644 (file)
@@ -2,10 +2,7 @@
 Test preg_match() function : basic functionality
 --FILE--
 <?php
-/*
- *  proto int preg_match(string pattern, string subject [, array subpatterns [, int flags [, int offset]]])
- * Function is implemented in ext/pcre/php_pcre.c
-*/
+/* Function is implemented in ext/pcre/php_pcre.c */
 $string = 'Hello, world. [*], this is \ a string';
 var_dump(preg_match('/^[hH]ello,\s/', $string, $match1)); //finds "Hello, "
 var_dump($match1);
index 7aa125bda0997b09082817dff03bdda12155a3c4..d91bdce836a894908de84bd98235d23e4c934208 100644 (file)
@@ -2,11 +2,6 @@
 preg_match() single line match with multi-line input
 --FILE--
 <?php
-/* Prototype  : int preg_match  ( string $pattern  , string $subject  [, array &$matches  [, int $flags  [, int $offset  ]]] )
- * Description: Perform a regular expression match
- * Source code: ext/pcre/php_pcre.c
- */
-
 $string = "My\nName\nIs\nStrange";
 preg_match("/M(.*)/", $string, $matches);
 
index e06bb4005cb9644fe5480a9e4c179372bfe73eff..0471ffb0b7603560508a4c2634ead88e8229f606 100644 (file)
@@ -2,13 +2,6 @@
 Test preg_match() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : proto int preg_match(string pattern, string subject [, array subpatterns [, int flags [, int offset]]])
- * Description: Perform a Perl-style regular expression match
- * Source code: ext/pcre/php_pcre.c
- * Alias to functions:
-*/
-
-
 $string = 'Hello, world. [*], this is \ a string';
 
 var_dump(preg_match('/^[hH]ello,\s/', $string, $match1));                                                      //finds "Hello, "
index 011ba6f97b524e0f2286b2b9ed1a0a5a63c78737..7a7106270f0e819f064e3878582ff1460a783e51 100644 (file)
@@ -2,10 +2,7 @@
 Test preg_match() function : error conditions - bad regular expressions
 --FILE--
 <?php
-/*
- *  proto int preg_match(string pattern, string subject [, array subpatterns [, int flags [, int offset]]])
- * Function is implemented in ext/pcre/php_pcre.c
-*/
+/* Function is implemented in ext/pcre/php_pcre.c */
 /*
 * Testing how preg_match reacts to being passed the wrong type of regex argument
 */
index ebc91d97fd0ff9ecd6a4f8f086d2fc719889ae2f..48aafd3713b6cc661e1b1c2456641d98169e667b 100644 (file)
@@ -2,10 +2,7 @@
 Test preg_match() function : error conditions - wrong arg types
 --FILE--
 <?php
-/*
- *  proto int preg_match(string pattern, string subject [, array subpatterns [, int flags [, int offset]]])
- * Function is implemented in ext/pcre/php_pcre.c
-*/
+/* Function is implemented in ext/pcre/php_pcre.c */
 /*
 * Testing how preg_match reacts to being passed the wrong type of subject argument
 */
index 8f1d1899cb1c0236a011ee144598f064c697b1b7..4685470d21fd47c977ddbd9000d8b60c5c6ac311 100644 (file)
@@ -2,11 +2,6 @@
 preg_match() single line match with latin input
 --FILE--
 <?php
-/* Prototype  : int preg_match  ( string $pattern  , string $subject  [, array &$matches  [, int $flags  [, int $offset  ]]] )
- * Description: Perform a regular expression match
- * Source code: ext/pcre/php_pcre.c
- */
-
 preg_match('/^[\w\p{Cyrillic}\s\-\']+$/u', 'latin', $test1);
 preg_match('/^[\w\p{Cyrillic}\s\-\']+$/u', 'кириллица', $test2);
 preg_match('/^[\w\s\-\']+$/u', 'latin', $test3);
index 91c7841ff7a3e42f8946c060cbb10f7e37144678..d9375ddd24f3bdad6c46760de889dbf255aa50df 100644 (file)
@@ -2,10 +2,7 @@
 Test preg_match() function : variation
 --FILE--
 <?php
-/*
- *  proto int preg_match(string pattern, string subject [, array subpatterns [, int flags [, int offset]]])
- * Function is implemented in ext/pcre/php_pcre.c
-*/
+/* Function is implemented in ext/pcre/php_pcre.c */
 
 //test passing in the same variable where 1 is by value, the other is a different
 //type and by reference so should be updated to the new type.
index bdcd933428ab0c3543f41aacededd1d8f9009d6b..7f5136d5e2f69c2e4e516a6b929de106ccc86c73 100644 (file)
@@ -3,7 +3,6 @@ Test preg_quote() function : basic functionality
 --FILE--
 <?php
 /*
-* proto string preg_quote(string str [, string delim_char])
 * Function is implemented in ext/pcre/php_pcre.c
 */
 $string_before = '/this *-has \ metacharacters^ in $';
index 266bd0eebdf8e7074f5eaad7cc774477f01073f8..1e5ba8b23f0ae97d3566f859928517d7505874f6 100644 (file)
@@ -3,7 +3,6 @@ Test preg_replace() function : basic functionality
 --FILE--
 <?php
 /*
-* proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])
 * Function is implemented in ext/pcre/php_pcre.c
 */
 $string = '123456789 - Hello, world -           This is a string.';
index c89fa8c12c54cc0cd37c574f1f5579179ee25da7..79bedb00bd15cea22899f7e8cb63ec5b78f579aa 100644 (file)
@@ -3,7 +3,6 @@ Test preg_replace_callback() function : basic functionality
 --FILE--
 <?php
 /*
-* proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])
 * Function is implemented in ext/pcre/php_pcre.c
 */
 /*
index 120944b33b355837d29fb084de8ccd31be7043cd..eb6478e506952b395003bec21e90c64a9fcf6cb1 100644 (file)
@@ -3,7 +3,6 @@ Test preg_replace_callback() function : error
 --FILE--
 <?php
 /*
-* proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])
 * Function is implemented in ext/pcre/php_pcre.c
 */
 /*
index d5a251392abbbb50905616b5ae8afa19c34e26f5..ac7b1d4a92b25acd69e5dc62e47edd0dc09176c2 100644 (file)
@@ -2,12 +2,6 @@
 Test preg_replace() function : basic
 --FILE--
 <?php
-/* Prototype  : proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])
- * Description: Perform Perl-style regular expression replacement.
- * Source code: ext/pcre/php_pcre.c
- * Alias to functions:
-*/
-
 $string = '123456789 - Hello, world -           This is a string.';
 var_dump($string);
 
index 669a5c6c4e9c31baa03f0fcf19d7a1651199e43f..39d0b692e72ee6415ab1604356aaa6a0cc3f75fb 100644 (file)
@@ -3,7 +3,6 @@ Test preg_replace() function : error - bad regular expressions
 --FILE--
 <?php
 /*
-* proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])
 * Function is implemented in ext/pcre/php_pcre.c
 */
 /*
index d7748bf954f464c17e59043c6947948a5b8923a8..0aefff9df64a3bdb60542fa060e2d6f84582912a 100644 (file)
@@ -3,7 +3,6 @@ Test preg_replace() function : error conditions - wrong arg types
 --FILE--
 <?php
 /*
-* proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])
 * Function is implemented in ext/pcre/php_pcre.c
 */
 /*
index d99cc63212d8bb2741b52076b776da723003ce69..91aa8432b777c875cc3aa229e9234e2f76fe2481 100644 (file)
@@ -3,7 +3,6 @@ Test preg_replace() function : variation both arguments are arrays
 --FILE--
 <?php
 /*
-* proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])
 * Function is implemented in ext/pcre/php_pcre.c
 */
 /*
index c33640920b5b565a2f872d0fa3aa59fac53c1919..6f1568a680693a62dd220de854cd74a3c9e25440 100644 (file)
@@ -3,7 +3,6 @@ Test preg_split() function : basic functionality
 --FILE--
 <?php
 /*
-* proto array preg_split(string pattern, string subject [, int limit [, int flags]])
 * Function is implemented in ext/pcre/php_pcre.c
 */
 $string = 'this is a_list: value1, Test__, string; Hello, world!_(parentheses)';
index 552b668082d59fd717bc9be52216ffc0e1fd4443..4d0fb9e22a45e697d63d53d7922712b63d256e7e 100644 (file)
@@ -3,7 +3,6 @@ Test preg_split() function : error conditions - bad regular expressions
 --FILE--
 <?php
 /*
-* proto array preg_split(string pattern, string subject [, int limit [, int flags]])
 * Function is implemented in ext/pcre/php_pcre.c
 */
 /*
index 36ffcf49521c2c7b280e5556d6bace1a9a637640..bac9f4f6100bad97607134ead88a4cd4793dbcc7 100644 (file)
@@ -6,12 +6,6 @@ Test posix_getgrgid() function : error conditions
 ?>
 --FILE--
 <?php
-/* Prototype  : proto array posix_getgrgid(long gid)
- * Description: Group database access (POSIX.1, 9.2.1)
- * Source code: ext/posix/posix.c
- * Alias to functions:
- */
-
 echo "*** Testing posix_getgrgid() : error conditions ***\n";
 
 echo "\n-- Testing posix_getgrgid() function with a negative group id --\n";
index 85f12d4917a2cf2a9a53c726f66e5ea698708019..d6f0512ab40def9eda45e528afc2b42afb5ecb74 100644 (file)
@@ -8,12 +8,6 @@ if((!extension_loaded("posix")) || (!function_exists("posix_getpgid"))) {
 ?>
 --FILE--
 <?php
-/* Prototype  : proto int posix_getpgid(void)
- * Description: Get the process group id of the specified process (This is not a POSIX function, but a SVR4ism, so we compile conditionally)
- * Source code: ext/posix/posix.c
- * Alias to functions:
- */
-
 echo "*** Testing posix_getpgid() : error conditions ***\n";
 
 echo "\n-- Testing posix_getpgid() with negative pid  --\n";
index b4ec515e746ac06a677d2a21d18d5e201579c7d8..b45b32ccac06aa5f9c2ed54abdbf43f3e71939b6 100644 (file)
@@ -6,12 +6,6 @@ Test posix_getpwuid() function : error conditions
 ?>
 --FILE--
 <?php
-/* Prototype  : proto array posix_getpwuid(long uid)
- * Description: User database access (POSIX.1, 9.2.2)
- * Source code: ext/posix/posix.c
- * Alias to functions:
- */
-
 echo "*** Testing posix_getpwuid() : error conditions ***\n";
 
 echo "\n-- Testing posix_getpwuid() function negative uid --\n";
index ea9b4f45dc07efc6ffc45020f50ed7aa93e3cecf..e378fa241f8ffc4236e1d17742682ea63305005d 100644 (file)
@@ -6,13 +6,6 @@ Test posix_kill() function : error conditions
 ?>
 --FILE--
 <?php
-/* Prototype  : proto bool posix_kill(int pid, int sig)
- * Description: Send a signal to a process (POSIX.1, 3.3.2)
- * Source code: ext/posix/posix.c
- * Alias to functions:
- */
-
-
 echo "*** Testing posix_kill() : error conditions ***\n";
 
 
index 2792ff5b3bc40ba3c806cdb109643e56d2e182e0..1c3775a3238f41685f4c8dfeeab05f1ab6a9e691 100644 (file)
@@ -6,12 +6,6 @@ Test posix_strerror() function : error conditions
 ?>
 --FILE--
 <?php
-/* Prototype  : proto string posix_strerror(int errno)
- * Description: Retrieve the system error message associated with the given errno.
- * Source code: ext/posix/posix.c
- * Alias to functions:
- */
-
 echo "*** Testing posix_strerror() : error conditions ***\n";
 
 echo "\n-- Testing posix_strerror() function with invalid error number --\n";
index 7772da050978871e25cfee7773dc65bef27abc0b..2d6a5b7346c39329a1e3f5b8cd344000e713c0b9 100644 (file)
@@ -2,12 +2,6 @@
 Test ReflectionFunction::getClosure() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : public mixed ReflectionFunction::getClosure()
- * Description: Returns a dynamically created closure for the function
- * Source code: ext/reflection/php_reflection.c
- * Alias to functions:
- */
-
 echo "*** Testing ReflectionFunction::getClosure() : basic functionality ***\n";
 
 function foo()
index 3b0074e5a9882a1e3d88afe92c6a223cc71e46ea..75810c01059b7ffa6c827d6e2ec5eba70e62f5b6 100644 (file)
@@ -2,12 +2,6 @@
 Test ReflectionMethod::getClosure() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : public mixed ReflectionFunction::getClosure()
- * Description: Returns a dynamically created closure for the method
- * Source code: ext/reflection/php_reflection.c
- * Alias to functions:
- */
-
 echo "*** Testing ReflectionMethod::getClosure() : basic functionality ***\n";
 
 class StaticExample
index 7e45eec411149ab9041b08c5a6db874e83b7fe4f..0dc24897a345223cb9b4fb053ce7a20f9342f5e9 100644 (file)
@@ -2,12 +2,6 @@
 Test ReflectionMethod::getClosure() function : error functionality
 --FILE--
 <?php
-/* Prototype  : public mixed ReflectionFunction::getClosure()
- * Description: Returns a dynamically created closure for the method
- * Source code: ext/reflection/php_reflection.c
- * Alias to functions:
- */
-
 echo "*** Testing ReflectionMethod::getClosure() : error conditions ***\n";
 
 class StaticExample
index e9274809d07fb30f79891464823399587d8bc018..6db6945eb4d14defb2ce6a1d27781f4f25f9aed4 100644 (file)
@@ -11,12 +11,6 @@ session.gc_probability=0
 
 ob_start();
 
-/*
- * Prototype : bool session_set_save_handler(SessionHandler $handler [, bool $register_shutdown_function = true])
- * Description : Sets user-level session storage functions
- * Source code : ext/session/session.c
- */
-
 echo "*** Test session_set_save_handler() : session_gc() returns the number of deleted records. ***\n";
 
 class MySession implements SessionHandlerInterface {
index b5a12ae4c19dc12e98f1bc07e898b6cc4736d956..95a5044d168db9db6146b4d5f5a95cca20e9e3ab 100644 (file)
@@ -11,12 +11,6 @@ session.save_handler=files
 
 ob_start();
 
-/*
- * Prototype : void session_abort(void)
- * Description : Should abort session. Session data should not be written.
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_abort() : basic functionality ***\n";
 
 session_start();
index 658c8e72878b4af01586bb5bdd5c1e7df029caca..ffdcf6c5eca3fe127e81f0c0090f81222613724a 100644 (file)
@@ -15,12 +15,6 @@ session.name=PHPSESSID
 
 ob_start();
 
-/*
- * Prototype : session.use_strict_mode=0
- * Description : Test basic functionality.
- * Source code : ext/session/session.c, ext/session/mod_files.c
- */
-
 echo "*** Testing basic session functionality : variation1 ***\n";
 
 $session_id = 'testid';
index 30ac946c1ec31bf56708156cf2a61e316a2af443..cb9585303ce2ae10320d445e78c2cf4df0c1b060 100644 (file)
@@ -17,12 +17,6 @@ session.name=PHPSESSID
 
 ob_start();
 
-/*
- * Prototype : session.use_strict_mode=1
- * Description : Test basic functionality.
- * Source code : ext/session/session.c, ext/session/mod_files.c
- */
-
 echo "*** Testing basic session functionality : variation2 ***\n";
 
 $session_id = 'testid';
index 29bda63edb0bbbbf62c9ef77c9a2d4f1f6dc363d..f6ed10e2962afc83ed8e7374f37dd920034e3d83 100644 (file)
@@ -20,12 +20,6 @@ url_rewriter.hosts=
 
 ob_start();
 
-/*
- * Prototype : session.use_trans_sid=1
- * Description : Test basic functionality.
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing basic session functionality : variation3 use_trans_sid ***\n";
 
 /*
index 32525640e87d673b2ee2266511210be59827b614..2f9b914462c1f3fda752271d0b227afea8c36292 100644 (file)
@@ -21,12 +21,6 @@ url_rewriter.tags="a=href,area=href,frame=src,form="
 
 ob_start();
 
-/*
- * Prototype : session.use_trans_sid=1
- * Description : Test basic functionality.
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing basic session functionality : variation4 use_trans_sid ***\n";
 
 echo "*** Test trans sid ***\n";
index 351c69b41d1289ef4cf3497cc26051f0312da881..50e6cde920d0dc11c2ed0ca41cca44194c2b0c8e 100644 (file)
@@ -21,12 +21,6 @@ ob_start();
 $_SERVER['HTTP_HOST'] = 'php.net';
 ini_set('session.trans_sid_hosts','php.net,example.com');
 
-/*
- * Prototype : session.use_trans_sid=1
- * Description : Test basic functionality.
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing basic session functionality : variation5 use_trans_sid ***\n";
 echo "*** Test trans sid ***\n";
 
index 871e32a3174c46d80bcfe0b88e897808e67b2d50..d2ffe64e92ffe77a7e5927257887dfcb746c8730 100644 (file)
@@ -7,12 +7,6 @@ Test session_cache_expire() function : basic functionality
 
 ob_start();
 
-/*
- * Prototype : int session_cache_expire([int $new_cache_expire])
- * Description : Return current cache expire
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_cache_expire() : basic functionality ***\n";
 
 var_dump(session_cache_expire());
index 1c6e5922b4dcef6daf85f63b127627cde6da6816..dd0bd40b83b5683e36e4a498197da6bb57aa167c 100644 (file)
@@ -9,12 +9,6 @@ session.cache_expire=360
 
 ob_start();
 
-/*
- * Prototype : int session_cache_expire([int $new_cache_expire])
- * Description : Return current cache expire
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_cache_expire() : variation ***\n";
 
 var_dump(session_cache_expire());
index b712266e80e27251df37c29ce52c6c6c2703e80e..83f76f150aad8182567e2f0b8ea3201db98aa0bc 100644 (file)
@@ -7,12 +7,6 @@ Test session_cache_expire() function : variation
 
 ob_start();
 
-/*
- * Prototype : int session_cache_expire([int $new_cache_expire])
- * Description : Return current cache expire
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_cache_expire() : variation ***\n";
 
 ini_set("session.cache_expire", 360);
index 492816f2762df404f75d799d9fdf250a6dfeb476..ab5a05a2924ba02edef367163a8de85d731e76e2 100644 (file)
@@ -7,12 +7,6 @@ Test session_cache_expire() function : variation
 
 ob_start();
 
-/*
- * Prototype : int session_cache_expire([int $new_cache_expire])
- * Description : Return current cache expire
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_cache_expire() : variation ***\n";
 
 var_dump(ini_get("session.cache_expire"));
index 39b5fcd5f1feedc228f411851b58b26e98c42abe..57493ee0aa5ba02d232f0c8b2b26c7116a3e4834 100644 (file)
@@ -7,12 +7,6 @@ Test session_cache_limiter() function : basic functionality
 
 ob_start();
 
-/*
- * Prototype : string session_cache_limiter([string $cache_limiter])
- * Description : Get and/or set the current cache limiter
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_cache_limiter() : basic functionality ***\n";
 
 var_dump(session_cache_limiter());
index ce9b011d2643009f1fab0f0a84db744f7481a842..1ef15d7ff5d4ba28afd41fec164546a434110bcc 100644 (file)
@@ -9,12 +9,6 @@ session.cache_limiter=nocache
 
 ob_start();
 
-/*
- * Prototype : string session_cache_limiter([string $cache_limiter])
- * Description : Get and/or set the current cache limiter
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_cache_limiter() : variation ***\n";
 
 var_dump(session_cache_limiter());
@@ -34,7 +28,7 @@ string(7) "nocache"
 bool(true)
 string(7) "nocache"
 
-Warning: session_cache_limiter(): Cannot change cache limiter when session is active in %s on line 16
+Warning: session_cache_limiter(): Cannot change cache limiter when session is active in %s on line %d
 bool(false)
 string(7) "nocache"
 bool(true)
index 58dc5da6c497a52c018cbe5b8b59297dd04a936b..695f63ebca8e8667440c703c1fe3a8e5ef22049a 100644 (file)
@@ -7,12 +7,6 @@ Test session_cache_limiter() function : variation
 
 ob_start();
 
-/*
- * Prototype : string session_cache_limiter([string $cache_limiter])
- * Description : Get and/or set the current cache limiter
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_cache_limiter() : variation ***\n";
 
 ini_set("session.cache_limiter", "nocache");
@@ -33,7 +27,7 @@ string(7) "nocache"
 bool(true)
 string(7) "nocache"
 
-Warning: session_cache_limiter(): Cannot change cache limiter when session is active in %s on line 17
+Warning: session_cache_limiter(): Cannot change cache limiter when session is active in %s on line %d
 bool(false)
 string(7) "nocache"
 bool(true)
index a55648a8511c7e9977bdf756bbd0f78ecc49d765..f37af43936f61b73cbaa0fb9a88784b3073210ad 100644 (file)
@@ -7,12 +7,6 @@ Test session_cache_limiter() function : variation
 
 ob_start();
 
-/*
- * Prototype : string session_cache_limiter([string $cache_limiter])
- * Description : Get and/or set the current cache limiter
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_cache_limiter() : variation ***\n";
 
 var_dump(ini_get("session.cache_limiter"));
@@ -32,7 +26,7 @@ string(7) "nocache"
 bool(true)
 string(7) "nocache"
 
-Warning: session_cache_limiter(): Cannot change cache limiter when session is active in %s on line 16
+Warning: session_cache_limiter(): Cannot change cache limiter when session is active in %s on line %d
 bool(false)
 string(7) "nocache"
 bool(true)
index 473be005f93f91c6f40ecd68b364b5e0d7b3194b..c0e9011c879a20c822b51bafb20b740321d5147f 100644 (file)
@@ -7,12 +7,6 @@ Test session_commit() function : basic functionality
 
 ob_start();
 
-/*
- * Prototype : bool session_commit(void)
- * Description : Write session data and end session
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_commit() : basic functionality ***\n";
 
 var_dump(session_start());
index cce0756d62b82746c45271e471f13cfcc754fbbb..0773ca663d91e784894676343c9096cec5c96e74 100644 (file)
@@ -7,12 +7,6 @@ Test session_commit() function : variation
 
 ob_start();
 
-/*
- * Prototype : bool session_commit(void)
- * Description : Write session data and end session
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_commit() : variation ***\n";
 
 var_dump(session_start());
index 9de2fc12f7321a133c7f2a8ffede5a14df81aa21..d05a8b6e28a347d1851af88aaf4df83d7282d773 100644 (file)
@@ -7,12 +7,6 @@ Test session_commit() function : variation
 
 ob_start();
 
-/*
- * Prototype : bool session_commit(void)
- * Description : Write session data and end session
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_commit() : variation ***\n";
 
 var_dump(session_start());
index 38f7f885d31f4b3ad4c315d7d596ed020edcb5e3..58d7a56c8bded232d00fad810e1954abd4d6f0c9 100644 (file)
@@ -9,12 +9,6 @@ session.auto_start=1
 
 ob_start();
 
-/*
- * Prototype : bool session_commit(void)
- * Description : Write session data and end session
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_commit() : variation ***\n";
 
 var_dump($_SESSION);
index 6c91e6578a0f47aa0d7165add14c6798bfb1284a..2633f543af5d3d600ec08741381df7a6781279cb 100644 (file)
@@ -9,12 +9,6 @@ session.use_strict_mode=0
 
 ob_start();
 
-/*
- * Prototype : bool session_commit(void)
- * Description : Write session data and end session
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_commit() : variation ***\n";
 
 var_dump(ini_get('session.use_strict_mode'));
index cc7f6f333ef3076836e3dad6f39695ca6107216c..778bc72b91daed33ca2496054144281ab4001158 100644 (file)
@@ -9,12 +9,6 @@ session.use_strict_mode=0
 
 ob_start();
 
-/*
- * Prototype : bool session_commit(void)
- * Description : Write session data and end session
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_commit() : variation ***\n";
 
 $id = md5(uniqid());
index 4f5cc3e41ed88b43c3634b87bcd0ebe4ce90adec..6b6f21372f132b68c0e2b161679cc4b93e9354d2 100644 (file)
@@ -10,12 +10,6 @@ session.sid_length=32
 
 ob_start();
 
-/*
- * Prototype : string session_create_id([string $prefix])
- * Description : Create new session ID with prefix optionally.
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_create_id() : basic functionality ***\n";
 
 // No session
index 2c6158311717aa7f32ed703c726f9cbfe737dd2a..60354e00241b8c0ee98d112477085ae790a4f59a 100644 (file)
@@ -7,12 +7,6 @@ Test session_decode() function : basic functionality
 
 ob_start();
 
-/*
- * Prototype : string session_decode(void)
- * Description : Decodes session data from a string
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_decode() : basic functionality ***\n";
 
 // Get an unset variable
index 43c30b9d58ba935f717bca38e6f2b27b3f3e3fcc..12f0f20570544770e81f47a71cbea4141ac606bf 100644 (file)
@@ -7,12 +7,6 @@ Test session_decode() function : basic functionality
 
 ob_start();
 
-/*
- * Prototype : string session_decode(void)
- * Description : Decodes session data from a string
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_decode() : basic functionality ***\n";
 
 // Get an unset variable
index 5795e0701f9859ad4a37d22385340b569f0c306f..7379e8078b7a03dce74b50c12bac3a36a533fe46 100644 (file)
@@ -7,12 +7,6 @@ Test session_decode() function : error functionality
 
 ob_start();
 
-/*
- * Prototype : string session_decode(void)
- * Description : Decodes session data from a string
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_decode() : error functionality ***\n";
 $data = "foo|a:3:{i:0;i:1;i:1;i:2;i:2;i:3;}guff|R:1;blah|R:1;";
 
index 70c8ada5bcc4718901af0d099f8231bf1da955cf..0996e2f2c90d126ff87635469220a30fb45275c6 100644 (file)
@@ -7,12 +7,6 @@ Test session_decode() function : variation
 
 ob_start();
 
-/*
- * Prototype : string session_decode(void)
- * Description : Decodes session data from a string
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_decode() : variation ***\n";
 
 var_dump(session_start());
index 6b3a7325fc36522a667e10fb9205e8e680a3f3b3..185716e15a4f68c8a211304a8f524bf70ca3564b 100644 (file)
@@ -7,12 +7,6 @@ Test session_decode() function : basic functionality
 
 ob_start();
 
-/*
- * Prototype : string session_decode(void)
- * Description : Decodes session data from a string
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_decode() : variation ***\n";
 
 var_dump(session_start());
index 1c89fac0bb301cfae0a4589a3983be7f3d6068ff..9494edd3394b153aded195723ae819c92b1fb477 100644 (file)
@@ -9,12 +9,6 @@ session.serialize_handler=blah
 
 ob_start();
 
-/*
- * Prototype : string session_decode(void)
- * Description : Decodes session data from a string
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_decode() : variation ***\n";
 
 var_dump(session_start());
index 1f9d0cbe36807837a9fbc857afd9c66eeb8156af..efaf6793d9dfb26ecca0bf66888abe855066818d 100644 (file)
@@ -7,12 +7,6 @@ Test session_decode() function : variation
 
 ob_start();
 
-/*
- * Prototype : string session_decode(void)
- * Description : Decodes session data from a string
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_decode() : variation ***\n";
 
 var_dump(session_start());
index 2863ba63b3fc55c8384cb5fc22c75d4ed5065128..e2b8febcabd51f87be00c2005d2a4ad511d66940 100644 (file)
@@ -7,12 +7,6 @@ Test session_destroy() function : variation
 
 ob_start();
 
-/*
- * Prototype : bool session_destroy(void)
- * Description : Destroys all data registered to a session
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_destroy() : variation ***\n";
 
 var_dump(session_start());
index 9e0913c9af615f5826ced219f5502b3562192588..896d78ac71ae381bdd8a32710dc2a02fdcf881d9 100644 (file)
@@ -7,12 +7,6 @@ Test session_destroy() function : variation
 
 ob_start();
 
-/*
- * Prototype : bool session_destroy(void)
- * Description : Destroys all data registered to a session
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_destroy() : variation ***\n";
 
 var_dump(session_start());
index 2f8a37aa8a6a547fb6bf011445bc045734281104..5d00466da3df6efb89a43239caf1a86b114dfb5d 100644 (file)
@@ -7,12 +7,6 @@ Test session_destroy() function : variation
 
 ob_start();
 
-/*
- * Prototype : bool session_destroy(void)
- * Description : Destroys all data registered to a session
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_destroy() : variation ***\n";
 
 var_dump(session_start());
index d0f37a3b29fcf250df8cdfcdd9a2c4c4c57ac765..b8d8db3a41cca92659a08f3a68af2fae5bb13fb1 100644 (file)
@@ -9,12 +9,6 @@ serialize_precision=100
 
 ob_start();
 
-/*
- * Prototype : string session_encode(void)
- * Description : Encodes the current session data as a string
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_encode() : basic functionality ***\n";
 
 // Get an unset variable
index a947eab54e56364c2f57f46fb732662022c1e029..9cca3ffea47377964cf0c20305da1907f08b56f4 100644 (file)
@@ -7,12 +7,6 @@ Test session_encode() function : error functionality
 
 ob_start();
 
-/*
- * Prototype : string session_encode(void)
- * Description : Encodes the current session data as a string
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_encode() : error functionality ***\n";
 
 // Get an unset variable
index cff175c1d1e0b83155622c065f5d1ab40521a494..a0d883b7a5fce643aacf87f73e12ec5e86b4259f 100644 (file)
@@ -7,12 +7,6 @@ Test session_encode() function : variation
 
 ob_start();
 
-/*
- * Prototype : string session_encode(void)
- * Description : Encodes the current session data as a string
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_encode() : variation ***\n";
 
 var_dump(session_encode());
index a6d7331784e267cd42792cdd800fa9c41d7be03e..b13366b3faa795c5b88e77390bb7f4802c1755d5 100644 (file)
@@ -9,12 +9,6 @@ session.auto_start=1
 
 ob_start();
 
-/*
- * Prototype : string session_encode(void)
- * Description : Encodes the current session data as a string
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_encode() : variation ***\n";
 
 var_dump(session_encode());
index c85a9b120de3405b250a2e21e283dc353e12b445..4d30b879e3d7465cfd90440c4720e51cbe1a3f8e 100644 (file)
@@ -7,12 +7,6 @@ Test session_encode() function : variation
 
 ob_start();
 
-/*
- * Prototype : string session_encode(void)
- * Description : Encodes the current session data as a string
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_encode() : variation ***\n";
 
 var_dump(session_start());
index 4d03f92ad5daf8302867a7e9bbdcc7be8594d50b..613a3ba101452175251e53cb9e9b8fb4fac7fb4a 100644 (file)
@@ -7,12 +7,6 @@ Test session_encode() function : variation
 
 ob_start();
 
-/*
- * Prototype : string session_encode(void)
- * Description : Encodes the current session data as a string
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_encode() : variation ***\n";
 
 var_dump(session_start());
index c923ab40595448d14e6469b7c41bf4ac503ddbb2..e35666ef21e8cb6df72cdacb0a5b6646be16286f 100644 (file)
@@ -7,12 +7,6 @@ Test session_encode() function : variation
 
 ob_start();
 
-/*
- * Prototype : string session_encode(void)
- * Description : Encodes the current session data as a string
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_encode() : variation ***\n";
 
 var_dump(session_start());
index 4c3f0370fa4d2cf2a6511680bfbc5aed45120e6e..b334842feada3d713ed7ef1343142739cba3546b 100644 (file)
@@ -7,12 +7,6 @@ Test session_encode() function : variation
 
 ob_start();
 
-/*
- * Prototype : string session_encode(void)
- * Description : Encodes the current session data as a string
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_encode() : variation ***\n";
 
 var_dump(session_start());
index 85e9aa50b89f8ed3c68e8dd53580a0b4fd05dff5..a79ca8be82c26e38ad230cbe890f96db325a9746 100644 (file)
@@ -9,12 +9,6 @@ session.serialize_handler=php_binary
 
 ob_start();
 
-/*
- * Prototype : string session_encode(void)
- * Description : Encodes the current session data as a string
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_encode() : variation ***\n";
 
 var_dump(session_start());
index c84152cd13c2f72a3049e7ac9dc88b56cc30c45b..2ffa79335be1a9197bc7071d50e5bf59b916beaf 100644 (file)
@@ -9,12 +9,6 @@ session.serialize_handler=blah
 
 ob_start();
 
-/*
- * Prototype : string session_encode(void)
- * Description : Encodes the current session data as a string
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_encode() : variation ***\n";
 
 var_dump(session_start());
index 483134061e839daaca536c84d47775b74f298fe8..b98c7e43e1a482a02ae04d1dd026326e0ef58aca 100644 (file)
@@ -7,12 +7,6 @@ Test session_gc() function : basic functionality
 
 ob_start();
 
-/*
- * Prototype : int session_gc(void)
- * Description : Perform GC
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_gc() : basic functionality ***\n";
 
 var_dump(session_gc());
index cd41ce85efff775ec0274e9dfa6b153e4c37feae..fa4692e532c6e24112e4184e2d62ce0152e5262e 100644 (file)
@@ -14,12 +14,6 @@ session.cookie_samesite=""
 
 ob_start();
 
-/*
- * Prototype : array session_get_cookie_params(void)
- * Description : Get the session cookie parameters
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_get_cookie_params() : basic functionality ***\n";
 
 var_dump(session_get_cookie_params());
index 13dc94442c8ecaef4ee4f724d2ef028fdfbe7701..9fdb676f8bf0f5ca39ab90cb2b6da85e810bf7ca 100644 (file)
@@ -14,12 +14,6 @@ session.cookie_samesite=""
 
 ob_start();
 
-/*
- * Prototype : array session_get_cookie_params(void)
- * Description : Get the session cookie parameters
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_get_cookie_params() : variation ***\n";
 
 var_dump(session_get_cookie_params());
index 487b5d7a376d37c7b49d2b73d24e8be8ee70192d..9d2bab5d83358bb92556eef7622efafa7fd1e40a 100644 (file)
@@ -7,12 +7,6 @@ Test session_id() function : basic functionality
 
 ob_start();
 
-/*
- * Prototype : string session_id([string $id])
- * Description : Get and/or set the current session id
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_id() : basic functionality ***\n";
 
 var_dump(session_id());
index 7a19696e611a97534648609f5e2c45f3cb213bc6..9bd09056faf6651ec4a1b745d7576356ef2f8156 100644 (file)
@@ -7,12 +7,6 @@ Test session_id() function : basic functionality
 
 ob_start();
 
-/*
- * Prototype : string session_id([string $id])
- * Description : Get and/or set the current session id
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_id() : basic functionality ***\n";
 
 ini_set('session.sid_bits_per_chracter', 6);
index 0d256564b622208f35e9a24c56568b2acaed438f..c017d73d6bba30fdc39cd1a58e3e2405f5d822fc 100644 (file)
@@ -7,12 +7,6 @@ Test session_id() function : error functionality
 
 ob_start();
 
-/*
- * Prototype : string session_id([string $id])
- * Description : Get and/or set the current session id
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_id() : error functionality ***\n";
 
 var_dump(session_id("test"));
index 12fe5c2814e6f33980bb54bdda7a05fb3b9dff40..eb22485cec365c18f64e5b263072ff1b7dd22d01 100644 (file)
@@ -7,12 +7,6 @@ Test session_id() function : error functionality
 
 ob_start();
 
-/*
- * Prototype : string session_id([string $id])
- * Description : Get and/or set the current session id
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_id() : error functionality ***\n";
 
 var_dump(session_id());
index 8d8bf70573bcc2afbb4b1ef539a5fce570062dc2..c0cda1b93069b9a9ce6d921470f6350371301d79 100644 (file)
@@ -7,12 +7,6 @@ Test session_module_name() function : basic functionality
 
 ob_start();
 
-/*
- * Prototype : string session_module_name([string $module])
- * Description : Get and/or set the current session module
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_module_name() : basic functionality ***\n";
 var_dump(session_module_name("files"));
 var_dump(session_module_name());
index 59d9112a553129473e354afd7b7ceaa8c96c9311..05c972fb91c36648bd903896af6230e4dbb60653 100644 (file)
@@ -7,12 +7,6 @@ Test session_module_name() function : variation
 
 ob_start();
 
-/*
- * Prototype : string session_module_name([string $module])
- * Description : Get and/or set the current session module
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_module_name() : variation ***\n";
 var_dump(session_module_name("blah"));
 var_dump(session_start());
index b14c0c2aac055fd968148ee526595b1d6bdb8ed2..f4992796549e025cdea398ff67396985690563b8 100644 (file)
@@ -7,12 +7,6 @@ Test session_module_name() function : variation
 
 ob_start();
 
-/*
- * Prototype : string session_module_name([string $module])
- * Description : Get and/or set the current session module
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_module_name() : variation ***\n";
 
 function open($save_path, $session_name) { }
index b03173cecfa2eaf1c697bc81bbd778d01fbf7af5..481229eebca97bbffa9a6b10481550203a739008 100644 (file)
@@ -11,12 +11,6 @@ session.save_handler=files
 
 ob_start();
 
-/*
- * Prototype : string session_module_name([string $module])
- * Description : Get and/or set the current session module
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_module_name() : variation ***\n";
 function open($save_path, $session_name) {
     throw new Exception("Stop...!");
@@ -42,11 +36,11 @@ ob_end_flush();
 string(5) "files"
 string(4) "user"
 
-Warning: session_start(): Failed to initialize storage module: user (path: ) in %s on line 25
+Warning: session_start(): Failed to initialize storage module: user (path: ) in %s on line %d
 
-Fatal error: Uncaught Exception: Stop...! in %s:13
+Fatal error: Uncaught Exception: Stop...! in %s:%d
 Stack trace:
 #0 [internal function]: open('', 'PHPSESSID')
-#1 %s(25): session_start()
+#1 %s(%d): session_start()
 #2 {main}
-  thrown in %s on line 13
+  thrown in %s on line %d
index 303a5f8939f0ede1e6c43ecc427068d9e0a5316e..2b12bce70a4ef4ffca6c3dca55a76aa5c6c5b82d 100644 (file)
@@ -11,12 +11,6 @@ session.gc_maxlifetime=0
 
 ob_start();
 
-/*
- * Prototype : string session_module_name([string $module])
- * Description : Get and/or set the current session module
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_module_name() : variation ***\n";
 
 require_once "save_handler.inc";
index 5fb435b2bf727df908e9fa44ed9e90d4d1f3ae31..f987ab66d6dac96877386747dc454f267c094be0 100644 (file)
@@ -11,12 +11,6 @@ session.save_handler=files
 
 ob_start();
 
-/*
- * Prototype : string session_name([string $name])
- * Description : Get and/or set the current session name
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_name() : error functionality ***\n";
 
 var_dump(session_name());
index 82e5278783e4f1dad369a995ee0f19a1fd04076e..35db378ea523902770c899b53c9786c6fca03f1e 100644 (file)
@@ -11,12 +11,6 @@ session.save_handler=files
 
 ob_start();
 
-/*
- * Prototype : string session_name([string $name])
- * Description : Get and/or set the current session name
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_name() : variation ***\n";
 
 var_dump(session_name("\0"));
index 3111ceb00f1e9ceac99e08c395fd2c63727b6695..15a816633e2917097b1b01ba782603c243104ca2 100644 (file)
@@ -9,12 +9,6 @@ session.name=blah
 
 ob_start();
 
-/*
- * Prototype : string session_name([string $name])
- * Description : Get and/or set the current session name
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_name() : variation ***\n";
 
 var_dump(session_name());
index 49a7e301d43f2a215dad88495dc4d36a9c8a0f53..8d221ef006e6531da466daff65908c7946d8f0af 100644 (file)
@@ -7,12 +7,6 @@ Test session_regenerate_id() function : basic functionality
 
 ob_start();
 
-/*
- * Prototype : bool session_regenerate_id([bool $delete_old_session])
- * Description : Update the current session id with a newly generated one
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_regenerate_id() : basic functionality ***\n";
 
 var_dump(session_id());
index 76667cdbcccbad5d61d1bdccdf453dd7cc8aa5e9..acaba5addffadd340a0658a7c8f0664d63b38d72 100644 (file)
@@ -13,12 +13,6 @@ get_cgi_path() or die('skip no cgi');
 --FILE--
 <?php
 
-/*
- * Prototype : bool session_regenerate_id([bool $delete_old_session])
- * Description : Update the current session id with a newly generated one
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_regenerate_id() : basic functionality for cookie ***\n";
 
 require __DIR__.'/../../../sapi/cgi/tests/include.inc';
index 484a7d001b11269df08a2366747e58d771fbb2a6..1967cff01843cbb3cf5e9a07eb98f22a3f3a7f61 100644 (file)
@@ -7,12 +7,6 @@ Test session_regenerate_id() function : variation
 
 ob_start();
 
-/*
- * Prototype : bool session_regenerate_id([bool $delete_old_session])
- * Description : Update the current session id with a newly generated one
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_regenerate_id() : variation ***\n";
 
 var_dump(session_id());
index a2ddc7af34b7d3cc003498529ae5134160df0a91..7ba84ff34cb387ac513031eda0b842b7246f962a 100644 (file)
@@ -11,12 +11,6 @@ session.save_handler=files
 
 ob_start();
 
-/*
- * Prototype : void session_reset(void)
- * Description : Should abort session. Session data should not be written.
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_abort() : basic functionality ***\n";
 
 session_start();
index 15027631cca0d05a16024c5a1258b5a3599a3436..db578cb6b1a3a6e8c7a567d896c594b9078102c7 100644 (file)
@@ -11,12 +11,6 @@ session.name=PHPSESSID
 
 ob_start();
 
-/*
- * Prototype : string session_save_path([string $path])
- * Description : Get and/or set the current session save path
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_save_path() : error functionality ***\n";
 
 $directory = __DIR__;
index 20ed9301ce81eb303d5e4d9bb1e46dfc350e250d..8475b2d2e4a5022e252cdab93390232629431fee 100644 (file)
@@ -12,12 +12,6 @@ session.save_handler=files
 
 ob_start();
 
-/*
- * Prototype : string session_save_path([string $path])
- * Description : Get and/or set the current session save path
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_save_path() : variation ***\n";
 
 $directory = __DIR__;
@@ -44,7 +38,7 @@ string(%d) "%stests"
 bool(true)
 string(%d) "%stests"
 
-Warning: session_save_path(): Cannot change save path when session is active in %s on line 20
+Warning: session_save_path(): Cannot change save path when session is active in %s on line %d
 bool(false)
 string(%d) "%stests"
 bool(true)
index b8fb86509f351ca2f63caed6a6b02d0754239945..d857cdf6a578e32d08a805c48cde924c6d62ba37 100644 (file)
@@ -10,12 +10,6 @@ session.gc_probability=0
 
 ob_start();
 
-/*
- * Prototype : string session_save_path([string $path])
- * Description : Get and/or set the current session save path
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_save_path() : variation ***\n";
 
 ini_set("session.save_path", "/blah");
index e369b12e0a6d8ce587860063aeb7e391008b592e..966e0d893ccdbb034687c4def4db6ecbc9380af4 100644 (file)
@@ -10,12 +10,6 @@ session.gc_probability=0
 
 ob_start();
 
-/*
- * Prototype : string session_save_path([string $path])
- * Description : Get and/or set the current session save path
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_save_path() : variation ***\n";
 
 ini_set("session.save_path", "/blah");
index c59a39ece340b20861bc713b938b908b2e20b24c..8b3df522625690b8fa3f09a4a670a3ca4cbae6b0 100644 (file)
@@ -12,12 +12,6 @@ session.name=PHPSESSID
 
 ob_start();
 
-/*
- * Prototype : string session_save_path([string $path])
- * Description : Get and/or set the current session save path
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_save_path() : variation ***\n";
 $initdir = __DIR__;
 $sessions = ($initdir."/sessions");
@@ -52,16 +46,16 @@ var_dump(rmdir($sessions));
 bool(true)
 bool(true)
 
-Warning: ini_set(): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (.) in %s on line 24
+Warning: ini_set(): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (.) in %s on line %d
 string(0) ""
 
-Warning: session_start(): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (.) in %s on line 26
+Warning: session_start(): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: session_start(): Failed to initialize storage module: files (path: ) in %s on line 26
+Warning: session_start(): Failed to initialize storage module: files (path: ) in %s on line %d
 bool(false)
 string(0) ""
 
-Warning: session_destroy(): Trying to destroy uninitialized session in %s on line 28
+Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d
 bool(false)
 string(0) ""
 Done
index 7a8907e6dd41f94097a698e2a1e1e376c633d12c..5388f82f45b7a7e6982498dd928ad645b7bf2791 100644 (file)
@@ -13,12 +13,6 @@ session.name=PHPSESSID
 <?php
 
 ob_start();
-/*
- * Prototype : string session_save_path([string $path])
- * Description : Get and/or set the current session save path
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_save_path() : variation ***\n";
 $directory = __DIR__;
 $sessions = ($directory."/sessions");
index e40c4e77b706fa96d862b5d3bd17769b9abdead4..79bf7a9ea9467e56b4e4f98bee7655e302c395c4 100644 (file)
@@ -7,12 +7,6 @@ Test session_set_cookie_params() function : basic functionality
 
 ob_start();
 
-/*
- * Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]]]])
- * Description : Set the session cookie parameters
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_cookie_params() : basic functionality ***\n";
 
 var_dump(session_set_cookie_params(3600));
@@ -29,7 +23,7 @@ ob_end_flush();
 bool(true)
 bool(true)
 
-Warning: session_set_cookie_params(): Cannot change session cookie parameters when session is active in %s on line 15
+Warning: session_set_cookie_params(): Cannot change session cookie parameters when session is active in %s on line %d
 bool(false)
 bool(true)
 bool(true)
index 46ec780e9de15540afa67599871ca82d0119454e..bad85d3aaf0fac7fece6d66d7066e827e1218696 100644 (file)
@@ -9,12 +9,6 @@ session.cookie_lifetime=3600
 
 ob_start();
 
-/*
- * Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]]]])
- * Description : Set the session cookie parameters
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_cookie_params() : variation ***\n";
 
 var_dump(ini_get("session.cookie_lifetime"));
@@ -42,7 +36,7 @@ string(4) "3600"
 bool(true)
 string(4) "3600"
 
-Warning: session_set_cookie_params(): Cannot change session cookie parameters when session is active in %s on line 19
+Warning: session_set_cookie_params(): Cannot change session cookie parameters when session is active in %s on line %d
 bool(false)
 string(4) "3600"
 bool(true)
index 07bb5cfdf5272d5dcfea82c76edef36077976e00..ac80c10c10bf127dd9278f4e33c07f9ede3f2bb6 100644 (file)
@@ -9,12 +9,6 @@ session.cookie_path=/path
 
 ob_start();
 
-/*
- * Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]]]])
- * Description : Set the session cookie parameters
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_cookie_params() : variation ***\n";
 
 var_dump(ini_get("session.cookie_path"));
@@ -40,7 +34,7 @@ string(4) "/foo"
 bool(true)
 string(4) "/foo"
 
-Warning: session_set_cookie_params(): Cannot change session cookie parameters when session is active in %s on line 18
+Warning: session_set_cookie_params(): Cannot change session cookie parameters when session is active in %s on line %d
 bool(false)
 string(4) "/foo"
 bool(true)
index 5a4e2df8fd7f6ef2f1956cb31cac80f3d0b3d3a1..1ba46eae7d7acf163399477e8236006892e99505 100644 (file)
@@ -9,12 +9,6 @@ session.cookie_domain=foo
 
 ob_start();
 
-/*
- * Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]]]])
- * Description : Set the session cookie parameters
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_cookie_params() : variation ***\n";
 
 var_dump(ini_get("session.cookie_domain"));
@@ -40,7 +34,7 @@ string(4) "blah"
 bool(true)
 string(4) "blah"
 
-Warning: session_set_cookie_params(): Cannot change session cookie parameters when session is active in %s on line 18
+Warning: session_set_cookie_params(): Cannot change session cookie parameters when session is active in %s on line %d
 bool(false)
 string(4) "blah"
 bool(true)
index ab0de3bd8b7ffaa984c49f1bf3b160aabc50ac69..16606f9f611b5cfd9faa76acf1b8d9aa248ab05e 100644 (file)
@@ -9,12 +9,6 @@ session.cookie_secure=TRUE
 
 ob_start();
 
-/*
- * Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]]]])
- * Description : Set the session cookie parameters
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_cookie_params() : variation ***\n";
 
 var_dump(ini_get("session.cookie_secure"));
@@ -40,7 +34,7 @@ string(1) "0"
 bool(true)
 string(1) "0"
 
-Warning: session_set_cookie_params(): Cannot change session cookie parameters when session is active in %s on line 18
+Warning: session_set_cookie_params(): Cannot change session cookie parameters when session is active in %s on line %d
 bool(false)
 string(1) "0"
 bool(true)
index f630a5ff4a367c931bd556bc3b8443a4c32f0629..a73c834ed7559c303ea8b6bf8c1670cdef15e8e0 100644 (file)
@@ -9,12 +9,6 @@ session.cookie_httponly=TRUE
 
 ob_start();
 
-/*
- * Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]]]])
- * Description : Set the session cookie parameters
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_cookie_params() : variation ***\n";
 
 var_dump(ini_get("session.cookie_httponly"));
@@ -40,7 +34,7 @@ string(1) "0"
 bool(true)
 string(1) "0"
 
-Warning: session_set_cookie_params(): Cannot change session cookie parameters when session is active in %s on line 18
+Warning: session_set_cookie_params(): Cannot change session cookie parameters when session is active in %s on line %d
 bool(false)
 string(1) "0"
 bool(true)
index b94380d37062c6523ba97f07aabe107ff839a915..983e8e68adabf7c643fdcdd147137975d3e38196 100644 (file)
@@ -9,12 +9,6 @@ session.cookie_samesite=test
 
 ob_start();
 
-/*
- * Prototype : void session_set_cookie_params(array $options)
- * Description : Set the session cookie parameters
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_cookie_params() : variation ***\n";
 
 var_dump(ini_get("session.cookie_samesite"));
@@ -40,7 +34,7 @@ string(7) "nothing"
 bool(true)
 string(7) "nothing"
 
-Warning: session_set_cookie_params(): Cannot change session cookie parameters when session is active in %s on line 18
+Warning: session_set_cookie_params(): Cannot change session cookie parameters when session is active in %s on line %d
 bool(false)
 string(7) "nothing"
 bool(true)
index 1ab248908a0a7bd9f3fb6bdc20b09be3d872720a..bd5aec592bb72220cc9523f3bc7ed47b6f1b72b8 100644 (file)
@@ -14,12 +14,6 @@ session.cookie_samesite=""
 
 ob_start();
 
-/*
- * Prototype : void session_set_cookie_params(array $options)
- * Description : Set the session cookie parameters
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_cookie_params() : array parameter variation ***\n";
 
 // Invalid cases
index 2a9b511aba78bd7e01781c54f8d08140c16a19f8..2a451c0644b55a55638001660768691390ac85d8 100644 (file)
@@ -12,12 +12,6 @@ session.save_handler=files
 
 ob_start();
 
-/*
- * Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc)
- * Description : Sets user-level session storage functions
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_save_handler() : basic functionality ***\n";
 
 require_once "save_handler.inc";
index 33d2a7642518a5a34789ffea226dcb2a2dcc9d77..8705c6b95328c74f1db06532808cef46391e5133 100644 (file)
@@ -11,12 +11,6 @@ session.save_handler=files
 
 ob_start();
 
-/*
- * Prototype : bool session_set_save_handler(SessionHandler $handler [, bool $register_shutdown_function = true])
- * Description : Sets user-level session storage functions
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_save_handler() : basic class wrapping existing handler ***\n";
 
 class MySession extends SessionHandler {
index 6343cfdc0eb5c398a71f245aa19ce5a974e17a31..bbc39956ffc96c7d0685e292f4a9eb1c9f32fbc9 100644 (file)
@@ -10,12 +10,6 @@ session.name=PHPSESSID
 
 ob_start();
 
-/*
- * Prototype : bool session_set_save_handler(SessionHandler $handler [, bool $register_shutdown_function = true])
- * Description : Sets user-level session storage functions
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_save_handler() : full handler implementation ***\n";
 
 class MySession2 extends SessionHandler {
index b3aba74989231fdd1b08c9c5559c3a6fbc1f9b36..7194bc724df833777ffb9f892d0904858de34bb4 100644 (file)
@@ -10,12 +10,6 @@ session.name=PHPSESSID
 
 ob_start();
 
-/*
- * Prototype : bool session_set_save_handler(SessionHandler $handler [, bool $register_shutdown_function = true])
- * Description : Sets user-level session storage functions
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_save_handler() : inheritance ***\n";
 
 class MySession3 extends SessionHandler {
index eb1d8071aea197d047700f044b338f03d2ea2d93..d68b3e96237d7dbec97aa4da58391a5cd127bf47 100644 (file)
@@ -10,12 +10,6 @@ session.name=PHPSESSID
 
 ob_start();
 
-/*
- * Prototype : bool session_set_save_handler(SessionHandler $handler [, bool $register_shutdown_function = true])
- * Description : Sets user-level session storage functions
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_save_handler() : default object ***\n";
 
 session_set_save_handler(new SessionHandler);
index c6f8dfe622698982a6b9a61d095063d57d6e820d..d3de39b9e0113f6efe636d96e8479af83c7275ee 100644 (file)
@@ -11,12 +11,6 @@ session.gc_probability=0
 
 ob_start();
 
-/*
- * Prototype : bool session_set_save_handler(SessionHandler $handler [, bool $register_shutdown_function = true])
- * Description : Sets user-level session storage functions
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_save_handler() : incomplete implementation ***\n";
 
 class MySession6 extends SessionHandler {
index 5b7d3be0840d66c9b7970cd28a360e40e05a58fe..161fb46d580a285b52d0ea425f2fb9268a3db49c 100644 (file)
@@ -10,12 +10,6 @@ session.name=PHPSESSID
 
 ob_start();
 
-/*
- * Prototype : bool session_set_save_handler(SessionHandler $handler [, bool $register_shutdown_function = true])
- * Description : Sets user-level session storage functions
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_save_handler() : using objects in close ***\n";
 
 class MySession7_Foo {
index b2ad9eee34730d1867400b9c13898ba38eb2d100..5ace4fb9f13b6f1807ed9c1663eba47b8b89f550 100644 (file)
@@ -10,12 +10,6 @@ session.name=PHPSESSID
 
 ob_start();
 
-/*
- * Prototype : bool session_set_save_handler(SessionHandler $handler [, bool $register_shutdown_function = true])
- * Description : Sets user-level session storage functions
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_save_handler() : manual shutdown, reopen ***\n";
 
 class MySession extends SessionHandler {
index 1d39fbd535218627b7e1731c930feee150265ba4..227fe00961a9c37247908b9696c0f2025f632f53 100644 (file)
@@ -10,12 +10,6 @@ session.name=PHPSESSID
 
 ob_start();
 
-/*
- * Prototype : bool session_set_save_handler(SessionHandler $handler [, bool $register_shutdown_function = true])
- * Description : Sets user-level session storage functions
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_save_handler() : manual shutdown ***\n";
 
 class MySession extends SessionHandler {
index 69695422516a2e29eac879ed2225e5b1e6d11ec6..65e273d5e728896fd0fa5bbf4f50d459d09b1915 100644 (file)
@@ -10,12 +10,6 @@ session.name=PHPSESSID
 
 ob_start();
 
-/*
- * Prototype : bool session_set_save_handler(SessionHandler $handler [, bool $register_shutdown_function = true])
- * Description : Sets user-level session storage functions
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_save_handler() : implicit shutdown ***\n";
 
 class MySession extends SessionHandler {
index 8734f71f9fa366ded260883ccdb5671acf7db3d3..c81fce49635eee6b0b9675b8d70ef8b78471a688 100644 (file)
@@ -10,12 +10,6 @@ session.name=PHPSESSID
 
 ob_start();
 
-/*
- * Prototype : bool session_set_save_handler(SessionHandler $handler [, bool $register_shutdown_function = true])
- * Description : Sets user-level session storage functions
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_save_handler() : manual shutdown function ***\n";
 
 class MySession extends SessionHandler {
index 396bdbc59f4948bfdd22b79abcd55f6b15679c9e..04defe937e49104ee485dcdd885cf8cb1e4eab7f 100644 (file)
@@ -10,12 +10,6 @@ session.name=PHPSESSID
 
 ob_start();
 
-/*
- * Prototype : bool session_set_save_handler(SessionHandler $handler [, bool $register_shutdown_function = true])
- * Description : Sets user-level session storage functions
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_save_handler() : shutdown failure ***\n";
 
 class MySession extends SessionHandler {
index 854c9fb8e1efff761ea5eaffbf8d9aef81c1da2d..c5bd2b8db14166f915d588275728afc510d561a3 100644 (file)
@@ -11,12 +11,6 @@ session.gc_probability=0
 
 ob_start();
 
-/*
- * Prototype : bool session_set_save_handler(SessionHandler $handler [, bool $register_shutdown_function = true])
- * Description : Sets user-level session storage functions
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_save_handler() : incorrect arguments for existing handler open ***\n";
 
 class MySession extends SessionHandler {
index 886d6440a7dfdfc2651126ab4e63de421b55ef9a..1ef12bd1f36a8c27e54f349da95d0637c6ce7153 100644 (file)
@@ -10,12 +10,6 @@ session.name=PHPSESSID
 
 ob_start();
 
-/*
- * Prototype : bool session_set_save_handler(SessionHandler $handler [, bool $register_shutdown_function = true])
- * Description : Sets user-level session storage functions
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_save_handler() : incorrect arguments for existing handler close ***\n";
 
 class MySession extends SessionHandler {
index c0b3b9f2731c43e20def0a521cecda3db5754176..5657e6a71fd6f4a42875508bdad4068acae39b3f 100644 (file)
@@ -14,12 +14,6 @@ include('skipif.inc');
 
 ob_start();
 
-/*
- * Prototype : bool session_set_save_handler(SessionHandler $handler [, bool $register_shutdown_function = true])
- * Description : Sets user-level session storage functions
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_save_handler() : calling default handler when save_handler=user ***\n";
 
 $oldHandler = ini_get('session.save_handler');
index 5fab0d4b227764a4d3f771fee0edc6e5d4fbe584..9d7e76c0361dfaada14dbee26827a9b5e0b685fb 100644 (file)
@@ -10,12 +10,6 @@ session.name=PHPSESSID
 
 ob_start();
 
-/*
- * Prototype : bool session_set_save_handler(SessionHandler $handler [, bool $register_shutdown_function = true])
- * Description : Sets user-level session storage functions
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_save_handler() : register session handler but don't start  ***\n";
 
 session_set_save_handler(new SessionHandler);
index 03bb8eaf957c67ef8f8f73032abea34a7ae07bc3..85964751e0a057e0c5d7328461bbf7cdffd26aee 100644 (file)
@@ -10,12 +10,6 @@ session.name=PHPSESSID
 
 ob_start();
 
-/*
- * Prototype : bool session_set_save_handler(SessionHandlerInterface $handler [, bool $register_shutdown_function = true])
- * Description : Sets user-level session storage functions
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_save_handler() function: class with create_sid ***\n";
 
 class MySession2 extends SessionHandler {
index 563d86c013855c04ec96b13c4fb7a6477d45500e..03eaf2294767c9c7642e519fb5d7f1a37ee0bc65 100644 (file)
@@ -10,12 +10,6 @@ session.name=PHPSESSID
 
 ob_start();
 
-/*
- * Prototype : bool session_set_save_handler(SessionHandlerInterface $handler [, bool $register_shutdown_function = true])
- * Description : Sets user-level session storage functions
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_save_handler() function: class with create_sid ***\n";
 
 class MySession2 extends SessionHandler {
index 30d72b4708eb18025f8422a8f6b19cafac0b3eed..7482cd2901c97f2e6157d480425a048fb3d075a6 100644 (file)
@@ -10,12 +10,6 @@ session.name=PHPSESSID
 
 ob_start();
 
-/*
- * Prototype : bool session_set_save_handler(SessionHandlerInterface $handler [, bool $register_shutdown_function = true])
- * Description : Sets user-level session storage functions
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_save_handler() function: class with validate_sid ***\n";
 
 class MySession2 extends SessionHandler {
index e490e1780ee57227fe2b3201f6d86827e7a4dda9..df5cfa6e7663bdeec63a7c7920eda76fed837bbd 100644 (file)
@@ -11,12 +11,6 @@ session.save_handler=files
 
 ob_start();
 
-/*
- * Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc)
- * Description : Sets user-level session storage functions
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_save_handler() : using closures as callbacks ***\n";
 
 require_once "save_handler_closures.inc";
index 029d7dcba7f115b5fbeccc1c61f7b833f8aa5a96..e47523c8723229e61b44282a1545b670a560b4c9 100644 (file)
@@ -7,12 +7,6 @@ Test session_set_save_handler() function : error functionality
 
 ob_start();
 
-/*
- * Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc)
- * Description : Sets user-level session storage functions
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_save_handler() : error functionality ***\n";
 
 // Get an unset variable
index fcd480f35437cda42ada4096cc942275303ba246..8b2a00475d90c9049816ce8088adf52d62eed881 100644 (file)
@@ -9,12 +9,6 @@ error_reporting=0
 
 ob_start();
 
-/*
- * Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc)
- * Description : Sets user-level session storage functions
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_save_handler() : error functionality ***\n";
 
 function open($save_path, $session_name) { return true; }
index ecb5e5a91df3d316c7ef91d190b3ed9c623b2dbd..a57734e411248f03ab85fd77bcb5288ea6b19b6d 100644 (file)
@@ -11,12 +11,6 @@ session.save_handler=files
 
 ob_start();
 
-/*
- * Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc)
- * Description : Sets user-level session storage functions
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_save_handler() : error functionality ***\n";
 function open($save_path, $session_name) {
      throw new Exception("Do something bad..!");
@@ -35,11 +29,11 @@ ob_end_flush();
 --EXPECTF--
 *** Testing session_set_save_handler() : error functionality ***
 
-Warning: session_start(): Failed to initialize storage module: user (path: ) in %s on line 23
+Warning: session_start(): Failed to initialize storage module: user (path: ) in %s on line %d
 
-Fatal error: Uncaught Exception: Do something bad..! in %s:13
+Fatal error: Uncaught Exception: Do something bad..! in %s:%d
 Stack trace:
 #0 [internal function]: open('', 'PHPSESSID')
-#1 %s(23): session_start()
+#1 %s(%d): session_start()
 #2 {main}
-  thrown in %s on line 13
+  thrown in %s on line %d
index 00fb2976e36960f4799a99bde3e294b7b51733dc..2b39cb55004ff7c53704e968330a83cce851a789 100644 (file)
@@ -7,12 +7,6 @@ Test session_set_save_handler() function : error functionality
 
 ob_start();
 
-/*
- * Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc)
- * Description : Sets user-level session storage functions
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_save_handler() : error functionality ***\n";
 
 function callback() { return true; }
index c1981c91b0da92acc74b01f79ca82e599d8e0c69..9eecaf13bff78f3be6faa6a4b7a0a58f308b48ff 100644 (file)
@@ -10,12 +10,6 @@ session.name=PHPSESSID
 
 ob_start();
 
-/*
- * Prototype : bool session_set_save_handler(SessionHandlerInterface $handler [, bool $register_shutdown_function = true])
- * Description : Sets user-level session storage functions
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_save_handler() function: interface ***\n";
 
 class MySession2 implements SessionHandlerInterface {
index bae8ecb6259c45f8f2c91d032a51626793139858..c472b9982d36d3e12339571c978ef22c92021166 100644 (file)
@@ -10,12 +10,6 @@ session.name=PHPSESSID
 
 ob_start();
 
-/*
- * Prototype : bool session_set_save_handler(SessionHandlerInterface $handler [, bool $register_shutdown_function = true])
- * Description : Sets user-level session storage functions
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_save_handler() function: interface wrong ***\n";
 
 interface MySessionHandlerInterface {
index 61714e0bb3e42fda246276dca7f23ee1dd58e7d4..561d1f3b44e4cacd3efd1b034526c6d5e17820cf 100644 (file)
@@ -10,12 +10,6 @@ session.name=PHPSESSID
 
 ob_start();
 
-/*
- * Prototype : bool session_set_save_handler(SessionHandlerInterface $handler [, bool $register_shutdown_function = true])
- * Description : Sets user-level session storage functions
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_save_handler() function: id interface ***\n";
 
 class MySession2 implements SessionHandlerInterface, SessionIdInterface {
index 3362adbac532c58c44722938964e47ee96fdd1fc..e192ac8838992a65016d02020056462db73083e9 100644 (file)
@@ -7,12 +7,6 @@ Test session_set_save_handler() function : variation
 
 ob_start();
 
-/*
- * Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc)
- * Description : Sets user-level session storage functions
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_save_handler() : variation ***\n";
 
 var_dump(session_module_name());
index a4e1cdfa6d67cf72d168e8158e6147d143065313..394d85e7b167b6bbdac70a993e03a00e0ecb4f7c 100644 (file)
@@ -7,12 +7,6 @@ Test session_set_save_handler() function : variation
 
 ob_start();
 
-/*
- * Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc)
- * Description : Sets user-level session storage functions
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_save_handler() : variation ***\n";
 
 require_once "save_handler.inc";
@@ -28,6 +22,6 @@ ob_end_flush();
 *** Testing session_set_save_handler() : variation ***
 bool(true)
 
-Warning: session_set_save_handler(): Cannot change save handler when session is active in %s on line 17
+Warning: session_set_save_handler(): Cannot change save handler when session is active in %s on line %d
 bool(false)
 bool(true)
index 90c270c6441611768361d5ed83a6562d1d904bf2..50fa6f62e05de1fa02c2310b290368a5eda5b57e 100644 (file)
@@ -9,12 +9,6 @@ session.auto_start=1
 
 ob_start();
 
-/*
- * Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc)
- * Description : Sets user-level session storage functions
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_save_handler() : variation ***\n";
 
 require_once "save_handler.inc";
@@ -30,8 +24,8 @@ ob_end_flush();
 *** Testing session_set_save_handler() : variation ***
 int(2)
 
-Warning: session_save_path(): Cannot change save path when session is active in %s on line 16
+Warning: session_save_path(): Cannot change save path when session is active in %s on line %d
 
-Warning: session_set_save_handler(): Cannot change save handler when session is active in %s on line 17
+Warning: session_set_save_handler(): Cannot change save handler when session is active in %s on line %d
 bool(false)
 bool(true)
index abe3abbeb29c3b040eb2a20bde9a96cf3bca3df3..e1b61f29a75c0b4a129a870adc0b3c001161dcfe 100644 (file)
@@ -14,12 +14,6 @@ session.save_handler=files
 
 ob_start();
 
-/*
- * Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc)
- * Description : Sets user-level session storage functions
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_save_handler() : variation ***\n";
 
 function noisy_gc($maxlifetime) {
index ad11729b94a370c0db5be1b6d925aa9f5200961c..9860dcc04aa82c769b95c9afa2f6dbee8571be78 100644 (file)
@@ -15,12 +15,6 @@ session.save_handler=files
 
 ob_start();
 
-/*
- * Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc)
- * Description : Sets user-level session storage functions with validate_id() and update()
- * Source code : ext/session/session.c
- */
-
 function noisy_gc($maxlifetime) {
     echo("GC [".$maxlifetime."]\n");
     echo gc($maxlifetime)." deleted\n";
index 7a37198c70e8aaad10522deff9c6ed917ddf755d..d65c0dc1c83bbb7a9491ecb00d47cdcb7d30b471 100644 (file)
@@ -14,12 +14,6 @@ session.save_handler=files
 
 ob_start();
 
-/*
- * Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc)
- * Description : Sets user-level session storage functions
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_set_save_handler() : test write short circuit ***\n";
 
 require_once "save_handler.inc";
index d76bd8b0f3c2b50543ef01d3d6e09bb31d4a02e1..b34abbacddce7ba138a8dc96ae79467876aad4f4 100644 (file)
@@ -7,12 +7,6 @@ Test session_start() function : variation
 
 ob_start();
 
-/*
- * Prototype : bool session_start(void)
- * Description : Initialize session data
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_start() : variation ***\n";
 
 var_dump(session_start());
@@ -29,15 +23,15 @@ ob_end_flush();
 *** Testing session_start() : variation ***
 bool(true)
 
-Notice: session_start(): A session had already been started - ignoring in %s on line 14
+Notice: session_start(): A session had already been started - ignoring in %s on line %d
 bool(true)
 
-Notice: session_start(): A session had already been started - ignoring in %s on line 15
+Notice: session_start(): A session had already been started - ignoring in %s on line %d
 bool(true)
 
-Notice: session_start(): A session had already been started - ignoring in %s on line 16
+Notice: session_start(): A session had already been started - ignoring in %s on line %d
 bool(true)
 
-Notice: session_start(): A session had already been started - ignoring in %s on line 17
+Notice: session_start(): A session had already been started - ignoring in %s on line %d
 bool(true)
 Done
index 59cbfab3269bb85b1270b89ed6efac13b1ebe50b..c88577ab320c755d7c751cfa00dd20706d0c744b 100644 (file)
@@ -7,12 +7,6 @@ Test session_start() function : variation
 
 ob_start();
 
-/*
- * Prototype : bool session_start(void)
- * Description : Initialize session data
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_start() : variation ***\n";
 
 var_dump(session_start());
index 8f0b56306fe8cb660793255899aef878e4e0dacb..eab04386fca70522a873202894e15b5365d703c0 100644 (file)
@@ -7,12 +7,6 @@ Test session_start() function : variation
 
 ob_start();
 
-/*
- * Prototype : bool session_start(void)
- * Description : Initialize session data
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_start() : variation ***\n";
 
 var_dump(session_start());
@@ -43,6 +37,6 @@ bool(true)
 bool(true)
 bool(true)
 
-Warning: session_destroy(): Trying to destroy uninitialized session in %s on line 23
+Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d
 bool(false)
 Done
index f14b2574e23f72ffb9dd85dde277f555ddd34f59..001073a29783ee91e4d5187d9aaf88e46d80ea10 100644 (file)
@@ -7,12 +7,6 @@ Test session_start() function : variation
 
 ob_start();
 
-/*
- * Prototype : bool session_start(void)
- * Description : Initialize session data
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_start() : variation ***\n";
 
 $_SESSION['blah'] = 'foo';
index ca5cb85a1075019d3b045dc4908799f368764388..8de4982fb519013105f0a5c3066487f78882b149 100644 (file)
@@ -7,12 +7,6 @@ Test session_start() function : variation
 
 ob_start();
 
-/*
- * Prototype : bool session_start(void)
- * Description : Initialize session data
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_start() : variation ***\n";
 
 session_start();
index 60b1438e45421520bcc834606bde18350dc3555c..558baf32b61f44369cff83655ceedbdb8792ad52 100644 (file)
@@ -7,12 +7,6 @@ Test session_start() function : variation
 
 ob_start();
 
-/*
- * Prototype : bool session_start(void)
- * Description : Initialize session data
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_start() : variation ***\n";
 
 session_start();
index 47119f99710a0633f27eb6eef6b47f7febe9e09c..59cd1e529ef697147e2b1e9bd54c3ed19651a629 100644 (file)
@@ -7,12 +7,6 @@ Test session_start() function : variation
 
 ob_start();
 
-/*
- * Prototype : bool session_start(void)
- * Description : Initialize session data
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_start() : variation ***\n";
 
 session_start();
index 3706ebc26ec91663bbede0dd8ce6a07776d40787..2a83e2907ad314dc68dfa1b22483cc4fb47d6973 100644 (file)
@@ -7,12 +7,6 @@ Test session_start() function : variation
 
 ob_start();
 
-/*
- * Prototype : bool session_start(void)
- * Description : Initialize session data
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_start() : variation ***\n";
 
 var_dump(session_id());
index e37c484ee0c5f6e7d9eb6510384c4868e71f07e3..99740c0b92af5508728d950c68442996592c3041 100644 (file)
@@ -9,12 +9,6 @@ session.auto_start=1
 
 ob_start();
 
-/*
- * Prototype : bool session_start(void)
- * Description : Initialize session data
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_start() : variation ***\n";
 
 var_dump(session_id());
@@ -30,7 +24,7 @@ ob_end_flush();
 *** Testing session_start() : variation ***
 string(%d) "%s"
 
-Notice: session_start(): A session had already been started - ignoring in %s on line 14
+Notice: session_start(): A session had already been started - ignoring in %s on line %d
 bool(true)
 string(%d) "%s"
 bool(true)
index ba0a58f5a583b169713dc4248b0e96b5b62735a4..575e9a98dcfd3f52940ff776ba7dd16ba557205f 100644 (file)
@@ -7,12 +7,6 @@ Test session_unset() function : basic functionality
 
 ob_start();
 
-/*
- * Prototype : void session_unset(void)
- * Description : Free all session variables
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_unset() : basic functionality ***\n";
 
 var_dump(session_start());
index 1e3cbf063155da9eed282c75077d77f17f8da3c8..5e17ca751fc52458cf6bb7c1aaf6dd1d1fa5c6fd 100644 (file)
@@ -7,12 +7,6 @@ Test session_unset() function : variation
 
 ob_start();
 
-/*
- * Prototype : void session_unset(void)
- * Description : Free all session variables
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_unset() : variation ***\n";
 
 var_dump(session_unset());
index c5f44caddbb9e395f5adb7bfa6610002ccc53958..bbf67d550f05d127ad76b26922c9e5629e07a577 100644 (file)
@@ -7,12 +7,6 @@ Test session_write_close() function : basic functionality
 
 ob_start();
 
-/*
- * Prototype : bool session_write_close(void)
- * Description : Write session data and end session
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_write_close() : basic functionality ***\n";
 
 var_dump(session_start());
index bd849f78d0e553e42fec32b856139cf157a61575..d5ae075bd518f67a6e51b307bd24af8816c116d7 100644 (file)
@@ -7,12 +7,6 @@ Test session_write_close() function : variation
 
 ob_start();
 
-/*
- * Prototype : bool session_write_close(void)
- * Description : Write session data and end session
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_write_close() : variation ***\n";
 
 var_dump(session_start());
index fc1abf833fda012ddffc26c9e603daf59fae346b..02f261191998213f5ad42f3f053abce643bff817 100644 (file)
@@ -7,12 +7,6 @@ Test session_write_close() function : variation
 
 ob_start();
 
-/*
- * Prototype : bool session_write_close(void)
- * Description : Write session data and end session
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_write_close() : variation ***\n";
 
 var_dump(session_start());
index 72e3d2f55ac0fa1a4d2ced0e4c0a212f3c729295..c726caa248a26d8831f1203254abe1528bc9a1c5 100644 (file)
@@ -9,12 +9,6 @@ session.auto_start=1
 
 ob_start();
 
-/*
- * Prototype : bool session_write_close(void)
- * Description : Write session data and end session
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_write_close() : variation ***\n";
 
 var_dump($_SESSION);
index 63311651a844fe7ce79b7ccbc81f668b932de2b3..239086833df416556e2ab02d0aaee14ba891879e 100644 (file)
@@ -9,12 +9,6 @@ session.use_strict_mode=0
 
 ob_start();
 
-/*
- * Prototype : bool session_write_close(void)
- * Description : Write session data and end session
- * Source code : ext/session/session.c
- */
-
 echo "*** Testing session_write_close() : variation ***\n";
 
 var_dump(session_id("test"));
index 042e317273203def29a371af18e1df09c7589b0c..6834febeeeeaff91d9e7449de8c8d70f845950ec 100644 (file)
@@ -2,9 +2,7 @@
 SPL: Test ArrayObject::asort() function : basic functionality with array based store
 --FILE--
 <?php
-/* Prototype  : int ArrayObject::asort()
- * Description: proto int ArrayIterator::asort()
- * Sort the entries by values.
+/* Sort the entries by values.
  * Source code: ext/spl/spl_array.c
  * Alias to functions:
  */
index 80248cbeb3a2bc5f0f008163e266f13eef7c8412..21f0dee950070edbc16c735f7662f59feb94fad8 100644 (file)
@@ -2,9 +2,7 @@
 SPL: Test ArrayObject::asort() function : basic functionality with object based store
 --FILE--
 <?php
-/* Prototype  : int ArrayObject::asort()
- * Description: proto int ArrayIterator::asort()
- * Sort the entries by values.
+/* Sort the entries by values.
  * Source code: ext/spl/spl_array.c
  * Alias to functions:
  */
index 892e392b8becce682864f30c215526f75c955809..0c0bea5373a79549d3d76c26dfaf9ffec509c883 100644 (file)
@@ -2,9 +2,7 @@
 SPL: Test ArrayObject::ksort() function : basic functionality with array based store
 --FILE--
 <?php
-/* Prototype  : int ArrayObject::ksort()
- * Description: proto int ArrayIterator::ksort()
- * Sort the entries by key.
+/* Sort the entries by key.
  * Source code: ext/spl/spl_array.c
  * Alias to functions:
  */
index 6ef06b331b6f5485cab982de60aa5e53165c8abf..1ac3029543d8dc9ccef2579625dd12683b71e54c 100644 (file)
@@ -2,9 +2,7 @@
 SPL: Test ArrayObject::ksort() function : basic functionality with object base store
 --FILE--
 <?php
-/* Prototype  : int ArrayObject::ksort()
- * Description: proto int ArrayIterator::ksort()
- * Sort the entries by key.
+/* Sort the entries by key.
  * Source code: ext/spl/spl_array.c
  * Alias to functions:
  */
index bbd47ae199c924689598a68f36c47a6534d2eafb..5b3530b8d422f029e639e6c60e6dff3b91633d84 100644 (file)
@@ -2,9 +2,7 @@
 SPL: Test ArrayObject::natcasesort() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : int ArrayObject::natcasesort()
- * Description: proto int ArrayIterator::natcasesort()
- Sort the entries by values using case insensitive "natural order" algorithm.
+/* Sort the entries by values using case insensitive "natural order" algorithm.
  * Source code: ext/spl/spl_array.c
  * Alias to functions:
  */
index 8c4f5b8aec241244df2d3e7ba42452ded0721017..c8c789f03824b8110f1e09505b300804a7760453 100644 (file)
@@ -2,9 +2,7 @@
 SPL: Test ArrayObject::natsort() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : int ArrayObject::natsort()
- * Description: proto int ArrayIterator::natsort()
- Sort the entries by values using "natural order" algorithm.
+/* Sort the entries by values using "natural order" algorithm.
  * Source code: ext/spl/spl_array.c
  * Alias to functions:
  */
index 06f6d43ef599d3d3a1c331b77b864d68b97f569d..d39dc1b7c0f732a4185f7eb5e3ebd774c35a170f 100644 (file)
@@ -2,9 +2,7 @@
 SPL: Test ArrayObject::uasort() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : int ArrayObject::uasort(callback cmp_function)
- * Description: proto int ArrayIterator::uasort(callback cmp_function)
- Sort the entries by values user defined function.
+/* Sort the entries by values user defined function.
  * Source code: ext/spl/spl_array.c
  * Alias to functions:
  */
index 5dc63373ef636ee4727003106d5adec622033a1b..999d765e48b807d2c363a2ba5f7efe87f0acc7f4 100644 (file)
@@ -2,9 +2,7 @@
 Test ArrayObject::uasort() function : wrong arg count
 --FILE--
 <?php
-/* Prototype  : int ArrayObject::uasort(callback cmp_function)
- * Description: proto int ArrayIterator::uasort(callback cmp_function)
- Sort the entries by values user defined function.
+/* Sort the entries by values user defined function.
  * Source code: ext/spl/spl_array.c
  * Alias to functions:
  */
index 5a0f8d0bd33652ba90f64e00ec7d2f7e84370c84..c59ff2b5715db2311a2ad8c69674ffb398e5e92b 100644 (file)
@@ -2,9 +2,7 @@
 Test ArrayObject::uksort() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : int ArrayObject::uksort(callback cmp_function)
- * Description: proto int ArrayIterator::uksort(callback cmp_function)
- * Sort the entries by key using user defined function.
+/* Sort the entries by key using user defined function.
  * Source code: ext/spl/spl_array.c
  * Alias to functions:
  */
index e2bbf9968cfa2797cb84424f89dbbe937e2298e4..15d47fc95a34e6a072cb9140ab872d011aae4465 100644 (file)
@@ -2,9 +2,7 @@
 Test ArrayObject::uksort() function : wrong arg count
 --FILE--
 <?php
-/* Prototype  : int ArrayObject::uksort(callback cmp_function)
- * Description: proto int ArrayIterator::uksort(callback cmp_function)
- Sort the entries by key using user defined function.
+/* Sort the entries by key using user defined function.
  * Source code: ext/spl/spl_array.c
  * Alias to functions:
  */
index 1d8801899bd7bcd09c881744bb7afc05f4e5f46e..0a51251588bc67b21d453de5a0dedd9722447576 100644 (file)
@@ -2,12 +2,6 @@
 SPL: Test class_implements() function : basic
 --FILE--
 <?php
-/* Prototype  : array class_implements(mixed what [, bool autoload ])
- * Description: Return all classes and interfaces implemented by SPL
- * Source code: ext/spl/php_spl.c
- * Alias to functions:
- */
-
 echo "*** Testing class_implements() : basic ***\n";
 
 
index 4c8a2bf03e5f462cab47027b621714640ceb7664..d0dbb37ba958dc35c96410c9ada0ea67bd93903c 100644 (file)
@@ -2,12 +2,6 @@
 SPL: Test class_implements() function : basic
 --FILE--
 <?php
-/* Prototype  : array class_implements(mixed what [, bool autoload ])
- * Description: Return all classes and interfaces implemented by SPL
- * Source code: ext/spl/php_spl.c
- * Alias to functions:
- */
-
 echo "*** Testing class_implements() : basic ***\n";
 
 
index f0e510c056803fb01a34f423d09d49d1a4a5fb0a..9c7f07231e411241b3799ef230c6dc1741b53ed3 100644 (file)
@@ -2,12 +2,6 @@
 SPL: Test class_implements() function : variation - no interfaces and autoload
 --FILE--
 <?php
-/* Prototype  : array class_implements(mixed what [, bool autoload ])
- * Description: Return all classes and interfaces implemented by SPL
- * Source code: ext/spl/php_spl.c
- * Alias to functions:
- */
-
 echo "*** Testing class_implements() : variation ***\n";
 
 echo "--- testing no interfaces ---\n";
index 215abfe2c7eb41d5d81f2667b25355e95a49d2f7..b44838a120319cb65b606513469b662d9c18ed8f 100644 (file)
@@ -2,12 +2,6 @@
 SPL: Test class_implements() function : variation
 --FILE--
 <?php
-/* Prototype  : array class_implements(mixed what [, bool autoload ])
- * Description: Return all classes and interfaces implemented by SPL
- * Source code: ext/spl/php_spl.c
- * Alias to functions:
- */
-
 echo "*** Testing class_implements() : variation ***\n";
 
 
index 9ebbe7b0f274f57043d2d07a1d82c0bfeac01c3e..c981c5a9256389adb154ababfd9f2c5546732bb8 100644 (file)
@@ -2,12 +2,6 @@
 SPL: Test class_implements() function : basic
 --FILE--
 <?php
-/* Prototype  : array class_uses(mixed what [, bool autoload ])
- * Description: Return all traits used by a class
- * Source code: ext/spl/php_spl.c
- * Alias to functions:
- */
-
 echo "*** Testing class_uses() : basic ***\n";
 
 
index 941d967fa73b6877b414d456ba5ca7c4a3fab549..ff7761fcd5b86e55607149f684df114b2235923a 100644 (file)
@@ -2,12 +2,6 @@
 SPL: Test class_uses() function : basic
 --FILE--
 <?php
-/* Prototype  : array class_uses(mixed what [, bool autoload ])
- * Description: Return all traits used by a class
- * Source code: ext/spl/php_spl.c
- * Alias to functions:
- */
-
 echo "*** Testing class_uses() : basic ***\n";
 
 
index 8e0d716f6cf990a02f326244fb11f608509c9e85..625e05b8daa2d2c648986391d99184fcc090b61b 100644 (file)
@@ -2,12 +2,6 @@
 SPL: Test class_uses() function : variation - no interfaces and autoload
 --FILE--
 <?php
-/* Prototype  : array class_uses(mixed what [, bool autoload ])
- * Description: Return all traits used by a class
- * Source code: ext/spl/php_spl.c
- * Alias to functions:
- */
-
 echo "*** Testing class_uses() : variation ***\n";
 
 echo "--- testing no traits ---\n";
index 5c766b9426a162ff150ea35fe6f6ef4623b0005b..50865f432739f849507f5fc039e0e68f5af11c7a 100644 (file)
@@ -2,12 +2,6 @@
 SPL: Test class_uses() function : variation
 --FILE--
 <?php
-/* Prototype  : array class_uses(mixed what [, bool autoload ])
- * Description: Return all traits used by a class
- * Source code: ext/spl/php_spl.c
- * Alias to functions:
- */
-
 echo "*** Testing class_uses() : variation ***\n";
 
 
index ed9f0458c483437e28d4858104bc6705924a8f9c..29deed8a12536b62c66d2cb6aacf74b70da84f5d 100644 (file)
@@ -2,10 +2,6 @@
 Test array_shift() function
 --FILE--
 <?php
-/* Prototype: mixed array_shift( array &array );
- * Description: Shifts the first value of the array off and returns it.
- */
-
 array_shift($GLOBALS);
 
 $empty_array = array();
index fc10d293ff53926568ac0a6784aff2ca4a186415..42cecc51eae29bec46e6c72cda1f1579b240e84c 100644 (file)
@@ -2,12 +2,6 @@
 Test key(), current(), next() & reset() functions
 --FILE--
 <?php
-/* Prototype & Usage:
-   mixed key ( array &$array ) -> returns the index element of the current array position
-   mixed current ( array &$array ) -> returns the current element in the array
-   mixed next ( array &$array ) -> similar to current() but advances the internal pointer to next element
-   mixed reset ( array &$array ) -> Reset the internal pointer to first element
-*/
 
 $basic_arrays = array (
   array(0),  // array with element as 0
index 115a7096d80e5633b9416980ab96034b7dc228bb..92c4564019f050395c6a12a763e8fb9a9cdc2597 100644 (file)
@@ -2,12 +2,6 @@
 Test array_change_key_case() function
 --FILE--
 <?php
-/* Prototype: array array_change_key_case ( array $input [, int $case] )
-   Description: Changes the keys in the input array to be all lowercase
-   or uppercase. The change depends on the last optional case parameter.
-   You can pass two constants there, CASE_UPPER and CASE_LOWER(default).
-   The function will leave number indices as is.
-*/
 $arrays = array (
   array (),
   array (0),
index 726b0eb553932bd230db5fdef0b31087dc20d536..bd5ad8557bf5840b4e94e1872f6c2af650966e65 100644 (file)
@@ -2,11 +2,6 @@
 Test array_change_key_case() function : usage variations - different data types as keys
 --FILE--
 <?php
-/* Prototype  : array array_change_key_case(array $input [, int $case])
- * Description: Returns an array with all string keys lowercased [or uppercased]
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass arrays with different data types as keys to array_change_key_case()
  * to test conversion
index eaacfaac5814680db5bde5539d9283565723a143..82d211451638af1ed30cd97a736c434f373edc02 100644 (file)
@@ -2,11 +2,6 @@
 Test array_change_key_case() function : usage variations - different int values for $case
 --FILE--
 <?php
-/* Prototype  : array array_change_key_case(array $input [, int $case])
- * Description: Returns an array with all string keys lowercased [or uppercased]
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass different integer values as $case argument to array_change_key_case() to test behaviour
  */
index e39fb1cafec02a652261e17363d28366d635b371..7fe48e87594c12592ffbddcbb9af8433c916ddf3 100644 (file)
@@ -2,11 +2,6 @@
 Test array_change_key_case() function : usage variations - position of internal pointer
 --FILE--
 <?php
-/* Prototype  : array array_change_key_case(array $input [, int $case])
- * Description: Returns an array with all string keys lowercased [or uppercased]
- * Source code: ext/standard/array.c
- */
-
 /*
  * Check the position of the internal array pointer after calling the function
  */
index aa87ee1fb50441ed36621be79ed35de61fe8c8e7..1357650e10cfde69bf5dd13eb2de75a6dec6d209 100644 (file)
@@ -2,11 +2,6 @@
 Test array_change_key_case() function : usage variations - multidimensional arrays
 --FILE--
 <?php
-/* Prototype  : array array_change_key_case(array $input [, int $case])
- * Description: Returns an array with all string keys lowercased [or uppercased]
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test how array_change_key_case() converts keys in multi-dimensional arrays
  */
index 0f1268dd485cf3f8715c416b95f0d4c7c4ece986..44fd6adb26a76c6cf9b819e9bd6b9aab0501c63e 100644 (file)
@@ -2,11 +2,6 @@
 Test array_change_key_case() function : usage variations - referenced variables
 --FILE--
 <?php
-/* Prototype  : array array_change_key_case(array $input [, int $case])
- * Description: Returns an array with all string keys lowercased [or uppercased]
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test array_change_key_case() when:
  * 1. Passed a referenced variable
index 17455c54dade929da1df3a6e52a94598d5862313..bb4dbc4af60f01c93b5696ccae2f5de106fa6599 100644 (file)
@@ -2,11 +2,6 @@
 Test array_change_key_case() function : usage variations - Different strings as keys
 --FILE--
 <?php
-/* Prototype  : array array_change_key_case(array $input [, int $case])
- * Description: Returns an array with all string keys lowercased [or uppercased]
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test how array_change_key_case() behaves with different strings
  */
index 8bd92eb14e92529d92c00faa263fe24579a09431..68a8410dbe036c518ba254233e7490acf1464b41 100644 (file)
@@ -2,12 +2,6 @@
 Test array_chunk() function : basic functionality - default 'preserve_keys'
 --FILE--
 <?php
-/* Prototype  : array array_chunk(array $array, int $size [, bool $preserve_keys])
- * Description: Split array into chunks
- *              Chunks an array into size  large chunks.
- * Source code: ext/standard/array.c
-*/
-
 echo "*** Testing array_chunk() : basic functionality ***\n";
 $size = 2;
 
index 10dcc9e5ba5921c6d808c5660fe1125991052a84..5f9b0afb7a1e3df32bea66833d1318aa50efb557 100644 (file)
@@ -2,12 +2,6 @@
 Test array_chunk() function : basic functionality - 'preserve_keys' as true/false
 --FILE--
 <?php
-/* Prototype  : array array_chunk(array $array, int $size [, bool $preserve_keys])
- * Description: Split array into chunks
- *              Chunks an array into size  large chunks.
- * Source code: ext/standard/array.c
-*/
-
 echo "*** Testing array_chunk() : basic functionality ***\n";
 $size = 2;
 
index 2396e022f4416b2fa902aae08c365e25a3639ea2..265fc390ec3fdaa8df340acf17d59db790bd2259 100644 (file)
@@ -2,12 +2,6 @@
 Test array_chunk() function : usage variations - array with diff. sub arrays
 --FILE--
 <?php
-/* Prototype  : array array_chunk(array $array, int $size [, bool $preserve_keys])
- * Description: Split array into chunks
- *            : Chunks an array into size large chunks
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Testing array_chunk() function - input array containing different sub arrays
 */
index be20656825d5d8fd8388d57f9172ac9d6d95557f..1cf528d0813953e40f629dcbb12b82eece3f411f 100644 (file)
@@ -2,12 +2,6 @@
 Test array_chunk() function : usage variations - different 'size' values
 --FILE--
 <?php
-/* Prototype  : array array_chunk(array $array, int $size [, bool $preserve_keys])
- * Description: Split array into chunks
- *            : Chunks an array into size large chunks
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing array_chunk() function with following conditions
  *   1. -ve size value
index 96344b074fcc6657e41cb3bf913fe32db4a8c975..c9c34e512e23ea13170552c944c17ac0320d4031 100644 (file)
@@ -2,12 +2,6 @@
 Test array_chunk() function : usage variations - different arrays
 --FILE--
 <?php
-/* Prototype  : array array_chunk(array $array, int $size [, bool $preserve_keys])
- * Description: Split array into chunks
- *            : Chunks an array into size large chunks
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing array_chunk() function with following conditions
  *   1. array without elements
index 513487fab85edcdad9d136e4be02ed4e130b6c8f..4b12c32502d1d166da59a1dc6afa777f925f39bf 100644 (file)
@@ -2,12 +2,6 @@
 Test array_chunk() function : usage variations - references
 --FILE--
 <?php
-/* Prototype  : array array_chunk(array $array, int $size [, bool $preserve_keys])
- * Description: Split array into chunks
- *            : Chunks an array into size large chunks
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing array_chunk() function with following conditions
  *   1. input array containing references
index 57056b971f7042bbb2f6185a1a73edf0033684ee..42e457617750b09ddfe224c026574d3394daad25 100644 (file)
@@ -2,12 +2,6 @@
 Test array_column() function: basic functionality
 --FILE--
 <?php
-/* Prototype:
- *  array array_column(array $input, mixed $column_key[, mixed $index_key]);
- * Description:
- *  Returns an array containing all the values from
- *  the specified "column" in a two-dimensional array.
- */
 
 echo "*** Testing array_column() : basic functionality ***\n";
 /* Array representing a possible record set returned from a database */
index de98d5d9998c2e701fba3f78b603691946627ab8..ca5ff20197c67b57213e6c240d6eca503a3f8a83 100644 (file)
@@ -3,12 +3,6 @@ Test array_column(): Index argument with various types in strict type mode
 --FILE--
 <?php
 declare(strict_types=1);
-/* Prototype:
- *  array array_column(array $input, mixed $column_key[, mixed $index_key]);
- * Description:
- *  Returns an array containing all the values from
- *  the specified "column" in a two-dimensional array.
- */
 
 echo "\n-- Testing array_column() column key parameter should be a string or an integer (testing bool) --\n";
 try {
index ae8c248a598b8a814886f43c9a77a04072636bc4..42ca676ebfcac40762e85e7586e74d9b56ec449e 100644 (file)
@@ -2,13 +2,6 @@
 Test array_column(): Index argument with various types in weak type mode
 --FILE--
 <?php
-/* Prototype:
- *  array array_column(array $input, mixed $column_key[, mixed $index_key]);
- * Description:
- *  Returns an array containing all the values from
- *  the specified "column" in a two-dimensional array.
- */
-
 echo "\n-- Testing array_column() column key parameter should be a string or an integer (testing bool) --\n";
 try {
     var_dump(array_column([['php7', 'foo'], ['php8', 'bar']], false));
index 6079f4119e458d8cd4a504565f27fc3fa79ea8b4..ccf1bbf4766f46dbc0bce15d5e8cf270e4d62486 100644 (file)
@@ -2,12 +2,6 @@
 Test array_combine() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : array array_combine(array $keys, array $values)
- * Description: Creates an array by using the elements of the first parameter as keys
- *              and the elements of the second as the corresponding values
- * Source code: ext/standard/array.c
-*/
-
 echo "*** Testing array_combine() : basic functionality ***\n";
 
 /* Different arrays for $keys and $values arguments */
index 66707238a435cecd4924b948539fe5a6cba628bc..8d3440eaac5d3d67b524b784b3dcac81fd1f090a 100644 (file)
@@ -2,12 +2,6 @@
 Test array_combine() function : error conditions - empty array
 --FILE--
 <?php
-/* Prototype  : array array_combine(array $keys, array $values)
- * Description: Creates an array by using the elements of the first parameter as keys
- *              and the elements of the second as the corresponding values
- * Source code: ext/standard/array.c
-*/
-
 echo "*** Testing array_combine() : error conditions specific to array_combine() ***\n";
 
 // Testing array_combine by passing empty arrays to $keys and $values arguments
index 23b5017570c9582677c76b2adbc2c2ad37b084df..94901eedf6495f34d265fc33cea324f5db8f052e 100644 (file)
@@ -2,12 +2,6 @@
 Test array_combine() function : usage variations - different arrays(Bug#43424)
 --FILE--
 <?php
-/* Prototype  : array array_combine(array $keys, array $values)
- * Description: Creates an array by using the elements of the first parameter as keys
- *              and the elements of the second as the corresponding values
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Passing different types of arrays to both $keys and $values arguments and testing whether
 * array_combine() behaves in an expected way with the arguments passed to the function
index 5726eb73e62fcecf0c294dafb943b8b5063a2fd9..e853d9e2fee4c06fead7172461edff3322b206e3 100644 (file)
@@ -2,12 +2,6 @@
 Test array_combine() function : usage variations - associative array with different keys(Bug#43424)
 --FILE--
 <?php
-/* Prototype  : array array_combine(array $keys, array $values)
- * Description: Creates an array by using the elements of the first parameter as keys
- *              and the elements of the second as the corresponding values
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing the functionality of array_combine() by passing different
  * associative arrays having different possible keys to $keys argument and
index cb399cbc56b68efcd6fdfbb4ea69f7e577414cf1..ec92352a07160e511741032da5ccc1b1ea4a9dbc 100644 (file)
@@ -2,12 +2,6 @@
 Test array_combine() function : usage variations - associative array with different values(Bug#43424)
 --FILE--
 <?php
-/* Prototype  : array array_combine(array $keys, array $values)
- * Description: Creates an array by using the elements of the first parameter as keys
- *              and the elements of the second as the corresponding values
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Testing the functionality of array_combine() by passing various
 * associative arrays having different possible values to $keys argument and
index 1e51c9886eb30087bbac055ce7c48e16e444963b..b9985a0a820f7b8bcb9d584e491470aa1a5261a9 100644 (file)
@@ -2,12 +2,6 @@
 Test array_combine() function : usage variations - binary safe checking
 --FILE--
 <?php
-/* Prototype  : array array_combine(array $keys, array $values)
- * Description: Creates an array by using the elements of the first parameter as keys
- *              and the elements of the second as the corresponding values
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Testing the behavior of array_combine() by passing array with
 * binary values for $keys and $values argument.
index 2156db0ad9d8d8b2341395db6d2a09fb63da8081..4c9a295f0c8f17401435e8a0b4c39205e887c1b6 100644 (file)
@@ -2,12 +2,6 @@
 Test array_count_values() function : Test all normal parameter variations
 --FILE--
 <?php
-/* Prototype  : proto array array_count_values(array input)
- * Description: Return the value as key and the frequency of that value in input as value
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 /*
  * Test behaviour with parameter variations
  */
index 92be6735016606a053eb2eadabadd43dcad080ce..3a9ec872becd3d0030571eb70e4f61d175be6a9b 100644 (file)
@@ -2,12 +2,6 @@
 Test array_diff_assoc() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : array array_diff_assoc(array $arr1, array $arr2 [, array ...])
- * Description: Returns the entries of $arr1 that have values which are not
- * present in any of the others arguments but do additional checks whether the keys are equal
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test basic functionality of array_diff_assoc
  */
index 69015289e2365e4053d2ab88e2162eb8276a2963..02ee5f282bc08f446a63b5f0f82dfc3af70310b6 100644 (file)
@@ -2,12 +2,6 @@
 Test array_diff_assoc() function : error conditions - pass array_diff_assoc() too few/zero arguments
 --FILE--
 <?php
-/* Prototype  : array array_diff_assoc(array $arr1, array $arr2 [, array ...])
- * Description: Returns the entries of arr1 that have values which are not present
- * in any of the others arguments but do additional checks whether the keys are equal
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test errors for array_diff with too few\zero arguments
  */
index 95064b739ae7327aefe2ba2555f5f90a8c795edb..2b314aec34eda02240ebb4a5e29a1e998bbbb071 100644 (file)
@@ -2,12 +2,6 @@
 Test array_diff_assoc() function : usage variations  - unexpected values for 'arr1' argument
 --FILE--
 <?php
-/* Prototype  : array array_diff_assoc(array $arr1, array $arr2 [, array ...])
- * Description: Returns the entries of $arr1 that have values which are not present
- * in any of the others arguments but do additional checks whether the keys are equal
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass array_diff_assoc arguments that are not arrays in place of $arr1
  */
index fcddbb394db16464933770b536d96284d67e7a7e..edaaec73d2aa3af744eb932d481d20385ded3d52 100644 (file)
@@ -2,13 +2,6 @@
 Test array_diff_assoc() function : usage variations - binary safe check
 --FILE--
 <?php
-/* Prototype  : array array_diff_assoc(array $arr1, array $arr2 [, array ...])
- * Description: Returns the entries of arr1 that have values which are not
- * present in any of the others arguments but do additional checks whether
- * the keys are equal
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test how array_diff_assoc() compares binary data
  */
index b96db1326a8196a0ab4c097bb9ab3fcad5d40bd8..839935b2944c4932bd79cabfc4546c3257ce6b17 100644 (file)
@@ -2,12 +2,6 @@
 Test array_diff_assoc() function : usage variations  - unexpected values for 'arr1' argument
 --FILE--
 <?php
-/* Prototype  : array array_diff_assoc(array $arr1, array $arr2 [, array ...])
- * Description: Returns the entries of arr1 that have values which are not present
- * in any of the others arguments but do additional checks whether the keys are equal
- * Source code: ext/standard/array.c
- */
-
 /*
  * pass array_diff_assoc arguments which are not arrays in place of $arr2
  */
index 023beb1ed012aa51029d833c743ede1c581360a1..b32e484fd19035463a9f4de73e340245bc13cbad 100644 (file)
@@ -2,12 +2,6 @@
 Test array_diff_assoc() function : variation - array containing different data types
 --FILE--
 <?php
-/* Prototype  : array array_diff_assoc(array $arr1, array $arr2 [, array ...])
- * Description: Returns the entries of arr1 that have values which are not present
- * in any of the others arguments but do additional checks whether the keys are equal
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test how array_diff_assoc() compares indexed arrays containing different data types
  */
index 70ea73f96d768ef3eb97e675a98370aa8ee7fc55..01b2e56a05f8ecb4c41f1db14a5370b5c8104c6c 100644 (file)
@@ -2,12 +2,6 @@
 Test array_diff_assoc() function : usage variations - arrays with different data types as keys
 --FILE--
 <?php
-/* Prototype  : array array_diff_assoc(array $arr1, array $arr2 [, array ...])
- * Description: Returns the entries of arr1 that have values which are not present
- * in any of the others arguments but do additional checks whether the keys are equal
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test how array_diff_assoc() compares arrays containing different data types
  * as keys
index e761a91d925e2beb44e4e0e33cd3b121f32fc1e5..df05e3db614ad6de601826ddd87e94cb496e01ce 100644 (file)
@@ -2,12 +2,6 @@
 Test array_diff_assoc() function : usage variations - compare integers, floats and strings
 --FILE--
 <?php
-/* Prototype  : array array_diff_assoc(array $arr1, array $arr2 [, array ...])
- * Description: Returns the entries of arr1 that have values which are not present
- * in any of the others arguments but do additional checks whether the keys are equal
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test how array_diff_assoc compares integers, floats and string
  */
index f66dea6a83e24928f988b93844673a9a1390c7b8..4c75e1e9e7c4c83ca2f0e6d672526f8986b0c10d 100644 (file)
@@ -2,12 +2,6 @@
 Test array_diff_assoc() function : usage variations - strict string comparison check
 --FILE--
 <?php
-/* Prototype  : array array_diff_assoc(array $arr1, array $arr2 [, array ...])
- * Description: Returns the entries of $arr1 that have values which are not
- * present in any of the others arguments but do additional checks whether the keys are equal
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test how array_diff_assoc behaves
  * 1. When comparing an array that has similar elements
index 0d3caf6c710e643c11082ca6bc8037d5c083c057..134bc44529227888a0f830b164365736fa66f1da 100644 (file)
@@ -2,12 +2,6 @@
 Test array_diff_assoc() function : usage variations - arrays containing referenced variables
 --FILE--
 <?php
-/* Prototype  : array array_diff_assoc(array $arr1, array $arr2 [, array ...])
- * Description: Returns the entries of $arr1 that have values which are not
- * present in any of the others arguments but do additional checks whether the keys are equal
- * Source code: ext/standard/array.c
- */
-
 /*
  * Tests how array_diff_assoc compares
  * 1. Referenced variables
index 8569703435c6f02b4cf405ff269bbe3bc51138d2..0ca368f9a7cabd3b3876d09a551eac35c56794a5 100644 (file)
@@ -2,13 +2,6 @@
 Test array_diff_assoc() function : usage variations - array containing duplicate keys and values
 --FILE--
 <?php
-/* Prototype  : array array_diff_assoc(array $arr1, array $arr2 [, array ...])
- * Description: Returns the entries of $arr1 that have values which are not
- * present in any of the others arguments but do additional checks whether
- * the keys are equal
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test how array_diff_assoc() behaves when comparing:
  * 1. the order of the array
index 1ef4f732485b9d5423862e7edc3517bc92d085b4..e6d8ce06534504d19394d8d692d5e4aeaf8d076a 100644 (file)
@@ -2,13 +2,6 @@
 Test array_diff_assoc() function : usage variations - compare multidimensional arrays
 --FILE--
 <?php
-/* Prototype  : array array_diff_assoc(array $arr1, array $arr2 [, array ...])
- * Description: Returns the entries of $arr1 that have values which are not
- * present in any of the others arguments but do additional checks whether
- * the keys are equal
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test how array_diff_assoc behaves when comparing
  * multi-dimensional arrays
index 418dbc5b392d6890bf79069c0290e6785ee3492f..aa9f1cbf129604d908c1fcf7a535a92c5d0c5c2c 100644 (file)
@@ -2,12 +2,6 @@
 Test array_diff() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : array array_diff(array $arr1, array $arr2 [, array ...])
- * Description: Returns the entries of $arr1 that have values which are not present
- * in any of the others arguments.
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test basic functionality of array_diff
  */
index 889c5ce1b25b41a4a785fe86650834a3e923cf35..81481fd207d8151d5a4477f57aac4b939448fb70 100644 (file)
@@ -2,12 +2,6 @@
 Test array_diff() function : error conditions - too few arguments passed to function
 --FILE--
 <?php
-/* Prototype  : array array_diff(array $arr1, array $arr2 [, array ...])
- * Description: Returns the entries of $arr1 that have values which are
- * not present in any of the others arguments.
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test array_diff with less than the expected number of arguments
  */
index 0249e2c27d70ed346f64bca0fec184c4f6751fe2..1ce70c6aae4a5418b0b114f454693ee852e43b35 100644 (file)
@@ -3,7 +3,6 @@ Test array_diff_key() : basic functionality
 --FILE--
 <?php
 /*
-* proto array array_diff_key(array arr1, array arr2 [, array ...])
 * Function is implemented in ext/standard/array.c
 */
 $array1 = array('blue' => 1, 'red' => 2, 'green' => 3, 'purple' => 4);
index 80ff5728fe47a8142a9745080a1ff202c8de6b7c..a468b832b68706de54174a233a418b9a7b6e2d10 100644 (file)
@@ -2,11 +2,6 @@
 Test array_diff_key() function : error conditions
 --FILE--
 <?php
-/* Prototype  : array array_diff_key(array arr1, array arr2 [, array ...])
- * Description: Returns the entries of arr1 that have keys which are not present in any of the others arguments.
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_diff_key() : error conditions ***\n";
 
 // Initialise the variables
index 192257ae35522c837ae0547e80913c25ea59cb35..a00aba21607ce864cb42911513ba6ff306e01dce 100644 (file)
@@ -2,11 +2,6 @@
 Test array_diff_key() function : usage variation - Passing unexpected values to first argument
 --FILE--
 <?php
-/* Prototype  : array array_diff_key(array arr1, array arr2 [, array ...])
- * Description: Returns the entries of arr1 that have keys which are not present in any of the others arguments.
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_diff_key() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index ec7749ebba1ce435e2d431704412fc78fc30de70..5bd84e5008177b0cdba39eddc21dfdbb5840f51e 100644 (file)
@@ -2,11 +2,6 @@
 Test array_diff_key() function : usage variation - Passing unexpected values to second argument
 --FILE--
 <?php
-/* Prototype  : array array_diff_key(array arr1, array arr2 [, array ...])
- * Description: Returns the entries of arr1 that have keys which are not present in any of the others arguments.
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_diff_key() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index c4206eaa5c0f806ad016d1901bd9194c0276a559..eb358af0ae63f17ff9e34730b2c0249e9771da9f 100644 (file)
@@ -2,11 +2,6 @@
 Test array_diff_key() function : usage variation - Passing integer indexed array
 --FILE--
 <?php
-/* Prototype  : array array_diff_key(array arr1, array arr2 [, array ...])
- * Description: Returns the entries of arr1 that have keys which are not present in any of the others arguments.
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_diff_key() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index cadb34d6d3a793ada96e05f16f4475c3bcfe24ef..2ba1da22b9cb18fb8ac3909649cdce5a95aecb70 100644 (file)
@@ -2,11 +2,6 @@
 Test array_diff_key() function : usage variation - Passing float indexed array
 --FILE--
 <?php
-/* Prototype  : array array_diff_key(array arr1, array arr2 [, array ...])
- * Description: Returns the entries of arr1 that have keys which are not present in any of the others arguments.
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_diff_key() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index bc7f7a15c906a5cd23b193ab9ef8a509b7ed8061..8f2a5ba9390ae8faf0f62a4afa17659ce6ce1ae2 100644 (file)
@@ -2,11 +2,6 @@
 Test array_diff_key() function : usage variation - Passing boolean indexed array
 --FILE--
 <?php
-/* Prototype  : array array_diff_key(array arr1, array arr2 [, array ...])
- * Description: Returns the entries of arr1 that have keys which are not present in any of the others arguments.
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_diff_key() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 1f9e04b36dbd71d4dc01910263f94167acee5a33..9ca74cccb9597f9c67cb1eb2083986aca7bf22be 100644 (file)
@@ -2,11 +2,6 @@
 Test array_diff_key() function : usage variation - Passing null,unset and undefined variable indexed array
 --FILE--
 <?php
-/* Prototype  : array array_diff_key(array arr1, array arr2 [, array ...])
- * Description: Returns the entries of arr1 that have keys which are not present in any of the others arguments.
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_diff_key() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 65c09557a3875a0039f65b06ce59d21c8777f852..dc54a9760031666d01e31991671aa88188b94f3a 100644 (file)
@@ -2,11 +2,6 @@
 Test array_diff_key() function : usage variation - Passing multi-dimensional array
 --FILE--
 <?php
-/* Prototype  : array array_diff_key(array arr1, array arr2 [, array ...])
- * Description: Returns the entries of arr1 that have keys which are not present in any of the others arguments.
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_diff_key() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index afc72f777a959bb85cc5a4c9dc3f4acff4fcb9d0..fa083f345cafd5b8b0b9614099bc5b740345be64 100644 (file)
@@ -2,12 +2,6 @@
 Test array_diff_uassoc() function : error conditions
 --FILE--
 <?php
-/* Prototype  : array array_diff_uassoc(array arr1, array arr2 [, array ...], callback key_comp_func)
- * Description: Computes the difference of arrays with additional index check which is performed by a
- *                             user supplied callback function
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_diff_uassoc() : error conditions ***\n";
 
 //Initialize array
index f888f69b2b0ea4ad6266e687e1e064e2d4101224..f07b054ae9cbc689679f16cc4cc107fe3fd62787 100644 (file)
@@ -2,12 +2,6 @@
 Test array_diff_uassoc() function : usage variation - Passing unexpected values to first argument
 --FILE--
 <?php
-/* Prototype  : array array_diff_uassoc(array arr1, array arr2 [, array ...], callback key_comp_func)
- * Description: Computes the difference of arrays with additional index check which is performed by a
- *                             user supplied callback function
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_diff_uassoc() : usage variation ***\n";
 
 //Initialize variables
index 2b103f2c692f69dd1492e1b485ba08e3b04f6731..79e5a202c66f24b500648e8e5ed1a5f2b7613d66 100644 (file)
@@ -2,12 +2,6 @@
 Test array_diff_uassoc() function : usage variation - Passing float indexed array
 --FILE--
 <?php
-/* Prototype  : array array_diff_uassoc(array arr1, array arr2 [, array ...], callback key_comp_func)
- * Description: Computes the difference of arrays with additional index check which is performed by a
- *                             user supplied callback function
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_diff_uassoc() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 6101d6e300598492319651c3c90a202475ea1bc9..8043b002bbe4b3dffddb81223555c011c225d2bf 100644 (file)
@@ -2,12 +2,6 @@
 Test array_diff_uassoc() function : usage variation - Passing boolean indexed array
 --FILE--
 <?php
-/* Prototype  : array array_diff_uassoc(array arr1, array arr2 [, array ...], callback key_comp_func)
- * Description: Computes the difference of arrays with additional index check which is performed by a
- *                             user supplied callback function
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_diff_uassoc() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index c5de67a5cbc2f2d21a938a4165ebe8fd5e923e09..d5681c94cbdeccaf1f989b863ff1fdbfc7295c56 100644 (file)
@@ -2,12 +2,6 @@
 Test array_diff_uassoc() function : usage variation - Passing null,unset and undefined variable indexed array
 --FILE--
 <?php
-/* Prototype  : array array_diff_uassoc(array arr1, array arr2 [, array ...], callback key_comp_func)
- * Description: Computes the difference of arrays with additional index check which is performed by a
- *                             user supplied callback function
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_diff_uassoc() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 2f707874873d875a1d5e5761c0a07a16252d1730..23bf2d0f943b841a5d29ced3593ea91f28505ffb 100644 (file)
@@ -2,12 +2,6 @@
 Test array_diff_uassoc() function : usage variations - arrays containing referenced variables
 --FILE--
 <?php
-/* Prototype  : array array_diff_uassoc(array arr1, array arr2 [, array ...], callback key_comp_func)
- * Description: Computes the difference of arrays with additional index check which is performed by a
- *                             user supplied callback function
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_diff_uassoc() : usage variation ***\n";
 
 //Initialize variables
index 5781f1e9bd47ee9bfc00439cc3d6fc5d045f2dec..1a7f09dac0cb0847d26683a34a64b2a585521a5c 100644 (file)
@@ -2,12 +2,6 @@
 Test array_diff_uassoc() function : usage variation -Passing unexpected values to second argument
 --FILE--
 <?php
-/* Prototype  : array array_diff_uassoc(array arr1, array arr2 [, array ...], callback key_comp_func)
- * Description: Computes the difference of arrays with additional index check which is performed by a
- *                             user supplied callback function
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_diff_uassoc() : usage variation ***\n";
 
 //Initialize variables
index 81f173c72b93ff95b548035fe9df51163d4b5947..d2500113de9c5bc77f7bc65e3b9f49ec50798de3 100644 (file)
@@ -2,12 +2,6 @@
 Test array_diff_uassoc() function : usage variation - Comparing integers and floating point numbers
 --FILE--
 <?php
-/* Prototype  : array array_diff_uassoc(array arr1, array arr2 [, array ...], callback key_comp_func)
- * Description: Computes the difference of arrays with additional index check which is performed by a
- *                             user supplied callback function
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_diff_uassoc() : usage variation ***\n";
 
 //Initialize variables
index e96c893b465435bcc5ae46c0b323a94af7e88250..9e21fa0de3bb27fccc434c5321f57e9975523651 100644 (file)
@@ -2,12 +2,6 @@
 Test array_diff_uassoc() function : usage variation - Comparing floating points with strings having integers and float
 --FILE--
 <?php
-/* Prototype  : array array_diff_uassoc(array arr1, array arr2 [, array ...], callback key_comp_func)
- * Description: Computes the difference of arrays with additional index check which is performed by a
- *                             user supplied callback function
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_diff_uassoc() : usage variation ***\n";
 
 //Initialize variables
index 2efaa1f830ae1df800e6079d65e74dbe97f940ea..7050ac1d83575dd33cecd64843b03c5bf25fd80f 100644 (file)
@@ -2,12 +2,6 @@
 Test array_diff_uassoc() function : usage variation - Comparing strings containing integers and float
 --FILE--
 <?php
-/* Prototype  : array array_diff_uassoc(array arr1, array arr2 [, array ...], callback key_comp_func)
- * Description: Computes the difference of arrays with additional index check which is performed by a
- *                             user supplied callback function
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_diff_uassoc() : usage variation ***\n";
 
 //Initialize variables
index bdb2407296eb3142704b2fd9636f03bb9c451327..fe11f99072690ce154759ac366ce1b0c1d40e402 100644 (file)
@@ -2,12 +2,6 @@
 Test array_diff_uassoc() function : usage variation - Comparing integers with strings containing integers and float
 --FILE--
 <?php
-/* Prototype  : array array_diff_uassoc(array arr1, array arr2 [, array ...], callback key_comp_func)
- * Description: Computes the difference of arrays with additional index check which is performed by a
- *                             user supplied callback function
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_diff_uassoc() : usage variation ***\n";
 
 //Initialize variables
index 7f9d8178ee47cde56a9d52c42837aa1e185d2c2f..a8033ba3c76b4d6fa2bbec0e22b16d1401192e52 100644 (file)
@@ -2,12 +2,6 @@
 Test array_diff_uassoc() function : usage variation - Passing integer indexed array
 --FILE--
 <?php
-/* Prototype  : array array_diff_uassoc(array arr1, array arr2 [, array ...], callback key_comp_func)
- * Description: Computes the difference of arrays with additional index check which is performed by a
- *                             user supplied callback function
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_diff_uassoc() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 3dde1646af6e31503cf864b74e764809a0dffb2d..db0cd3a182954c1bddf7203a8edf5b18f6b25504 100644 (file)
@@ -3,7 +3,6 @@ array_diff_ukey() : Basic test.
 --FILE--
 <?php
 /*
-* proto array array_diff_ukey ( array $array1, array $array2 [, array $ ..., callback $key_compare_func] )
 * Function is implemented in ext/standard/array.c
 */
 function key_compare_func($key1, $key2) {
index dffb3be7c95d677cefd4e8a3da417e1a1b281d18..e7d1361a669c58f36fadca1cbcfe3bc28c7024f1 100644 (file)
@@ -2,11 +2,6 @@
 Test array_diff_ukey() function : usage variation - Passing unexpected values to first argument
 --FILE--
 <?php
-/* Prototype  : array array_diff_ukey(array arr1, array arr2 [, array ...], callback key_comp_func)
- * Description: Returns the entries of arr1 that have keys which are not present in any of the others arguments.
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_diff_ukey() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 94ae1bbc0a2471ce2fdfc721fa3d50d7cbe19c3c..bd5823e698eea5463270157f05fc4ec3c35c0dd9 100644 (file)
@@ -2,11 +2,6 @@
 Test array_diff_ukey() function : usage variation - Passing non-existing function name to callback
 --FILE--
 <?php
-/* Prototype  : array array_diff_ukey(array arr1, array arr2 [, array ...], callback key_comp_func)
- * Description: Returns the entries of arr1 that have keys which are not present in any of the others arguments.
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_diff_ukey() : usage variation ***\n";
 
 //Initialize variables
index 1af7b5567d207d88dd2f3e301528e80c604369b9..44b22e5297d0a1e35f282b3a11fc1c2b4c8ede9c 100644 (file)
@@ -2,11 +2,6 @@
 Test array_diff_ukey() function : usage variation - Passing unexpected values to second argument
 --FILE--
 <?php
-/* Prototype  : array array_diff_ukey(array arr1, array arr2 [, array ...], callback key_comp_func)
- * Description: Returns the entries of arr1 that have keys which are not present in any of the others arguments.
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_diff_ukey() : usage variation ***\n";
 
 // Initialize function arguments not being substituted (if any)
index 97ccfaab44d3a6af76bc8e7c7acff0b931462edb..c41147d83986305029f827d6e505fcd252b0301f 100644 (file)
@@ -2,11 +2,6 @@
 Test array_diff_ukey() function : usage variation - Passing multi-dimensional array
 --FILE--
 <?php
-/* Prototype  : array array_diff_ukey(array arr1, array arr2 [, array ...], callback key_comp_func)
- * Description: Returns the entries of arr1 that have keys which are not present in any of the others arguments. User supplied function is used for comparing the keys. This function is like array_udiff() but works on the keys instead of the values. The associativity is preserved.
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_diff_ukey() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index e4ac13899b47da9aec94f9550c5384ab92a79a78..154c3104194552c8b96fbbc80517ccf78f913b42 100644 (file)
@@ -2,11 +2,6 @@
 Test array_diff_ukey() function : usage variation - Passing integer indexed array
 --FILE--
 <?php
-/* Prototype  : array array_diff_ukey(array arr1, array arr2 [, array ...], callback key_comp_func)
- * Description: Returns the entries of arr1 that have keys which are not present in any of the others arguments.
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_diff_ukey() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 3a2935bef713408ffeb13287e671efa27c4d20ad..c534c2b36ed2d0d8b0924b38ddcc64f9d3015499 100644 (file)
@@ -2,11 +2,6 @@
 Test array_diff_ukey() function : usage variation - Passing float indexed array
 --FILE--
 <?php
-/* Prototype  : array array_diff_ukey(array arr1, array arr2 [, array ...], callback key_comp_func)
- * Description: Returns the entries of arr1 that have keys which are not present in any of the others arguments.
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_diff_ukey() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index fc155262731be110089a36b0e6fc3c36d1665137..422f1884af8ebbe439227e129b49495952de0212 100644 (file)
@@ -2,11 +2,6 @@
 Test array_diff_ukey() function : usage variation - Passing boolean indexed array
 --FILE--
 <?php
-/* Prototype  : array array_diff_ukey(array arr1, array arr2 [, array ...], callback key_comp_func)
- * Description: Returns the entries of arr1 that have keys which are not present in any of the others arguments.
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_diff_ukey() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index ac825cffa756bd9443d7985ab7a73554215b392d..22cd3d45fdf843a96f9abd374e5fce8257b4f5bd 100644 (file)
@@ -2,11 +2,6 @@
 Test array_diff_ukey() function : usage variation - Passing null,unset and undefined variable indexed array
 --FILE--
 <?php
-/* Prototype  : array array_diff_ukey(array arr1, array arr2 [, array ...], callback key_comp_func)
- * Description: Returns the entries of arr1 that have keys which are not present in any of the others arguments.
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_diff_ukey() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 44734ad85603881af61ec57fd87bebaebd713463..28c12118415f35fed4ece5c70bdad803d7d1b0d0 100644 (file)
@@ -2,12 +2,6 @@
 Test array_diff() function : usage variations - unexpected values for 'arr1' argument
 --FILE--
 <?php
-/* Prototype  : array array_diff(array $arr1, array $arr2 [, array ...])
- * Description: Returns the entries of $arr1 that have values which are not
- * present in any of the others arguments.
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test array_diff by passing non array values in place of $arr1
  */
index 239326821faf10fd75a4fdaa266f4611b95888d0..01e849f2e13e9b35dbb1acbb972666708887236d 100644 (file)
@@ -2,12 +2,6 @@
 Test array_diff() function : usage variations - binary safe checking
 --FILE--
 <?php
-/* Prototype  : array array_diff(array $arr1, array $arr2 [, array ...])
- * Description: Returns the entries of $arr1 that have values which are
- * not present in any of the others arguments.
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test behaviour of array_diff() function with binary input
  */
index 9dc1c737bd84f0be75c43e9607803295b77907d9..95898e437d83a28a5c025d64e6a42557bb3bfb1a 100644 (file)
@@ -2,12 +2,6 @@
 Test array_diff() function : usage variations - unexpected values for 'arr2' argument
 --FILE--
 <?php
-/* Prototype  : array array_diff(array $arr1, array $arr2 [, array ...])
- * Description: Returns the entries of $arr1 that have values which are
- * not present in any of the others arguments.
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test array_diff by passing non array values in place of $arr2
  */
index 073d6ca5c9f0240ce62649382bc831f358f049dc..37b295b0bd69c49a9291e354e1a964b2299b48f6 100644 (file)
@@ -2,12 +2,6 @@
 Test array_diff() function : usage variations  - array with different data types as values
 --FILE--
 <?php
-/* Prototype  : array array_diff(array $arr1, array $arr2 [, array ...])
- * Description: Returns the entries of $arr1 that have values which are not
- * present in any of the others arguments.
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test how array_diff() compares indexed arrays containing different
  * data types as values in place of $arr1
index 07bb7293bccbb8abec72d3904bbe1a9163a94660..090f162bc7d9f7bd7c7da8dd0c28f78ad26aa6fa 100644 (file)
@@ -2,12 +2,6 @@
 Test array_diff() function : usage variations  - array with different data types as values
 --FILE--
 <?php
-/* Prototype  : array array_diff(array $arr1, array $arr2 [, array ...])
- * Description: Returns the entries of $arr1 that have values which are not
- * present in any of the others arguments.
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test how array_diff() compares indexed arrays containing different
  * data types as values in place of $arr2
index 8737e7c66036886bf0886b2cc4f677262b751f56..9c9369deb47b6ed83235d54ac6c936a9d9d08fad 100644 (file)
@@ -3,12 +3,6 @@ Test array_diff() function : usage variations - comparing integers, float
 and string array values
 --FILE--
 <?php
-/* Prototype  : array array_diff(array $arr1, array $arr2 [, array ...])
- * Description: Returns the entries of $arr1 that have values which are not
- * present in any of the others arguments.
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test how array_diff compares integers, floats and strings
  */
index 3c141216c706be6e4d617b30571f96f24e0c84bd..15cedc6c36c401569b66236ce7f985d9521c3a30 100644 (file)
@@ -2,12 +2,6 @@
 Test array_diff() function : usage variations - array containing duplicate keys and values
 --FILE--
 <?php
-/* Prototype  : array array_diff(array $arr1, array $arr2 [, array ...])
- * Description: Returns the entries of $arr1 that have values which are not
- * present in any of the others arguments.
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test that array_diff behaves as expected for comparing:
  * 1. the order of the array
index f4368ade6c0b44e6f85b35b51125b21122386503..97991c01d7b947b6249f1a52c82a413e875ff829 100644 (file)
@@ -2,12 +2,6 @@
 Test array_diff() function : usage variations - arrays containing referenced variables
 --FILE--
 <?php
-/* Prototype  : array array_diff(array $arr1, array $arr2 [, array ...])
- * Description: Returns the entries of $arr1 that have values which are not
- * present in any of the others arguments.
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test how array_diff compares arrays that
  * 1. Contain referenced variables
index e1ebf548da4ff619359f1b37649e107603bb0206..80d3bf87ecc0a79070e1cbbaad73823fe15b8414 100644 (file)
@@ -2,12 +2,6 @@
 Test array_diff() function : usage variations - associative arrays containing different data types
 --FILE--
 <?php
-/* Prototype  : array array_diff(array $arr1, array $arr2 [, array ...])
- * Description: Returns the entries of $arr1 that have values which are
- * not present in any of the others arguments.
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test array_diff() with associative arrays containing different data types as values
  */
index 3d85bc18329ad0711f195efc38fb7e89a69c59de..3a956e99089c4c86f0d1a2bb44eb4f2d7b1f9817 100644 (file)
@@ -2,12 +2,6 @@
 Test array_diff() function : usage variations - multidimensional arrays
 --FILE--
 <?php
-/* Prototype  : array array_diff(array $arr1, array $arr2 [, array ...])
- * Description: Returns the entries of arr1 that have values which are
- * not present in any of the others arguments.
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test how array_diff() compares multidimensional arrays
  */
index 5575cee6d64483f0f22f1842bc366c950e270126..a613f5a2c3f56c8f6292bbad28560f86ebe1a25c 100644 (file)
@@ -2,11 +2,6 @@
 Test array_fill() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : proto array array_fill(int start_key, int num, mixed val)
- * Description: Create an array containing num elements starting with index start_key each initialized to val
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_fill() : basic functionality ***\n";
 
 // calling the array_fill with all possible valid values for 'val' argument
index f205647f51cf30c23cb29e61407ba705d8cbcc0f..d769298eab7fa7d79337c83be6a4c698919e6caa 100644 (file)
@@ -2,12 +2,6 @@
 Test array_fill() function : error conditions
 --FILE--
 <?php
-/* Prototype  : proto array array_fill(int start_key, int num, mixed val)
- * Description: Create an array containing num elements starting with index start_key each initialized to val
- * Source code: ext/standard/array.c
-*/
-
-
 echo "*** Testing array_fill() : error conditions ***\n";
 
 // calling array_fill with negative values for 'num' parameter
index 1f394eec86cc62c0b148a5cd8d406af65a0b7bd2..a05c90b534edcdc7d93ef597d64451e3f426adab 100644 (file)
@@ -2,13 +2,6 @@
 Test array_fill_keys() function : variation of parameter
 --FILE--
 <?php
-/* Prototype  : proto array array_fill_keys(array keys, mixed val)
- * Description: Create an array using the elements of the first parameter as keys each initialized to val
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
-
 echo "*** Testing array_fill_keys() : parameter variations ***\n";
 
 $nullVal = null;
index 4a7aef39d2f8b99ff71d0a0608f9ba3a3a695498..b4171e64d4372bf8e34d3b73b34212043d53259f 100644 (file)
@@ -2,12 +2,6 @@
 Test array_fill_keys() function : variation of parameter
 --FILE--
 <?php
-/* Prototype  : proto array array_fill_keys(array keys, mixed val)
- * Description: Create an array using the elements of the first parameter as keys each initialized to val
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 /* Testing with reference types for the arguments */
 
 echo "*** Testing array_fill_keys() : parameter variations ***\n";
index b1abbcfe1b9c42a4ede9e8de4828aa5e2f58d579..a800965a8edc66d54acc28d2b969eb4a48ed3e95 100644 (file)
@@ -2,12 +2,6 @@
 Test array_fill_keys() function : variation of parameter
 --FILE--
 <?php
-/* Prototype  : proto array array_fill_keys(array keys, mixed val)
- * Description: Create an array using the elements of the first parameter as keys each initialized to val
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 /* Testing with unexpected argument types */
 
 echo "*** Testing array_fill_keys() : parameter variations ***\n";
index d40e600c7e5e006140636ceb682216a3e176e35f..b243a5fb08bc709f6b2e9e2c8d1edb8003b2fd27 100644 (file)
@@ -2,12 +2,6 @@
 Test array_fill_keys() function : variation of parameter
 --FILE--
 <?php
-/* Prototype  : proto array array_fill_keys(array keys, mixed val)
- * Description: Create an array using the elements of the first parameter as keys each initialized to val
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 /* Testing with unexpected argument types */
 
 echo "*** Testing array_fill_keys() : parameter variations ***\n";
index c784b544150cfd55df8608e6da144eefdd66585d..58fd5326321e0ce71ac8a47cd92eac561a16d185 100644 (file)
@@ -2,11 +2,6 @@
 Test array_fill() function : usage variations - various object values for 'val' argument
 --FILE--
 <?php
-/* Prototype  : array array_fill(int $start_key, int $num, mixed $val)
- * Description: Create an array containing num elements starting with index start_key each initialized to val
- * Source code: ext/standard/array.c
- */
-
 /*
  * testing array_fill() by passing various  object values for 'val' argument
  */
index 9c1857c61d4bca2855081d57d863c1242227b51e..d7352d495d64293c5fc5756119c42871a5e69f5c 100644 (file)
@@ -2,11 +2,6 @@
 Test array_fill() function : usage variations  - unexpected values for 'val' argument
 --FILE--
 <?php
-/* Prototype  : array array_fill(int $start_key, int $num, mixed $val)
- * Description: Create an array containing num elements starting with index start_key each initialized to val
- * Source code: ext/standard/array.c
- */
-
 /*
  * testing array_fill() by passing different unexpected values for 'val' argument
  */
index e0b1b5f0cdd129d2969e48a22f2b519c0b797e13..79df201ef3ef9ee5227fcd568acbbeaa5065177b 100644 (file)
@@ -2,11 +2,6 @@
 Test array_fill() function : usage variations - using return value of array_fill for 'val' argument
 --FILE--
 <?php
-/* Prototype  : proto array array_fill(int start_key, int num, mixed val)
- * Description: Create an array containing num elements starting with index start_key each initialized to val
- * Source code: ext/standard/array.c
- */
-
 /* passing array_fill() as the 'val' argument in array_fill() function */
 
 echo "*** Testing array_fill() : variation ***\n";
index 53e0fb5bec314d0ca9294b5f2aa5f1208fd00c4e..f984a09675976848b68335f3ab3311d71eaf4068 100644 (file)
@@ -2,11 +2,6 @@
 Test array_fill() function : usage variations - different types of array values for 'val' argument
 --FILE--
 <?php
-/* Prototype  : array array_fill(int $start_key, int $num, mixed $val)
- * Description: Create an array containing num elements starting with index start_key each initialized to val
- * Source code: ext/standard/array.c
- */
-
 /*
  * testing array_fill() by passing different types of array  values for 'val' argument
  */
index 1b686495464eb879bdc9afdd00f482187ddd5acd..104518d397a7d0ccafc0e95a3927be637908d11b 100644 (file)
@@ -2,25 +2,12 @@
 Test array_filter() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : array array_filter(array $input [, callback $callback])
- * Description: Filters elements from the array via the callback.
- * Source code: ext/standard/array.c
-*/
-
-
 echo "*** Testing array_filter() : basic functionality ***\n";
 
 
 // Initialise all required variables
 $input = array(1, 2, 3, 0, -1);  // 0 will be considered as FALSE and removed in default callback
 
-/* Callback function
- * Prototype : bool even(array $input)
- * Parameters : $input - input array each element of which will be checked in function even()
- * Return type : boolean - true if element is even and false otherwise
- * Description : This function takes array as parameter and checks for each element of array.
- *              It returns true if the element is even number else returns false
- */
 function even($input)
 {
   return ($input % 2 == 0);
index 3ea93e56023268cb1adac1a05efa06f45f15e21e..9b10d20aea3b37b5263432338cb3a1db6963f22b 100644 (file)
@@ -2,11 +2,6 @@
 Test array_filter() function : object functionality
 --FILE--
 <?php
-/* Prototype  : array array_filter(array $input [, callback $callback])
- * Description: Filters elements from the array via the callback.
- * Source code: ext/standard/array.c
-*/
-
 /* This file uses 'input' array with different types of objects and passes
  * it to array_filter() to test object functionality
  * i.e. object of simple class with members and functions
@@ -65,7 +60,6 @@ class StaticClass
   }
 }
 
-// Callback function which returns always true
 function always_true($input)
 {
   return true;
index ff88d7a7f87f6e899767d6731529d5907d652d03..5000783a8bd10d795609f79a9eb2d3a3374e3d10 100644 (file)
@@ -2,11 +2,6 @@
 Test array_filter() function : usage variations - using the array keys inside 'callback'
 --FILE--
 <?php
-/* Prototype  : array array_filter(array $input [, callback $callback [, bool $use_type = ARRAY_FILTER_USE_VALUE]])
- * Description: Filters elements from the array via the callback.
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Using array keys as an argument to the 'callback'
 */
index be00f25d8d1827077f1fd4d482d515c56a00a991..087267f56693b108559ae1da02aa699131692185 100644 (file)
@@ -2,16 +2,10 @@
 Test array_filter() function : usage variations - Different types of array for 'input' argument
 --FILE--
 <?php
-/* Prototype  : array array_filter(array $input [, callback $callback])
- * Description: Filters elements from the array via the callback.
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Passing different types of array as 'input' argument.
 */
 
-// callback function returning always false
 function always_false($input)
 {
   return false;
index dcf1b905b119d5062603e7442bfceea1d9906291..585e44d1cdf58adc28952c6ef5066d91ba343367 100644 (file)
@@ -2,11 +2,6 @@
 Test array_filter() function : usage variations - Different types of 'callback' function
 --FILE--
 <?php
-/* Prototype  : array array_filter(array $input [, callback $callback])
- * Description: Filters elements from the array via the callback.
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Passing different types of callback functions to array_filter()
 * with parameters and return
@@ -20,7 +15,6 @@ echo "*** Testing array_filter() : usage variation - different 'callback' functi
 // Initialize variables
 $input = array(0, -1, 2, 3.4E-3, 'hello', "value", "key" => 4, 'null' => NULL);
 
-// callback function without parameters and with return value
 function callback1()
 {
   return 1;
@@ -35,8 +29,6 @@ function callback2($input)
 echo "-- Callback function with parameter and without return --\n";
 var_dump( array_filter($input, "callback2") );
 
-
-// callback function without parameter and without return value
 function callback3()
 {
 }
index 81d9929c15493db50df75e8dab5f5167b9428187..1d7735a3f15e904982a23c0fe37368f65a799736 100644 (file)
@@ -2,17 +2,11 @@
 Test array_filter() function : usage variations - 'input' argument with different false entries
 --FILE--
 <?php
-/* Prototype  : array array_filter(array $input [, callback $callback])
- * Description: Filters elements from the array via the callback.
- * Source code: ext/standard/array.c
-*/
-
 /*
 * With default callback function argument, array_filter() removes elements which are interpreted as false
 * Here Testing all the false array element possibilities
 */
 
-// callback function always_true
 function always_true($input)
 {
   return true;
index 665481a6c8344a5699de852f6ca45233451c8f39..b125ac9281a98308e19f1244ec9e226b7c67b7ef 100644 (file)
@@ -2,24 +2,12 @@
 Test array_filter() function : usage variations - 'input' array containing references
 --FILE--
 <?php
-/* Prototype  : array array_filter(array $input [, callback $callback])
- * Description: Filters elements from the array via the callback.
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Passing 'input' array which contains elements as reference to other data
 */
 
 echo "*** Testing array_filter() : usage variations - 'input' containing references ***\n";
 
-// Callback function
-/* Prototype : bool callback(array $input)
- * Parameter : $input - array of which each element need to be checked in function
- * Return Type : returns true or false
- * Description : This function checks each element of an input array if element > 5 then
- * returns true else returns false
- */
 function callback($input)
 {
   if($input > 5) {
index 2ecda7a5d89267843046a5f2faf3da40a359a018..d2a6255160f9644639299009807267a79911abec 100644 (file)
@@ -2,11 +2,6 @@
 Test array_filter() function : usage variations - anonymous callback functions
 --FILE--
 <?php
-/* Prototype  : array array_filter(array $input [, callback $callback])
- * Description: Filters elements from the array via the callback.
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Passing different anonymous callback functions with passed by value and reference arguments
 */
index 8fa91d824a266ae07815d69eddf50a8499b59a1f..6ca963a03a6a29b92de4662c374764721a9812a9 100644 (file)
@@ -2,11 +2,6 @@
 Test array_filter() function : usage variations - Callback function with different return values
 --FILE--
 <?php
-/* Prototype  : array array_filter(array $input [, callback $callback])
- * Description: Filters elements from the array via the callback.
- * Source code: ext/standard/array.c
-*/
-
 /*
 * callback functions are expected to return bool value for array_filter()
 * here testing callback functions for return values other than bool
@@ -16,8 +11,6 @@ echo "*** Testing array_filter() : usage variations - callback function with dif
 
 $input = array(0, 1, -1, 10, 100, 1000, 'Hello', null, true);
 
-// callback functions
-// int as return value
 function callback1($input)
 {
   return 5;
index 90454e855e71ce99b65c16eb49169f1c809f9fe3..e5118a01e0e10b91a1c0f8f06bab62e74fbf1f5a 100644 (file)
@@ -2,11 +2,6 @@
 Test array_filter() function : usage variations - built-in functions as 'callback' argument
 --FILE--
 <?php
-/* Prototype  : array array_filter(array $input [, callback $callback])
- * Description: Filters elements from the array via the callback.
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Passing built-in functions and different language constructs as 'callback' argument
 */
index 3912162dd80297cd5ea82f16e30a61d6d516c48b..bd4a5fb735b95ee3b06f87a43f862c781113ba7e 100644 (file)
@@ -2,11 +2,6 @@
 Test array_flip() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : array array_flip(array $input)
- * Description: Return array with key <-> value flipped
- * Source code: ext/standard/array.c
-*/
-
 echo "*** Testing array_flip() : basic functionality ***\n";
 
 // array with default keys - numeric values
index 8d86210f0f6d52e59c8a1a7761b06a217ed36581..8bf704627e760998ffabd85e81a547f8e61902c9 100644 (file)
Binary files a/ext/standard/tests/array/array_flip_variation2.phpt and b/ext/standard/tests/array/array_flip_variation2.phpt differ
index 1f6fb5804cde3949919cba7da1101b05008b2313..3c8f41cc3b85ba7f54bf956d66aa3b20946a6cfb 100644 (file)
Binary files a/ext/standard/tests/array/array_flip_variation3.phpt and b/ext/standard/tests/array/array_flip_variation3.phpt differ
index 0ad2367701adfc760d1a52241893b4916bb03823..d6ada3e6c2057f6a87dccaf7400c7fbfb64ce9e4 100644 (file)
@@ -2,11 +2,6 @@
 Test array_flip() function : usage variations - 'input' argument with different invalid values for keys
 --FILE--
 <?php
-/* Prototype  : array array_flip(array $input)
- * Description: Return array with key <-> value flipped
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Trying different invalid values for 'input' array argument
 */
index 3ba0cf1aa410e57b9f5956bd60d17d4b57074c6b..49be7de9033f67f6d15f976106a214194b921a5b 100644 (file)
@@ -2,11 +2,6 @@
 Test array_flip() function : usage variations - 'input' argument with repeatitive keys and values
 --FILE--
 <?php
-/* Prototype  : array array_flip(array $input)
- * Description: Return array with key <-> value flipped
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Using different types of repeatitive keys as well as values for 'input' array
 */
index 17e48b4ba060240e006ebcdca75b92275bf1b554..d20cef75a3ef78795a0e4a58a227fe2d6f898333 100644 (file)
@@ -2,12 +2,6 @@
 Test array_intersect_assoc() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : array array_intersect_assoc(array $arr1, array $arr2 [, array $...])
- * Description: Returns the entries of arr1 that have values which are present in all the other arguments.
- * Keys are used to do more restrictive check
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Testing the behavior of array_intersect_assoc() by passing different arrays for the arguments.
 * Function is tested by passing associative array as well as array with default keys.
index fa815118cea4d8d522a5561cf895c837e7f0baff..40d5bb3b16d77511037fd56d1cfa3c2dba05605f 100644 (file)
@@ -2,12 +2,6 @@
 Test array_intersect_assoc() function : error conditions(Bug#43197)
 --FILE--
 <?php
-/* Prototype  : array array_intersect_assoc(array $arr1, array $arr2 [, array $...])
- * Description: Returns the entries of arr1 that have values which are present in all the other arguments.
- * Keys are used to do more restrictive check
- * Source code: ext/standard/array.c
-*/
-
 echo "*** Testing array_intersect_assoc() : error conditions ***\n";
 
 // Zero arguments
index 4ef72323ca7af54ee3abe5352e2f248a1ff41edc..8e70444ce3d4e01e80f447010f0adefb4b8d4bae 100644 (file)
@@ -2,12 +2,6 @@
 Test array_intersect_assoc() function : usage variations - unexpected values for 'arr1' argument(Bug#43196)
 --FILE--
 <?php
-/* Prototype  : array array_intersect_assoc(array $arr1, array $arr2 [, array $...])
- * Description: Returns the entries of arr1 that have values which are present in all the other arguments.
- * Keys are used to do more restrictive check
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Testing array_intersect_assoc() function by passing values to $arr1 argument other than arrays
 * and see that function emits proper warning messages wherever expected.
index 5e6137d089690f3c4e6fe6bc93894a5e64fa9bb2..8e5c1adc1c76831bae484235c87ffe3e2594b1f5 100644 (file)
@@ -2,12 +2,6 @@
 Test array_intersect_assoc() function : usage variations - binary safe checking
 --FILE--
 <?php
-/* Prototype  : array array_intersect_assoc(array $arr1, array $arr2 [, array $...])
- * Description: Returns the entries of arr1 that have values which are present in all the other arguments.
- * Keys are used to do more restrictive check
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Testing the behavior of array_intersect_assoc() by passing array with
 * binary values for $arr1 and $arr2 argument.
index 453d5206a516dc976ff8a8373a2cacac18c93c9c..d3e1eae3e135d002ee02b1b6417c8c988f7e0c4d 100644 (file)
@@ -2,12 +2,6 @@
 Test array_intersect_assoc() function : usage variations - unexpected values for 'arr2' argument(Bug#43196)
 --FILE--
 <?php
-/* Prototype  : array array_intersect_assoc(array $arr1, array $arr2 [, array $...])
- * Description: Returns the entries of arr1 that have values which are present in all the other arguments.
- * Keys are used to do more restrictive check
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Testing array_intersect_assoc() function by passing values to $arr2 argument other than arrays
 * and see that function emits proper warning messages wherever expected.
index 5b3578430d9c6d0d1bfd187b7e96371e255e46ca..bb439a053bd281da29ec968ae678c03eea929b80 100644 (file)
@@ -2,12 +2,6 @@
 Test array_intersect_assoc() function : usage variations - different arrays for 'arr1' argument
 --FILE--
 <?php
-/* Prototype  : array array_intersect_assoc(array $arr1, array $arr2 [, array $...])
- * Description: Returns the entries of arr1 that have values which are present in all the other arguments.
- * Keys are used to do more restrictive check
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Passing different types of arrays to $arr1 argument and testing whether
 * array_intersect_assoc() behaves in an expected way with the other arguments passed to the function
index 17654feb75e74e8d59fe32c57364df4c5dbdc94a..859b7280d8ee47958d0beadbe9663d920db4eef0 100644 (file)
@@ -2,12 +2,6 @@
 Test array_intersect_assoc() function : usage variations - different arrays for 'arr2' argument
 --FILE--
 <?php
-/* Prototype  : array array_intersect_assoc(array $arr1, array $arr2 [, array $...])
- * Description: Returns the entries of arr1 that have values which are present in all the other arguments.
- * Keys are used to do more restrictive check
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Passing different types of arrays to $arr2 argument and testing whether
 * array_intersect_assoc() behaves in an expected way with the other arguments passed to the function.
index 104e6e7f2651317f286d6b75d5f3d40fb7f50eed..78b22b8ca600fc6b264620ca2e667ed5d4aecb47 100644 (file)
@@ -2,12 +2,6 @@
 Test array_intersect_assoc() function : usage variations - assoc array with diff keys for 'arr1' argument
 --FILE--
 <?php
-/* Prototype  : array array_intersect_assoc(array $arr1, array $arr2 [, array $...])
- * Description: Returns the entries of arr1 that have values which are present in all the other arguments.
- * Keys are used to do more restrictive check
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing the functionality of array_intersect_assoc() by passing different
  * associative arrays having different possible keys to $arr1 argument.
index fcbdd70a3c805244cc206fef96b61090b8f813a2..396fe1fadceaee0040c6f1318381b3aa8cfef39a 100644 (file)
@@ -2,12 +2,6 @@
 Test array_intersect_assoc() function : usage variations - assoc array with diff keys for 'arr2' argument
 --FILE--
 <?php
-/* Prototype  : array array_intersect_assoc(array $arr1, array $arr2 [, array $...])
- * Description: Returns the entries of arr1 that have values which are present in all the other arguments.
- * Keys are used to do more restrictive check
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing the functionality of array_intersect_assoc() by passing different
  * associative arrays having different possible keys to $arr2 argument.
index a77a59c04bb3fb5b0bfc20ba36132ad557555781..f512bf497d38a32c468281442005ccee3bb8e19b 100644 (file)
@@ -2,12 +2,6 @@
 Test array_intersect_assoc() function : usage variations - assoc array with diff values for 'arr1' argument
 --FILE--
 <?php
-/* Prototype  : array array_intersect_assoc(array $arr1, array $arr2 [, array $...])
- * Description: Returns the entries of arr1 that have values which are present in all the other arguments.
- * Keys are used to do more restrictive check
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing the functionality of array_intersect_assoc() by passing different
  * associative arrays having different possible values to $arr1 argument.
index 68868c44cfe72799610edbd28eb6361eb551a2ec..8f46864c89997b0bed3658dd6177f26d87bf8a8c 100644 (file)
@@ -2,12 +2,6 @@
 Test array_intersect_assoc() function : usage variations - assoc array with diff values for 'arr2' argument
 --FILE--
 <?php
-/* Prototype  : array array_intersect_assoc(array $arr1, array $arr2 [, array $...])
- * Description: Returns the entries of arr1 that have values which are present in all the other arguments.
- * Keys are used to do more restrictive check
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing the functionality of array_intersect_assoc() by passing different
  * associative arrays having different possible values to $arr2 argument.
index 38b7605924d8cb0505f6836d699bcdc7322a03c7..86d0e8e7dfef2363d21f75a461743634c6f29640 100644 (file)
@@ -2,12 +2,6 @@
 Test array_intersect_assoc() function : usage variations - two dimensional arrays for $arr1 and $arr2 arguments
 --FILE--
 <?php
-/* Prototype  : array array_intersect_assoc(array $arr1, array $arr2 [, array $...])
- * Description: Returns the entries of arr1 that have values which are present in all the other arguments.
- * Keys are used to do more restrictive check
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Testing the behavior of array_intersect_assoc() by passing 2-D arrays
 * to both $arr1 and $arr2 argument.
index 6c826c4045f9b5146b05336274afb40dc7d803d0..86ef64e10f8b43e10bf9ae2fee7f5048046c7d21 100644 (file)
@@ -2,11 +2,6 @@
 Test array_intersect() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : array array_intersect(array $arr1, array $arr2 [, array $...])
- * Description: Returns the entries of arr1 that have values which are present in all the other arguments
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Testing the behavior of array_intersect() by passing different arrays for the arguments.
 * Function is tested by passing associative array as well as array with default keys.
index 81be2634dbd8441fabb2c18d9b25ee4e19663970..5ddfaa42f07196390794434452aaddeb48bed20f 100644 (file)
@@ -2,11 +2,6 @@
 Test array_intersect() function : error conditions
 --FILE--
 <?php
-/* Prototype  : array array_intersect(array $arr1, array $arr2 [, array $...])
- * Description: Returns the entries of arr1 that have values which are present in all the other arguments
- * Source code: ext/standard/array.c
-*/
-
 echo "*** Testing array_intersect() : error conditions ***\n";
 
 // Testing array_intersect() with zero arguments
index 4cf9a596c26dfeb4ebeb55116fc7703e11afc6c5..4c65044106c85e0ca3f0d4484fdfa543b24eb36d 100644 (file)
@@ -3,7 +3,6 @@ array_intersect_key(): Basic Test
 --FILE--
 <?php
 /*
-* proto array array_intersect_key(array arr1, array arr2 [, array ...])
 * Function is implemented in ext/standard/array.c
 */
 $array1 = array('blue' => 1, 'red' => 2, 'green' => 3, 'purple' => 4);
index 70cb53412de4ba7afda23b69bde1d7cab9e700c4..49df346972717fcd482fa5c7b6b020e62a0dfff9 100644 (file)
@@ -2,11 +2,6 @@
 Test array_intersect_key() function : error conditions
 --FILE--
 <?php
-/* Prototype  : array array_intersect_key(array arr1, array arr2 [, array ...])
- * Description: Returns the entries of arr1 that have keys which are present in all the other arguments.
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_intersect_key() : error conditions ***\n";
 
 //Initialise function arguments
index 62ae4b9ea460f83566156bab6541ae5741903667..2e43094d20d8b4dbd664be0114cdaf7c1f551c0b 100644 (file)
@@ -2,11 +2,6 @@
 Test array_intersect_key() function : usage variation - Passing unexpected values to first argument
 --FILE--
 <?php
-/* Prototype  : array array_intersect_key(array arr1, array arr2 [, array ...])
- * Description: Returns the entries of arr1 that have keys which are present in all the other arguments.
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_intersect_key() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index a494f81fc6127b8882c6267e1341c7c1cab77fd6..d8b98c5fa700e2f3ec28092208b69a87c4362f19 100644 (file)
@@ -2,11 +2,6 @@
 Test array_intersect_key() function : usage variation - Passing unexpected values to second argument
 --FILE--
 <?php
-/* Prototype  : array array_intersect_key(array arr1, array arr2 [, array ...])
- * Description: Returns the entries of arr1 that have keys which are present in all the other arguments.
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_intersect_key() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index bbf992fae034bffbe31189a610b1c504673aca11..50b2828fccfdee8c64606d0cfa439c44d88872ea 100644 (file)
@@ -2,11 +2,6 @@
 Test array_intersect_key() function : usage variation - Passing integer indexed array
 --FILE--
 <?php
-/* Prototype  : array array_intersect_key(array arr1, array arr2 [, array ...])
- * Description: Returns the entries of arr1 that have keys which are present in all the other arguments.
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_intersect_key() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index d2b2541fc420f29aa4cce88b0f8aa6421d18e274..05788d7abbfd7c12f0c704794810f146d74e51e3 100644 (file)
@@ -2,11 +2,6 @@
 Test array_intersect_key() function : usage variation - Passing float indexed array
 --FILE--
 <?php
-/* Prototype  : array array_intersect_key(array arr1, array arr2 [, array ...])
- * Description: Returns the entries of arr1 that have keys which are present in all the other arguments.
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_intersect_key() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 6f84bac765a4f6c90c43b44cf3eca853f9c41e27..e629c581acc3c2c80a63398bae48d214947176bb 100644 (file)
@@ -2,11 +2,6 @@
 Test array_intersect_key() function : usage variation - Passing boolean indexed array
 --FILE--
 <?php
-/* Prototype  : array array_intersect_key(array arr1, array arr2 [, array ...])
- * Description: Returns the entries of arr1 that have keys which are present in all the other arguments.
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_intersect_key() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 6332e8adb2032d23bc3aa5408b9d21e4a228ed04..2b6ead7919adb9c2029e91d08d68df3fef09cf5a 100644 (file)
@@ -2,11 +2,6 @@
 Test array_intersect_key() function : usage variation - Passing null,unset and undefeined variable indexed array
 --FILE--
 <?php
-/* Prototype  : array array_intersect_key(array arr1, array arr2 [, array ...])
- * Description: Returns the entries of arr1 that have keys which are present in all the other arguments.
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_intersect_key() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index faa56eeb3d420b11e551fef7457b29dcb07624f0..b16c324daa591d2c8763abc2987a1337dd8704bd 100644 (file)
@@ -2,11 +2,6 @@
 Test array_intersect_key() function : usage variation - Passing Multi dimensional array
 --FILE--
 <?php
-/* Prototype  : array array_intersect_key(array arr1, array arr2 [, array ...])
- * Description: Returns the entries of arr1 that have keys which are present in all the other arguments.
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_intersect_key() : usage variation ***\n";
 
 /// Initialise function arguments not being substituted (if any)
index 872fe595360ef28f0cf731b1233dc59c9d2c1b27..48807057fe9f9b4eccc3c0b7773cc28e11531cd2 100644 (file)
@@ -2,11 +2,6 @@
 Test array_intersect_uassoc() function : usage variation - Passing unexpected values to first argument
 --FILE--
 <?php
-/* Prototype  : array array_intersect_uassoc(array arr1, array arr2 [, array ...], callback key_compare_func)
- * Description: Computes the intersection of arrays with additional index check, compares indexes by a callback function
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_intersect_uassoc() : usage variation ***\n";
 
 // Initialise function arguments
index c7ef8174f1b828a30c636d8c45b45b84c82144d8..1f3cdeb7223025385f08d54c9e768ad6e40338f5 100644 (file)
@@ -2,11 +2,6 @@
 Test array_intersect_uassoc() function : usage variation - Passing class/object methods to callback
 --FILE--
 <?php
-/* Prototype  : array array_intersect_uassoc(array arr1, array arr2 [, array ...], callback key_compare_func)
- * Description: Computes the intersection of arrays with additional index check, compares indexes by a callback function
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_intersect_uassoc() : usage variation ***\n";
 
 //Initialize variables
index 3c3781ef27d0b47f0f24dff0aa0b1114e3037ab4..245fa437c0190cdb4738487f7b9c1d9b371df5fa 100644 (file)
@@ -2,11 +2,6 @@
 Test array_intersect_uassoc() function : usage variation - Passing unexpected values to second argument
 --FILE--
 <?php
-/* Prototype  : array array_intersect_uassoc(array arr1, array arr2 [, array ...], callback key_compare_func)
- * Description: Computes the intersection of arrays with additional index check, compares indexes by a callback function
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_intersect_uassoc() : usage variation ***\n";
 
 // Initialise function arguments
index 67463fb96d943d50e9c6b3553c82d61b9732c756..e936f8a88379880e010c2f8f2da10e043192dbcd 100644 (file)
@@ -2,11 +2,6 @@
 Test array_intersect_uassoc() function : usage variation - Intersection of integers with floats and strings.
 --FILE--
 <?php
-/* Prototype  : array array_intersect_uassoc(array arr1, array arr2 [, array ...], callback key_compare_func)
- * Description: Computes the intersection of arrays with additional index check, compares indexes by a callback function
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_intersect_uassoc() : usage variation ***\n";
 
 //Initialize variables
index 0605af20f5506e3bb4e00cb4b72e5fe4049b344d..7a6a2ea714f5b6da99b3ad341d29499d11be738c 100644 (file)
@@ -2,11 +2,6 @@
 Test array_intersect_uassoc() function : usage variation - Intersection of floating points with strings.
 --FILE--
 <?php
-/* Prototype  : array array_intersect_uassoc(array arr1, array arr2 [, array ...], callback key_compare_func)
- * Description: Computes the intersection of arrays with additional index check, compares indexes by a callback function
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_intersect_uassoc() : usage variation ***\n";
 
 //Initialize variables
index eec2dc1f935500b75863e551842e51bbd0022e3f..7fdf7d0550ef0dd4889381622a81043f2a19476e 100644 (file)
@@ -2,11 +2,6 @@
 Test array_intersect_uassoc() function : usage variation - Intersection of strings containing integers, float
 --FILE--
 <?php
-/* Prototype  : array array_intersect_uassoc(array arr1, array arr2 [, array ...], callback key_compare_func)
- * Description: Computes the intersection of arrays with additional index check, compares indexes by a callback function
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_intersect_uassoc() : usage variation ***\n";
 
 //Initialize variables
index 4b6498470a343d71f37ee2fa6183c814ebf7f53c..eb96b5158e3b1102c241caf58cd76e80e498553c 100644 (file)
@@ -2,11 +2,6 @@
 Test array_intersect_uassoc() function : usage variation - arrays containing referenced variables
 --FILE--
 <?php
-/* Prototype  : array array_intersect_uassoc(array arr1, array arr2 [, array ...], callback key_compare_func)
- * Description: Computes the intersection of arrays with additional index check, compares indexes by a callback function
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_intersect_uassoc() : usage variation ***\n";
 
 //Initialize variables
index 57ed1322fe565265595ae1ece4ca03362010c8a3..5385f3ae896a2f7f745656e6d9f7a16f5d918ef5 100644 (file)
@@ -3,7 +3,6 @@ array_intersect_ukey(): Basic test.
 --FILE--
 <?php
 /*
-* proto array array_intersect_ukey ( array $array1, array $array2 [, array $ ..., callback $key_compare_func] )
 * Function is implemented in ext/standard/array.c
 */
 function key_compare_func($key1, $key2) {
index 7837bee8ec3751b609228cf9a1dc4bc0fe6047da..4dfe06f7388be6173090913962b0c458a3b7a379 100644 (file)
@@ -2,11 +2,6 @@
 Test array_intersect_ukey() function : usage variation - Passing unexpected values to first argument
 --FILE--
 <?php
-/* Prototype  : array array_intersect_ukey(array arr1, array arr2 [, array ...], callback key_compare_func)
- * Description: Computes the intersection of arrays using a callback function on the keys for comparison.
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_intersect_ukey() : usage variation ***\n";
 
 //Initialise arguments
index 312066709fc1d554b1a5226237b56c2106e8a3da..bd85523c8901f1cab625cca6f2b7aa3743074c16 100644 (file)
@@ -2,11 +2,6 @@
 Test array_intersect_ukey() function : usage variation - Passing unexpected values to second argument
 --FILE--
 <?php
-/* Prototype  : array array_intersect_ukey(array arr1, array arr2 [, array ...], callback key_compare_func)
- * Description: Computes the intersection of arrays using a callback function on the keys for comparison.
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_intersect_ukey() : usage variation ***\n";
 
 //Initialise arguments
index 9f260b70ef66d3df6b239d9a880e44df516c9dc1..1839e7b4baaa1ba2c87fcf6b676a5d46c3c60b14 100644 (file)
@@ -2,11 +2,6 @@
 Test array_intersect_ukey() function : usage variation - Intersection of integers with floats and strings.
 --FILE--
 <?php
-/* Prototype  : array array_intersect_ukey(array arr1, array arr2 [, array ...], callback key_compare_func)
- * Description: Computes the intersection of arrays using a callback function on the keys for comparison.
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_intersect_ukey() : usage variation ***\n";
 
 //Initialize variables
index da8246ef8bcf9c4d72fb87632fc8e496ac56340f..abdf7e96ad9134462b45b471c0f5b262840f4aca 100644 (file)
@@ -2,11 +2,6 @@
 Test array_intersect_ukey() function : usage variation - Intersection of floating points with strings.
 --FILE--
 <?php
-/* Prototype  : array array_intersect_ukey(array arr1, array arr2 [, array ...], callback key_compare_func)
- * Description: Computes the intersection of arrays using a callback function on the keys for comparison.
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_intersect_ukey() : usage variation ***\n";
 
 //Initialize variables
index dade6fd0514714fc24958fd19cc921d3e49e4358..c460e4e57f2b8df9747b4c31c43dd42d1716efc7 100644 (file)
@@ -2,11 +2,6 @@
 Test array_intersect_ukey() function : usage variation - Intersection of strings containing integer and float
 --FILE--
 <?php
-/* Prototype  : array array_intersect_ukey(array arr1, array arr2 [, array ...], callback key_compare_func)
- * Description: Computes the intersection of arrays using a callback function on the keys for comparison.
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_intersect_ukey() : usage variation ***\n";
 
 //Initialize variables
index a6eccc5bd52c283365e55ccc5531704b41225bcc..734564e0e3e565bdc62ab1c31793df85a0ee9bff 100644 (file)
@@ -2,11 +2,6 @@
 Test array_intersect_ukey() function : usage variation - Passing non-existing function name to callback
 --FILE--
 <?php
-/* Prototype  : array array_intersect_ukey(array arr1, array arr2 [, array ...], callback key_compare_func)
- * Description: Computes the intersection of arrays using a callback function on the keys for comparison.
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_intersect_ukey() : usage variation ***\n";
 
 //Initialise arguments
index 205991cd4123540d36a24508b5022fd444bb6c29..a27b8778f454722ed9f709cca5fb439e496d890d 100644 (file)
@@ -2,11 +2,6 @@
 Test array_intersect_ukey() function : usage variation - Passing class/object methods to callback
 --FILE--
 <?php
-/* Prototype  : array array_intersect_ukey(array arr1, array arr2 [, array ...], callback key_compare_func)
- * Description: Computes the intersection of arrays using a callback function on the keys for comparison.
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_intersect_ukey() : usage variation ***\n";
 
 //Initialise arguments
index 9b7f1824946e191f1caeef4155a77db8fcdfe7df..8f38702123a19b6fa8186f5d52f3e22432a3f373 100644 (file)
@@ -2,11 +2,6 @@
 Test array_intersect() function : usage variations - unexpected values for 'arr1' argument
 --FILE--
 <?php
-/* Prototype  : array array_intersect(array $arr1, array $arr2 [, array $...])
- * Description: Returns the entries of arr1 that have values which are present in all the other arguments
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Testing array_intersect() function by passing values to $arr1 argument other than arrays
 * and see that function emits proper warning messages wherever expected.
index b45e0da74fd84fcdcae79c48748887a5d491b266..e8ade132ca4efe319ce0023766ad0fb797f96bb8 100644 (file)
@@ -2,11 +2,6 @@
 Test array_intersect() function : usage variations - binary safe checking
 --FILE--
 <?php
-/* Prototype  : array array_intersect(array $arr1, array $arr2 [, array $...])
- * Description: Returns the entries of arr1 that have values which are present in all the other arguments
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Testing the behavior of array_intersect() by passing array with
 * binary values for $arr1 and $arr2 argument.
index 518cfeb7ccff32e0f242b2ab5eed99ae5b3b71a2..f8389dd961abc778b512a2748a46b5f8dd308bd8 100644 (file)
@@ -2,11 +2,6 @@
 Test array_intersect() function : usage variations - unexpected values for 'arr2' argument
 --FILE--
 <?php
-/* Prototype  : array array_intersect(array $arr1, array $arr2 [, array $...])
- * Description: Returns the entries of arr1 that have values which are present in all the other arguments
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Testing array_intersect() function by passing values to $arr2 argument other than arrays
 * and see that function emits proper warning messages wherever expected.
index de831a903e7d9eb4aedf1c37c83332a6ef6ed13d..1f3258ae8326baaca424fb8f545994576648d3f5 100644 (file)
@@ -2,11 +2,6 @@
 Test array_intersect() function : usage variations - different arrays for 'arr1' argument
 --FILE--
 <?php
-/* Prototype  : array array_intersect(array $arr1, array $arr2 [, array $...])
- * Description: Returns the entries of arr1 that have values which are present in all the other arguments
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Passing different types of arrays to $arr1 argument and testing whether
 * array_intersect() behaves in expected way with the other arguments passed to the function
index dfbfdbe2f905e2dcbcfc81655c426f8a8159a400..ce0fa47b03f38f083c1ba45528ffee7f373415e0 100644 (file)
@@ -2,11 +2,6 @@
 Test array_intersect() function : usage variations - different arrays for 'arr2' argument
 --FILE--
 <?php
-/* Prototype  : array array_intersect(array $arr1, array $arr2 [, array $...])
- * Description: Returns the entries of arr1 that have values which are present in all the other arguments
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Passing different types of arrays to $arr2 argument and testing whether
 * array_intersect() behaves in expected way with the other arguments passed to the function.
index a500498394f3749ddfa8545d9ff75d55fa42aaf7..67efa2bf75909ff0144378757f43276ec09ff5e4 100644 (file)
@@ -2,11 +2,6 @@
 Test array_intersect() function : usage variations - assoc array with diff keys for 'arr1' argument
 --FILE--
 <?php
-/* Prototype  : array array_intersect(array $arr1, array $arr2 [, array $...])
- * Description: Returns the entries of arr1 that have values which are present in all the other arguments
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing the functionality of array_intersect() by passing different
  * associative arrays having different possible keys to $arr1 argument.
index faa66fe1ee03f8b48fea26d563f86065068f1b99..0dea24b7cb5588d3ee7cf1a3a4cb9418971a426e 100644 (file)
@@ -2,11 +2,6 @@
 Test array_intersect() function : usage variations - assoc array with diff keys for 'arr2' argument
 --FILE--
 <?php
-/* Prototype  : array array_intersect(array $arr1, array $arr2 [, array $...])
- * Description: Returns the entries of arr1 that have values which are present in all the other arguments
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing the functionality of array_intersect() by passing different
  * associative arrays having different possible keys to $arr2 argument.
index 818bc1daf9dbe9786b2f0b823015367b39243701..5e3b19aac8e7f4a6d2d52ee0fe5a5db71e6ce0a5 100644 (file)
@@ -2,11 +2,6 @@
 Test array_intersect() function : usage variations - assoc array with diff values for 'arr1' argument
 --FILE--
 <?php
-/* Prototype  : array array_intersect(array $arr1, array $arr2 [, array $...])
- * Description: Returns the entries of arr1 that have values which are present in all the other arguments
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing the functionality of array_intersect() by passing different
  * associative arrays having different possible values to $arr1 argument.
index 6144cfde299588c7bbd1c12799d8eed05542a47b..bdd98d92a99ec70a1392a24b87cdd4ff73ebed80 100644 (file)
@@ -2,11 +2,6 @@
 Test array_intersect() function : usage variations - assoc array with diff values for 'arr2' argument
 --FILE--
 <?php
-/* Prototype  : array array_intersect(array $arr1, array $arr2 [, array $...])
- * Description: Returns the entries of arr1 that have values which are present in all the other arguments
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing the functionality of array_intersect() by passing different
  * associative arrays having different possible values to $arr2 argument.
index d66d9c682bf32bd8ee8271aefb3f33f3c09bf5c7..c73b0f3dc92581037ea32780e6ef716f25832e9e 100644 (file)
@@ -2,11 +2,6 @@
 Test array_intersect() function : usage variations - two dimensional arrays for $arr1 and $arr2 arguments(Bug#43109)
 --FILE--
 <?php
-/* Prototype  : array array_intersect(array $arr1, array $arr2 [, array $...])
- * Description: Returns the entries of arr1 that have values which are present in all the other arguments
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Testing the behavior of array_intersect() by passing 2-D arrays
 * to both $arr1 and $arr2 argument.
index cd68e33515a8b5e2de3479fceb60d03691d7f1c9..3e0e5ffaaaac9c09b8d0240dc605a59cba5f9108 100644 (file)
@@ -2,14 +2,6 @@
 Test array_key_exists() function
 --FILE--
 <?php
-/* Prototype:
- *  bool array_key_exists ( mixed $key, array $search );
- * Description:
- *  Returns TRUE if the given key is set in the array.
- *  key can be any value possible for an array index.
- *  Also also works on objects.
- */
-
 echo "*** Testing basic functionalities ***\n";
 /* Arrays with regular values */
 $search_arrays = array(
index 09df218c0fb7a91c3edcec25721bf18141188ad3..4753633d288865ed1c4872321446a597da84f056 100644 (file)
@@ -2,12 +2,6 @@
 Test array_key_exists() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : bool array_key_exists(mixed $key, array $search)
- * Description: Checks if the given key or index exists in the array
- * Source code: ext/standard/array.c
- * Alias to functions: key_exists
- */
-
 /*
  * Test basic functionality of array_key_exists()
  */
index 2f25dbadee58d6ff34b525086e4c5d281680a5d1..eef48998fb62348463241115c22e51f414161b55 100644 (file)
@@ -2,12 +2,6 @@
 Test array_key_exists() function : usage variations - Pass different data types as $key arg
 --FILE--
 <?php
-/* Prototype  : bool array_key_exists(mixed $key, array $search)
- * Description: Checks if the given key or index exists in the array
- * Source code: ext/standard/array.c
- * Alias to functions: key_exists
- */
-
 /*
  * Pass different data types as $key argument to array_key_exists() to test behaviour
  */
index ef6cf4513941f23898968b46653631fd04c41a11..aba298db47e95e0ad53f37d454fad9d145dd9be8 100644 (file)
@@ -2,12 +2,6 @@
 Test array_key_exists() function : usage variations - floats and casting to ints
 --FILE--
 <?php
-/* Prototype  : bool array_key_exists(mixed $key, array $search)
- * Description: Checks if the given key or index exists in the array
- * Source code: ext/standard/array.c
- * Alias to functions: key_exists
- */
-
 /*
  * Pass floats as $key argument, then cast float values
  * to integers and pass as $key argument
index 1f651a2c3a33920d489d49f0ed625372c941836e..8d7680423580ad1dfe8485ef88e9c93b044677fe 100644 (file)
@@ -2,12 +2,6 @@
 Test array_key_exists() function : usage variations - referenced variables
 --FILE--
 <?php
-/* Prototype  : bool array_key_exists(mixed $key, array $search)
- * Description: Checks if the given key or index exists in the array
- * Source code: ext/standard/array.c
- * Alias to functions: key_exists
- */
-
 /*
  * Pass referenced variables as arguments to array_key_exists() to test behaviour
  */
index 2e72ed7ed0439a6f597f1fa5342741d72ec0c3b2..41a28c5b1e1d87adb1f469494e5ce5704674e7d2 100644 (file)
@@ -2,12 +2,6 @@
 Test array_key_exists() function : usage variations - multidimensional arrays
 --FILE--
 <?php
-/* Prototype  : bool array_key_exists(mixed $key, array $search)
- * Description: Checks if the given key or index exists in the array
- * Source code: ext/standard/array.c
- * Alias to functions: key_exists
- */
-
 /*
  * Test how array_key_exists() behaves with multi-dimensional arrays
  */
index fb81d3277a7f007e8342074bfb32fc8c1dcd9ff7..fe16478833c5fab02bccbeb7e28babf32a0f410c 100644 (file)
@@ -2,12 +2,6 @@
 Test array_key_exists() function : usage variations -  equality test for certain data types
 --FILE--
 <?php
-/* Prototype  : bool array_key_exists(mixed $key, array $search)
- * Description: Checks if the given key or index exists in the array
- * Source code: ext/standard/array.c
- * Alias to functions: key_exists
- */
-
 /*
  * Pass certain data types that can be taken as a key in an array
  * and test whether array_key_exists(() thinks they are equal and therefore
index 09133f6e4d0638b72065a6fe938feeeb6e70d215..2d001bd4e1d83c7afb92d853f140d0f1ee3dac86 100644 (file)
@@ -2,12 +2,6 @@
 Test array_key_exists() function : usage variations - position of internal array pointer
 --FILE--
 <?php
-/* Prototype  : bool array_key_exists(mixed $key, array $search)
- * Description: Checks if the given key or index exists in the array
- * Source code: ext/standard/array.c
- * Alias to functions: key_exists
- */
-
 /*
  * Check the position of the internal array pointer after calling array_key_exists()
  */
index a52a9acdaa18b1ad0dff670b24ee189df6328f05..8aa4c7489684d89e4fbbd0360ebf4701b7fe9f41 100644 (file)
@@ -2,12 +2,6 @@
 Test array_key_exists() function : usage variations - array keys are different data types
 --FILE--
 <?php
-/* Prototype  : bool array_key_exists(mixed $key, array $search)
- * Description: Checks if the given key or index exists in the array
- * Source code: ext/standard/array.c
- * Alias to functions: key_exists
- */
-
 /*
  * Pass an array where the keys are different data types as the $search argument
  * then pass many different data types as $key argument to test where array_key_exist()
index e67817e2aeb737e56ac7362bd72309aadc783cbd..fc125f367326cc63c1e8417bb3ddb514f71eeccc 100644 (file)
@@ -2,11 +2,6 @@
 Test array_map() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : array array_map  ( callback $callback  , array $arr1  [, array $...  ] )
- * Description: Applies the callback to the elements of the given arrays
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_map() : basic functionality ***\n";
 
 function multiply($p, $q) {
index b41871e1c420c910d6f812455944a671e77f13c7..5e770083e7052f927210f41502b13b7bb6471007 100644 (file)
@@ -2,11 +2,6 @@
 Test array_map() function : error conditions
 --FILE--
 <?php
-/* Prototype  : array array_map  ( callback $callback  , array $arr1  [, array $...  ] )
- * Description: Applies the callback to the elements of the given arrays
- * Source code: ext/standard/array.c
- */
-
 echo "*** Testing array_map() : error conditions ***\n";
 
 // Testing array_map with one less than the expected number of arguments
index 7976f7048e4d446a9a7936eb28f5115300041e40..b5da9798e4d24530f0cd3324e75d4d6998acd50e 100644 (file)
@@ -2,11 +2,6 @@
 Test array_map() function : usage variations - object functionality
 --FILE--
 <?php
-/* Prototype  : array array_map  ( callback $callback  , array $arr1  [, array $...  ] )
- * Description: Applies the callback to the elements of the given arrays
- * Source code: ext/standard/array.c
- */
-
 /*
  * Testing array_map() for object functionalities:
  *   1) simple class with variable and method
index 92dbc0218186872a8c21055c0891aaa21913e216..4e97270b645980391951ca1a7a4c74a925b0eb5e 100644 (file)
@@ -2,11 +2,6 @@
 Test array_map() function : object functionality - with non-existent class and method
 --FILE--
 <?php
-/* Prototype  : array array_map  ( callback $callback  , array $arr1  [, array $...  ] )
- * Description: Applies the callback to the elements of the given arrays
- * Source code: ext/standard/array.c
- */
-
 /*
  * Testing array_map() for following object functionalities:
  *   1) non-existent class
index 387e95ed0b125fa5f6af1b2cf16d7cecbf5191e3..11b56a6723e527d1d8a94adfcbd9fce19deec6e1 100644 (file)
@@ -2,11 +2,6 @@
 Test array_map() function : object functionality - class methods as callback function
 --FILE--
 <?php
-/* Prototype  : array array_map  ( callback $callback  , array $arr1  [, array $...  ] )
- * Description: Applies the callback to the elements of the given arrays
- * Source code: ext/standard/array.c
- */
-
 /*
  * Testing array_map() for object functionality with following callback function variations:
  *   1) child class method using parent object
index cb89ce41d8974325cb7fdfc2eae6de32d431783b..7a177f69c550e034a36b0cf0a45d69a24ccd608d 100644 (file)
@@ -3,13 +3,6 @@ Test array_map() function : usage variations - string keys
 --FILE--
 <?php
 
-/* Prototype  : array array_map(mixed callback, array input1 [, array input2 ,...])
- * Description: Applies the callback to the elements in given arrays.
- * Source code: ext/standard/array.c
-*/
-
-
-
 echo "*** Testing array_map() : string keys ***\n";
 
 $arr = array("stringkey" => "value");
index f56f69ac76473edb94b57917e9ff7d27b9932194..b0c3745b3648be49cb376f0c878848d5506c55d5 100644 (file)
@@ -2,11 +2,6 @@
 Test array_map() function : usage variations - anonymous callback function
 --FILE--
 <?php
-/* Prototype  : array array_map  ( callback $callback  , array $arr1  [, array $...  ] )
- * Description: Applies the callback to the elements of the given arrays
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test array_map() by passing anonymous callback function with following variations
  */
index e169f591c8593669811e95bf91f9d74317616bef..71614f4551ef911daf2e0990d50ea7865a12b9e6 100644 (file)
@@ -2,18 +2,12 @@
 Test array_map() function : usage variations - with recursive callback
 --FILE--
 <?php
-/* Prototype  : array array_map  ( callback $callback  , array $arr1  [, array $...  ] )
- * Description: Applies the callback to the elements of the given arrays
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test array_map() by passing subarrays and recursive callback function
  */
 
 echo "*** Testing array_map() : recursive callback function ***\n";
 
-// callback function
 function square_recur_single_array($var) {
    if (is_array($var))
      return array_map('square_recur_single_array', $var);
index e662d4913c0aab9d370529674da0cc7e947d3921..69eaf2e3d7e85a19568a2d5f5af08d8030057397 100644 (file)
@@ -2,11 +2,6 @@
 Test array_map() function : usage variations - built-in function as callback
 --FILE--
 <?php
-/* Prototype  : array array_map  ( callback $callback  , array $arr1  [, array $...  ] )
- * Description: Applies the callback to the elements of the given arrays
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test array_map() by passing buit-in function as callback function
  */
index 059869326db3f96d8e0dcb583843dd2e0ef0de95..2c8c313019281fc6c2c16c8aaaaf9a92abf31fe5 100644 (file)
@@ -2,11 +2,6 @@
 Test array_map() function : usage variations - callback function with different return types
 --FILE--
 <?php
-/* Prototype  : array array_map  ( callback $callback  , array $arr1  [, array $...  ] )
- * Description: Applies the callback to the elements of the given arrays
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test array_map() by passing different callback function returning:
  *   int, string, bool, null values
index bffb42dbeb955204ef892e7088b5ae870aa31e47..e51fb0b381c2d236fb6f1fe231a2ce183140f02a 100644 (file)
@@ -2,11 +2,6 @@
 Test array_map() function : usage variations - null value for 'callback' argument
 --FILE--
 <?php
-/* Prototype  : array array_map  ( callback $callback  , array $arr1  [, array $...  ] )
- * Description: Applies the callback to the elements of the given arrays
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test array_map() by passing null values for $callback argument and testing whether shortest
  * array will be extended with empty elements
index 0478fb26c2c0417bda284022fc0633bc3d439084..d8f5747ab48e80b639c349d2d08a0b2820c87a4f 100644 (file)
@@ -2,11 +2,6 @@
 Test array_map() function : usage variations - non existent 'callback' function
 --FILE--
 <?php
-/* Prototype  : array array_map  ( callback $callback  , array $arr1  [, array $...  ] )
- * Description: Applies the callback to the elements of the given arrays
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test array_map() by passing non existent function for $callback argument
  */
index 96bad882b26d3d30dad5bf98031a7cb2681dbe63..4d13691ade10b648e4e0e837bfccd37ed1ff2da8 100644 (file)
@@ -2,11 +2,6 @@
 Test array_map() function : usage variations - failing built-in functions & language constructs
 --FILE--
 <?php
-/* Prototype  : array array_map  ( callback $callback  , array $arr1  [, array $...  ] )
- * Description: Applies the callback to the elements of the given arrays
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test array_map() by passing non-permmited built-in functions and language constructs i.e.
  *   echo(), array(), empty(), eval(), exit(), isset(), list(), print()
index 549afdc21ad1e1f058cf751cadec0191d0bdef79..3a547d67effdc4eacab44822863c76f5a733c51a 100644 (file)
@@ -2,11 +2,6 @@
 Test array_map() function : usage variations - unexpected values for 'callback' argument
 --FILE--
 <?php
-/* Prototype  : array array_map  ( callback $callback  , array $arr1  [, array $...  ] )
- * Description: Applies the callback to the elements of the given arrays
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test array_map() by passing different scalar/nonscalar values in place of $callback
  */
index b842c8243c04f0145cf4915590405642b05d87e4..899683146e7f0875cea320e94e817ef48a6d4720 100644 (file)
@@ -2,11 +2,6 @@
 Test array_map() function : usage variations - callback pass semantics
 --FILE--
 <?php
-/* Prototype  : array array_map  ( callback $callback  , array $arr1  [, array $...  ] )
- * Description: Applies the callback to the elements of the given arrays
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test array_map() with a pass-by-value callback forced to behave as a pass-by-reference function.
  */
index 79eef00fc4f48d5e4389273882bfbb67de45f3ec..0d93b33c81653a6e0f0b2d3f2d4ae3df4765e9bc 100644 (file)
@@ -3,11 +3,6 @@ Test array_map() function : usage variations - references
 --FILE--
 <?php
 
-/* Prototype  : array array_map(mixed callback, array input1 [, array input2 ,...])
- * Description: Applies the callback to the elements in given arrays.
- * Source code: ext/standard/array.c
-*/
-
 echo "*** Testing array_map() : references ***\n";
 $arr = array("k1" => "v1","k2"=>"v2");
 $arr[]=&$arr["k1"];
index c37925c05e52c9af2b3d62672d9f2b2df75dff73..e252c5a7c5a5f07120f61baf3d810fce0fffc9b6 100644 (file)
@@ -2,11 +2,6 @@
 Test array_map() function : usage variations - different arrays for 'arr1' argument
 --FILE--
 <?php
-/* Prototype  : array array_map  ( callback $callback  , array $arr1  [, array $...  ] )
- * Description: Applies the callback to the elements of the given arrays
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test array_map() by passing different arrays for $arr1 argument
  */
index 8e75b91ff474d325502232d6bab23659ba015fb2..dadfbaafa16eeb7865eae5105f014a29c3bd26bd 100644 (file)
@@ -2,11 +2,6 @@
 Test array_map() function : usage variations - associative array with different keys
 --FILE--
 <?php
-/* Prototype  : array array_map  ( callback $callback  , array $arr1  [, array $...  ] )
- * Description: Applies the callback to the elements of the given arrays
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test array_map() by passing associative array with different keys for $arr1 argument
  */
index a8ea43be6dba2b1634263eb881f61bb067294565..9b6a896fa9f77c7c50b645be1297909d221429ab 100644 (file)
@@ -2,11 +2,6 @@
 Test array_map() function : usage variations - associative array with different values
 --FILE--
 <?php
-/* Prototype  : array array_map  ( callback $callback  , array $arr1  [, array $...  ] )
- * Description: Applies the callback to the elements of the given arrays
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test array_map() by passing associative array with different values for $arr1 argument
  */
index ee4c65ceb3e8556247c6a10132e751dbc7a1cb39..4765dc2c95ed617baa1ced9afe68074910a26711 100644 (file)
@@ -2,11 +2,6 @@
 Test array_map() function : usage variations - array having subarrays
 --FILE--
 <?php
-/* Prototype  : array array_map  ( callback $callback  , array $arr1  [, array $...  ] )
- * Description: Applies the callback to the elements of the given arrays
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test array_map() by passing array having different subarrays
  */
index e75cec186aa717866215dfc36df116e53f167af5..30e6f9d91d613ff092ebac95b9356789b224c4f9 100644 (file)
@@ -2,11 +2,6 @@
 Test array_map() function : usage variations - arrays of different size
 --FILE--
 <?php
-/* Prototype  : array array_map  ( callback $callback  , array $arr1  [, array $...  ] )
- * Description: Applies the callback to the elements of the given arrays
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test array_map() by passing array having different size
  *   1) first array as empty array
index 99b206d0f9eb85a07159f1e25df3a94b9d6a6666..1452d5be4b67686bab5931b6ad81be3834dba483 100644 (file)
@@ -2,11 +2,6 @@
 Test array_map() function : usage variations - array with references
 --FILE--
 <?php
-/* Prototype  : array array_map  ( callback $callback  , array $arr1  [, array $...  ] )
- * Description: Applies the callback to the elements of the given arrays
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test array_map() by passing array having reference values for $arr1 argument
  */
index 7089f9abc69d7b3df277feb9b8b1f9047cfc2823..eb4d400aad481ffccc8febd4005dab7816916484 100644 (file)
@@ -2,11 +2,6 @@
 Test array_map() function : usage variations - binary safe checking
 --FILE--
 <?php
-/* Prototype  : array array_map  ( callback $callback  , array $arr1  [, array $...  ] )
- * Description: Applies the callback to the elements of the given arrays
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test array_map() by passing array having binary values for $arr1 argument
  */
index 75007779faa4829e400d54baa92189b24bfe9779..b78da3082a4214b5849c7f3111f0af21d81aa3ea 100644 (file)
@@ -4,10 +4,6 @@ Test array_merge() function
 precision=14
 --FILE--
 <?php
-/* Prototype: array array_merge(array $array1 [, array $array2 [, array $...]]);
-   Description: Merge one or more arrays
-*/
-
 echo "\n*** Testing array_merge() basic functionality ***";
 $begin_array = array(
   array(),
index f78fb744be0c3c3791397a1e84dee1acf44d6af7..e58d0cf50f613ed070008d3d4f08f87dfac9f58d 100644 (file)
@@ -2,11 +2,6 @@
 Test array_merge() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : array array_merge(array $arr1, array $arr2 [, array $...])
- * Description: Merges elements from passed arrays into one array
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test basic functionality of array_merge()
  */
index b163a847dbdba57afee5ba1888051c73ea3a717a..97f387065eb39870749e2a53cdbd7581b1db8140 100644 (file)
@@ -2,11 +2,6 @@
 Test array_merge_recursive() function : basic functionality - array with default keys
 --FILE--
 <?php
-/* Prototype  : array array_merge_recursive(array $arr1[, array $...])
- * Description: Recursively merges elements from passed arrays into one array
- * Source code: ext/standard/array.c
-*/
-
 echo "*** Testing array_merge_recursive() : array with default keys ***\n";
 
 // Initialise the arrays
index 3cdc90e2bb5b558bcbda445262e7bfb37fd76b4e..ee311113ecf777dd300d76867338ffd3a62bcbff 100644 (file)
@@ -2,11 +2,6 @@
 Test array_merge_recursive() function : basic functionality - associative arrays
 --FILE--
 <?php
-/* Prototype  : array array_merge_recursive(array $arr1[, array $...])
- * Description: Recursively merges elements from passed arrays into one array
- * Source code: ext/standard/array.c
-*/
-
 echo "*** Testing array_merge_recursive() : associative arrays ***\n";
 
 // Initialise the arrays
index 3e33cb14800361923fe9b7aa5b25f6b120f0db78..0a72aeeccd17e42ad96728cc2ff74f2f2f538252 100644 (file)
@@ -2,11 +2,6 @@
 Test array_merge_recursive() function : usage variations - unexpected values for $arr1 argument
 --FILE--
 <?php
-/* Prototype  : array array_merge_recursive(array $arr1[, array $...])
- * Description: Recursively merges elements from passed arrays into one array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Passing non array values to 'arr1' argument of array_merge_recursive() and see
  * that the function outputs proper warning messages wherever expected.
index 8e28b7434cbf5e9406c2b2db56a62645c7133947..7f03779cea8a293971cd31d641c98dbdbf9fbc94 100644 (file)
@@ -2,11 +2,6 @@
 Test array_merge_recursive() function : usage variations - two dimensional arrays
 --FILE--
 <?php
-/* Prototype  : array array_merge_recursive(array $arr1[, array $...])
- * Description: Recursively merges elements from passed arrays into one array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing the functionality of array_merge_recursive() by passing
  * two dimensional arrays for $arr1 argument.
index da52edaf5406e63410cb2b34c16b7e980ace849a..981e7426c1d5387dc993ca5a605c049131fe5b2f 100644 (file)
@@ -2,11 +2,6 @@
 Test array_merge_recursive() function : usage variations - unexpected values for $arr2 argument
 --FILE--
 <?php
-/* Prototype  : array array_merge_recursive(array $arr1[, array $...])
- * Description: Recursively merges elements from passed arrays into one array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Passing non array values to 'arr2' argument of array_merge_recursive() and see
  * that the function outputs proper warning messages wherever expected.
index 12d225a0d58640903f56bfb49e86ae8e17f0ce59..214d7654426b94ccd3fbd16091def1173b9533a2 100644 (file)
@@ -2,11 +2,6 @@
 Test array_merge_recursive() function : usage variations - different arrays for 'arr1' argument
 --FILE--
 <?php
-/* Prototype  : array array_merge_recursive(array $arr1[, array $...])
- * Description: Recursively merges elements from passed arrays into one array
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Passing different arrays to $arr1 argument and testing whether
 * array_merge_recursive() behaves in an expected way.
index dc5651adfb8b56fb55fbe5e611a086f7ded15334..6208adabed69a7c8c7a4f4b516ca76c73fb2b950 100644 (file)
@@ -2,11 +2,6 @@
 Test array_merge_recursive() function : usage variations - associative array with different keys
 --FILE--
 <?php
-/* Prototype  : array array_merge_recursive(array $arr1[, array $...])
- * Description: Recursively merges elements from passed arrays into one array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing the functionality of array_merge_recursive() by passing different
  * associative arrays having different keys to $arr1 argument.
index 6f6da8b58bd3427434d3670e396b385a996cf230..701817730c7f405669320e04e7262e19acd18f4b 100644 (file)
@@ -2,11 +2,6 @@
 Test array_merge_recursive() function : usage variations - associative array with different values
 --FILE--
 <?php
-/* Prototype  : array array_merge_recursive(array $arr1[, array $...])
- * Description: Recursively merges elements from passed arrays into one array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing the functionality of array_merge_recursive() by passing different
  * associative arrays having different values to $arr1 argument.
index 17fb7eb070d1bb898b96196826055826a4a65866..9540a6cf96ef276f457ab735734374f6d5f4c8a3 100644 (file)
@@ -2,11 +2,6 @@
 Test array_merge_recursive() function : usage variations - array with duplicate keys
 --FILE--
 <?php
-/* Prototype  : array array_merge_recursive(array $arr1[, array $...])
- * Description: Recursively merges elements from passed arrays into one array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing the functionality of array_merge_recursive() by passing
  * array having duplicate keys.
index 45e6c7ee77e3fb4894623326595a07739968d00c..8bb215abf2c1c4a225dc69ed320ae4d3fab5d1d8 100644 (file)
@@ -2,11 +2,6 @@
 Test array_merge_recursive() function : usage variations - array with reference variables
 --FILE--
 <?php
-/* Prototype  : array array_merge_recursive(array $arr1[, array $...])
- * Description: Recursively merges elements from passed arrays into one array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing the functionality of array_merge_recursive() by passing
  * array having reference variables.
index ff76ed959c75e2087097ce865b266918f310b2cb..bd41e57e64077a7cde131d5f08ba579b14fa3ecc 100644 (file)
@@ -2,11 +2,6 @@
 Test array_merge_recursive() function : usage variations - binary safe checking
 --FILE--
 <?php
-/* Prototype  : array array_merge_recursive(array $arr1[, array $...])
- * Description: Recursively merges elements from passed arrays into one array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing the functionality of array_merge_recursive() by passing an array having binary values.
 */
index c35e976b5ed869e932a869d31c7daacbec657a63..ff12e86b5a61c699a410cb78d9832547090d9896 100644 (file)
@@ -2,11 +2,6 @@
 Test array_merge_recursive() function : usage variations - common key and value(Bug#43559)
 --FILE--
 <?php
-/* Prototype  : array array_merge_recursive(array $arr1[, array $...])
- * Description: Recursively merges elements from passed arrays into one array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing the functionality of array_merge_recursive() by passing
  * arrays having common key and value.
index 4c466be01115a13ff8bd676d4b3bcc965cfc6114..47045017fa67e956b4c3d9ba1e397f03a4753204 100644 (file)
@@ -2,11 +2,6 @@
 Test array_merge() function : usage variations - Pass different data types to $arr1 arg
 --FILE--
 <?php
-/* Prototype  : array array_merge(array $arr1, array $arr2 [, array $...])
- * Description: Merges elements from passed arrays into one array
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass different data types as $arr1 argument to test behaviour
  */
index 123c08ece1a61c81e8d535ae97246dd7725cebc5..1877cece57f3f262256b7aa1db2a830dff861414 100644 (file)
@@ -2,11 +2,6 @@
 Test array_merge() function : usage variations - position of internal array pointer
 --FILE--
 <?php
-/* Prototype  : array array_merge(array $arr1, array $arr2 [, array $...])
- * Description: Merges elements from passed arrays into one array
- * Source code: ext/standard/array.c
- */
-
 /*
  * Check the position of the internal array pointer after calling array_merge().
  * This test is also passing more than two arguments to array_merge().
index 6dbf3b11285295425972156a9decfd97f87ee498..9e7a8cab17895d7c93ca3c8e694732b12fdb7449 100644 (file)
@@ -2,11 +2,6 @@
 Test array_merge() function : usage variations - Pass different data types as $arr2 arg
 --FILE--
 <?php
-/* Prototype  : array array_merge(array $arr1, array $arr2 [, array $...])
- * Description: Merges elements from passed arrays into one array
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass different data types as $arr2 argument to array_merge() to test behaviour
  */
index 1b15153c7faf65589ae957163fefec035380cd25..22cc22498d9f479a6a546322ac69fce7112768a8 100644 (file)
@@ -2,11 +2,6 @@
 Test array_merge() function : usage variations - arrays of diff. data types
 --FILE--
 <?php
-/* Prototype  : array array_merge(array $arr1, array $arr2 [, array $...])
- * Description: Merges elements from passed arrays into one array
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass arrays of different data types to test how array_merge adds them
  * onto an existing array
index f061520d1dbf644c77190dcf0ef1618b41d30026..456d80a2c788ef0b5340a4528ea471ad18a48216 100644 (file)
@@ -2,11 +2,6 @@
 Test array_merge() function : usage variations - Diff. data types as array keys
 --FILE--
 <?php
-/* Prototype  : array array_merge(array $arr1, array $arr2 [, array $...])
- * Description: Merges elements from passed arrays into one array
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass an array with different data types as keys to test how array_merge
  * adds it onto an existing array
index 18e0ce200078890da47c69014cdd6358b01ec03b..47cba13815900c39630e0e63ddf476f278642033 100644 (file)
@@ -2,11 +2,6 @@
 Test array_merge() function : usage variations - numeric keys
 --FILE--
 <?php
-/* Prototype  : array array_merge(array $arr1, array $arr2 [, array $...])
- * Description: Merges elements from passed arrays into one array
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass array_merge() arrays with only numeric keys to test behaviour.
  * $arr2 contains a duplicate element to $arr1.
index 8483a00339bc11eec2383c1491b27a21a4874bc0..b2297883d181f7d5943486f0979167a66f1c3bcd 100644 (file)
@@ -2,11 +2,6 @@
 Test array_merge() function : usage variations - string keys
 --FILE--
 <?php
-/* Prototype  : array array_merge(array $arr1, array $arr2 [, array $...])
- * Description: Merges elements from passed arrays into one array
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass array_merge arrays with string keys to test behaviour.
  * $arr2 has a duplicate key to $arr1
index 0e52a99f38046cf0be1aadd9d7a561befeebbc9f..60642fc43ebe8b06b20e358e79e117e54f8f8efb 100644 (file)
@@ -2,11 +2,6 @@
 Test array_merge() function : usage variations - Mixed keys
 --FILE--
 <?php
-/* Prototype  : array array_merge(array $arr1, array $arr2 [, array $...])
- * Description: Merges elements from passed arrays into one array
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass array_merge() arrays with mixed keys to test how it attaches them to
  * existing arrays
index 40699b33397dbb93ec755050d711a124c8d61aaf..e4dbeba2fed492899cb031d7fd95cf7b82848ac4 100644 (file)
@@ -2,11 +2,6 @@
 Test array_merge() function : usage variations - multi-dimensional arrays
 --FILE--
 <?php
-/* Prototype  : array array_merge(array $arr1, array $arr2 [, array $...])
- * Description: Merges elements from passed arrays into one array
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test array_merge() with multi-dimensional arrays
  */
index b23a96ea9c082681f7a2bb3f4066286c01b67be9..58e43be7b29a00e3387cec121b29014b52fd7b0a 100644 (file)
@@ -2,11 +2,6 @@
 Test array_merge() function : usage variations - referenced variables
 --FILE--
 <?php
-/* Prototype  : array array_merge(array $arr1, array $arr2 [, array $...])
- * Description: Merges elements from passed arrays into one array
- * Source code: ext/standard/array.c
- */
-
 /* Test array_merge() when:
  * 1. Passed an array made up of referenced variables
  * 2. Passed an array as the first argument and a reference to that array as the second.
index 599838a5d502ba8adc1e964e7fe3e6f0787d6668..23c64ee7a5064f7c965cbc43eed5bc32539eb85c 100644 (file)
@@ -2,12 +2,6 @@
 Test array_multisort() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : bool array_multisort(array ar1 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE]] [, array ar2 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE]], ...])
- * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_multisort() : basic functionality ***\n";
 
 // Initialise all required variables
index 41eb5d8a62bd970262e31d1b14d63d965c7d73ca..4710529f3039397346292ffa7d649a95ecbc7a79 100644 (file)
@@ -2,12 +2,6 @@
 Test array_multisort() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : bool array_multisort(array ar1 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE]] [, array ar2 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE]], ...])
- * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_multisort() : basic functionality - renumbering of numeric keys ***\n";
 
 // Initialise all required variables
index 39d9280c28cfc4447907631cc6f4687b794c841c..e8c4407e1059a3d2ed78a9c3c3e91b379938574f 100644 (file)
@@ -2,12 +2,6 @@
 Test array_multisort() function : case-sensitive
 --FILE--
 <?php
-/* Prototype  : bool array_multisort(array ar1 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE]] [, array ar2 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE], ...])
- * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_multisort() : case-sensitive\n";
 
 $a = array(
index fa82424b7bbd99ba484bf89d0e3438f1edd1ad81..6df4216337deb3e63cea9dda26c48e7d20815ecf 100644 (file)
@@ -2,12 +2,6 @@
 Test array_multisort() function : error conditions
 --FILE--
 <?php
-/* Prototype  : bool array_multisort(array ar1 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE]] [, array ar2 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE]], ...])
- * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_multisort() : error conditions ***\n";
 
 echo "\n-- Testing array_multisort() function with repeated flags --\n";
index 98be7d06bcf68bac29f3e63fe214038dbbefab1a..174027d2ebd538c1228c89de2356aaa6a57428ad 100644 (file)
@@ -2,12 +2,6 @@
 Test array_multisort() function : case-insensitive
 --FILE--
 <?php
-/* Prototype  : bool array_multisort(array ar1 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE]] [, array ar2 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE], ...])
- * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_multisort() : case-insensitive\n";
 
 $a = array(
index f56c1b00a22eb9c39488bedd1b18b54a287a1a2f..7710c4eeaacddf06b474c456180de7789672a813 100644 (file)
@@ -2,12 +2,6 @@
 Test array_multisort() function : natural sorting
 --FILE--
 <?php
-/* Prototype  : bool array_multisort(array ar1 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE]] [, array ar2 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE], ...])
- * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_multisort() : natural sorting\n";
 
 $a = array(
index fc42219972161dcb085a0bcd39a605dce64c6914..7ef2ef58ea039f78d5bd71486f07b3dc15575f50 100644 (file)
@@ -2,12 +2,6 @@
 Test array_multisort() function : natural sorting case-sensitive
 --FILE--
 <?php
-/* Prototype  : bool array_multisort(array ar1 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE]] [, array ar2 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE], ...])
- * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_multisort() : natural sorting case-sensitive\n";
 
 $a = array(
index 0b12bf776d16e27d10664cca11bbacff51f239d4..9493ce0d45c33d5d814b693efdb7bb9ddc95f243 100644 (file)
@@ -2,12 +2,6 @@
 Test array_multisort() function : natural sorting case-insensitive
 --FILE--
 <?php
-/* Prototype  : bool array_multisort(array ar1 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE]] [, array ar2 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE], ...])
- * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_multisort() : natural sorting case-insensitive\n";
 
 $a = array(
index 5845012c40228505b86986db3d8538d0b3e521f7..b4d76eb79c52997bf63899f376f802eb5d274b50 100644 (file)
@@ -2,12 +2,6 @@
 Test array_multisort() function : usage variation
 --FILE--
 <?php
-/* Prototype  : bool array_multisort(array ar1 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE]] [, array ar2 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE]], ...])
- * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_multisort() : usage variation ***\n";
 
 // Define error handler
index 5452365f3707cd8435cecd87d887a61503f05848..2c559a6be2ce599c0176fe71bfd45e3709b9bdee 100644 (file)
@@ -2,12 +2,6 @@
 Test array_multisort() function : usage variation - testing with anonymous array arguments
 --FILE--
 <?php
-/* Prototype  : bool array_multisort(array ar1 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE]] [, array ar2 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE]], ...])
- * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_multisort() : Testing with anonymous arguments ***\n";
 
 var_dump(array_multisort(array(1,3,2,4)));
index 2a62b67abc2161d3c08ef10b473a571d54821df1..14ef8d198e6e7c6b6b572fef0eb11533102940d3 100644 (file)
@@ -2,12 +2,6 @@
 Test array_multisort() function : usage variation - testing with empty array
 --FILE--
 <?php
-/* Prototype  : bool array_multisort(array ar1 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE]] [, array ar2 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE]], ...])
- * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_multisort() : Testing with empty array ***\n";
 
 var_dump(array_multisort(array()));
index ed4eebc3316350e4a79580ea283568e32661e7e3..ff199566100f54a2112bb853345869f5bbdc86f0 100644 (file)
@@ -2,12 +2,6 @@
 Test array_multisort() function : usage variation
 --FILE--
 <?php
-/* Prototype  : bool array_multisort(array ar1 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE]] [, array ar2 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE]], ...])
- * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_multisort() : usage variation ***\n";
 
 // Define error handler
index 46488d580d3e5ccbaf2ee8677802a2f14cf6a325..891a9d909788fc983e5f9d1db8e0d4022d15da4d 100644 (file)
@@ -2,12 +2,6 @@
 Test array_multisort() function : usage variation
 --FILE--
 <?php
-/* Prototype  : bool array_multisort(array ar1 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE]] [, array ar2 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE]], ...])
- * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_multisort() : usage variation ***\n";
 
 // Define error handler
index 9b5f5fe1c7b7ee972ac61da3f8169259cf86bc0f..f92156331d1039d277ff945798b0c3e881980e25 100644 (file)
@@ -2,12 +2,6 @@
 Test array_multisort() function : usage variation - testing with multiple array arguments
 --FILE--
 <?php
-/* Prototype  : bool array_multisort(array ar1 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE]] [, array ar2 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE]], ...])
- * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_multisort() : Testing  with multiple array arguments ***\n";
 
 $arr1 = array (4,3,3,3);
index 3298bb8099bf648f19ef1871e38208f03f7f400f..cbf0cf6f923758dd9409420d8bd8a9ad5e9c2246 100644 (file)
@@ -2,12 +2,6 @@
 Test array_multisort() function : usage variation - testing with multiple array arguments
 --FILE--
 <?php
-/* Prototype  : bool array_multisort(array ar1 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE]] [, array ar2 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE]], ...])
- * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_multisort() : Testing  all array sort specifiers ***\n";
 
 $ar = array( 2, "aa" , "1");
index 5cf556087c1f0fd5e066e9f18bb13aba59bc9acc..c4f98337ede05e55b0d0059610bc9727cd24d3da 100644 (file)
@@ -2,12 +2,6 @@
 Test array_multisort() function : usage variation - testing with multiple array arguments
 --FILE--
 <?php
-/* Prototype  : bool array_multisort(array ar1 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE]] [, array ar2 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE]], ...])
- * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_multisort() : Testing  all array sort specifiers ***\n";
 
 $ar = array( 2, "aa" , "1");
index 7ad9bd72a7e24485e098cc207b8ccdfebf1aad35..b10869e422d84161dc2e5e826e608b792bfe8e1b 100644 (file)
@@ -2,12 +2,6 @@
 Test array_multisort() function : usage variation - test sort order of all types
 --FILE--
 <?php
-/* Prototype  : bool array_multisort(array ar1 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE]] [, array ar2 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE]], ...])
- * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_multisort() : usage variation  - test sort order of all types***\n";
 
 // define some classes
index 5658e12420a306819e2c2a6e088f04f5fa8049e1..f5458682124c9696415594e7d86fdc8be6a4aa00 100644 (file)
@@ -2,12 +2,6 @@
 Test array_multisort() function : usage variation - test sort order of all types
 --FILE--
 <?php
-/* Prototype  : bool array_multisort(array ar1 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE]] [, array ar2 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE]], ...])
- * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_multisort() : usage variation  - test sort order of all types***\n";
 
 // Define error handler
index 63f42f407de60932eceb154b44ac7c28a0c65d57..0451daca330d70faaad89461303df6d31731e19d 100644 (file)
@@ -2,12 +2,6 @@
 Test array_multisort() function : usage variation - test sort order of all types
 --FILE--
 <?php
-/* Prototype  : bool array_multisort(array ar1 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE]] [, array ar2 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE]], ...])
- * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_multisort() : usage variation  - test sort order of all types***\n";
 
 // define some classes
index e948fce989cab6aa8c0f28d2986dbea9b4f533b9..cd3937e6839c7c817334524c07b9c60c08d86a15 100644 (file)
@@ -2,11 +2,6 @@
 Test array_pad() function : usage variations - possible values for 'pad_value' argument
 --FILE--
 <?php
-/* Prototype  : array array_pad(array $input, int $pad_size, mixed $pad_value)
- * Description: Returns a copy of input array padded with pad_value to size pad_size
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Testing array_pad() function for expected behavior by passing
 * different possible values for $pad_value argument.
index 0216245cc2bdd3665b431716fb4b46aa07368af4..0c7c653492739cfba0eb5651f473ccd5fe65c5ca 100644 (file)
@@ -2,11 +2,6 @@
 Test array_pad() function : usage variations - binary safe checking
 --FILE--
 <?php
-/* Prototype  : array array_pad(array $input, int $pad_size, mixed $pad_value)
- * Description: Returns a copy of input array padded with pad_value to size pad_size
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Passing binary values to $pad_value argument and testing whether
 * array_pad() behaves in an expected way with the other arguments passed to the function.
index ec4c87eee6da4662bb46495990b220d3a0f79766..40df2bf2c67f8ecc5639e26ce156212479c8ae11 100644 (file)
@@ -2,11 +2,6 @@
 Test array_pad() function : usage variations - two dimensional array for 'pad_value' argument
 --FILE--
 <?php
-/* Prototype  : array array_pad(array $input, int $pad_size, mixed $pad_value)
- * Description: Returns a copy of input array padded with pad_value to size pad_size
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Passing two dimensional array to $pad_value argument and testing whether
 * array_pad() behaves in an expected way with the other arguments passed to the function.
index f4d92abcfce20ce718fbf1d09e3e8a162a958544..fc2d705dbe0f2c52fe0276d805eb40ec7b14da98 100644 (file)
@@ -2,11 +2,6 @@
 Test array_pad() function : usage variations - different arrays for 'input' argument
 --FILE--
 <?php
-/* Prototype  : array array_pad(array $input, int $pad_size, mixed $pad_value)
- * Description: Returns a copy of input array padded with pad_value to size pad_size
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Passing different arrays to $input argument and testing whether
 * array_pad() behaves in an expected way with the other arguments passed to the function.
index 06836b823956d6c2e9be5646184744f9ef8385a4..06f2bfa68be509e964d2c31e10a47f945a9feb45 100644 (file)
@@ -2,11 +2,6 @@
 Test array_pad() function : usage variations - two dimensional array for 'input' argument
 --FILE--
 <?php
-/* Prototype  : array array_pad(array $input, int $pad_size, mixed $pad_value)
- * Description: Returns a copy of input array padded with pad_value to size pad_size
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Passing two dimensional array to $input argument and testing whether
 * array_pad() behaves in an expected way with the other arguments passed to the function.
index 379d59cb21c5de05d71976bf4ee3eff5af8e7271..c27d872a85f36c210e36ed0577c43959ef535236 100644 (file)
@@ -2,12 +2,6 @@
 Test array_product() function : variation
 --FILE--
 <?php
-/* Prototype  : mixed array_product(array input)
- * Description: Returns the product of the array entries
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_product() : variation - using non numeric values ***\n";
 
 class A {
index 624fc37e5a1033dd35fce39bbda5e66098d17676..167e46ec3ab33c979eba3e927b6e4d69fb404672 100644 (file)
@@ -2,12 +2,6 @@
 Test array_product() function : variation
 --FILE--
 <?php
-/* Prototype  : mixed array_product(array input)
- * Description: Returns the product of the array entries
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_product() : variations ***\n";
 
 echo "\n-- Testing array_product() function with a keyed array array --\n";
index fe7b64da721ce0f1fe41ce6908acf8441a0114b3..03c7da174c4d650d59093b2f0ae06a1769760b0f 100644 (file)
@@ -2,12 +2,6 @@
 Test array_product() function : variation
 --FILE--
 <?php
-/* Prototype  : mixed array_product(array input)
- * Description: Returns the product of the array entries
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_product() : variations - negative numbers***\n";
 
 echo "\n-- Testing array_product() function with one negative number --\n";
index 70f70516a717930a3ff2227ce48a2f73b15e06c2..c142cea6d6ba1265184c6e1ddce5047231be2786 100644 (file)
@@ -2,12 +2,6 @@
 Test array_product() function : variation
 --FILE--
 <?php
-/* Prototype  : mixed array_product(array input)
- * Description: Returns the product of the array entries
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_product() : variations ***\n";
 
 echo "\n-- Testing array_product() function with a very large array --\n";
index 78076b8fc4fc038ddb6e59db3f44777666b2f084..67a2f2019ba2812b1504bb28d4b64af4c644309c 100644 (file)
@@ -3,11 +3,6 @@ Test array_push() function
 --FILE--
 <?php
 
-/* Prototype: int array_push( array &array );
- * Description: Push one or more elements onto the end of array
- and returns the new number of elements in the array.
- */
-
 $empty_array = array();
 $number = 5;
 $str = "abc";
index 697eaccaf2131750baefcb80665dd60d8136a8a1..c0d66b703476eaa8760ccc8ea81f9b6042452f8e 100644 (file)
@@ -2,11 +2,6 @@
 Test array_push() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : int array_push(array $stack, mixed $var [, mixed $...])
- * Description: Pushes elements onto the end of the array
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test basic functionality of array_push with indexed and associative arrays
  */
index d302159a59781a8e18e22ad7d7a0a87ca85b6828..1c7f935aae4fe014d6a3cd60957499d7d8e5969b 100644 (file)
@@ -2,11 +2,6 @@
 Test array_push() function : push empty set to the array
 --FILE--
 <?php
-/* Prototype  : int array_push(array $stack[, mixed $...])
- * Description: Pushes elements onto the end of the array
- * Source code: ext/standard/array.c
- */
-
 $array = [1,2,3];
 $values = [];
 
index ce267f2cd0bcb67f4b1f477dd67e947fb79b0677..0ed0af6e1b4a891561b63ac66753871e26ed09d3 100644 (file)
@@ -2,11 +2,6 @@
 Test array_push() function : error conditions - max int value as key
 --FILE--
 <?php
-/* Prototype  : int array_push(array $stack, mixed $var [, mixed $...])
- * Description: Pushes elements onto the end of the array
- * Source code: ext/standard/array.c
- */
-
 /*
  * Use PHP's maximum integer value as array key
  * then try and push new elements onto the array
index f0884639a531f0bfab9dcd8677e5f5550bacce0c..e297f80c5656b3c4173e52757c3a8ed617cab535 100644 (file)
@@ -2,11 +2,6 @@
 Test array_push() function : usage variations - Pass different data types as $var arg
 --FILE--
 <?php
-/* Prototype  : int array_push(array $stack, mixed $var [, mixed $...])
- * Description: Pushes elements onto the end of the array
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass different data types as $var argument to array_push to test behaviour
  */
index ddb258ab8abb30d5c4e15d4ec3668eb0348920f3..4ce4e7d970be6423c81355f62e9c222b633df4fa 100644 (file)
@@ -2,11 +2,6 @@
 Test array_push() function : usage variations - multidimensional arrays
 --FILE--
 <?php
-/* Prototype  : int array_push(array $stack, mixed $var [, mixed $...])
- * Description: Pushes elements onto the end of the array
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test array_push when passed:
  * 1. an array as $var arg
index b3611d21596c6641a49c739d9d0042e912047511..32e541efb5f56d8ec4fb71c66ff4e6659760fba6 100644 (file)
@@ -2,11 +2,6 @@
 Test array_push() function : usage variations - position of internal array pointer
 --FILE--
 <?php
-/* Prototype  : int array_push(array $stack, mixed $var [, mixed $...])
- * Description: Pushes elements onto the end of the array
- * Source code: ext/standard/array.c
- */
-
 /*
  * Check the position of the internal array pointer after calling array_push()
  */
index 97b9aff14078e7057ff98fae4a1483e793aebc11..b8cce798215805032a383dc84da825c0d3aaf76b 100644 (file)
@@ -2,11 +2,6 @@
 Test array_push() function : usage variations - array keys are different data types
 --FILE--
 <?php
-/* Prototype  : int array_push(array $stack, mixed $var [, mixed $...])
- * Description: Pushes elements onto the end of the array
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass array_push arrays where the keys are different data types.
  */
index 935ea11f5dfe206c59d2f8c54c27512749a36ce8..0f2d79dfca4682c22f213ce3330f3d7d21f4d84e 100644 (file)
@@ -2,11 +2,6 @@
 Test array_rand() function : basic functionality - array with default keys
 --FILE--
 <?php
-/* Prototype  : mixed array_rand(array $input [, int $num_req])
- * Description: Return key/keys for random entry/entries in the array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Test array_rand() when array with default keys is passed to 'input' argument
 */
index 15eacc90e67627f4b35ff6e8168c297281d65515..747cb5628f2e298a7acebc4bd1336caf28f70e87 100644 (file)
@@ -2,11 +2,6 @@
 Test array_rand() function : basic functionality - with associative array for 'input' argument
 --FILE--
 <?php
-/* Prototype  : mixed array_rand(array $input [, int $num_req])
- * Description: Return key/keys for random entry/entries in the array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Test array_rand() when associative array is passed to 'input' argument
 */
index e4631977d718b75f8e0d1f6658d8eb4b48956fc0..34f2db6ea7a7ce8e746e874676c1e53c4e33f30a 100644 (file)
@@ -2,11 +2,6 @@
 Test array_rand() function : usage variation - with MultiDimensional array
 --FILE--
 <?php
-/* Prototype  : mixed array_rand(array $input [, int $num_req])
- * Description: Return key/keys for random entry/entries in the array
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Test behaviour of array_rand() function when multi-dimensional array
 * is passed to 'input' argument
index 89fd1ec086895fa50c80a5b3b435cd6f10adeca5..1ddcec1933b4223eb72aebf46f98e03950449e4c 100644 (file)
@@ -2,11 +2,6 @@
 Test array_rand() function : usage variation - with associative arrays for 'input' parameter
 --FILE--
 <?php
-/* Prototype  : mixed array_rand(array $input [, int $num_req])
- * Description: Return key/keys for random entry/entries in the array
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Test behaviour of array_rand() function when associative array is passed to
 * the 'input' parameter in the function call
index 2d66b35f04732267b4d83f4bdea9ff18f9a19c3f..116a8c3263dfe0e2d449d9d0622a2dae4265bf7c 100644 (file)
@@ -2,11 +2,6 @@
 Test array_rand() function : usage variation - invalid values for 'req_num' parameter
 --FILE--
 <?php
-/* Prototype  : mixed array_rand(array $input [, int $num_req])
- * Description: Return key/keys for random entry/entries in the array
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Test behaviour of array_rand() function when associative array and
 * various invalid values are passed to the 'input' and 'req_num'
index ce0bedb36277f7e83ea2ef14b04aae0b22740ce2..e8113fc189326ff908946b5181fb4704ec34d607 100644 (file)
@@ -2,11 +2,6 @@
 Test array_rand() function : usage variation - with heredoc string as key in the 'input' array
 --FILE--
 <?php
-/* Prototype  : mixed array_rand(array $input [, int $num_req])
- * Description: Return key/keys for random entry/entries in the array
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Test behaviour of array_rand() when keys of the 'input' array is heredoc string
 */
index 4a73a8eb9587921264d11d04639475c5b0f94c43..824e2ff65bd94cc9684fe9c9ae190aa4c29810a2 100644 (file)
@@ -4,10 +4,6 @@ Test array_reduce() function
 precision=14
 --FILE--
 <?php
-/* Prototype: array array_reduce(array $array, mixed $callback, mixed $initial);
-   Description: Iteratively reduce the array to a single value via the callback
-*/
-
 $array = array('foo', 'foo', 'bar', 'qux', 'qux', 'quux');
 
 echo "\n*** Testing array_reduce() to integer ***\n";
index 6b1d21e0469331f28ee756314c215f863215c266..d1b6bf204d689b614a52837105c2633aa377417d 100644 (file)
@@ -2,12 +2,6 @@
 Test array_reduce() function : variation
 --FILE--
 <?php
-/* Prototype  : mixed array_reduce(array input, mixed callback [, int initial])
- * Description: Iteratively reduce the array to a single value via the callback.
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_reduce() : variation ***\n";
 
 
index f43b8eb589b0432a2e6602657e32d86920cb20ea..572d76c4058f5dfc17d7298d464b57f6a6daa6ff 100644 (file)
@@ -2,12 +2,6 @@
 Test array_reduce() function : variation - object callbacks
 --FILE--
 <?php
-/* Prototype  : mixed array_reduce(array input, mixed callback [, int initial])
- * Description: Iteratively reduce the array to a single value via the callback.
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_reduce() : variation - object callbacks ***\n";
 
 class A {
index 5ec38461a686998371337bb5116c67142b9fef0a..6f7197d835e5a4139350531125097aed5ffa0789 100644 (file)
@@ -2,11 +2,6 @@
 Test array_reverse() function : basic functionality - simple array for 'array' argument
 --FILE--
 <?php
-/* Prototype  : array array_reverse(array $array [, bool $preserve_keys])
- * Description: Return input as a new array with the order of the entries reversed
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing array_reverse() by giving a simple array for $array argument
 */
index c6844be47a442fe6841dd0e3f69c472fffde9dd6..c10c12b0e5639f834d55fc3ee0b9318093e0d355 100644 (file)
@@ -2,11 +2,6 @@
 Test array_reverse() function : basic functionality - associative array for 'array' argument
 --FILE--
 <?php
-/* Prototype  : array array_reverse(array $array [, bool $preserve_keys])
- * Description: Return input as a new array with the order of the entries reversed
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing array_reverse() with associative array for $array argument
 */
index 750071969333616fa00947362b976bdf2faa1eb3..b5c222684ee6fb908923cc89dfdfb81167f1f9c0 100644 (file)
@@ -2,11 +2,6 @@
 Test array_reverse() function : usage variations - different array values for 'array' argument
 --FILE--
 <?php
-/* Prototype  : array array_reverse(array $array [, bool $preserve_keys])
- * Description: Return input as a new array with the order of the entries reversed
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing the functionality of array_reverse() by giving
  * different array values for $array argument
index 21cced17030d7154ce14b9ae7df99bbf3bf8bc19..861b5972a4bcf5db1d33de1ac669e5ac75a25c00 100644 (file)
@@ -2,11 +2,6 @@
 Test array_reverse() function : usage variations - assoc. array with diff. keys for 'array' argument
 --FILE--
 <?php
-/* Prototype  : array array_reverse(array $array [, bool $preserve_keys])
- * Description: Return input as a new array with the order of the entries reversed
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing the functionality of array_reverse() by giving associative arrays with different
  * keys for $array argument
index 66255e94c278b664c97fb562263cb709142d1c85..d5651e4551ecd3d4596f28bd4b5e81379d7c4eac 100644 (file)
@@ -4,11 +4,6 @@ Test array_reverse() function : usage variations - assoc. array with diff. value
 precision=12
 --FILE--
 <?php
-/* Prototype  : array array_reverse(array $array [, bool $preserve_keys])
- * Description: Return input as a new array with the order of the entries reversed
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing the functionality of array_reverse() by giving associative arrays with different
  * values for $array argument
index e48673ec1d15da7a1df811bbd05e762723f55a61..8ad3451d014478f1adb4a6b6ca5a7438530bdbdc 100644 (file)
@@ -2,11 +2,6 @@
 Test array_reverse() function : usage variations - two dimensional arrays for 'array' argument
 --FILE--
 <?php
-/* Prototype  : array array_reverse(array $array [, bool $preserve_keys])
- * Description: Return input as a new array with the order of the entries reversed
- * Source code: ext/standard/array.c
-*/
-
 /*
  * testing the functionality of array_reverse() by giving 2-D arrays for $array argument
 */
index 6c52a3bfed20c9404525496339c144ba9a5cd8ad..83b8139085b0f153d9f73359e5068182a3167cb2 100644 (file)
@@ -2,12 +2,6 @@
 Test array_search() function : usage variations - different needle values
 --FILE--
 <?php
-/*
- * Prototype  : mixed array_search ( mixed $needle, array $haystack [, bool $strict] )
- * Description: Searches haystack for needle and returns the key if it is found in the array, FALSE otherwise
- * Source Code: ext/standard/array.c
-*/
-
 /* Test array_search() with different possible needle values */
 
 echo "*** Testing array_search() with different needle values ***\n";
index fa43841984c867eb0b1ed7ead68c1758c212231f..25ff1d3e9bf6c9cda63d4809f443f13e724d90f7 100644 (file)
@@ -2,12 +2,6 @@
 Test array_search() function : usage variations - different haystack values
 --FILE--
 <?php
-/*
- * Prototype  : mixed array_search ( mixed $needle, array $haystack [, bool $strict] )
- * Description: Searches haystack for needle and returns the key if it is found in the array, FALSE otherwise
- * Source Code: ext/standard/array.c
-*/
-
 /* Test array_search() with different possible haystack values */
 
 echo "*** Testing array_search() with different haystack values ***\n";
index bdb2973c9fe98d43141f58479b295ddcdd745f91..36a405175e2270552139b6f15e17677b1c69b71a 100644 (file)
@@ -2,12 +2,6 @@
 Test array_search() function : usage variations - haystack as sub-array/object
 --FILE--
 <?php
-/*
- * Prototype  : mixed array_search ( mixed $needle, array $haystack [, bool $strict] )
- * Description: Searches haystack for needle and returns the key if it is found in the array, FALSE otherwise
- * Source Code: ext/standard/array.c
-*/
-
 /* checking for sub-arrays with array_search() */
 echo "*** Testing sub-arrays with array_search() ***\n";
 $sub_array = array (
index 0f5e29ecfcc8e5e6cbdb189c728ab6567f2b23f0..c3e390a85677300eb927e90842ca93ed7718c5a9 100644 (file)
@@ -2,12 +2,6 @@
 Test array_search() function : usage variations - haystack as resource/multi dimensional array
 --FILE--
 <?php
-/*
- * Prototype  : mixed array_search ( mixed $needle, array $haystack [, bool $strict] )
- * Description: Searches haystack for needle and returns the key if it is found in the array, FALSE otherwise
- * Source Code: ext/standard/array.c
-*/
-
 /* checking for Resources */
 echo "*** Testing resource type with array_search() ***\n";
 //file type resource
index 0f73c65facc14b0e8c1dd122c4b9bd273d292722..ad0d70ea06dfcd91b2c214a98d8f7b5b3f74b648 100644 (file)
@@ -2,11 +2,6 @@
 Test array_shift() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : mixed array_shift(array &$stack)
- * Description: Pops an element off the beginning of the array
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test basic functionality of array_shift()
  */
index fae2e06e0f4687f6a11e823f6176aeb619536c72..55bb3c37fbdf8f40316cf812b958bf546c585a2c 100644 (file)
@@ -2,11 +2,6 @@
 Test array_shift() function : usage variations - Pass arrays of different data types
 --FILE--
 <?php
-/* Prototype  : mixed array_shift(array &$stack)
- * Description: Pops an element off the beginning of the array
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass arrays where values are of one data type to test behaviour of array_shift()
  */
index 6bd8370f13c08f512deeff3a786ecb52fa7c22f1..bc06b41d01aa4e57d37c4ebd9a3b6522c295d70c 100644 (file)
@@ -2,11 +2,6 @@
 Test array_shift() function : usage variations - Pass array with different data types as keys
 --FILE--
 <?php
-/* Prototype  : mixed array_shift(array &$stack)
- * Description: Pops an element off the beginning of the array
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass arrays with different data types as keys to test how array_shift() re-assigns keys
  */
index dc2d2ff700b627ef83538a5dfad5f5bbe71ef05a..34c1505513650fa3b15438d9bda7fcf92b93f574 100644 (file)
@@ -2,11 +2,6 @@
 Test array_shift() function : usage variations - multi-dimensional arrays
 --FILE--
 <?php
-/* Prototype  : mixed array_shift(array &$stack)
- * Description: Pops an element off the beginning of the array
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test popping elements from a sub-array and popping an array from an array
  */
index faae551cc2212123dc48b9a58f0d87f10f2f2514..d8f32d6e84eaf60b5d4012d56f144f1086830254 100644 (file)
@@ -2,11 +2,6 @@
 Test array_shift() function : usage variations - call recursively
 --FILE--
 <?php
-/* Prototype  : mixed array_shift(array &$stack)
- * Description: Pops an element off the beginning of the array
- * Source code: ext/standard/array.c
- */
-
 /*
  * Use the result of one call to array_shift
  * as the $stack argument of another call to array_shift()
index 45466adc42f46e72e83f404b32b49a2a79b4dcd4..61cea49c6eda6e04b5c7ed9d33a692c320d08ffe 100644 (file)
@@ -2,11 +2,6 @@
 Test array_shift() function : usage variations - Referenced arrays
 --FILE--
 <?php
-/* Prototype  : mixed array_shift(array &$stack)
- * Description: Pops an element off the beginning of the array
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test how array_shift when passed:
  * 1. a variable that is referenced to an array
index 38f2341d2b0ac7f5bf4719b2067ef337617451f4..257047be9a7957b47bd424f164560de9f8cf87f2 100644 (file)
@@ -2,11 +2,6 @@
 Test array_shift() function : usage variations - position of internal pointer
 --FILE--
 <?php
-/* Prototype  : mixed array_shift(array &$stack)
- * Description: Pops an element off the beginning of the array
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test that the internal pointer is reset after calling array_shift()
  */
index 64114050a7989d0b1f5bb8770fe219ed9cbc9dd1..37b3a1e7392a7b9a8dde47e3611585206ae11e7c 100644 (file)
@@ -2,11 +2,6 @@
 Test array_shift() function : usage variations - maintaining referenced elements
 --FILE--
 <?php
-/* Prototype  : mixed array_shift(array &$stack)
- * Description: Pops an element off the beginning of the array
- * Source code: ext/standard/array.c
- */
-
 /*
  * From a comment left by Traps on 09-Jul-2007 on the array_shift documentation page:
  * For those that may be trying to use array_shift() with an array containing references
index 397a38c9161c519547812d77631d972d5dcd857b..65d2f11d677be64eae4d3949e5ee1ee82a44fe5e 100644 (file)
@@ -3,7 +3,6 @@ array_shuffle(): Test return type and value for expected input
 --FILE--
 <?php
 /*
-* proto bool shuffle ( array &$array )
 * Function is implemented in ext/standard/array.c
 */
 $numbers = range(1, 20);
index d4d2bafa7bf7a5613c0f5f993573ee318b084358..b82e4cc43a38cbb9cdc9d65d7ba665442eb388ec 100644 (file)
@@ -2,11 +2,6 @@
 Test array_slice() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
- * Description: Returns elements specified by offset and length
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test basic functionality of array_slice()
  */
index 4f62a82204918c86d5108883b9c3c4baeda75cb8..66be016b248c982e7320b85be8cb035d29172927 100644 (file)
@@ -2,11 +2,6 @@
 Test array_slice() function : usage variations - position of internal array pointer
 --FILE--
 <?php
-/* Prototype  : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
- * Description: Returns elements specified by offset and length
- * Source code: ext/standard/array.c
- */
-
 /*
  * Check position of internal array pointer after calling array_slice()
  */
index aaffcd4251a72e5518878b357aed0c44e763cca0..b8fa3c98dba76924514f3cb21260447f1662acb2 100644 (file)
@@ -2,11 +2,6 @@
 Test array_slice() function : usage variations - array has holes in buckets
 --FILE--
 <?php
-/* Prototype  : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
- * Description: Returns elements specified by offset and length
- * Source code: ext/standard/array.c
- */
-
 /*
  * Check that results of array_slice are correct when there are holes in buckets caused by unset()
  */
index 06f79c7168bc6fa3519d3bb32288fd04ddfba857..e2340695c55877b65aefca811fed0adbe1b511f1 100644 (file)
@@ -2,11 +2,6 @@
 Test array_slice() function : usage variations - Pass different integers as $offset argument
 --FILE--
 <?php
-/* Prototype  : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
- * Description: Returns elements specified by offset and length
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass different integers as $offset argument to test how array_slice() behaves
  */
index b54cd1a16bef98e17fa5d347e75a5f23a91e4fb8..f6099e68278a41ad42f263d58bc4d891407ffbd7 100644 (file)
@@ -2,11 +2,6 @@
 Test array_slice() function : usage variations - pass different int values as $length arg
 --FILE--
 <?php
-/* Prototype  : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
- * Description: Returns elements specified by offset and length
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass different integer values as $length argument to array_slice() to test behaviour
  */
index e9c1e10d299267dec40d12c7ea14b555efbb31d4..a579f292efa28176224147003893d2552bcdb574 100644 (file)
@@ -2,11 +2,6 @@
 Test array_slice() function : usage variations - different data types as keys in an array
 --FILE--
 <?php
-/* Prototype  : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
- * Description: Returns elements specified by offset and length
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass different data types as keys in an array to array_slice()
  * to test how $preserve_keys treats them
index 20fb376567ed54db58dab1d9f491914fe38c2c56..6e0e8f00696fe197cf1cf01951569a26a785c3b8 100644 (file)
@@ -2,11 +2,6 @@
 Test array_slice() function : usage variations - multidimensional arrays
 --FILE--
 <?php
-/* Prototype  : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
- * Description: Returns elements specified by offset and length
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test array_slice when passed
  * 1. a two-dimensional array as $input argument
index ff203ec6221a7cfa80e39c041e87ddbfae3cac48..bf4d45cd0caa010871c2a8b7f6d9e73f5ac33d4f 100644 (file)
@@ -2,11 +2,6 @@
 Test array_slice() function : usage variations - referenced variables
 --FILE--
 <?php
-/* Prototype  : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
- * Description: Returns elements specified by offset and length
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test array_slice() when:
  * 1. Passed an array of referenced variables
index cf6fcd1db25df9b528f389786ee78ae8b09a9167..6396ca75f4d44729cf697c365a1544f99e64a822 100644 (file)
@@ -3,7 +3,6 @@ Test array_splice(): basic functionality
 --FILE--
 <?php
 /*
- * proto array array_splice(array input, int offset [, int length [, array replacement]])
  * Function is implemented in ext/standard/array.c
 */
 
index ecd6f67eb028b43b0018084af134342c01a2e418..348a58918b9149807e30234d5e64125fa5a5b3a3 100644 (file)
@@ -3,7 +3,6 @@ Test array_splice() function : usage variations - references
 --FILE--
 <?php
 /*
- * proto array array_splice(array input, int offset [, int length [, array replacement]])
  * Function is implemented in ext/standard/array.c
 */
 
index d5f76ac805c415219d9b7d353a702dce1d85800d..bfc667a0c7869f8bd9657ac57354c9d6149cae87 100644 (file)
@@ -3,7 +3,6 @@ Test array_splice() function : usage variations - lengths and offsets
 --FILE--
 <?php
 /*
- * proto array array_splice(array input, int offset [, int length [, array replacement]])
  * Function is implemented in ext/standard/array.c
 */
 
index 06eecdf0056632fb5771c1e90aa853e82a19825f..55932bcbd08540d0a713e1fa37549c3236b75fbd 100644 (file)
@@ -3,7 +3,6 @@ Test array_splice() function : usage variations - non array replacement values
 --FILE--
 <?php
 /*
- * proto array array_splice(array input, int offset [, int length [, array replacement]])
  * Function is implemented in ext/standard/array.c
 */
 
index e7c69202a327d4393beb4eb43cad710fca109d2e..e27520e81b91e47caca2ad5f78dc339495ef79db 100644 (file)
@@ -2,11 +2,6 @@
 Test array_sum() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : mixed array_sum(array &input)
- * Description: Returns the sum of the array entries
- * Source code: ext/standard/array.c
-*/
-
 echo "*** Testing array_sum() : basic functionality ***\n";
 
 // array with integer values
index 71abe036962c1a7383c84915e0d6dc1a3c2ed224..cee8a086e4d643523e89ff9db17e2c3f6c6ad8b4 100644 (file)
@@ -2,11 +2,6 @@
 Test array_sum() function : usage variations - array with different integer value
 --FILE--
 <?php
-/* Prototype  : mixed array_sum(array &input)
- * Description: Returns the sum of the array entries
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Testing array_sum() with different types of integer arrays containing data of following type:
 *  integer, octal, hexadecimal, maximum and minimum integer values & mixed of all integers
index 15c11fcccf3df0646b8ecea664379b625c90bd68..220fc9c59934d0764427f1db2c4eefc3da5f6237 100644 (file)
@@ -2,11 +2,6 @@
 Test array_sum() function : usage variations - array with different float values
 --FILE--
 <?php
-/* Prototype  : mixed array_sum(array $input)
- * Description: Returns the sum of the array entries
- * Source code: ext/standard/array.c
-*/
-
 /*
  * sum of array containing different float values
 */
index 1b7043e56a09978b2fc77ab2649fb9674ccc8903..f4070318cb26ab7b2bde65fe3395fb0c63d4b9da 100644 (file)
@@ -2,11 +2,6 @@
 Test array_sum() function : usage variations - array with duplicate values
 --FILE--
 <?php
-/* Prototype  : mixed array_sum(array $input)
- * Description: Returns the sum of the array entries
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Checking array_sum() with integer and float array containing duplicate values
 */
index db73114aa05221c7d49988b6e3667b07a14ec522..2771e213f56d56e765372e42ac46c0b6b52bb6ed 100644 (file)
@@ -2,11 +2,6 @@
 Test array_sum() function : usage variations - array with reference variables as elements
 --FILE--
 <?php
-/* Prototype  : mixed array_sum(array $input)
- * Description: Returns the sum of the array entries
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Testing array_sum() with 'input' having reference variables as elements
 */
index c3a20af5eda14484defa193231ebfdb1ce848f18..bf03b2c6bd430b7ce56772272f03b03a909b6cfa 100644 (file)
@@ -2,11 +2,6 @@
 Test array_sum() function : usage variations - associative array
 --FILE--
 <?php
-/* Prototype  : mixed array_sum(array $input)
- * Description: Returns the sum of the array entries
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Testing array_sum() with associative array as 'input' argument
 */
index 7ed8723be0f4e97bbd3b33e6cfddedf814673864..9e716485f4e912c5a6eb6083595aa0fa47eb3d6c 100644 (file)
@@ -2,11 +2,6 @@
 Test array_sum() function : usage variations - 'input' array with unexpected values as array element
 --FILE--
 <?php
-/* Prototype  : mixed array_sum(array $input)
- * Description: Returns the sum of the array entries
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Testing array_sum() with array having other than numeric entries
 *    strings, bool, null, subarrays & objects
index 26c4f3176152f972e4a8011d476b416315b6a803..f6cc90d2fefea61c4c3a12efd628f4f06a0e62bc 100644 (file)
@@ -3,7 +3,6 @@ array_udiff_assoc(): Test return type and value for expected input
 --FILE--
 <?php
 /*
-* proto array array_udiff_assoc ( array $array1, array $array2 [, array $ ..., callback $data_compare_func] )
 * Function is implemented in ext/standard/array.c
 */
 class cr {
index b71449b2597cd92a91868dc3ed44fc9c6bbf0129..83af4bce950eedd35ab83b246fb1060a640b1294 100644 (file)
@@ -2,12 +2,6 @@
 Test array_udiff_assoc() function : variation
 --FILE--
 <?php
-/* Prototype  : array array_udiff_assoc(array arr1, array arr2 [, array ...], callback key_comp_func)
- * Description: Returns the entries of arr1 that have values which are not present in any of the others arguments but do additional checks whether the keys are equal. Keys are compared by user supplied function.
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_udiff_assoc() : variation - testing with multiple array arguments ***\n";
 
 include('compare_function.inc');
index 20db93065bfadc3ab43c2ec85aa446ec669d07b3..10dfc47a383e2ac20a470d9f8e33cf61a1478b76 100644 (file)
@@ -2,12 +2,6 @@
 Test array_udiff_assoc() function : usage variation
 --FILE--
 <?php
-/* Prototype  : array array_udiff_assoc(array arr1, array arr2 [, array ...], callback key_comp_func)
- * Description: Returns the entries of arr1 that have values which are not present in any of the others arguments but do additional checks whether the keys are equal. Keys are compared by user supplied function.
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_udiff_assoc() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index f6b4065b01b4fbb26715cb63428fa2e7cad2381b..d0e3431a9995c091ac477288df2a92edbb1157c1 100644 (file)
@@ -2,12 +2,6 @@
 Test array_udiff_assoc() function : usage variation
 --FILE--
 <?php
-/* Prototype  : array array_udiff_assoc(array arr1, array arr2 [, array ...], callback key_comp_func)
- * Description: Returns the entries of arr1 that have values which are not present in any of the others arguments but do additional checks whether the keys are equal. Keys are compared by user supplied function.
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_udiff_assoc() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index bfed60d30d5af116ece6d31ae5bd25ac0510e5cf..ea63891067f86f57cc7c5fbe189fb67ea3138868 100644 (file)
@@ -2,13 +2,6 @@
 Test array_udiff_assoc() function : usage variation - incorrect comparison functions
 --FILE--
 <?php
-/* Prototype  : array array_udiff_assoc(array arr1, array arr2 [, array ...], callback key_comp_func)
- * Description: Returns the entries of arr1 that have values which are not present in any of the others arguments but do additional checks whether the keys are equal. Keys are compared by user supplied function.
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
-
 echo "*** Testing array_udiff_assoc() : usage variation - differing comparison functions***\n";
 
 $arr1 = array(1);
index f5348852bf8de525c91d8481dc52e4a1cfe02cd9..a308c0c73c3730deb82c600002792037f69a671d 100644 (file)
@@ -3,7 +3,6 @@ array_udiff():Test return type and value for expected input
 --FILE--
 <?php
 /*
-* proto array array_udiff ( array $array1, array $array2 [, array $ ..., callback $data_compare_func] )
 * Function is implemented in ext/standard/array.c
 */
 class cr {
index 9f7e1794986d3d8fc5381d929524d17be1f81ab0..4b7dfce268d5f26fe5202bf2e7b015ba17d48691 100644 (file)
@@ -3,7 +3,6 @@ array_udiff_uassoc(): Test return type and value for expected input
 --FILE--
 <?php
 /*
-* proto array array_udiff_assoc ( array $array1, array $array2 [, array $ ..., callback $data_compare_func] )
 * Function is implemented in ext/standard/array.c
 */
 class cr {
index c2a4e4fd16cf87304276b1cb941ff5bb7fd9c42c..a031e0c9e1cea264269a15a5567543144bbc6198 100644 (file)
@@ -2,12 +2,6 @@
 Test array_udiff_uassoc() function : usage variation
 --FILE--
 <?php
-/* Prototype  : array array_udiff_uassoc(array arr1, array arr2 [, array ...], callback data_comp_func, callback key_comp_func)
- * Description: Returns the entries of arr1 that have values which are not present in any of the others arguments but do additional checks whether the keys are equal. Keys and elements are compared by user supplied functions.
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_udiff_uassoc() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index c17a016a1dde388cdf4966e2d25f8ad5cb4138ab..4a9f1a9239edd5123f1f4dcade1c79f83233b302 100644 (file)
@@ -2,12 +2,6 @@
 Test array_udiff_uassoc() function : usage variation
 --FILE--
 <?php
-/* Prototype  : array array_udiff_uassoc(array arr1, array arr2 [, array ...], callback data_comp_func, callback key_comp_func)
- * Description: Returns the entries of arr1 that have values which are not present in any of the others arguments but do additional checks whether the keys are equal. Keys and elements are compared by user supplied functions.
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_udiff_uassoc() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 2c917014caa2224288b79bea2a40ab9045bedd56..90e3af153339d29d03d7398873d19d8084a275b0 100644 (file)
@@ -2,12 +2,6 @@
 Test array_udiff_uassoc() function : usage variation
 --FILE--
 <?php
-/* Prototype  : array array_udiff_uassoc(array arr1, array arr2 [, array ...], callback data_comp_func, callback key_comp_func)
- * Description: Returns the entries of arr1 that have values which are not present in any of the others arguments but do additional checks whether the keys are equal. Keys and elements are compared by user supplied functions.
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_udiff_uassoc() : usage variation - differing comparison functions***\n";
 
 $arr1 = array(1);
index 7d0830a5adf8abb20e41e0a224952acb7e2e390f..4927dfd24a0016da6997cee3cd88c6251ec38b2b 100644 (file)
@@ -2,12 +2,6 @@
 Test array_udiff() function : usage variation
 --FILE--
 <?php
-/* Prototype  : array array_udiff(array arr1, array arr2 [, array ...], callback data_comp_func)
- * Description: Returns the entries of arr1 that have values which are not present in any of the others arguments. Elements are compared by user supplied function.
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_udiff() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 17de2540c15ccc6a1ebdc3b9c35631068c0d3a90..a68c00ee1326c01199cd51fecffc9aec25483432 100644 (file)
@@ -2,12 +2,6 @@
 Test array_udiff() function : usage variation
 --FILE--
 <?php
-/* Prototype  : array array_udiff(array arr1, array arr2 [, array ...], callback data_comp_func)
- * Description: Returns the entries of arr1 that have values which are not present in any of the others arguments. Elements are compared by user supplied function.
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_udiff() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 24d1207ed4acee9cf3b65c131bd9fcc29aa2c4e9..ee5ad82d677ef6861f007573370e776431030668 100644 (file)
@@ -2,12 +2,6 @@
 Test array_udiff() function : usage variation
 --FILE--
 <?php
-/* Prototype  : array array_udiff(array arr1, array arr2 [, array ...], callback data_comp_func)
- * Description: Returns the entries of arr1 that have values which are not present in any of the others arguments. Elements are compared by user supplied function.
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_udiff() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index a7e313ecf7bf0a8e5299c86a71b49e6694e84585..f3e00f1ab278bc95eca5e2139008cb0408955dac 100644 (file)
@@ -3,7 +3,6 @@ array_uintersect_assoc(): Test return type and value for expected input
 --FILE--
 <?php
 /*
-* proto array array_uintersect_assoc ( array $array1, array $array2 [, array $ ..., callback $data_compare_func] )
 * Function is implemented in ext/standard/array.c
 */
 class cr {
index c2655cdb5b3a5fd27f932d04aad58f68f330fa74..bd8163c82d84f73eae81a21fbdc5562907043352 100644 (file)
@@ -2,12 +2,6 @@
 Test array_uintersect_assoc() function : basic functionality - testing with multiple array arguments
 --FILE--
 <?php
-/* Prototype  : array array_uintersect_assoc(array arr1, array arr2 [, array ...], callback data_compare_func)
- * Description: U
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_uintersect_assoc() : basic functionality - testing with multiple array arguments ***\n";
 
 include('compare_function.inc');
index 0c51526e01da5e727f51f4b3d55a19d233c4a0b3..67c599dbfc5480a0a5ec636aa67c286c2a5eb06f 100644 (file)
@@ -2,12 +2,6 @@
 Test array_uintersect_assoc() function : usage variation
 --FILE--
 <?php
-/* Prototype  : array array_uintersect_assoc(array arr1, array arr2 [, array ...], callback data_compare_func)
- * Description: U
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_uintersect_assoc() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 01f4959145698a408bece394f795ef6668cc3b9c..6aecd534de28ddff5e7d6158b9c0ed2debfecc87 100644 (file)
@@ -2,12 +2,6 @@
 Test array_uintersect_assoc() function : usage variation
 --FILE--
 <?php
-/* Prototype  : array array_uintersect_assoc(array arr1, array arr2 [, array ...], callback data_compare_func)
- * Description: U
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_uintersect_assoc() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 990a711219760ca9940d9f6e875543d2d2909c20..75c10527c725878be1cb536a948416e20cc3be2f 100644 (file)
@@ -2,12 +2,6 @@
 Test array_uintersect_assoc() function : usage variation - differing comparison functions
 --FILE--
 <?php
-/* Prototype  : array array_uintersect_assoc(array arr1, array arr2 [, array ...], callback data_compare_func)
- * Description: Returns the entries of arr1 that have values which are present in all the other arguments. Data is compared by using an user-supplied callback.
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_uintersect_assoc() : usage variation - differing comparison functions***\n";
 
 $arr1 = array(1);
index 5334b1da85a28a8df2904fd2306026e39189f7fc..6328647d00bdb26dad381b779418117cbc0346ac 100644 (file)
@@ -3,7 +3,6 @@ array_uintersect(): Test return type and value for expected input
 --FILE--
 <?php
 /*
-* proto array array_uintersect ( array $array1, array $array2 [, array $ ..., callback $data_compare_func] )
 * Function is implemented in ext/standard/array.c
 */
 class cr {
index a9d3f14adf2d77455131ccd6bbd94c3f015b2cc2..082416a4457a47b10e1ec2245de68670e99c896f 100644 (file)
@@ -3,7 +3,6 @@ array_uintersect_uassoc(): Test return type and value for expected input
 --FILE--
 <?php
 /*
-* proto array array_uintersect_assoc ( array $array1, array $array2 [, array $ ..., callback $data_compare_func] )
 * Function is implemented in ext/standard/array.c
 */
 class cr {
index d61eccd05a1368c8903136afe044fd03b05d1898..27deec619dbb0043aef3a83414c9c6549ef3f608 100644 (file)
@@ -2,12 +2,6 @@
 Test array_uintersect_uassoc() function : usage variation
 --FILE--
 <?php
-/* Prototype  : array array_uintersect_uassoc(array arr1, array arr2 [, array ...], callback data_compare_func, callback key_compare_func)
- * Description: Returns the entries of arr1 that have values which are present in all the other arguments. Keys are used to do more restrictive check. Both data and keys are compared by using user-supplied callbacks.
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_uintersect_uassoc() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index e6af0887da0ede9c7c53317d22cc942ace59c77c..dcb4e4161f7bfcafe6599808780d8210008ad93e 100644 (file)
@@ -2,12 +2,6 @@
 Test array_uintersect_uassoc() function : usage variation
 --FILE--
 <?php
-/* Prototype  : array array_uintersect_uassoc(array arr1, array arr2 [, array ...], callback data_compare_func, callback key_compare_func)
- * Description: Returns the entries of arr1 that have values which are present in all the other arguments. Keys are used to do more restrictive check. Both data and keys are compared by using user-supplied callbacks.
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_uintersect_uassoc() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 76d387d9c83acd8a496f8207c34e328b1b40c1fd..7574bc119f7e78802465115ffcfd23d057667730 100644 (file)
@@ -2,12 +2,6 @@
 Test array_uintersect_uassoc() function : usage variation - incorrect callbacks
 --FILE--
 <?php
-/* Prototype  : array array_uintersect_uassoc(array arr1, array arr2 [, array ...], callback data_compare_func, callback key_compare_func)
- * Description: Returns the entries of arr1 that have values which are present in all the other arguments. Keys are used to do more restrictive check. Both data and keys are compared by using user-supplied callbacks.
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_uintersect_uassoc() : usage variation - incorrect callbacks ***\n";
 
 $arr1 = array(1);
index 78b1f514ae58967ee4060a83d5256b510c0c8444..7b07d09cfb06a2fa4aec011160ce96b7093a537a 100644 (file)
@@ -2,12 +2,6 @@
 Test array_uintersect() function : usage variation
 --FILE--
 <?php
-/* Prototype  : array array_uintersect(array arr1, array arr2 [, array ...], callback data_compare_func)
- * Description: Returns the entries of arr1 that have values which are present in all the other arguments. Data is compared by using an user-supplied callback.
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_uintersect() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index d9b926077986b86718b3f07e887d839b74085ef9..91c41f7cab461c5869b2640cd8f6872ab6142375 100644 (file)
@@ -2,12 +2,6 @@
 Test array_uintersect() function : usage variation
 --FILE--
 <?php
-/* Prototype  : array array_uintersect(array arr1, array arr2 [, array ...], callback data_compare_func)
- * Description: Returns the entries of arr1 that have values which are present in all the other arguments. Data is compared by using an user-supplied callback.
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_uintersect() : usage variation ***\n";
 
 // Initialise function arguments not being substituted (if any)
index bcfdac094b0edaacf8a4ef72945c2ac5992905b0..d5bcdcf9c3895ebf3085b0063e4e73e9a5c4a728 100644 (file)
@@ -2,12 +2,6 @@
 Test array_uintersect() function : usage variation - differing comparison functions
 --FILE--
 <?php
-/* Prototype  : array array_uintersect(array arr1, array arr2 [, array ...], callback data_compare_func)
- * Description: Returns the entries of arr1 that have values which are present in all the other arguments. Data is compared by using an user-supplied callback.
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 echo "*** Testing array_uintersect() : usage variation - differing comparison functions***\n";
 
 $arr1 = array(1);
index e24e393f8d7bcb8e79b0d7b618542a5f6be88356..d76c2e34a4001c6c17676eaf667a870a30394931 100644 (file)
@@ -2,11 +2,6 @@
 Test array_unique() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : array array_unique(array $input)
- * Description: Removes duplicate values from array
- * Source code: ext/standard/array.c
-*/
-
 echo "*** Testing array_unique() : basic functionality ***\n";
 
 // array with default keys
index bbeb9e4fa8ca77622d0f5a3a86b26c2f33d64386..6a9d8e36fd2bce81951e793f58497dd7233caf34 100644 (file)
@@ -2,11 +2,6 @@
 Test array_unique() function : usage variations - different arrays for 'input' argument
 --FILE--
 <?php
-/* Prototype  : array array_unique(array $input)
- * Description: Removes duplicate values from array
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Passing different arrays to $input argument and testing whether
 * array_unique() behaves in an expected way.
index 0227449233b9adacbfb528fbd0c2d3817c727c0e..fb38929909665f5140a7990d88c3a234c8546d6f 100644 (file)
@@ -2,11 +2,6 @@
 Test array_unique() function : usage variations - associative array with different keys
 --FILE--
 <?php
-/* Prototype  : array array_unique(array $input)
- * Description: Removes duplicate values from array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing the functionality of array_unique() by passing different
  * associative arrays having different keys to $input argument.
index 53e73083365b810111b054c3b909615f918ce69a..1912fe26ac7ecf23c709a235d87abc293ac8d6e1 100644 (file)
@@ -2,11 +2,6 @@
 Test array_unique() function : usage variations - associative array with different values
 --FILE--
 <?php
-/* Prototype  : array array_unique(array $input)
- * Description: Removes duplicate values from array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing the functionality of array_unique() by passing different
  * associative arrays having different values to $input argument.
index bcf6d8a6de97701279e9c5ce46b22da8bd569e56..8a2df5267253faeb19275cf778b8ede803ac8a73 100644 (file)
@@ -2,11 +2,6 @@
 Test array_unique() function : usage variations - array with duplicate keys
 --FILE--
 <?php
-/* Prototype  : array array_unique(array $input)
- * Description: Removes duplicate values from array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing the functionality of array_unique() by passing
  * array having duplicate keys as values.
index 334a0d0468b54cae901c54f5a6fb2e98911493c4..54cd94f582f9983b020bfc9e5e03826f0cc97dbe 100644 (file)
@@ -2,11 +2,6 @@
 Test array_unique() function : usage variations - array with reference variables
 --FILE--
 <?php
-/* Prototype  : array array_unique(array $input)
- * Description: Removes duplicate values from array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing the functionality of array_unique() by passing
  * array having reference variables as values.
index 98712fba3fab2c28ede49a0be2eaafdd86a00b85..e5a7542b3b2c760b6f82f7ac9fbae29f4bd4a6ed 100644 (file)
@@ -2,11 +2,6 @@
 Test array_unique() function : usage variations - binary safe checking
 --FILE--
 <?php
-/* Prototype  : array array_unique(array $input)
- * Description: Removes duplicate values from array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing the functionality of array_unique() by passing an array having binary values.
 */
index 0ac6f91687cb94a940a5bd04104022d890541675..ae9faffc6759867a1c79fd5b53917dbe08aefaa4 100644 (file)
@@ -2,11 +2,6 @@
 Test array_unique() function : usage variations - two dimensional arrays
 --FILE--
 <?php
-/* Prototype  : array array_unique(array $input)
- * Description: Removes duplicate values from array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing the functionality of array_unique() by passing
  * two dimensional arrays for $input argument.
index 9c3c1b6226849c5ed38413f1e71af0f4fbcec84c..ef0de5e70e84c01ede83c96ca934604644f15d20 100644 (file)
@@ -2,11 +2,6 @@
 Test array_unshift() function : basic functionality - array with default keys for 'array' argument
 --FILE--
 <?php
-/* Prototype  : int array_unshift(array $array, mixed $var [, mixed ...])
- * Description: Pushes elements onto the beginning of the array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing array_unshift() by giving array with default keys for $array argument
 */
index 6c4af71b29bbe0d079867139e1bb7dfb98fa4a75..7c19dcda410b311e2052af82eafc7b4854f3cabf 100644 (file)
@@ -2,11 +2,6 @@
 Test array_unshift() function : basic functionality - associative arrays for 'array' argument
 --FILE--
 <?php
-/* Prototype  : int array_unshift(array $array, mixed $var [, mixed ...])
- * Description: Pushes elements onto the beginning of the array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing array_unshift() by giving associative arrays for $array argument
 */
index fde05c5d751e14b048505b2c01a78e2ad417d977..43bad5b315626efaade9e173e014ead8df0b372f 100644 (file)
@@ -2,11 +2,6 @@
 Test array_unshift() function : prepend array with empty set
 --FILE--
 <?php
-/* Prototype  : int array_unshift(array $array[, mixed ...])
- * Description: Pushes elements onto the beginning of the array
- * Source code: ext/standard/array.c
-*/
-
 $array = [1,2,3];
 $values = [];
 
index 856c4ed85a23cc062ff960e43751b18058bff85b..1feda5bf9662cac5a3abd81cd6a09d23e5e83633 100644 (file)
@@ -2,11 +2,6 @@
 Test array_unshift() function : passing object for 'var' argument
 --FILE--
 <?php
-/* Prototype  : int array_unshift(array $array, mixed $var [, mixed ...])
- * Description: Pushes elements onto the beginning of the array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing the functionality of array_unshift() by passing
  * an object to the $var argument
index 8339043dd44d40a99ad9bb9b1274a1a71989b66a..cf8cb8e00db984c68ed2bcbed4d7228e8356ddab 100644 (file)
@@ -2,11 +2,6 @@
 Test array_unshift() function : usage variations - all possible values for 'var' argument
 --FILE--
 <?php
-/* Prototype  : int array_unshift(array $array, mixed $var [, mixed ...])
- * Description: Pushes elements onto the beginning of the array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing array_unshift() by giving all the possible values for $var argument
 */
index 0138e0bf704b4033a7aa590102cf55e7820601e7..75e39600e1f8a4f7c7706729f8085919c187e183 100644 (file)
@@ -2,11 +2,6 @@
 Test array_unshift() function : usage variations - different array values for 'array' argument
 --FILE--
 <?php
-/* Prototype  : int array_unshift(array $array, mixed $var [, mixed ...])
- * Description: Pushes elements onto the beginning of the array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing the behavior of array_unshift() by passing different types of arrays
  * to $array argument to which the $var arguments will be prepended
index e468bfcf4694bc254cfae2dcdf87bac1109d861c..0be7ab18e221ddbc5b87d4ca43323eebd358a187 100644 (file)
@@ -2,11 +2,6 @@
 Test array_unshift() function : usage variations - assoc. array with diff. keys for 'array' argument
 --FILE--
 <?php
-/* Prototype  : int array_unshift(array $array, mixed $var [, mixed ...])
- * Description: Pushes elements onto the beginning of the array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing the functionality of array_unshift() by passing different
  * associative arrays having different possible keys to $array argument.
index 022a39e5cc7940e19075e31f7319a23c03968e3d..6f642ed53e7b03ff95f9fae37e906eca1249a88b 100644 (file)
@@ -4,11 +4,6 @@ Test array_unshift() function : usage variations - assoc. array with diff values
 precision=12
 --FILE--
 <?php
-/* Prototype  : int array_unshift(array $array, mixed $var [, mixed ...])
- * Description: Pushes elements onto the beginning of the array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing the functionality of array_unshift() by passing different
  * associative arrays having different possible values to $array argument.
index a3e2cad5166cadb30ab46e7304661b194db35b85..89f7e22813cb10b3995976ef04e8001e7fab9a21 100644 (file)
@@ -2,11 +2,6 @@
 Test array_unshift() function : usage variations - two dimensional arrays for 'array' argument
 --FILE--
 <?php
-/* Prototype  : int array_unshift(array $array, mixed $var [, mixed ...])
- * Description: Pushes elements onto the beginning of the array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing the functionality of array_unshift() by giving two-dimensional
  * arrays and also sub-arrays within the two-dimensional array for $array argument.
index 95b58132d5ebde96596281b718325ec1461fdf55..f42ac1cfa8bd9a1f9b12d680c6fe5fd3ab02bcb3 100644 (file)
@@ -2,11 +2,6 @@
 Test array_unshift() function : usage variations - double quoted strings for 'var' argument
 --FILE--
 <?php
-/* Prototype  : int array_unshift(array $array, mixed $var [, mixed ...])
- * Description: Pushes elements onto the beginning of the array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing the functionality of array_unshift() by passing different
  * double quoted strings for $var argument that is prepended to the array
index 66955b906d194c1655865749fa6f7eab21a77247..ff87f370f42c59d68f8b498ca2d8c28a2d99cee7 100644 (file)
@@ -2,11 +2,6 @@
 Test array_unshift() function : usage variations - single quoted strings for 'var' argument
 --FILE--
 <?php
-/* Prototype  : int array_unshift(array $array, mixed $var [, mixed ...])
- * Description: Pushes elements onto the beginning of the array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing the functionality of array_unshift() by passing different
  * single quoted strings for $var argument that is prepended to the array
index 2141e57e2efbe68f44e96577bb1959f4a1231805..133f8f91fee8af849b2bd6ca414e633d8f5c04d9 100644 (file)
@@ -2,11 +2,6 @@
 Test array_unshift() function : usage variations - heredoc strings for 'var' argument
 --FILE--
 <?php
-/* Prototype  : int array_unshift(array $array, mixed $var [, mixed ...])
- * Description: Pushes elements onto the beginning of the array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing the functionality of array_unshift() by passing different
  * heredoc strings for $var argument that is prepended to the array
index afa113e73cb5988976a1abfe947dbb53373c8eb0..32200a67f5ebd891c629cfaf590a1114178200d9 100644 (file)
Binary files a/ext/standard/tests/array/array_values.phpt and b/ext/standard/tests/array/array_values.phpt differ
index f1c8007be4b23736b14211bdfd11a7103cbe4ebb..f7434ad661b5f6f24593ca28a1ae233e8fd9cc91 100644 (file)
@@ -2,11 +2,6 @@
 Test array_values() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : array array_values(array $input)
- * Description: Return just the values from the input array
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test basic functionality of array_values()
  */
index a334140001432388b6ffe098b28fd755d19d5ab6..8b30357e6b4ea6fc6a50fad910c5982b4603da3a 100644 (file)
@@ -2,11 +2,6 @@
 Test array_values() function : usage variations - arrays of different data types
 --FILE--
 <?php
-/* Prototype  : array array_values(array $input)
- * Description: Return just the values from the input array
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass arrays of different data types as $input argument to array_values() to test behaviour
  */
index 7b409c3cded974e1d5238a9b70cf6e7289313ce9..9d5f322404ae2184958b804f4e134e4695e10785 100644 (file)
@@ -2,11 +2,6 @@
 Test array_values() function : usage variations - array keys different data types
 --FILE--
 <?php
-/* Prototype  : array array_values(array $input)
- * Description: Return just the values from the input array
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass arrays where the keys are different data types as $input argument
  * to array_values() to test behaviour
index 4fe8c9a9ccbd360ec19e81d8ea88d725b3c0dcf0..17e7bdd48bf1c9f39af3a22e26c9c1cec9b971d9 100644 (file)
@@ -2,11 +2,6 @@
 Test array_values() function : usage variations - multi-dimensional arrays
 --FILE--
 <?php
-/* Prototype  : array array_values(array $input)
- * Description: Return just the values from the input array
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test array_values when:
  * 1. Passed a two-dimensional array as $input argument
index c7a2cb7e5053ee141b9b113ab1ee9a862df636c9..8dbd7ca3f0e49e5f413eae5aae60e37cda8b33a9 100644 (file)
@@ -2,11 +2,6 @@
 Test array_values() function : usage variations - internal array pointer
 --FILE--
 <?php
-/* Prototype  : array array_values(array $input)
- * Description: Return just the values from the input array
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test the position of the internal array pointer after a call to array_values
  */
index 941df4d875dc3a8d397821c7a3559353c5a91615..7e0b0872a368e211255d25b454f85623b95d34a2 100644 (file)
@@ -2,11 +2,6 @@
 Test array_values() function : usage variations - Referenced variables
 --FILE--
 <?php
-/* Prototype  : array array_values(array $input)
- * Description: Return just the values from the input array
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test array_values() when:
  * 1. Passed an array made up of referenced variables
index 6ec1f4c92ca62bdb4f5e04deed4a74a66095c906..b17451ed938efee92d5c6d17d0fb4097ee86b695 100644 (file)
@@ -2,11 +2,6 @@
 Test array_values() function : usage variations - Internal order check
 --FILE--
 <?php
-/* Prototype  : array array_values(array $input)
- * Description: Return just the values from the input array
- * Source code: ext/standard/array.c
- */
-
 /*
  * Check that array_values is re-assigning keys according to the internal order of the array,
  * and is not dependent on the \$input argument's keys
index bb106b1fba9b08282b6be255a435c63e7fde603d..39ebd9594cc7e620e52f1dabdc93e8ff2c422b57 100644 (file)
@@ -2,21 +2,11 @@
 Test array_walk() function : basic functionality - regular array
 --FILE--
 <?php
-/* Prototype  : bool array_walk(array $input, string $funcname [, mixed $userdata])
- * Description: Apply a user function to every member of an array
- * Source code: ext/standard/array.c
-*/
-
 echo "*** Testing array_walk() : basic functionality ***\n";
 
 // regular array
 $fruits = array("lemon", "orange", "banana", "apple");
 
-/*  Prototype : test_print(mixed $item, mixed $key)
- *  Parameters : item - item in key/item pair
- *               key - key in key/item pair
- *  Description : prints the array values with keys
- */
 function test_print($item, $key)
 {
    // dump the arguments to check that they are passed
index ee5b4e9925c19288e84ec73ee4a1fb49da8c470f..a26a6742969a22c08abd7a82ab32c46d7857ad21 100644 (file)
@@ -2,23 +2,11 @@
 Test array_walk() function : basic functionality - associative array
 --FILE--
 <?php
-/* Prototype  : bool array_walk(array $input, string $funcname [, mixed $userdata])
- * Description: Apply a user function to every member of an array
- * Source code: ext/standard/array.c
-*/
-
 echo "*** Testing array_walk() : basic functionality ***\n";
 
 // associative array
 $fruits = array("d" => "lemon", "a" => "orange", "b" => "banana", "c" => "apple");
 
-// User defined callback functions
-/*  Prototype : test_alter(mixed $item, mixed $key, string $prefix)
- *  Parameters : item - value in key/value pair
- *               key - key in key/value pair
- *               prefix - string to be added
- *  Description : alters the array values by appending prefix string
- */
 function test_alter(&$item, $key, $prefix)
 {
   // dump the arguments to check that they are passed
@@ -29,11 +17,6 @@ function test_alter(&$item, $key, $prefix)
   echo "\n"; // new line to separate the output between each element
 }
 
-/*  Prototype : test_print(mixed $item, mixed $key)
- *  Parameters : item - value in key/value pair
- *               key - key in key/value pair
- *  Description : prints the array values with keys
- */
 function test_print($item, $key)
 {
   // dump the arguments to check that they are passed
index e5aeadcdc09c0c4a0deef14c7881a0e5b7091fe1..d3209d87c23271275c30f156059a097197e5c682 100644 (file)
@@ -2,11 +2,6 @@
 Test array_walk() function : error conditions - callback parameters
 --FILE--
 <?php
-/* Prototype  : bool array_walk(array $input, string $funcname [, mixed $userdata])
- * Description: Apply a user function to every member of an array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing array_walk() by passing more number of parameters to callback function
  */
index b352a070868657ab0125b7c63120bee19b2a95bf..7c700be11846f82c6953e03d3120d10a8a43eb54 100644 (file)
@@ -2,25 +2,12 @@
 Test array_walk() function : object functionality
 --FILE--
 <?php
-/* Prototype  : bool array_walk(array $input, string $funcname [, mixed $userdata])
- * Description: Apply a user function to every member of an array
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Passing object in place of 'input' argument to test object functionality
 */
 
 echo "*** Testing array_walk() : object functionality ***\n";
 
-/*
- * Prototype : callback(mixed $value, mixed $key, int $addvalue
- * Parameters : $value - values in given input array
- *              $key - keys in given input array
- *              $addvalue - value to be added
- * Description : Function adds the addvalue to each element of an array
-*/
-
 function callback($value, $key, $user_data)
 {
   var_dump($key);
index 3994269378cc598ae76e1dff475dde1e745b3439..8e523b4e6cceaaff292fdecd289f77e293487f8c 100644 (file)
@@ -2,24 +2,12 @@
 Test array_walk() function : object functionality - array of objects
 --FILE--
 <?php
-/* Prototype  : bool array_walk(array $input, string $funcname [, mixed $userdata])
- * Description: Apply a user function to every member of an array
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Testing array_walk() with an array of objects
 */
 
 echo "*** Testing array_walk() : array of objects ***\n";
 
-/*
- * Prototype : callback(mixed $value, mixed $key, int $addvalue
- * Parameters : $value - values in given input array
- *              $key - keys in given input array
- *              $addvalue - value to be added
- * Description : Function adds the addvalue to each element of an array
-*/
 function callback_private($value, $key, $addValue)
 {
   echo "value : ";
index 606861565c0655732b9db28e55dace0628ac3b95..edb0ee356fd1f775789ec994f78430df7d84345c 100644 (file)
@@ -2,21 +2,11 @@
 Test array_walk_recursive() function : basic functionality - regular array
 --FILE--
 <?php
-/* Prototype  : bool array_walk_recursive(array $input, string $funcname [, mixed $userdata])
- * Description: Apply a user function to every member of an array
- * Source code: ext/standard/array.c
-*/
-
 echo "*** Testing array_walk_recursive() : basic functionality ***\n";
 
 // regular array
 $fruits = array("lemon", array("orange", "banana"), array("apple"));
 
-/*  Prototype : test_print(mixed $item, mixed $key)
- *  Parameters : item - item in key/item pair
- *               key - key in key/item pair
- *  Description : prints the array values with keys
- */
 function test_print($item, $key)
 {
    // dump the arguments to check that they are passed
index ac5c35440f1f5ac19462e18852e164d9ac370c10..380676b72b2e1a79ed600d088f5a5516cf829b46 100644 (file)
@@ -2,23 +2,11 @@
 Test array_walk_recursive() function : basic functionality - associative array
 --FILE--
 <?php
-/* Prototype  : bool array_walk_recursive(array $input, string $funcname [, mixed $userdata])
- * Description: Apply a user function to every member of an array
- * Source code: ext/standard/array.c
-*/
-
 echo "*** Testing array_walk_recursive() : basic functionality ***\n";
 
 // associative array
 $fruits = array("a" => "lemon", "b" => array( "c" => "orange", "d" => "banana"), "e" => array("f" => "apple"));
 
-// User defined callback functions
-/*  Prototype : test_alter(mixed $item, mixed $key, string $prefix)
- *  Parameters : item - value in key/value pair
- *               key - key in key/value pair
- *               prefix - string to be added
- *  Description : alters the array values by appending prefix string
- */
 function test_alter(&$item, $key, $prefix)
 {
   // dump the arguments to check that they are passed
@@ -29,11 +17,6 @@ function test_alter(&$item, $key, $prefix)
   echo "\n"; // new line to separate the output between each element
 }
 
-/*  Prototype : test_print(mixed $item, mixed $key)
- *  Parameters : item - value in key/value pair
- *               key - key in key/value pair
- *  Description : prints the array values with keys
- */
 function test_print($item, $key)
 {
   // dump the arguments to check that they are passed
index 2509c95f60dcdeb2b4b7ff0c98733f4c703c82ea..ad4fd99ede623e455af5033c079dba6f5f842848 100644 (file)
@@ -2,11 +2,6 @@
 Test array_walk_recursive() function : error conditions - callback parameters
 --FILE--
 <?php
-/* Prototype  : bool array_walk_recursive(array $input, string $funcname [, mixed $userdata])
- * Description: Apply a user function to every member of an array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing array_walk_recursive() by passing more number of parameters to callback function
  */
index 0bfbeee067655691f85a234f76a8b6bec16c542d..9570bf8a02e2e692bd742d03481851f3bfebf97b 100644 (file)
@@ -2,23 +2,10 @@
 Test array_walk_recursive() function : object functionality
 --FILE--
 <?php
-/* Prototype  : bool array_walk_recursive(array $input, string $funcname [, mixed $userdata])
- * Description: Apply a user function to every member of an array
- * Source code: ext/standard/array.c
-*/
-
 /* Passing object in place of an 'input' argument to test object functionality
  */
 echo "*** Testing array_walk_recursive() : object functionality ***\n";
 
-/*
- * Prototype : callback(mixed $value, mixed $key, int $addvalue
- * Parameters : $value - values in given input array
- *              $key - keys in given input array
- *              $addvalue - value to be added
- * Description : Function adds the addvalue to each element of an array
-*/
-
 function callback($value, $key, $user_data)
 {
   var_dump($key);
index b379e663fcca35a4edbe6e1da9081ddda52630f3..dc24dd8c51755e261d762ddea7ac19e117b2401e 100644 (file)
@@ -2,24 +2,12 @@
 Test array_walk_recursive() function : object functionality - array of objects
 --FILE--
 <?php
-/* Prototype  : bool array_walk_recursive(array $input, string $funcname [, mixed $userdata])
- * Description: Apply a user function to every member of an array
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Testing array_walk_recursive() with an array of objects
 */
 
 echo "*** Testing array_walk_recursive() : array of objects ***\n";
 
-/*
- * Prototype : callback(mixed $value, mixed $key, int $addvalue
- * Parameters : $value - values in given input array
- *              $key - keys in given input array
- *              $addvalue - value to be added
- * Description : Function adds the addvalue to each element of an array
-*/
 function callback_private($value, $key, $addValue)
 {
   echo "value : ";
index a6d623b0111865ce53073a8293fcefb41cc44a37..8107096f8dd4397df146c5e486a231d440ae84ad 100644 (file)
@@ -2,24 +2,11 @@
 Test array_walk_recursive() function : usage variations - 'input' array with different values
 --FILE--
 <?php
-/* Prototype  : bool array_walk_recursive(array $input, string $funcname [, mixed $userdata])
- * Description: Apply a user function to every member of an array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing array_walk_recursive() with following types of 'input' arrays:
  *    integer, float, string, bool, null, empty & mixed
 */
 
-// callback function
-/*
- * Prototype : print_value(mixed $value, int $key, int $count)
- * Parameters : $value - array entries(values)
- *              $key - keys in given input array
- *              $count - extra parameter used as an index
- * Description : prints the array values with keys and count value
- */
 function print_value($value, $key, $count)
 {
   echo  $count." : ".$key." ".$value."\n";
index 3540421f2cb0f2ca11c9e0f9a82f11f7aef394a2..c6f2794a21a43fd316024b94dd8c870ca7b2cb33 100644 (file)
@@ -2,23 +2,12 @@
 Test array_walk_recursive() function : usage variations - 'input' array with subarray
 --FILE--
 <?php
-/* Prototype  : bool array_walk_recursive(array $input, string $funcname [, mixed $userdata])
- * Description: Apply a user function to every member of an array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing array_walk_recursive() with an array having subarrays as elements
 */
 
 echo "*** Testing array_walk_recursive() : array with subarray ***\n";
 
-// callback function
-/* Prototype : callback(mixed $value, mixed $key)
- * Parameters : $value - values in given 'input' array
- *              $key - keys in given 'input' array
- * Description : It prints the count of an array elements, passed as argument
- */
 function callback($value, $key)
 {
    // dump the arguments to check that they are passed
index ce85fe7e4b212320dab0a47cef39af36e6674cdd..cc31c6f29e8a63855e89cf168c5dc818b13c73a6 100644 (file)
@@ -2,11 +2,6 @@
 Test array_walk_recursive() function : usage variations - 'input' argument containing reference variables
 --FILE--
 <?php
-/* Prototype  : bool array_walk_recursive(array $input, string $funcname [, mixed $userdata])
- * Description: Apply a user function to every member of an array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing array_walk_recursive() with an array having reference variables
 */
@@ -21,12 +16,6 @@ $value4 = 50;
 // 'input' array containing references to above variables
 $input = array(&$value1, array(&$value2, -35), array(&$value3, 0), array(&$value4));
 
-// callback function
-/* Prototype : callback(int $value, mixed $key)
- * Parameters : $value - values in given input array
- *              $key - keys in given input array
- * Description : function checks for the value whether positive or negative and displays according to that
- */
 function callback($value, $key)
 {
    // dump the arguments to check that they are passed
index dea712e5b486dc9f4cc34b5ca97590eaad93c560..dee4813e1ae51b8ba91e10cecd4709a34241d488 100644 (file)
@@ -2,11 +2,6 @@
 Test array_walk_recursive() function : usage variations - 'input' argument as diff. associative arrays
 --FILE--
 <?php
-/* Prototype  : bool array_walk_recursive(array $input, string $funcname [, mixed $userdata])
- * Description: Apply a user function to every member of an array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Passing 'input' argument as an associative array
  *    with Numeric & string keys
@@ -14,13 +9,6 @@ Test array_walk_recursive() function : usage variations - 'input' argument as di
 
 echo "*** Testing array_walk_recursive() : 'input' as an associative array ***\n";
 
-// callback functions
-/* Prototype : for_numeric( int $value, int $key, int $user_data)
- * Parameters : $value - value from key/value pair of the array
- *              $key - key from key/value pair of the array
- *              $user_data - data to be added to 'value'
- * Description : Function adds values with keys & user_data
- */
 function for_numeric($value, $key, $user_data)
 {
   // dump the input values to see if they are
@@ -31,11 +19,6 @@ function for_numeric($value, $key, $user_data)
   echo "\n"; // new line to separate the output between each element
 }
 
-/* Prototype : for_string( string $value, string $key)
- * Parameters : $value - values in given input array
- *              $key - keys in given input array
- * Description : Function appends key to the value
- */
 function for_string($value, $key)
 {
   // dump the input values to see if they are
@@ -45,11 +28,6 @@ function for_string($value, $key)
   echo "\n"; // new line to separate the output between each element
 }
 
-/* Prototype : for_mixed( mixed $value, mixed $key)
- * Parameters : $value - values in given input array
- *              $key - keys in given input array
- * Description : Function displays each element of an array with keys
- */
 function for_mixed($value, $key)
 {
   // dump the input values to see if they are
index a1cbdad2bd6a10feae7fc3c81adc1a0ee06e47de..a15106a45d03c8b6991bf052788b274402244249 100644 (file)
@@ -2,11 +2,6 @@
 Test array_walk_recursive() function : usage variations - anonymous callback function
 --FILE--
 <?php
-/* Prototype  : proto bool array_walk_recursive(array $input, string $funcname [, mixed $userdata])
- * Description: Apply a user function to every member of an array
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Passing anonymous(run-time) callback function with following variations:
 *   with one parameter
index 8fc09f562c5903295328ccb48009753bf3fcfe42..f26cf1b1fd7cf568a7388403bbc73fd7f9a9fb4f 100644 (file)
@@ -2,11 +2,6 @@
 Test array_walk_recursive() function : usage variations - buit-in function as callback
 --FILE--
 <?php
-/* Prototype  : bool array_walk_recursive(array $input, string $funcname [, mixed $userdata])
- * Description: Apply a user function to every member of an array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Passing different buit-in functionns as callback function
  *    pow function
index f436ea206f359eb36321dfe0ec792c3a22d57b3a..808e6aad0a50a67d26b417f35f13cda977e6f41a 100644 (file)
@@ -2,11 +2,6 @@
 Test array_walk_recursive() function : usage variations - different callback functions
 --FILE--
 <?php
-/* Prototype  : bool array_walk_recursive(array $input, string $funcname [, mixed $userdata])
- * Description: Apply a user function to every member of an array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Passing different types of callback functions to array_walk_recursive()
  *   without parameters
index ff466e52801fac9b58153d0ff2cd3a09e74ddb9e..feb561185fc4e0de33f0fa595a45d621db1b6fdc 100644 (file)
@@ -2,24 +2,11 @@
 Test array_walk() function : usage variations - 'input' array with different values
 --FILE--
 <?php
-/* Prototype  : bool array_walk(array $input, string $funcname [, mixed $userdata])
- * Description: Apply a user function to every member of an array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing array_walk() with following types of 'input' arrays:
  *    integer, float, string, bool, null, empty & mixed
 */
 
-// callback function
-/*
- * Prototype : print_value(mixed $value, int $key, int $count)
- * Parameters : $value - array entries(values)
- *              $key - keys in given input array
- *              $count - extra parameter used as an index
- * Description : prints the array values with keys and count value
- */
 function print_value($value, $key, $count)
 {
   echo  $count." : ".$key." ".$value."\n";
index d141bc20f728308b38d7e37a99173b9c4010498b..77cd5cb6845dd399868156f796110367432fdcd5 100644 (file)
@@ -2,23 +2,12 @@
 Test array_walk() function : usage variations - 'input' array with subarray
 --FILE--
 <?php
-/* Prototype  : bool array_walk(array $input, string $funcname [, mixed $userdata])
- * Description: Apply a user function to every member of an array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing array_walk() with an array having subarrays as elements
 */
 
 echo "*** Testing array_walk() : array with subarray ***\n";
 
-// callback function
-/* Prototype : callback(mixed $value, mixed $key)
- * Parameters : $value - values in given 'input' array
- *              $key - keys in given 'input' array
- * Description : It prints the count of an array elements, passed as argument
- */
 function callback($value, $key)
 {
    // dump the arguments to check that they are passed
index e36ab88efc1ca5ecef6da104d1a0bcf56ff49a59..0bbf3ad1406f368aaa1c3a97eb37630aef5a4c96 100644 (file)
@@ -2,11 +2,6 @@
 Test array_walk() function : usage variations - 'input' argument containing reference variables
 --FILE--
 <?php
-/* Prototype  : bool array_walk(array $input, string $funcname [, mixed $userdata])
- * Description: Apply a user function to every member of an array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing array_walk() with an array having reference variables
 */
@@ -21,12 +16,6 @@ $value4 = 50;
 // 'input' array containing references to above variables
 $input = array(&$value1, &$value2, -35, &$value3, 0, &$value4);
 
-// callback function
-/* Prototype : callback(int $value, mixed $key)
- * Parameters : $value - values in given input array
- *              $key - keys in given input array
- * Description : function checks for the value whether positive or negative and displays according to that
- */
 function callback($value, $key)
 {
    // dump the arguments to check that they are passed
index 8fe16362aa2c6f14aff9bcaa9deecfee3db306da..234727fb00377a290cdafd55929ed8a2abfc4aa6 100644 (file)
@@ -2,11 +2,6 @@
 Test array_walk() function : usage variations - 'input' argument as diff. associative arrays
 --FILE--
 <?php
-/* Prototype  : bool array_walk(array $input, string $funcname [, mixed $userdata])
- * Description: Apply a user function to every member of an array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Passing 'input' argument as an associative array
  *    with Numeric & string keys
@@ -14,13 +9,6 @@ Test array_walk() function : usage variations - 'input' argument as diff. associ
 
 echo "*** Testing array_walk() : 'input' as an associative array ***\n";
 
-// callback functions
-/* Prototype : for_numeric( int $value, int $key, int $user_data)
- * Parameters : $value - value from key/value pair of the array
- *              $key - key from key/value pair of the array
- *              $user_data - data to be added to 'value'
- * Description : Function adds values with keys & user_data
- */
 function for_numeric($value, $key, $user_data)
 {
   // dump the input values to see if they are
@@ -31,11 +19,6 @@ function for_numeric($value, $key, $user_data)
   echo "\n"; // new line to separate the output between each element
 }
 
-/* Prototype : for_string( string $value, string $key)
- * Parameters : $value - values in given input array
- *              $key - keys in given input array
- * Description : Function appends key to the value
- */
 function for_string($value, $key)
 {
   // dump the input values to see if they are
@@ -45,11 +28,6 @@ function for_string($value, $key)
   echo "\n"; // new line to separate the output between each element
 }
 
-/* Prototype : for_mixed( mixed $value, mixed $key)
- * Parameters : $value - values in given input array
- *              $key - keys in given input array
- * Description : Function displays each element of an array with keys
- */
 function for_mixed($value, $key)
 {
   // dump the input values to see if they are
index 3689f8a7981c8fc69ea6e8e0ea3dcc50a915c3ba..acb2f3c500a45727736c735a2fc30dc4191f56a6 100644 (file)
@@ -2,11 +2,6 @@
 Test array_walk() function : usage variations - anonymous callback function
 --FILE--
 <?php
-/* Prototype  : proto bool array_walk(array $input, string $funcname [, mixed $userdata])
- * Description: Apply a user function to every member of an array
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Passing anonymous(run-time) callback function with following variations:
 *   with one parameter
index 0a311dd6133c4f78606a07db76f023d3eb2f08a4..d855429c28c297d6a171b2bee38bb905978878bf 100644 (file)
@@ -2,11 +2,6 @@
 Test array_walk() function : usage variations - buit-in function as callback
 --FILE--
 <?php
-/* Prototype  : bool array_walk(array $input, string $funcname [, mixed $userdata])
- * Description: Apply a user function to every member of an array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Passing different buit-in functionns as callback function
  *    pow function
index e1bee479982103dc971bbd6c165bf37b0b1c40be..1b995d72f22bfc7ff98bd6b7492c15ab58c59c57 100644 (file)
@@ -2,11 +2,6 @@
 Test array_walk() function : usage variations - different callback functions
 --FILE--
 <?php
-/* Prototype  : bool array_walk(array $input, string $funcname [, mixed $userdata])
- * Description: Apply a user function to every member of an array
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Passing different types of callback functions to array_walk()
  *   without parameters
index 7ed285aac77933c3567f4ab2d3fff5813bfbfdba..c636a6278457ccb19fee9d44f6974d7a2dcb5d82 100644 (file)
@@ -2,12 +2,6 @@
 Test arsort() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : bool arsort ( array &$array [, int $sort_flags] )
- * Description: Sort an array and maintain index association
-                Elements will be arranged from highest to lowest when this function has completed.
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing arsort() by providing integer/string arrays to check the basic functionality
  * with following flag values.
index 7971a1e7e01647bf90bafc0bc72aa4fbe40259c6..468b4f291695db8019933c4f3da11405d8a61065 100644 (file)
@@ -2,12 +2,6 @@
 Test arsort() function : object functionality - sort objects
 --FILE--
 <?php
-/* Prototype  : bool arsort ( array &$array [, int $asort_flags] )
- * Description: Sort an array and maintain index association.
-                Elements will be arranged from highest to lowest when this function has completed.
- * Source code: ext/standard/array.c
-*/
-
 /*
  * testing arsort() by providing integer/string object arrays with following flag values
  * 1. Default flag value
index 901b599c6a739481b22080ef47013216ad48fabb..e9252c73512e05bf0e40e1392803bf585f360280 100644 (file)
@@ -2,12 +2,6 @@
 Test arsort() function : object functionality - sorting objects with diff. accessibility of member vars
 --FILE--
 <?php
-/* Prototype  : bool arsort ( array &$array [, int $asort_flags] )
- * Description: Sort an array and maintain index association.
-                Elements will be arranged from highest to lowest when this function has completed.
- * Source code: ext/standard/array.c
-*/
-
 /*
  * testing arsort() by providing integer/string object arrays with following flag values
  * 1. Default flag value
index 058b3310108e7396194b0ec8d0e01e50348bc882..30127b84e03b57191dea29adccc0c56457c4746f 100644 (file)
@@ -2,12 +2,6 @@
 Test arsort() function : usage variations - sort octal values
 --FILE--
 <?php
-/* Prototype  : bool arsort ( array &$array [, int $sort_flags] )
- * Description: Sort an array and maintain index association.
-                Elements will be arranged from highest to lowest when this function has completed.
- * Source code: ext/standard/array.c
-*/
-
 /*
  * testing arsort() by providing different octal array for $array argument with following flag values
  * 1.flag value as default
index aa6f33ae6be09a6d0bf7f88ae7a691bee5d09a8e..cbdcfc41ba42690d4d460774449f493906203bf7 100644 (file)
Binary files a/ext/standard/tests/array/arsort_variation11.phpt and b/ext/standard/tests/array/arsort_variation11.phpt differ
index 9981f7a984d17eb30429c4e9e6ae8938a39d33bd..e54d9c3b030a981c43cdfa4da679fd9577b489cb 100644 (file)
@@ -2,12 +2,6 @@
 Test arsort() function : usage variations - sort integer/float values
 --FILE--
 <?php
-/* Prototype  : bool arsort ( array &$array [, int $sort_flags] )
- * Description: Sort an array and maintain index association
-                Elements will be arranged from highest to lowest when this function has completed.
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing arsort() by providing different integer/float value arrays for $array argument with following values
  * 1. flag value as default
index 3852989bb5c3d7c0b69bed57178742f166a99da0..76da7550a678d34fbc0a7e87363129e7c2c7364c 100644 (file)
@@ -2,12 +2,6 @@
 Test arsort() function : usage variations - sort reference variables
 --FILE--
 <?php
-/* Prototype  : bool arsort ( array &$array [, int $sort_flags] )
- * Description: Sort an array and maintain index association.
-                Elements will be arranged from highest to lowest when this function has completed.
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing arsort() by providing reference variable array with following flag values
  *  flag value as default
index 42062e937dbd9a9b18d5c6fe4e18116db1ebd7cb..eb3f2f95674df731e7399c29c0421a29f2393894 100644 (file)
@@ -2,12 +2,6 @@
 Test arsort() function : usage variations - sort strings
 --FILE--
 <?php
-/* Prototype  : bool arsort ( array &$array [, int $asort_flags] )
- * Description: Sort an array and maintain index association
-                Elements will be arranged from highest to lowest when this function has completed.
- * Source code: ext/standard/array.c
-*/
-
 /*
  * testing arsort() by providing different string arrays for $array argument with following flag values
  *  flag value as default
index 10825d1f081916e5e115ad4dae0c47975ae92a58..1cf1bb5ff12ad23874b3e4a35a1e9421f1084ad2 100644 (file)
@@ -2,12 +2,6 @@
 Test arsort() function : usage variations - sort hexadecimal values
 --FILE--
 <?php
-/* Prototype  : bool arsort ( array &$array [, int $asort_flags] )
- * Description: Sort an array and maintain index association.
-                Elements will be arranged from highest to lowest when this function has completed.
- * Source code: ext/standard/array.c
-*/
-
 /*
  * testing arsort() by providing different hexa-decimal array for $array argument with following flag values
  * flag value as default
index 929b441d1526002f4ceb454e9de26fd942e2a765..ecd2afc4828c7e584b84332c8a79a4a4881c93c2 100644 (file)
@@ -2,12 +2,6 @@
 Test arsort() function : usage variations - sort bool values
 --FILE--
 <?php
-/* Prototype  : bool arsort ( array &$array [, int $sort_flags] )
- * Description: This function arsorts an array.
-                Elements will be arranged from highest to lowest when this function has completed.
- * Source code: ext/standard/array.c
-*/
-
 /*
  * testing arsort() by providing bool value array for $array argument with following flag values.
  * flag value as default
index cddcb3c335b0ef4318488fa3c5c6bb3134f5933b..267f8ddc2e5b2e2ab401e340fe95afffb6ba8763 100644 (file)
@@ -2,12 +2,6 @@
 Test arsort() function : usage variations - sort array with diff. sub arrays, 'sort_flags' as default/SORT_REGULAR
 --FILE--
 <?php
-/* Prototype  : bool arsort ( array &$array [, int $sort_flags] )
- * Description: Sort an array and maintain index association.
-                Elements will be arranged from highest to lowest when this function has completed.
- * Source code: ext/standard/array.c
-*/
-
 /*
  * testing arsort() by providing arrays contains sub arrays for $array argument with flowing flag values
  * flag value as default
index 07c7f1be51053522964a4c60bb93b35d8b92c58b..b52ff7bca62b98fc1cd01d774fc32ecc454e2fa7 100644 (file)
@@ -2,12 +2,6 @@
 Test arsort() function : usage variations - sorting arrays with/without keys, 'sort_flags' as default/SORT_REGULAR
 --FILE--
 <?php
-/* Prototype  : bool arsort ( array &$array [, int $sort_flags] )
- * Description: Sort an array and maintain index association.
-                Elements will be arranged from highest to lowest when this function has completed.
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing arsort() by providing arrays  with key values for $array argument with following flag values.
  * 1.flag value as default
index 8b4a7c20811f11067ced21e1495dc2e697c85283..13f03a92ef6e03ba192a91edba1ca00fc6ba247d 100644 (file)
@@ -2,12 +2,6 @@
 Test asort() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : bool asort ( array &$array [, int $sort_flags] )
- * Description: Sort an array and maintain index association
-                Elements will be arranged from lowest to highest when this function has completed.
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing asort() by providing integer/string arrays to check the basic functionality
  * with following flag values.
index e2fa42993e4a9f72e3f74bf7d7db95cfee9e829a..080e3f920332a9a52e5aa8f5623d8db879b700ad 100644 (file)
@@ -2,12 +2,6 @@
 Test asort() function : object functionality - sort objects
 --FILE--
 <?php
-/* Prototype  : bool asort ( array &$array [, int $asort_flags] )
- * Description: Sort an array and maintain index association.
-                Elements will be arranged from lowest to highest when this function has completed.
- * Source code: ext/standard/array.c
-*/
-
 /*
  * testing asort() by providing integer/string object arrays with following flag values
  * 1. Default flag value
index 1de4f35fae728d13eee7523300b35c09b5d539fa..b98b27040bafab0194f2be33d28dbf2d6057ef9a 100644 (file)
@@ -2,12 +2,6 @@
 Test asort() function : object functionality - sorting objects with diff. accessibility of member vars
 --FILE--
 <?php
-/* Prototype  : bool asort ( array &$array [, int $asort_flags] )
- * Description: Sort an array and maintain index association.
-                Elements will be arranged from lowest to highest when this function has completed.
- * Source code: ext/standard/array.c
-*/
-
 /*
  * testing asort() by providing integer/string object arrays with following flag values
  * 1. Default flag value
index 0ead69d27ec5b049cef0d7f9ac07a51138c31af3..5c8d9041e72e861393a5f640c8de63c6bcca78c7 100644 (file)
@@ -2,12 +2,6 @@
 Test asort() function : usage variations - sort octal values
 --FILE--
 <?php
-/* Prototype  : bool asort ( array &$array [, int $sort_flags] )
- * Description: Sort an array and maintain index association.
-                Elements will be arranged from lowest to highest when this function has completed.
- * Source code: ext/standard/array.c
-*/
-
 /*
  * testing asort() by providing different octal array for $array argument with following flag values
  * 1.flag value as default
index c32c96cbf636cc5107b71b5268acb0b9486f5cb7..492491b03d05d37d06c11f05f46991d6ca98e477 100644 (file)
Binary files a/ext/standard/tests/array/asort_variation11.phpt and b/ext/standard/tests/array/asort_variation11.phpt differ
index a1435ecd9ca031da92ef8fccdb9cf8f47a1f52ba..7736c7275271663f91f5e2ae9dc294076590a67f 100644 (file)
@@ -2,12 +2,6 @@
 Test asort() function : usage variations - sort integer/float values
 --FILE--
 <?php
-/* Prototype  : bool asort ( array &$array [, int $sort_flags] )
- * Description: Sort an array and maintain index association
-                Elements will be arranged from lowest to highest when this function has completed.
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing asort() by providing different integer/float value arrays for $array argument with following values
  * 1. flag value as default
index 09933dba157b174f041b1a058087fee2d156b4c2..30d980b3232ca98c3c7b19f512e96163e315321f 100644 (file)
@@ -2,12 +2,6 @@
 Test asort() function : usage variations - sort reference variables
 --FILE--
 <?php
-/* Prototype  : bool asort ( array &$array [, int $sort_flags] )
- * Description: Sort an array and maintain index association.
-                Elements will be arranged from lowest to highest when this function has completed.
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing asort() by providing reference variable array with following flag values
  *  flag value as default
index 7ae231b3610961cd1b9f5f455750393bc4f1a295..f39c4829b1758ecefc62bfe8ecc99b5e1c10338b 100644 (file)
@@ -2,12 +2,6 @@
 Test asort() function : usage variations - sort strings
 --FILE--
 <?php
-/* Prototype  : bool asort ( array &$array [, int $asort_flags] )
- * Description: Sort an array and maintain index association
-                Elements will be arranged from lowest to highest when this function has completed.
- * Source code: ext/standard/array.c
-*/
-
 /*
  * testing asort() by providing different string arrays for $array argument with following flag values
  *  flag value as default
index aa5b4edd3d3d50f3062672b135981b443901ceb3..7782f95d6f3cb88815584b23520066bbf873c89b 100644 (file)
@@ -2,12 +2,6 @@
 Test asort() function : usage variations - sort hexadecimal values
 --FILE--
 <?php
-/* Prototype  : bool asort ( array &$array [, int $asort_flags] )
- * Description: Sort an array and maintain index association.
-                Elements will be arranged from lowest to highest when this function has completed.
- * Source code: ext/standard/array.c
-*/
-
 /*
  * testing asort() by providing different hexa-decimal array for $array argument with following flag values
  * flag value as default
index 97718ed43e36036b258d0c909fc34374561a4a03..64363d25bcac22d4abb31ec68293b6f4491fd0c6 100644 (file)
@@ -2,12 +2,6 @@
 Test asort() function : usage variations - sort bool values
 --FILE--
 <?php
-/* Prototype  : bool asort ( array &$array [, int $sort_flags] )
- * Description: This function asorts an array.
-                Elements will be arranged from lowest to highest when this function has completed.
- * Source code: ext/standard/array.c
-*/
-
 /*
  * testing asort() by providing bool value array for $array argument with following flag values.
  * flag value as default
index ec0222461739210a1fbbc356e5cd83779b970df6..038c92df5c5e59c5e6e4780af0a4ff03d0fcb47f 100644 (file)
@@ -2,12 +2,6 @@
 Test asort() function : usage variations - sort array with diff. sub arrays, 'sort_flags' as default/SORT_REGULAR
 --FILE--
 <?php
-/* Prototype  : bool asort ( array &$array [, int $sort_flags] )
- * Description: Sort an array and maintain index association.
-                Elements will be arranged from lowest to highest when this function has completed.
- * Source code: ext/standard/array.c
-*/
-
 /*
  * testing asort() by providing arrays contains sub arrays for $array argument with flowing flag values
  * flag value as default
index f371a07daf5fe5942710f7ab8748caf2fc03e1df..cf68d66054340522675d85991a490e887e967945 100644 (file)
@@ -2,12 +2,6 @@
 Test asort() function : usage variations - sorting arrays with/without keys, 'sort_flags' as default/SORT_REGULAR
 --FILE--
 <?php
-/* Prototype  : bool asort ( array &$array [, int $sort_flags] )
- * Description: Sort an array and maintain index association.
-                Elements will be arranged from lowest to highest when this function has completed.
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing asort() by providing arrays  with key values for $array argument with following flag values.
  * 1.flag value as default
index adeae03a7b708a9ffdd0fc02cf80843e697121cf..5187cb77ebd60e52f845729981032482b11ddf38 100644 (file)
@@ -2,12 +2,6 @@
 Test compact() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : proto array compact(mixed var_names [, mixed ...])
- * Description: Creates a hash containing variables and their values
- * Source code: ext/standard/array.c
- * Alias to functions:
- */
-
 /*
  * Test basic functionality
  */
index ede36efd7e556cab02f7c812398d53c91734fb8a..afc290ed6246691af93332f22307fe9214f7e18e 100644 (file)
@@ -2,11 +2,6 @@
 Test compact() function : usage variations  - arrays containing references.
 --FILE--
 <?php
-/* Prototype  : proto array compact(mixed var_names [, mixed ...])
-* Description: Creates a hash containing variables and their values
-* Source code: ext/standard/array.c
-* Alias to functions:
-*/
 /*
 * compact variations - arrays with references
 */
index 7ee9c7d0d2d5623eb5da7dfd0f66f7dd0c0f502e..a540dd662cfca0394b43e68431a97b2a8245431e 100644 (file)
@@ -2,11 +2,6 @@
 Test compact() function: ensure compact() doesn't pick up variables declared outside of current scope.
 --FILE--
 <?php
-/* Prototype  : proto array compact(mixed var_names [, mixed ...])
-* Description: Creates a hash containing variables and their values
-* Source code: ext/standard/array.c
-* Alias to functions:
-*/
 echo "*** Testing compact() : usage variations  - variables outside of current scope ***\n";
 
 $a = 'main.a';
index 3b22c582db751074c0409a6c6fbc002841c34637..6d778b4beebb1d818a558ed7412f146eccb73a0c 100644 (file)
@@ -2,11 +2,6 @@
 Test count() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : int count(mixed $var [, int $mode])
- * Description: Count the number of elements in a variable (usually an array)
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test basic functionality of count() using an array as $var argument
  * and different values as $mode argument.
index a7d4afb53b8d33f4dc0a5e422b38b43beca45b40..bae0fc94239b077c9db763402d8617c4810330f6 100644 (file)
@@ -2,10 +2,6 @@
 Test count() function
 --FILE--
 <?php
-/* Prototype: int count ( mixed $var [, int $mode] );
-   Description: Count elements in an array, or properties in an object
-*/
-
 echo "*** Testing basic functionality of count() function ***\n";
 print "-- Testing NULL --\n";
 $arr = NULL;
index 3455585eab568c2aba95d1a2e8a5428d079f5f67..6b02ef17b382648b3d32e28b21a4159a847164bd 100644 (file)
@@ -2,11 +2,6 @@
 Test count() function : usage variations - Infinitely recursive array
 --FILE--
 <?php
-/* Prototype  : int count(mixed $var [, int $mode])
- * Description: Count the number of elements in a variable (usually an array)
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass count() an infinitely recursive array as $var argument
  * This will stop the script before it reaches the end.
index fc28b7c3429b2c8a0f72eb90b36e723f90132c6f..48d4e5a016687058cd23d49f5d15c388fa75ec8f 100644 (file)
@@ -2,11 +2,6 @@
 Test current() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : mixed current(array $array_arg)
- * Description: Return the element currently pointed to by the internal array pointer
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test basic functionality of current()
  */
index 8a6b56d99a1932fd6b34e567a08c4bc7ae165157..2d9c1803cde8aca26b8db28e8f05b1346037f6a9 100644 (file)
@@ -2,12 +2,6 @@
 Test current() function : usage variations - arrays containing different data types
 --FILE--
 <?php
-/* Prototype  : mixed current(array $array_arg)
- * Description: Return the element currently pointed to by the internal array pointer
- * Source code: ext/standard/array.c
- * Alias to functions: pos
- */
-
 /*
  * Pass arrays of different data types as $array_arg to current() to test behaviour
  */
index b0684cd7b7fbf8b4c2d6d53a54a1b0e734b61660..cba2fa2a30741c40f8d82aa4f324a2a09b97b5ee 100644 (file)
@@ -2,12 +2,6 @@
 Test current() function : usage variations - referenced variables
 --FILE--
 <?php
-/* Prototype  : mixed current(array $array_arg)
- * Description: Return the element currently pointed to by the internal array pointer
- * Source code: ext/standard/array.c
- * Alias to functions: pos
- */
-
 /*
  * Test how the internal pointer is affected when two variables are referenced to each other
  */
index a8471e9d7f66dd2f596921628a861ab7c4db7a54..8f24296fa5d0e4d7106bb1be9fc1840e7fdb1214 100644 (file)
@@ -2,12 +2,6 @@
 Test current() function : usage variations - multi-dimensional arrays
 --FILE--
 <?php
-/* Prototype  : mixed current(array $array_arg)
- * Description: Return the element currently pointed to by the internal array pointer
- * Source code: ext/standard/array.c
- * Alias to functions: pos
- */
-
 /*
  * Test how current() behaves with muti-dimensional and recursive arrays
  */
index 7458de07f70d254853847c9bde295c3c7cb1eec9..4270618db3b9112ba9e1a64d5172896be3587355 100644 (file)
@@ -2,12 +2,6 @@
 Test current() function : usage variations - reference & normal parameters
 --FILE--
 <?php
-/* Prototype  : mixed current(array $array_arg)
- * Description: Return the element currently pointed to by the internal array pointer
- * Source code: ext/standard/array.c
- * Alias to functions: pos
- */
-
 echo "*** Testing current() : usage variations ***\n";
 
 echo "\n-- Function: reference parameter --\n";
index a7474a7e735d0af65ae052a50efb3070894e1a04..da2303ed4abab5ff652be5d9c130e4fb7b1d9203 100644 (file)
@@ -8,10 +8,6 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
 precision=14
 --FILE--
 <?php
-/* Prototype: mixed end ( array &$array );
-   Description: Advances internal pointer of array to last element, and returns its value.
-*/
-
 $arrays = array (
   array( 0 ),
   range(1, 100 ),
index 26c74120a8d833867738c92352aaab9586a2d24b..d4bc3c143e21ed8f9578233941d17ff64ed696e5 100644 (file)
@@ -8,10 +8,6 @@ if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
 precision=14
 --FILE--
 <?php
-/* Prototype: mixed end ( array &$array );
-   Description: Advances internal pointer of array to last element, and returns its value.
-*/
-
 $arrays = array (
   array( 0 ),
   range(1, 100 ),
index b337ece75c8eecd5b21378d8c609ddc9c76dba7f..04c49e1cd26edf917acf2c3bfa98dc18d20341f5 100644 (file)
@@ -2,11 +2,6 @@
 Test end() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : mixed end(array $array_arg)
- * Description: Advances array argument's internal pointer to the last element and return it
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test basic functionality of end()
  */
index 354e3d5369539d9f490f427f99fac997c6358d29..3bf399a4f26c11a6a6ac508bbada9f6f1c3e03e8 100644 (file)
@@ -2,11 +2,6 @@
 Test end() function : usage variations - Multi-dimensional arrays
 --FILE--
 <?php
-/* Prototype  : mixed end(array $array_arg)
- * Description: Advances array argument's internal pointer to the last element and return it
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test end() when passed:
  * 1. a two-dimensional array
index 8e9284b81674a38fde6269c1718541d8b8fdd918..8d2b78ab47cce24d4d1b0ba2d5371ae5161d3cde 100644 (file)
@@ -2,11 +2,6 @@
 Test end() function : usage variations - Referenced variables
 --FILE--
 <?php
-/* Prototype  : mixed end(array $array_arg)
- * Description: Advances array argument's internal pointer to the last element and return it
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test how the internal pointer is affected when two variables are referenced to each other
  */
index bddffa60587856e70677ddc580b7c288275aaefe..c80ea13496d4407aa931edb7b8afdb266ad32d51 100644 (file)
@@ -2,13 +2,6 @@
 Test in_array() function : usage variations - different needdle values
 --FILE--
 <?php
-/*
- * Prototype  : bool in_array ( mixed $needle, array $haystack [, bool $strict] )
- * Description: Searches haystack for needle and returns TRUE
- *              if it is found in the array, FALSE otherwise.
- * Source Code: ext/standard/array.c
-*/
-
 /* Test in_array() with different possible needle values */
 
 echo "*** Testing in_array() with different needle values ***\n";
index 0815e3ee94b6767de50e95074e0d68725803efe8..af4191577ab90721b9814eee8b1a7dea7877eb9f 100644 (file)
@@ -2,13 +2,6 @@
 Test in_array() function : usage variations - different haystack values
 --FILE--
 <?php
-/*
- * Prototype  : bool in_array ( mixed $needle, array $haystack [, bool $strict] )
- * Description: Searches haystack for needle and returns TRUE
- *              if it is found in the array, FALSE otherwise.
- * Source Code: ext/standard/array.c
-*/
-
 /* Test in_array() with different possible haystack values */
 
 echo "*** Testing in_array() with different haystack values ***\n";
index e495b11b714b6bf4541b4fec9b13e960a5770790..95617e945f3846c07a9e73193e53498baab89c7b 100644 (file)
@@ -2,13 +2,6 @@
 Test in_array() function : usage variations - haystack as sub-array/object
 --FILE--
 <?php
-/*
- * Prototype  : bool in_array ( mixed $needle, array $haystack [, bool $strict] )
- * Description: Searches haystack for needle and returns TRUE
- *              if it is found in the array, FALSE otherwise.
- * Source Code: ext/standard/array.c
-*/
-
 /* Test in_array() with haystack as sub-array and object */
 
 /* checking for sub-arrays with in_array() */
index 4cfc40592283db32ea5ca952f39f86eee37725e4..8a587f847ff6596e19f0828bc3a0bfed7ed14478 100644 (file)
@@ -2,13 +2,6 @@
 Test in_array() function : usage variations - haystack as resource/multi dimensional array
 --FILE--
 <?php
-/*
- * Prototype  : bool in_array ( mixed $needle, array $haystack [, bool $strict] )
- * Description: Searches haystack for needle and returns TRUE
- *              if it is found in the array, FALSE otherwise.
- * Source Code: ext/standard/array.c
-*/
-
 /* Test in_array() with haystack as resource and multidimensional arrays */
 
 /* checking for Resources */
index 6e0d2f9d508e072afa14b1048a4223af8be7a1f2..f6b9300bce1b90e6a253effb6213ebe5d6851450 100644 (file)
@@ -2,11 +2,6 @@
 Test key() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : mixed key(array $array_arg)
- * Description: Return the key of the element currently pointed to by the internal array pointer
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test basic functionality of key()
  */
index 3a6022e08a8eb46c5a9e1206fd0f065042668169..1107999c10b75959d12f4acc54a072777ac4243a 100644 (file)
@@ -2,11 +2,6 @@
 Test key() function : usage variations
 --FILE--
 <?php
-/* Prototype  : mixed key(array $array_arg)
- * Description: Return the key of the element currently pointed to by the internal array pointer
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass arrays where keys are different data types as $array_arg to key() to test behaviour
  */
index 9ad9ff8a7d896e278f68b11001f858cd02164924..dfebd4bdd610949085d45d1f97772884d8b5f239 100644 (file)
@@ -2,11 +2,6 @@
 Test key() function : usage variations
 --FILE--
 <?php
-/* Prototype  : mixed key(array $array_arg)
- * Description: Return the key of the element currently pointed to by the internal array pointer
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test how the internal pointer is affected when two variables are referenced to each other
  */
index b89ca829b4b98026ff4760a73d9f162364194632..a71e6732f9d7df7cf546de19e45c8b1918b5e60a 100644 (file)
@@ -2,11 +2,6 @@
 Test key() function : usage variations
 --FILE--
 <?php
-/* Prototype  : mixed key(array $array_arg)
- * Description: Return the key of the element currently pointed to by the internal array pointer
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test how key() behaves with muti-dimensional and recursive arrays
  */
index 393b7f06e41401d190c69be9c7a7ebfe0b383512..6137e1b24354a9ebf9621571bd45cea58a795db3 100644 (file)
@@ -2,11 +2,6 @@
 Test krsort() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : bool krsort ( array &$array [, int $sort_flags] )
- * Description: Sort an array by key in reverse order, maintaining key to data correlation
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing krsort() by providing array of integer/string values to check the basic functionality
  * with following flag values :
index 482dacc50a9a405178a5fd3b34ef91756944bfc9..1ecab77b08210abb23a129ff9eb81a29fcf27f2d 100644 (file)
@@ -2,10 +2,6 @@
 Test krsort() function : object functionality - sort objects
 --FILE--
 <?php
-/* Prototype  : bool krsort ( array &$array [, int $sort_flags] )
- * Description: Sort an array by key in reverse order, maintaining key to data correlation
- * Source code: ext/standard/array.c
-*/
 /*
  * testing krsort() by providing array of integer/string objects with following flag values:
  *  1.Default flag value
index aa614a5b50d5d309e9029832c39bab250e02cd16..104ed0326bd9cb709259edf17449a174c96ecb97 100644 (file)
@@ -2,11 +2,6 @@
 Test krsort() function : usage variations - sort heredoc strings
 --FILE--
 <?php
-/* Prototype  : bool krsort ( array &$array [, int $sort_flags] )
- * Description: Sort an array by key in reverse order, maintaining key to data correlation
- * Source code: ext/standard/array.c
-*/
-
 /*
  * testing krsort() by providing array of heredoc strings for $array argument with
  * following flag values:
index 271559c3e5c314a5e627a7d91c5641d1c8b9899e..9c56e515b923e8752a110e9d1db3391adfa1ee5e 100644 (file)
@@ -2,11 +2,6 @@
 Test krsort() function : usage variations - sort bool values
 --FILE--
 <?php
-/* Prototype  : bool krsort ( array &$array [, int $sort_flags] )
- * Description: Sort an array by key in reverse order, maintaining key to data correlation
- * Source code: ext/standard/array.c
-*/
-
 /*
  * testing krsort() by providing array of boolean values for $array argument with following flag values:
  *  1.flag value as default
index c94dc4981e36680e9dac0006e0d7377332bfb343..ffc6cc356ef51a9d6537ae2c4564d2544d6a2bbf 100644 (file)
@@ -2,11 +2,6 @@
 Test krsort() function : usage variations - sort integer/float values
 --FILE--
 <?php
-/* Prototype  : bool krsort ( array &$array [, int $sort_flags] )
- * Description: Sort an array by key in reverse order, maintaining key to data correlation
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing krsort() by providing array of integer/float/mixed values for $array argument
  * with following flag values:
index f17be973e4090d9166189ca3a9cf52fe6892ba80..1f28d02131aa170454a9047bbe7e856a303a0e9e 100644 (file)
@@ -2,11 +2,6 @@
 Test krsort() function : usage variations - sort octal values
 --FILE--
 <?php
-/* Prototype  : bool krsort ( array &$array [, int $sort_flags] )
- * Description: Sort an array by key in reverse order, maintaining key to data correlation.
- * Source code: ext/standard/array.c
-*/
-
 /*
  * testing krsort() by providing array of octal values for $array argument
  * with following flag values:
index e8f5404f9f902ac412ab9a86cef0819d15e4fa58..7475805f8d4d56222b5f327dc2c901c3c61aaa4b 100644 (file)
@@ -2,11 +2,6 @@
 Test krsort() function : usage variations - sort strings
 --FILE--
 <?php
-/* Prototype  : bool krsort ( array &$array [, int $sort_flags] )
- * Description: Sort an array by key in reverse order, maintaining key to data correlation
- * Source code: ext/standard/array.c
-*/
-
 /*
  * testing krsort() by providing array of string values for $array argument with
  * following flag values:
index 8807653cefaf887acc0502d4e7809d7f1777c41d..c737cb4b3c569ccff79f13b94f43044e76a88cdb 100644 (file)
@@ -2,11 +2,6 @@
 Test krsort() function : usage variations - sort hexadecimal values
 --FILE--
 <?php
-/* Prototype  : bool krsort ( array &$array [, int $sort_flags] )
- * Description: Sort an array by key in reverse order, maintaining key to data correlation.
- * Source code: ext/standard/array.c
-*/
-
 /*
  * testing krsort() by providing array of hexa-decimal values for $array argument
  * with following flag values:
index 0315e9d10fc6d55a2a3a7b4a6bd0af383bd6a160..9d25d93a736d28f3590d126dc540f66bf2c81ddc 100644 (file)
@@ -2,11 +2,6 @@
 Test krsort() function : usage variations - sort array with diff. sub arrays
 --FILE--
 <?php
-/* Prototype  : bool krsort ( array &$array [, int $sort_flags] )
- * Description: Sort an array by key, maintaining key to data correlation
- * Source code: ext/standard/array.c
-*/
-
 /*
  * testing krsort() by providing arrays contains sub arrays for $array argument
  * with flowing flag values
index 7f9aa17bf3a63199398c1b5e80116241ed0f00ef..1483e6fd1bbc18abe1c129d73043254e66ee6dc7 100644 (file)
Binary files a/ext/standard/tests/array/krsort_variation8.phpt and b/ext/standard/tests/array/krsort_variation8.phpt differ
index d961ff1837f1c4275182ed13d81bd28d1d583e5f..4364911b62127d83c9660cefabfde52242ad9abf 100644 (file)
@@ -2,11 +2,6 @@
 Test krsort() function : usage variations - sort array with/without key values
 --FILE--
 <?php
-/* Prototype  : bool krsort ( array &$array [, int $sort_flags] )
- * Description: Sort an array by key in reverse order, maintaining key to data correlation.
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing krsort() by providing arrays  with/without key values for $array argument
  * with following flag values:
index 1a62f3ac2c02f416216ccb721a7a8ac2005f3a03..2e515a0c7da855af6883beb54988d94e923ac176 100644 (file)
@@ -2,11 +2,6 @@
 Test ksort() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : bool ksort ( array &$array [, int $sort_flags] )
- * Description: Sort an array by key, maintaining key to data correlation
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing ksort() by providing  array of integer/string values to check the basic functionality with following flag values :
  *  1.flag value as default
index 03c97e253b3a2c59e4ed8eb3a13f5a6dc8eaa266..cd51f81cd501b29e4b5b866ddd1b1b4920a7a849 100644 (file)
@@ -2,10 +2,6 @@
 Test ksort() function : object functionality - sort objects
 --FILE--
 <?php
-/* Prototype  : bool ksort ( array &$array [, int $sort_flags] )
- * Description: Sort an array by key, maintaining key to data correlation.
- * Source code: ext/standard/array.c
-*/
 /*
  * testing ksort() by providing array ofinteger/string objects with following flag values:
  *  1.SORT_NUMERIC - compare items numerically
index 8a3e522c8a31cd52a871f1e12628a3bb1f1ba47d..6d151b920af4f8041ee5b6c8cbd8858e96b40a00 100644 (file)
@@ -2,11 +2,6 @@
 Test ksort() function : usage variations - sort octal values
 --FILE--
 <?php
-/* Prototype  : bool ksort ( array &$array [, int $sort_flags] )
- * Description: Sort an array by key, maintaining key to data correlation.
- * Source code: ext/standard/array.c
-*/
-
 /*
  * testing ksort() by providing array of octal values for $array argument with following flag values:
  *  1.flag value as default
index 1fabd01e5c5a82982a31cd862859ace940b25951..59b18aa62c8c78ff82936ebf96234912731125e9 100644 (file)
@@ -2,11 +2,6 @@
 Test ksort() function : usage variations - sort heredoc strings
 --FILE--
 <?php
-/* Prototype  : bool ksort ( array &$array [, int $sort_flags] )
- * Description: Sort an array by key, maintaining key to data correlation
- * Source code: ext/standard/array.c
-*/
-
 /*
  * testing ksort() by providing array of heredoc strings for $array argument with
  * following flag values:
index 5d2d14ff586557439fc5249f84f49a5215678c88..db3d558be1a8b136fb7e2051dd5f6e68f96d3673 100644 (file)
@@ -2,11 +2,6 @@
 Test ksort() function : usage variations - sort integer/float values
 --FILE--
 <?php
-/* Prototype  : bool ksort ( array &$array [, int $sort_flags] )
- * Description: Sort an array by key, maintaining key to data correlation
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing ksort() by providing array of integer/float/mixed values for $array argument
  * with following flag  values:
index 8404f030e9dace7491ce61f595c26266e502d758..0f18e385dd5b4e8d9a0c50ac0553a55656e7ec59 100644 (file)
@@ -2,11 +2,6 @@
 Test ksort() function : usage variations - sort bool values
 --FILE--
 <?php
-/* Prototype  : bool ksort ( array &$array [, int $sort_flags] )
- * Description: Sort an array by key, maintaining key to data correlation
- * Source code: ext/standard/array.c
-*/
-
 /*
  * testing ksort() by providing array of boolean values for $array argument with following flag values:
  *  1.flag value as default
index c5f950edd42f53088e7d0e8bc2bed0265465d178..0538043744228a7b82a2dde657fecadcfcd71fb9 100644 (file)
@@ -2,11 +2,6 @@
 Test ksort() function : usage variations - sort strings
 --FILE--
 <?php
-/* Prototype  : bool ksort ( array &$array [, int $sort_flags] )
- * Description: Sort an array by key, maintaining key to data correlation
- * Source code: ext/standard/array.c
-*/
-
 /*
  * testing ksort() by providing array of string values for $array argument with
  * following flag values:
index 40cd27d7b8e215c5f6063c4616bb470caae32cd9..b9c35b54f204178f1cd358c6bb7b63779d227968 100644 (file)
@@ -2,11 +2,6 @@
 Test ksort() function : usage variations - sort hexadecimal values
 --FILE--
 <?php
-/* Prototype  : bool ksort ( array &$array [, int $sort_flags] )
- * Description: Sort an array by key, maintaining key to data correlation.
- * Source code: ext/standard/array.c
-*/
-
 /*
  * testing ksort() by providing array of hexa-decimal values for $array argument with following flag values:
  *  1.flag value as default
index 0e92ed40ef2b2411ea13da775b01465e40581fd0..7ca42069da3add9c9824219921e6d96de36d6877 100644 (file)
@@ -2,11 +2,6 @@
 Test ksort() function : usage variations - sort array with diff. sub arrays
 --FILE--
 <?php
-/* Prototype  : bool ksort ( array &$array [, int $sort_flags] )
- * Description: Sort an array by key, maintaining key to data correlation
- * Source code: ext/standard/array.c
-*/
-
 /*
  * testing ksort() by providing arrays containing sub arrays for $array argument
  * with flowing flag values:
index 9222e64e19ac2a551396d67aeed8485e71b34271..7b7e1c003e587897379970a72be8a1936fb5fce1 100644 (file)
Binary files a/ext/standard/tests/array/ksort_variation8.phpt and b/ext/standard/tests/array/ksort_variation8.phpt differ
index 20a85f2f7733819ae31ed8465d806b62788397bf..9322af70f57fa344a08c23b01989ba3872ea0992 100644 (file)
@@ -2,11 +2,6 @@
 Test ksort() function : usage variations - sorting arrays with/without keys
 --FILE--
 <?php
-/* Prototype  : bool ksort ( array &$array [, int $sort_flags] )
- * Description: Sort an array by key, maintaining key to data correlation.
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing ksort() by providing arrays  with/without key values for $array argument with following flag values:
  *  1.flag value as default
index 16c8ac9330b9db5d296c05d0d32b58781e42ab90..4880e97dcb406d7e5adb9c96efeb91adfa5b0861 100644 (file)
@@ -3,7 +3,6 @@ Test return type and value for expected input max()
 --FILE--
 <?php
 /*
- * proto mixed max(mixed arg1 [, mixed arg2 [, mixed ...]])
  * Function is implemented in ext/standard/array.c
 */
 
index 6182b824b2f0665d7a6566beebf02a4a492bbebc..a87033ce729ba5fe10ff2e6b8f55263483f25244 100644 (file)
@@ -3,7 +3,6 @@ Test variations in usage of max()
 --FILE--
 <?php
 /*
- * proto mixed max(mixed arg1 [, mixed arg2 [, mixed ...]])
  * Function is implemented in ext/standard/array.c
 */
 
index 15425e47a1d17ae20668486bb47cd7aec25810d5..8577a095b01fd60a7c994b21571994ba498c495a 100644 (file)
@@ -3,7 +3,6 @@ Test variations in usage of max()
 --FILE--
 <?php
 /*
- * proto mixed max(mixed arg1 [, mixed arg2 [, mixed ...]])
  * Function is implemented in ext/standard/array.c
 */
 
index 8b6b9c4bb3538aaaa695ef7411ca9af124cfd015..6706dd90836ad509d329884b2229f6c586f8d059 100644 (file)
@@ -3,7 +3,6 @@ Test return type and value for expected input min()
 --FILE--
 <?php
 /*
- * proto mixed min(mixed arg1 [, mixed arg2 [, mixed ...]])
  * Function is implemented in ext/standard/array.c
 */
 
index de8f772b426b66294090b20b23ab7a67fc131400..d09b21967b4cac66546acfc4aeb97e4e7e0b13de 100644 (file)
@@ -3,7 +3,6 @@ Test variations in usage of min()
 --FILE--
 <?php
 /*
- * proto mixed min(mixed arg1 [, mixed arg2 [, mixed ...]])
  * Function is implemented in ext/standard/array.c
 */
 
index 3c2dc5338ff5e9ca2e4895dc8424353a050e176b..44acde72675391dbcfec844d427b85089a01a983 100644 (file)
@@ -3,7 +3,6 @@ Test variations in usage of min()
 --FILE--
 <?php
 /*
- * proto mixed min(mixed arg1 [, mixed arg2 [, mixed ...]])
  * Function is implemented in ext/standard/array.c
 */
 
index 539fa424fb34ef74fe7b8e62e15555c0577e4ce9..8891d0bbbb096ae3074fd6830f82d06cc21ce2c4 100644 (file)
@@ -2,11 +2,6 @@
 Test natcasesort() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : bool natcasesort(array &$array_arg)
- * Description: Sort an array using case-insensitive natural sort
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test basic functionality of natcasesort()
  */
index fc116718f416a0f746bd9752838d347b29511ec4..8d94201b124913f0f3d24b28b39516c32d02f1d7 100644 (file)
@@ -2,11 +2,6 @@
 Test natcasesort() function : object functionality - array of objects
 --FILE--
 <?php
-/* Prototype  : bool natcasesort(array &$array_arg)
- * Description: Sort an array using case-insensitive natural sort
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass natcasesort() an array of objects to test how it re-orders them
  */
index b82d0a0b7abbe70d68e0d147d78d135a86cb1d32..5f3afe1e1b228bb18e06021b2a5463b560c3b48b 100644 (file)
@@ -2,11 +2,6 @@
 Test natcasesort() function : object functionality - mixed visibility within objects
 --FILE--
 <?php
-/* Prototype  : bool natcasesort(array &$array_arg)
- * Description: Sort an array using case-insensitive natural sort
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass natcasesort() an array of objects which have properties of different
  * visibilities to test how it re-orders the array.
index 3cfb36e2a44cb97a83ab09149bc29729c681047b..89d54ac8ba2b1cc04cc2f69516d307ff4b4e7dac 100644 (file)
@@ -2,11 +2,6 @@
 Test natcasesort() function : usage variations - position of internal array pointer
 --FILE--
 <?php
-/* Prototype  : bool natcasesort(array &$array_arg)
- * Description: Sort an array using case-insensitive natural sort
- * Source code: ext/standard/array.c
- */
-
 /*
  * Check position of internal array pointer after calling natcasesort()
  */
index 27e41865f185cfaaa3b19552bee6fc0fd558e42e..c47cda6ab30840104e4c9b229be53b2a9bf8c7fd 100644 (file)
@@ -2,11 +2,6 @@
 Test natcasesort() function : usage variations - Different array keys
 --FILE--
 <?php
-/* Prototype  : bool natcasesort(array &$array_arg)
- * Description: Sort an array using case-insensitive natural sort
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass arrays where the keys are different data types to test behaviour of natcasesort()
  */
index c9dbec1e1f3c15d7b698d605f6aee8d09a0725ec..d0ef2dbd2c3cae9b9e217180871745bdb7f45a97 100644 (file)
@@ -3,11 +3,6 @@ Test natcasesort() function : usage variations - Pass arrays of different data t
 --FILE--
 <?php
 
-/* Prototype  : bool natcasesort(array &$array_arg)
- * Description: Sort an array using case-insensitive natural sort
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass arrays of different data types to natcasesort() to test how they are sorted
  */
index b2523dc4269acd965dda5e67d8075b194d08cba0..3cb873286acf8b1242f525900febb86f94a05a70 100644 (file)
@@ -6,11 +6,6 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : bool natcasesort(array &$array_arg)
- * Description: Sort an array using case-insensitive natural sort
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass arrays of numeric data to test how natcasesort re-orders the array
  */
index 452e2e48b2ed56fa6af6ebbf9591f4248f561ddf..4e3477bbea1bde40b2ac976b7f9806f7f90e1b92 100644 (file)
@@ -2,11 +2,6 @@
 Test natcasesort() function : usage variations - different string types
 --FILE--
 <?php
-/* Prototype  : bool natcasesort(array &$array_arg)
- * Description: Sort an array using case-insensitive natural sort
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass arrays of string data to see how natcasesort() re-orders the array
  */
index f2cbd17191150b86ef85a0a2c5b74805fe794eb7..03025f2c65026d9e678baa31fc1bb27fa785785c 100644 (file)
@@ -2,11 +2,6 @@
 Test natcasesort() function : usage variations - different hex values
 --FILE--
 <?php
-/* Prototype  : bool natcasesort(array &$array_arg)
- * Description: Sort an array using case-insensitive natural sort
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass an array of different hex values to test how natcasesort() re-orders it
  */
index 85d4cd64e50300782817846ea8f3a90d7f5eb090..8e19eb661bbb612a797a8dbe91795d93c39a95ba 100644 (file)
@@ -2,11 +2,6 @@
 Test natcasesort() function : usage variations - referenced variables
 --FILE--
 <?php
-/* Prototype  : bool natcasesort(array &$array_arg)
- * Description: Sort an array using case-insensitive natural sort
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass an array of referenced variables to test how natcasesort() re-orders it
  */
index fb731b101c7a64e2364cad57fed26dba422f33bc..70ee9e92f8485c8154eea746e10ad80d3023845f 100644 (file)
@@ -2,11 +2,6 @@
 Test natcasesort() function : usage variations - recursive arrays
 --FILE--
 <?php
-/* Prototype  : bool natcasesort(array &$array_arg)
- * Description: Sort an array using case-insensitive natural sort
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass natcasesort() an infinitely recursive array to test how it is re-ordered
  */
index b0f7cbba5079d6c9b92684def612dcc4a4bc0598..d040f228ad53b3fa5a271fc1a3b17b6c38fc892f 100644 (file)
@@ -2,11 +2,6 @@
 Test natcasesort() function : usage variations - octal values
 --FILE--
 <?php
-/* Prototype  : bool natcasesort(array &$array_arg)
- * Description: Sort an array using case-insensitive natural sort
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass an array of octal values to test how natcasesort() re-orders it
  */
index 04b36f369537b6f4dacf9645e8de614749019034..f7a1d7581f411fb5986bf78b8e70b603ece3ff5c 100644 (file)
Binary files a/ext/standard/tests/array/natcasesort_variation9.phpt and b/ext/standard/tests/array/natcasesort_variation9.phpt differ
index 84d408ed3fea36a115cbf34c0049075c4b885d23..555abe1ab652ea38a742786c793a148a8a38f8e3 100644 (file)
@@ -3,7 +3,6 @@ Test natsort(): basic functionality
 --FILE--
 <?php
 /*
-* proto bool natsort ( array &$array )
 * Function is implemented in ext/standard/array.c
 */
 $array1 = $array2 = array("img12.png", "img10.png", "img2.png", "img1.png");
index 092eec555a28a8c6d6cabbb1008fec6fcaa28dd3..d006d7d53769ae19134e2e88f8f9632f1fb2b6e3 100644 (file)
@@ -2,11 +2,6 @@
 Test next() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : mixed next(array $array_arg)
- * Description: Move array argument's internal pointer to the next element and return it
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test basic functionality of next()
  */
index 892e120b5ebb11eb6aba424009bd7ebcc9fed584..6293652a6c7bf5c77df9d5926e3191ffde7b93ee 100644 (file)
@@ -2,11 +2,6 @@
 Test next() function : usage variation - Mulit-dimensional arrays
 --FILE--
 <?php
-/* Prototype  : mixed next(array $array_arg)
- * Description: Move array argument's internal pointer to the next element and return it
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test next() when passed:
  * 1. a two-dimensional array
index 92d1536c87c53052fd3e79277130b8557815f2a0..ffbafd4c161bdb414b6b6ada625ef5a152eaac00 100644 (file)
@@ -2,11 +2,6 @@
 Test prev() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : mixed prev(array $array_arg)
- * Description: Move array argument's internal pointer to the previous element and return it
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test basic functionality of prev()
  */
index 45d2930ad7495a5fcebf8f0da6600910228f9f9f..084148c64e4c49425df47e69758e7a36a72b8233 100644 (file)
@@ -2,11 +2,6 @@
 prev - ensure warning is received when passing an indirect temporary.
 --FILE--
 <?php
-/* Prototype  : mixed prev(array $array_arg)
- * Description: Move array argument's internal pointer to the previous element and return it
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass temporary variables to prev() to test behaviour
  */
index 44c7b1e8ad62c418083d41bbda8bf60b488d8b2d..35f356746717b8bcbc684e6670371d6e498f2928 100644 (file)
@@ -2,11 +2,6 @@
 prev - ensure we cannot pass a temporary
 --FILE--
 <?php
-/* Prototype  : mixed prev(array $array_arg)
- * Description: Move array argument's internal pointer to the previous element and return it
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass temporary variables to prev() to test behaviour
  */
index 9c38e6ef37f63a31dd908550f8739d1782551f43..dd7f9b63fcd4e21fc06b0ac8a1288aa8663ea37e 100644 (file)
@@ -2,11 +2,6 @@
 Test prev() function : usage variation - Multi-dimensional arrays
 --FILE--
 <?php
-/* Prototype  : mixed prev(array $array_arg)
- * Description: Move array argument's internal pointer to the previous element and return it
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test prev() when passed:
  * 1. a two-dimensional array
index 195c431fd9ca5d40054299d661c261a22717f229..d533d28dfd511c50e14f17ce59598da6d527e79b 100644 (file)
@@ -2,11 +2,6 @@
 Test reset() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : mixed reset(array $array_arg)
- * Description: Set array argument's internal pointer to the first element and return it
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test basic functionality of reset()
  */
index 2dbf152ce6e29f0eec3b9d73c37bfb44be095796..13d1347f791c0d5b5cfda02b9c4ab996e702bfc1 100644 (file)
@@ -2,11 +2,6 @@
 Test reset() function : usage variations - unset first element
 --FILE--
 <?php
-/* Prototype  : mixed reset(array $array_arg)
- * Description: Set array argument's internal pointer to the first element and return it
- * Source code: ext/standard/array.c
- */
-
 /*
  * Unset first element of an array and test behaviour of reset()
  */
index fd0d86eda8d6a6909659aae50297f92f9dbd26f4..9bfc290b2c6f8b4c7a79bfb3f57b9fa915c23ced 100644 (file)
@@ -2,11 +2,6 @@
 Test reset() function : usage variations - Referenced variables
 --FILE--
 <?php
-/* Prototype  : mixed reset(array $array_arg)
- * Description: Set array argument's internal pointer to the first element and return it
- * Source code: ext/standard/array.c
- */
-
 /*
  * Reference two arrays to each other then call reset() to test position of
  * internal pointer in both arrays
index 76123b7c02e076589423d31f0b9c6280aaac88a8..a7ad5f3790b49792f16435a3b8cb8ac4a10ccc7a 100644 (file)
@@ -2,11 +2,6 @@
 Test rsort() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : bool rsort(array &$array_arg [, int $sort_flags])
- * Description: Sort an array in reverse order
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test basic functionality of rsort()
  */
index df7ca491ffd5b05927c60c0908adfc1078fde05c..0cfeb443f99b528e75e30c860844ceebd3a0131e 100644 (file)
@@ -2,11 +2,6 @@
 Test rsort() function : object functionality
 --FILE--
 <?php
-/* Prototype  : bool rsort(array &$array_arg [, int $sort_flags])
- * Description: Sort an array in reverse order
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test basic functionality of rsort() with objects
  */
index 21789ba026cc6ba3cb72f3416ab1c11e5db22826..4b60e345cf9257056a189297b78f57e36046c601 100644 (file)
@@ -2,11 +2,6 @@
 Test rsort() function : object functionality - different visibilities
 --FILE--
 <?php
-/* Prototype  : bool rsort(array &$array_arg [, int $sort_flags])
- * Description: Sort an array in reverse order
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test functionality of rsort() with objects where properties have different visibilities
  */
index 22fe18f4e09ec8d43000a501685a1b936f53d53b..6f9248c1c6ca47426ad24ff0d11ccc19af571e4b 100644 (file)
@@ -2,11 +2,6 @@
 Test rsort() function : usage variations - Octal values
 --FILE--
 <?php
-/* Prototype  : bool rsort(array &$array_arg [, int $sort_flags])
- * Description: Sort an array in reverse order
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass rsort() an array containing octal values to test behaviour
  */
index 5c851b4c4cd3ad04bdfc34eac1e0c1dd18aa82c3..ce3b8c70563ef9ecb2ed425a10a25607858fbb9f 100644 (file)
Binary files a/ext/standard/tests/array/rsort_variation11.phpt and b/ext/standard/tests/array/rsort_variation11.phpt differ
index 545eacedc384e4fa0035f0c3493b199ecdf8f587..f2648f04b1592087f53a0d45506297a41a4246b9 100644 (file)
@@ -6,11 +6,6 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : bool rsort(array &$array_arg [, int $sort_flags])
- * Description: Sort an array in reverse order
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass arrays containing different numeric data to rsort() to test behaviour
  */
index 3687c05c7f6ad99ab6f1a4c6fd2cd5023e5436ca..77a42552bca69d7130629c0a2e7af79398aba91d 100644 (file)
@@ -2,11 +2,6 @@
 Test rsort() function : usage variations - referenced variables
 --FILE--
 <?php
-/* Prototype  : bool rsort(array &$array_arg [, int $sort_flags])
- * Description: Sort an array in reverse order
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test behaviour of rsort() when:
  * 1. passed an array of referenced variables
index 20d061f4c49654200c39e95f5d8533a7c0c41133..6b05443b520bd9ab9b1c2380bb72c5b263ba697c 100644 (file)
@@ -2,11 +2,6 @@
 Test rsort() function : usage variations - String values
 --FILE--
 <?php
-/* Prototype  : bool rsort(array &$array_arg [, int $sort_flags])
- * Description: Sort an array in reverse order
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass arrays containing different string data to rsort() to test behaviour
  */
index 3789776c371e2809bf24e28321fc949c917de2a9..3394402e44e817ef1a8adc1df7835758ccf39fed 100644 (file)
@@ -2,11 +2,6 @@
 Test rsort() function : usage variations - Hexadecimal vales
 --FILE--
 <?php
-/* Prototype  : bool rsort(array &$array_arg [, int $sort_flags])
- * Description: Sort an array in reverse order
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass rsort() an array of hexadecimal values to test behaviour
  */
index b54108d031e894530929978db66ff7359b0ac9f0..28b02a745698b321558b3c60e8025ef2adcaa563 100644 (file)
@@ -2,11 +2,6 @@
 Test rsort() function : usage variations - boolean values
 --FILE--
 <?php
-/* Prototype  : bool rsort(array &$array_arg [, int $sort_flags])
- * Description: Sort an array in reverse order
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass rsort() arrays of boolean values to test behaviour
  */
index 8f1ee129c7a686857da61e9a5f4e33d50e957cef..8d8aa15f1fa1b306430d98f7227cbfda77dd8c63 100644 (file)
@@ -2,11 +2,6 @@
 Test rsort() function : usage variations - multi-dimensional arrays
 --FILE--
 <?php
-/* Prototype  : bool rsort(array &$array_arg [, int $sort_flags])
- * Description: Sort an array in reverse order
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass rsort() multi-dimensional arrays to test behaviour
  */
index 93cdff2228be0cd3953befd0719d9bde4dabf2fe..4d0f45a0055c3d8f04765f8dcc3b7fba31197b36 100644 (file)
@@ -2,11 +2,6 @@
 Test rsort() function : usage variations - mixed associative arrays
 --FILE--
 <?php
-/* Prototype  : bool rsort(array &$array_arg [, int $sort_flags])
- * Description: Sort an array in reverse order
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass rsort() associative arrays to test key re-assignment
  */
index efcc21e9dfcadddebf39e3cf44ca14e5778142e1..d2af45db938ff25f133a34bd615632ba670a6aee 100644 (file)
@@ -2,11 +2,6 @@
 Test shuffle() function : basic functionality - array with default keys
 --FILE--
 <?php
-/* Prototype  : bool shuffle(array $array_arg)
- * Description: Randomly shuffle the contents of an array
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Test behaviour of shuffle when an array with default keys
 * is passed to the 'array_arg' argument and check for the
index 3405eee2d70ae58d904fbd572c4878c6683361c0..b6c86cb42116e26eec0e6b46d4ac3fe2e8363bfd 100644 (file)
@@ -2,11 +2,6 @@
 Test shuffle() function : basic functionality -  with associative array
 --FILE--
 <?php
-/* Prototype  : bool shuffle(array $array_arg)
- * Description: Randomly shuffle the contents of an array
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Test behaviour of shuffle when an associative array is
 * passed to the 'array_arg' argument and check for the
index 470713227de51db7df0b4c137695b551d2344db2..ab90db3fdfb7560c84a47721c036a2a8182902d5 100644 (file)
@@ -2,11 +2,6 @@
 Test shuffle() function : usage variation - with MultiDimensional array
 --FILE--
 <?php
-/* Prototype  : bool shuffle(array $array_arg)
- * Description: Randomly shuffle the contents of an array
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Test behaviour of shuffle() function when multi-dimensional array is
 * passed to 'array_arg' argument
index eb93106ab3f0bdc61cbeb28c437e8ef1934af08d..87abe3496e76790b234495ff1535367c64d82f06 100644 (file)
@@ -2,11 +2,6 @@
 Test shuffle() function : usage variation - arrays with diff types of values
 --FILE--
 <?php
-/* Prototype  : bool shuffle(array $array_arg)
- * Description: Randomly shuffle the contents of an array
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Test behaviour of shuffle() function when arrays having different
 * types of values, are passed to 'array_arg' argument
index 3a29adf6180e255d2426e80e6ab19b7a498edb06..629c449b7fbd99d17048043aade1681cb20ffcae 100644 (file)
@@ -2,11 +2,6 @@
 Test shuffle() function : usage variation - associative arrays with diff types of values
 --FILE--
 <?php
-/* Prototype  : bool shuffle(array $array_arg)
- * Description: Randomly shuffle the contents of an array
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Test behaviour of shuffle() function when associative arrays
 * having different types of values, are passed to 'array_arg' argument
index dd291f610ba02fee06dd6d5b9ed801d0e9e6d17b..7ad0c01678db01a98ea268cf0d9878423c62ab50 100644 (file)
@@ -2,11 +2,6 @@
 Test shuffle() function : usage variation - arrays with diff heredoc strings
 --FILE--
 <?php
-/* Prototype  : bool shuffle(array $array_arg)
- * Description: Randomly shuffle the contents of an array
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Test behaviour of shuffle() when an array of heredoc strings is passed to
 * 'array_arg' argument of the function
index c292199cb9d1991268a8e75edfae6e6595a27429..68dcc52a23efc34044efeebb602a01fc9de99055 100644 (file)
@@ -2,13 +2,6 @@
 Test sizeof() function : basic functionality - for scalar types
 --FILE--
 <?php
-/* Prototype  : int sizeof(mixed $var[, int $mode] )
- * Description: Counts an elements in an array. If Standard PHP library is
- *              installed, it will return the properties of an object.
- * Source code: ext/standard/basic_functions.c
- * Alias to functions: count()
- */
-
 /* Testing the sizeof() for some of the scalar types(integer, float) values
  * in default, COUNT_NORMAL and COUNT_RECURSIVE modes.
  */
index a76e54d70ab6533392f025d1ea093c49a3b16739..e77a0d6a6614a01c11288f9a14c289102cbc6176 100644 (file)
@@ -2,13 +2,6 @@
 Test sizeof() function : basic functionality - for non-scalar type(array)
 --FILE--
 <?php
-/* Prototype  : int sizeof(mixed $var[, int $mode] )
- * Description: Counts an elements in an array. If Standard PHP library is
- *              installed, it will return the properties of an object.
- * Source code: ext/standard/basic_functions.c
- * Alias to functions: count()
- */
-
 /* Testing the sizeof() for non-scalar type(array) value
  * in default, COUNT_NORMAL and COUNT_RECURSIVE modes.
  * Sizeof() has been tested for simple integer, string,
index 43b49e5693424d55e139639f76fbac177184530e..b034bb102105131bcf268a0dc921c6ba6f721fd9 100644 (file)
@@ -2,13 +2,6 @@
 Test sizeof() function : object functionality - object with Countable interface
 --FILE--
 <?php
-/* Prototype  : int sizeof($mixed var[, int $mode])
- * Description: Counts an elements in an array. If Standard PHP library is installed,
- * it will return the properties of an object.
- * Source code: ext/standard/basic_functions.c
- * Alias to functions: count()
- */
-
 echo "*** Testing sizeof() : object functionality ***\n";
 
 echo "-- Testing sizeof() with an object which implements Countable interface --\n";
index c81018f6358b5ef801f519c8319e2a9a2f1ee3a9..513b239b129e1644e3a04ac4714f7bcff60ee581 100644 (file)
@@ -2,13 +2,6 @@
 Test sizeof() function : object functionality - objects without Countable interface
 --FILE--
 <?php
-/* Prototype  : int sizeof($mixed var[, int $mode] )
- * Description: Counts an elements in an array. If Standard PHP library is installed,
- * it will return the properties of an object.
- * Source code: ext/standard/basic_functions.c
- * Alias to functions: count()
- */
-
 echo "*** Testing sizeof() : object functionality ***\n";
 
 echo "--- Testing sizeof() with objects which doesn't implement Countable interface ---\n";
index e98c334267111c85570acf97bb9045ca868858eb..5f3988b8bd26921449bf3f9da0025e73d94244de 100644 (file)
@@ -2,13 +2,6 @@
 Test sizeof() function : usage variations - for all scalar types and resource variable
 --FILE--
 <?php
-/* Prototype  : int sizeof($mixed var[, int $mode])
- * Description: Counts an elements in an array. If Standard PHP library is installed,
- * it will return the properties of an object.
- * Source code: ext/standard/basic_functions.c
- * Alias to functions: count()
- */
-
 echo "*** Testing sizeof() : usage variations ***\n";
 
 echo "--- Testing sizeof() for all scalar types in default,COUNT_NORMAL and COUNT_RECURSIVE mode ---\n";
index 1bc815d7c48e714908536497d4e12a64ac6463fd..baa917a299ee66d9e7b77b23a25461aa22bc246e 100644 (file)
@@ -2,13 +2,6 @@
 Test sizeof() function : usage variations - different array values for 'var' argument
 --FILE--
 <?php
-/* Prototype  : int sizeof($mixed var[, int $mode])
- * Description: Counts an elements in an array. If Standard PHP library is installed,
- * it will return the properties of an object.
- * Source code: ext/standard/basic_functions.c
- * Alias to functions: count()
- */
-
 echo "*** Testing sizeof() : usage variations ***\n";
 
 // get a resource variable
index cb77e07323a9bc4dcb9f954dfbc859008708acf2..f5bc22c263080f78d9022af94f632b7b80aee587 100644 (file)
@@ -2,13 +2,6 @@
 Test sizeof() function : usage variations - checking for infinite recursion in COUNT_RECURSIVE mode
 --FILE--
 <?php
-/* Prototype  : int sizeof($mixed var[, int $mode])
- * Description: Counts an elements in an array. If Standard PHP library is installed,
- * it will return the properties of an object.
- * Source code: ext/standard/basic_functions.c
- * Alias to functions: count()
- */
-
 echo "*** Testing sizeof() : usage variations ***\n";
 
 echo "-- Testing sizeof() for infinite recursion with arrays as argument in COUNT_RECURSIVE mode --\n";
index bae4a470f281fb4682be9754872cd9aabffca7d8..e0c4b13eaa96462c9661f5ca0e272bfefa61370f 100644 (file)
@@ -2,13 +2,6 @@
 Test sizeof() function : usage variations - all kinds of unset variables for 'var' argument
 --FILE--
 <?php
-/* Prototype  : int sizeof($mixed var[, int $mode])
- * Description: Counts an elements in an array. If Standard PHP library is installed,
- * it will return the properties of an object.
- * Source code: ext/standard/basic_functions.c
- * Alias to functions: count()
- */
-
 echo "*** Testing sizeof() : usage variations ***\n";
 
 echo "--- Testing sizeof() for all kinds of unset variables in default, Normal and Recursive Modes ---\n";
index 451fd5788f53feb92d491d902a1efed80ad51e20..8f50c6e1be5f0442eb5664488e0a4a96877605ba 100644 (file)
@@ -2,12 +2,6 @@
 Test sort() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : bool sort ( array &$array [, int $sort_flags] )
- * Description: This function sorts an array.
-                Elements will be arranged from lowest to highest when this function has completed.
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing sort() by providing arrays with default keys and assoc arrays
  * to check the basic functionality with following flag values.
index 79458e0b1c805d2157cfd44fe37536c9d8f2c753..07243be2c6e6e7c860e8a8e04ee3c4573486b2ec 100644 (file)
@@ -2,11 +2,6 @@
 Test sort() function : object functionality - sorting objects, 'sort_flags' as default/SORT_REGULAR
 --FILE--
 <?php
-/* Prototype  : bool sort ( array &$array [, int $sort_flags] )
- * Description: This function sorts an array.
-                Elements will be arranged from lowest to highest when this function has completed.
- * Source code: ext/standard/array.c
-*/
 /*
  * testing sort() by providing integer/string object arrays with flag values are default, SORT_REGULAR
 */
index 9816ae3012f6ebea18bcfd9e7a014bb90172fb48..7c9bb9867cbdcd66ca49cae34b1bccc5a9671ff6 100644 (file)
@@ -2,12 +2,6 @@
 Test sort() function : object functionality - sorting objects with diff. accessibility of member vars
 --FILE--
 <?php
-/* Prototype  : bool sort ( array &$array [, int $sort_flags] )
- * Description: This function sorts an array.
-                Elements will be arranged from lowest to highest when this function has completed.
- * Source code: ext/standard/array.c
-*/
-
 /*
  * testing sort() by providing integer/string object arrays with flag values are default, SORT_REGULAR
 */
index 4dc510064e2ea82e4398388a2b9b50cedd13e0b8..36dfcb85aeffb22240fffb1cd48d66a1002a563e 100644 (file)
@@ -2,12 +2,6 @@
 Test sort() function : usage variations - sort octal values
 --FILE--
 <?php
-/* Prototype  : bool sort ( array &$array [, int $sort_flags] )
- * Description: This function sorts an array.
-                Elements will be arranged from lowest to highest when this function has completed.
- * Source code: ext/standard/array.c
-*/
-
 /*
  * testing sort() by providing different octal array for $array argument
  * with following flag values
index 50d40fca63cf5d5eeb090bd0c9a97922e1e924a0..5209d21a67478cd705de78daf1f8aa2530288fd8 100644 (file)
Binary files a/ext/standard/tests/array/sort_variation11.phpt and b/ext/standard/tests/array/sort_variation11.phpt differ
index 7ee0d8ea84bcd3db3b8e723514a5144c2647fb23..194d2b9fcd584c466f7dee425b0f0717c91a6772 100644 (file)
@@ -2,12 +2,6 @@
 Test sort() function : usage variations - sort integer/float values
 --FILE--
 <?php
-/* Prototype  : bool sort ( array &$array [, int $sort_flags] )
- * Description: This function sorts an array.
-                Elements will be arranged from lowest to highest when this function has completed.
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing sort() by providing different integer/float value arrays for $array argument
  * with following flag values
index 4a5d42ed9dff88c1d7cefa9c030bf201f3d29f58..34cc2f772fc5d6c3ac98a2135990b7ecf7729e5c 100644 (file)
@@ -2,12 +2,6 @@
 Test sort() function : usage variations - sort reference values
 --FILE--
 <?php
-/* Prototype  : bool sort ( array &$array [, int $sort_flags] )
- * Description: This function sorts an array.
-                Elements will be arranged from lowest to highest when this function has completed.
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing sort() by providing reference variable array with following flag values
  *  flag value as default
index e5fc94c3871722b0298737d6edd907ac68d6b884..6c49342df25d8d4bf7c3d98c944ccf038f93084e 100644 (file)
@@ -2,12 +2,6 @@
 Test sort() function : usage variations - sort strings
 --FILE--
 <?php
-/* Prototype  : bool sort ( array &$array [, int $sort_flags] )
- * Description: This function sorts an array.
-                Elements will be arranged from lowest to highest when this function has completed.
- * Source code: ext/standard/array.c
-*/
-
 /*
  * testing sort() by providing different string arrays for $array argument with following flag values
  *  flag  value as default
index 5fa933eb21ea637890d1b04e74b3f3a29c1c7c74..fcde3b3d051919f3b132d8ed6d26ad2e5ffe31e2 100644 (file)
@@ -2,12 +2,6 @@
 Test sort() function : usage variations - sort hexadecimal values
 --FILE--
 <?php
-/* Prototype  : bool sort ( array &$array [, int $sort_flags] )
- * Description: This function sorts an array.
-                Elements will be arranged from lowest to highest when this function has completed.
- * Source code: ext/standard/array.c
-*/
-
 /*
  * testing sort() by providing different hexa-decimal array for $array argument with following flag values
  * flag  value as default
index 7c2a4afe3e285f8826e01ca9b0cdb5494d0884d6..75d2dd16fbf975fbbbc3530d54689be42451a991 100644 (file)
@@ -2,12 +2,6 @@
 Test sort() function : usage variations - sort boolean values
 --FILE--
 <?php
-/* Prototype  : bool sort ( array &$array [, int $sort_flags] )
- * Description: This function sorts an array.
-                Elements will be arranged from lowest to highest when this function has completed.
- * Source code: ext/standard/array.c
-*/
-
 /*
  * testing sort() by providing bool value array for $array argument with following flag values.
  * flag  value as default
index e4682e1702187336f068756c29f958680d3c16d3..562766e77fccec64ba6c713eace76fa35bd9abd7 100644 (file)
@@ -2,12 +2,6 @@
 Test sort() function : usage variations - sort array with diff. sub arrays, 'sort_flags' as default/SORT_REGULAR
 --FILE--
 <?php
-/* Prototype  : bool sort ( array &$array [, int $sort_flags] )
- * Description: This function sorts an array.
-                Elements will be arranged from lowest to highest when this function has completed.
- * Source code: ext/standard/array.c
-*/
-
 /*
  * testing sort() by providing arrays contains sub arrays for $array argument with flowing flag values
  * flag value as default
index c5488be175aeab06e4c528fa713c4e42c7a2a270..8c4be0997c4460a1818a05705028e9835a63047f 100644 (file)
@@ -2,12 +2,6 @@
 Test sort() function : usage variations - sort diff. associative arrays, 'sort_flags' as default/SORT_REGULAR
 --FILE--
 <?php
-/* Prototype  : bool sort ( array &$array [, int $sort_flags] )
- * Description: This function sorts an array.
-                Elements will be arranged from lowest to highest when this function has completed.
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing sort() by providing arrays  with key values for $array argument
  * with following flag values.
index 160af2c328d29c7d80903114da73a01fdd4f75cc..9ffc906002ac0a347afac96ac4f2489e03dc43bc 100644 (file)
@@ -2,21 +2,9 @@
 Test uasort() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : bool uasort(array $array_arg, string $cmp_function)
- * Description: Sort an array with a user-defined comparison function and maintain index association
- * Source code: ext/standard/array.c
-*/
-
 echo "*** Testing uasort() : basic functionality ***\n";
 
 // comparison function
-/* Prototype : int cmp(mixed $value1, mixed $value2)
- * Parameters : $value1 and $value2 - values to be compared
- * Return value : 0 - if both values are same
- *                1 - if value1 is greater than value2
- *               -1 - if value1 is less than value2
- * Description : compares value1 and value2
- */
 function cmp($value1, $value2)
 {
   if($value1 == $value2) {
index af9c624d742ccda179c5c06bcea506291f5c649a..d4c24a9897c7a0f772fa1d8cd4e1d9fc32ba30cb 100644 (file)
@@ -2,21 +2,9 @@
 Test uasort() function : basic functionality - duplicate values
 --FILE--
 <?php
-/* Prototype  : bool uasort(array $array_arg, string $cmp_function)
- * Description: Sort an array with a user-defined comparison function and maintain index association
- * Source code: ext/standard/array.c
-*/
-
 echo "*** Testing uasort() : basic functionality with duplicate values ***\n";
 
 // comparison function
-/* Prototype : int cmp(mixed $value1, mixed $value2)
- * Parameters : $value1 and $value2 - values to be compared
- * Return value : 0 - if both values are same
- *                1 - if value1 is greater than value2
- *               -1 - if value1 is less than value2
- * Description : compares value1 and value2
- */
 function cmp($value1, $value2)
 {
   if($value1 == $value2) {
index c357e07490908c503634f8a4706ced7561dd192f..41420ba0a8f4b7fbc86e32caab393f10e8f6e428 100644 (file)
@@ -2,11 +2,6 @@
 Test uasort() function : object functionality
 --FILE--
 <?php
-/* Prototype  : bool uasort(array $array_arg, string $cmp_function)
- * Description: Sort an array with a user-defined comparison function and maintain index association
- * Source code: ext/standard/array.c
-*/
-
 /*
  * Testing uasort() function with the array of objects
  * array of objects which has only one member variable & more than one member variables
@@ -15,13 +10,6 @@ Test uasort() function : object functionality
 echo "*** Testing uasort() : object functionality ***\n";
 
 // comparison function
-/* Prototype : int cmp(mixed $value1, mixed $value2)
- * Parameters : $value1 and $value2 - values to be compared
- * Return value : 0 - if both values are same
- *                1 - if value1 is greater than value2
- *               -1 - if value1 is less than value3
- * Description : compares value1 and value2
- */
 function simple_cmp($value1, $value2)
 {
   if($value1 == $value2) {
index 26fa6f11b412d98b030f296e0957820db214dc9e..82a9cb908b1ffbf25f7b69f9c4185b258e8ffd71 100644 (file)
@@ -2,10 +2,6 @@
 Test uasort() function : object functionality - sort diff. objects
 --FILE--
 <?php
-/* Prototype  : bool uasort(array $array_arg, string $cmp_function)
- * Description: Sort an array with a user-defined comparison function and maintain index association
- * Source code: ext/standard/array.c
-*
 
 /*
  * This testcase tests uasort() functionality with different objects
@@ -19,13 +15,6 @@ Test uasort() function : object functionality - sort diff. objects
 echo "*** Testing uasort() : object functionality ***\n";
 
 // comparison function
-/* Prototype : int cmp_function(mixed $value1, mixed $value2)
- * Parameters : $value1 and $value2 - values to be compared
- * Return value : 0 - if both values are same
- *                1 - if value1 is greater than value2
- *               -1 - if value1 is less than value2
- * Description : compares value1 and value2
- */
 function cmp_function($value1, $value2)
 {
   if($value1 == $value2) {
index 7b6188b42085ca272de15aaee2d664f567cba962..9b5a0ffc46808895a5bb9685964363b2a83fe980 100644 (file)
@@ -2,23 +2,11 @@
 Test uasort() function : usage variations - sort array with reference variables
 --FILE--
 <?php
-/* Prototype  : bool uasort(array $array_arg, string $cmp_function)
- * Description: Sort an array with a user-defined comparison function and maintain index association
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Testing uasort() with 'array_arg' containing different reference variables
 */
 
 // comparison function
-/* Prototype : int cmp_function(mixed $value1, mixed $value2)
- * Parameters : $value1 and $value2 - values to be compared
- * Return value : 0 - if both values are same
- *                1 - if value1 is greater than value2
- *               -1 - if value1 is less than value2
- * Description : compares value1 and value2
- */
 function cmp_function($value1, $value2)
 {
   if($value1 == $value2) {
index c8d3a81d839f516d616b8795da2319dcd1553e70..ceab2ac03720b066baa70d9687366ff55f4e0e72 100644 (file)
@@ -2,11 +2,6 @@
 Test uasort() function : usage variations - different associative arrays
 --FILE--
 <?php
-/* Prototype  : bool uasort(array $array_arg, string $cmp_function)
- * Description: Sort an array with a user-defined comparison function and maintain index association
- * Source code: ext/standard/array.c
-*/
-
 /* Testing uasort() with different associative arrays having keys as
  *   string, integer, default & duplicate keys
  */
@@ -14,13 +9,6 @@ Test uasort() function : usage variations - different associative arrays
 echo "*** Testing uasort() : sorting different associative arrays ***\n";
 
 // comparison function
-/* Prototype : int cmp(mixed $value1, mixed $value2)
- * Parameters : $value1 and $value2 - values to be compared
- * Return value : 0 - if both values are same
- *                1 - if value1 is greater than value2
- *               -1 - if value1 is less than value2
- * Description : compares value1 and value2
- */
 function cmp($value1, $value2)
 {
   if($value1 == $value2) {
index 5db2163e241e43c4b1ba6c76ea107df770f60222..15f1884a7b13d29edb301fdb090781ce2bf99cba 100644 (file)
Binary files a/ext/standard/tests/array/uasort_variation3.phpt and b/ext/standard/tests/array/uasort_variation3.phpt differ
index 75772442a8c73202da692d2a12a67c87604dc537..e1397422627bc12fd40f460687aabf2e11af4b99 100644 (file)
@@ -2,24 +2,12 @@
 Test uasort() function : usage variations - sort different numeric values
 --FILE--
 <?php
-/* Prototype  : bool uasort(array $array_arg, string $cmp_function)
- * Description: Sort an array with a user-defined comparison function and maintain index association
- * Source code: ext/standard/array.c
-*/
-
 /*
 * sorting different types of numeric arrays containing data of following type:
 *  integer, octal, hexadecimal & float
 */
 
 // comparison function
-/* Prototype : int cmp_function(mixed $value1, mixed $value2)
- * Parameters : $value1 and $value2 - values to be compared
- * Return value : 0 - if both values are same
- *                1 - if value1 is greater than value2
- *               -1 - if value1 is less than value2
- * Description : compares value1 and value2
- */
 function cmp_function($value1, $value2)
 {
   if($value1 == $value2) {
index b398d627093139ba62c4a1bd40c0652b0ecf21d0..4160f4a2bd2e8c30d72753c2de9fd9d397b6d4d6 100644 (file)
@@ -2,24 +2,12 @@
 Test uasort() function : usage variations - sort diff. strings
 --FILE--
 <?php
-/* Prototype  : bool uasort(array $array_arg, string $cmp_function)
- * Description: Sort an array with a user-defined comparison function and maintain index association
- * Source code: ext/standard/array.c
-*/
-
 /*
 * sorting different strings:
 *  single quoted, double quoted and heredoc strings
 */
 
 // comparison function
-/* Prototype : int cmp_function(mixed $value1, mixed $value2)
- * Parameters : $value1 and $value2 - values to be compared
- * Return value : 0 - if both values are same
- *                1 - if value1 is greater than value2
- *               -1 - if value1 is less than value2
- * Description : compares value1 and value2
- */
 function cmp_function($value1, $value2)
 {
   if($value1 == $value2) {
index 26eb1e1dabb0b629e10e7ac35daa357135312463..8b6b0d6d191ad4deb1d182deddc3ee753b0f4f7d 100644 (file)
@@ -2,23 +2,11 @@
 Test uasort() function : usage variations - sort array having subarrays
 --FILE--
 <?php
-/* Prototype  : bool uasort(array $array_arg, string $cmp_function)
- * Description: Sort an array with a user-defined comparison function and maintain index association
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Testing uasort() with 'array_arg' having different subarrays as array elements
 */
 
 // comparison function
-/* Prototype : int cmp_function(mixed $value1, mixed $value2)
- * Parameters : $value1 and $value2 - values to be compared
- * Return value : 0 - if both values are same
- *                1 - if value1 is greater than value2
- *               -1 - if value1 is less than value2
- * Description : compares value1 and value2
- */
 function cmp_function($value1, $value2)
 {
   if($value1 == $value2) {
index 72520b2eb832f0cd3ff939cdc8bcbeb2b9765e9b..fd92a9f8561ce3c51eff8d4e15e24fee3f9425f1 100644 (file)
@@ -2,11 +2,6 @@
 Test uasort() function : usage variations - anonymous function as 'cmp_function'
 --FILE--
 <?php
-/* Prototype  : bool uasort(array $array_arg, string $cmp_function)
- * Description: Sort an array with a user-defined comparison function and maintain index association
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Passing different anonymous functions as 'cmp_function'
 *   arguments passed by value
index b6abdeaef354f4f8fd3930ee7fbee62138c02731..9ff3c114c48ec6165878f0ea4bc61fcc1f3403f2 100644 (file)
@@ -2,11 +2,6 @@
 Test uasort() function : usage variations - built-in function as 'cmp_function'
 --FILE--
 <?php
-/* Prototype  : bool uasort(array $array_arg, string $cmp_function)
- * Description: Sort an array with a user-defined comparison function and maintain index association
- * Source code: ext/standard/array.c
-*/
-
 /*
 * Passing different built-in library functions in place of 'cmp_function'
 *   valid comparison functions: strcmp() & strcasecmp()
index 38aa32b2e5ac60b5d0c55f8b267e37ab2feac087..05e98032c857a1f52c83a991d825f5282da37459 100644 (file)
@@ -2,24 +2,12 @@
 Test uasort() function : usage variations - 'cmp_function' with reference argument
 --FILE--
 <?php
-/* Prototype  : bool uasort(array $array_arg, string $cmp_function)
- * Description: Sort an array with a user-defined comparison function and maintain index association
- * Source code: ext/standard/array.c
-*/
-
 /* Testing uasort() functionality with comparison function having arguments as reference
  */
 
 echo "*** Testing uasort() : 'cmp_function' with reference arguments ***\n";
 
 // comparison function
-/* Prototype : int cmp(mixed &$value1, mixed &$value2)
- * Parameters : $value1 and $value2 - values received by reference
- * Return value : 0 - if both values are same
- *                1 - if value1 is greater than value2
- *               -1 - if value1 is less than value2
- * Description : compares value1 and value2
- */
 function cmp(&$value1, &$value2)
 {
   if($value1 == $value2) {
index ea6406a87bbf3e13d77b258fcaf3238070d6faf6..eeae6ba3b6cc914f1f2d626d097119442cc498bd 100644 (file)
@@ -3,7 +3,6 @@ Test uksort(): basic functionality
 --FILE--
 <?php
 /*
-* proto bool uksort ( array &$array, callback $cmp_function )
 * Function is implemented in ext/standard/array.c
 */
 function cmp($a, $b) {
index 36add207cfe7e17e74759974287d5ed07147d889..9c5d98c9248fef5dd708ad6fcf30cd475252828f 100644 (file)
@@ -2,11 +2,6 @@
 Test usort() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : bool usort(array $array_arg, string $cmp_function)
- * Description: Sort an array by values using a user-defined comparison function
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test basic functionality of usort() with indexed and associative arrays
  */
index b1002a53e469e33744c277a1841b3f3cc1272e81..689643e8660927710418f80932580aec56a98971 100644 (file)
@@ -2,11 +2,6 @@
 Test usort() function : object functionality - different number of properties
 --FILE--
 <?php
-/* Prototype  : bool usort(array $array_arg, string $cmp_function)
- * Description: Sort an array by values using a user-defined comparison function
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass an array of objects which have a different number of properties
  * to test behaviour of usort()
index 915c3755bce2c3aa80f238d41f9770618acff9d8..cdb91d402774a7d5e975ca30d18690f02d536e93 100644 (file)
@@ -2,11 +2,6 @@
 Test usort() function : object functionality - Different types of classes
 --FILE--
 <?php
-/* Prototype  : bool usort(array $array_arg, string $cmp_function)
- * Description: Sort an array by values using a user-defined comparison function
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass an array of objects which are either:
  * 1. Empty
index 6985c0ac55a9762fa38cf6eecb50df092a04165c..a1c1e3382c42a4319fc0c6fb9d7ce06d7d757aee 100644 (file)
@@ -2,11 +2,6 @@
 Test usort() function : usage variations - duplicate keys and values
 --FILE--
 <?php
-/* Prototype  : bool usort(array $array_arg, string $cmp_function)
- * Description: Sort an array by values using a user-defined comparison function
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass an array with duplicate keys and values to usort() to test behaviour
  */
index 0d83d5e2d69c2ffc4f145751dfd7cac593ef33a4..dc37ac21f2ce7524e811bfbfab812b32333e7406 100644 (file)
@@ -2,11 +2,6 @@
 Test usort() function : usage variations - diff. array values
 --FILE--
 <?php
-/* Prototype  : bool usort(array $array_arg, string $cmp_function)
- * Description: Sort an array by values using a user-defined comparison function
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass an array with different data types as keys to usort() to test how it is re-ordered
  */
index e4365207a3bc8b97d9b7fa09cb617732395ba2c2..a17a841ccb8d95b374ce8d6688fa7e9852923697 100644 (file)
@@ -2,11 +2,6 @@
 Test usort() function : usage variations - numeric data
 --FILE--
 <?php
-/* Prototype  : bool usort(array $array_arg, string $cmp_function)
- * Description: Sort an array by values using a user-defined comparison function
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass arrays of numeric data to usort() to test how it is re-ordered
  */
index 2757054ead86d9b91d957abb4c5cb4b0efe4d92f..4bad83005bfa0ff05ba0841012efce99a8f2078d 100644 (file)
@@ -2,11 +2,6 @@
 Test usort() function : usage variations - string data
 --FILE--
 <?php
-/* Prototype  : bool usort(array $array_arg, string $cmp_function)
- * Description: Sort an array by values using a user-defined comparison function
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass arrays of string data to usort() to test how it is re-ordered
  */
index 1916ded1511c270b44cab96b5ace32cd1cb86a8f..f66ef393788830bd8a7bdd8b1fb8f6f26417949e 100644 (file)
@@ -2,11 +2,6 @@
 Test usort() function : usage variations - multi-dimensional arrays
 --FILE--
 <?php
-/* Prototype  : bool usort(array $array_arg, string $cmp_function)
- * Description: Sort an array by values using a user-defined comparison function
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass a multi-dimensional array as $array_arg argument to usort()
  * to test how array is re-ordered
index bf554bce1d861c9b6f45457d190242dced70960b..aa814245de8357613a5a69057533ebbaeb7de242 100644 (file)
@@ -2,11 +2,6 @@
 Test usort() function : usage variations - Anonymous comparison function
 --FILE--
 <?php
-/* Prototype  : bool usort(array $array_arg, string $cmp_function)
- * Description: Sort an array by values using a user-defined comparison function
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass an anonymous comparison function as $cmp_function argument to test behaviour()
  */
index 4a750ccefaf6b84c9119eadcf71c588222f45707..2775e097273fff60f52e68ffc9c36cc64396bab0 100644 (file)
@@ -2,11 +2,6 @@
 Test usort() function : usage variations - use built in functions as $cmp_function arg
 --FILE--
 <?php
-/* Prototype  : bool usort(array $array_arg, string $cmp_function)
- * Description: Sort an array by values using a user-defined comparison function
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test usort() when comparison function is:
  * 1. a built in comparison function
index 6c7f511b1f1e65e6ff546c636ca2a081405e5215..d1595a0cac0e498238ae0be2b642e3fbb8d5b99b 100644 (file)
@@ -2,11 +2,6 @@
 Test usort() function : usage variations - referenced variables
 --FILE--
 <?php
-/* Prototype  : bool usort(array $array_arg, string $cmp_function)
- * Description: Sort an array by values using a user-defined comparison function
- * Source code: ext/standard/array.c
- */
-
 /*
  * Pass an array of referenced variables as $array_arg to test behaviour
  */
index 9192ea80b7678d178ce718c1fe5fc900e024cb97..adafd3c7ec30c5f542182b0d46009d44d1110756 100644 (file)
@@ -2,12 +2,6 @@
 Test class_exists() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : proto bool class_exists(string classname [, bool autoload])
- * Description: Checks if the class exists
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
-
 echo "*** Testing class_exists() : basic functionality ***\n";
 
 spl_autoload_register(function ($className) {
index 098c563c974195420c19a0eee1150dbf6428621b..564d4add2f48e7169161dcdaa320c53b91547d53 100644 (file)
@@ -2,12 +2,6 @@
 Test class_exists() function : usage variations  - case sensitivity
 --FILE--
 <?php
-/* Prototype  : proto bool class_exists(string classname [, bool autoload])
- * Description: Checks if the class exists
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
-
 class caseSensitivityTest {}
 var_dump(class_exists('casesensitivitytest'));
 
index 4c091da5652f3e2c566d787211dad29eb29c8cbf..bfe78801ead42d389d3caa8f5586ea84bb2796c1 100644 (file)
@@ -2,12 +2,6 @@
 Test get_class_methods() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : proto array get_class_methods(mixed class)
- * Description: Returns an array of method names for class or class instance.
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
-
 /*
  * Test basic behaviour with existing class and non-existent class.
  */
index 59d8606d8deccf090c7d10da706232a2bf3f63ac..379c3265890ead2f98659858296585151bc6a80b 100644 (file)
@@ -2,12 +2,6 @@
 Test get_class_methods() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : proto array get_class_methods(mixed class)
- * Description: Returns an array of method names for class or class instance.
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
-
 /*
  * Test behaviour with various visibility levels.
  */
index e15d962b160d2a9bceb450b5192d0b482e3db60a..0b2b2fe1a2126a2dc70f78a9c97cfc6dcfc1ca0a 100644 (file)
@@ -2,12 +2,6 @@
 Test get_class_methods() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : proto array get_class_methods(mixed class)
- * Description: Returns an array of method names for class or class instance.
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
-
 /*
  * Test behaviour with interfaces.
  */
index 5c2df9785b11218014b7a611431d05f2ccce04d2..523faf25e774308b7119ec1f007a04684c2aa6b3 100644 (file)
@@ -2,13 +2,6 @@
 Test get_class_methods() function : usage variations  - unexpected types
 --FILE--
 <?php
-/* Prototype  : proto array get_class_methods(mixed class)
- * Description: Returns an array of method names for class or class instance.
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
-
-
 function test_error_handler($err_no, $err_msg, $filename, $linenum) {
     echo "Error: $err_no - $err_msg\n";
 }
index 449df8845c6dc55627fb4c92a3ff14145bd5c233..a4ca690f04a31d8ead3f57a985835cc27a7cdf18 100644 (file)
@@ -2,12 +2,6 @@
 Test get_class_methods() function : usage variations  - case sensitivity
 --FILE--
 <?php
-/* Prototype  : proto array get_class_methods(mixed class)
- * Description: Returns an array of method names for class or class instance.
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
-
 echo "*** Testing get_class_methods() : usage variations ***\n";
 
 class caseSensitivityTest {
index a4f20cd8076e3dd3da2882d7f2a9eb4668795090..67c468cace7c424a447e590e97f8bd80377cd75e 100644 (file)
@@ -2,12 +2,6 @@
 Test get_class() function : usage variations  - passing unexpected types.
 --FILE--
 <?php
-/* Prototype  : proto string get_class([object object])
- * Description: Retrieves the class name
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
-
 echo "*** Testing get_class() : usage variations ***\n";
 
 //  Note: basic use cases in Zend/tests/009.phpt
index 89edadccc664424391e3f2846f836f1b3dd9020f..d5d08dde30d180e4ed360ba862a68fc5687c53be 100644 (file)
@@ -2,12 +2,6 @@
 Test get_class() function : usage variations  - ensure class name case is preserved.
 --FILE--
 <?php
-/* Prototype  : proto string get_class([object object])
- * Description: Retrieves the class name
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
-
 class caseSensitivityTest {}
 var_dump(get_class(new casesensitivitytest));
 
index 9745c33b0e537065183ac6b7c741d98125bf20f8..9098aa7311240f340f305f97db611ad68ee6a6b7 100644 (file)
@@ -2,12 +2,6 @@
 Test get_class_vars() function : testing visibility
 --FILE--
 <?php
-/* Prototype  : array get_class_vars(string class_name)
- * Description: Returns an array of default properties of the class.
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
-
 class Ancestor {
   function test() {
     var_dump(get_class_vars("Tester"));
index 519f8beae0ac4064eb376352cffb312c7def8f5c..48c85c5cd3c1d1e91b426009d89cd4e9a581f9bb 100644 (file)
@@ -2,13 +2,6 @@
 Test get_declared_classes() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : proto array get_declared_classes()
- * Description: Returns an array of all declared classes.
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
-
-
 echo "*** Testing get_declared_classes() : basic functionality ***\n";
 
 // Zero arguments
index 669378740a318a4ec607e4db4fd2e883eca74e07..60e775c7e237242190a201ac9339a774add0cd6c 100644 (file)
@@ -2,13 +2,6 @@
 Test get_declared_classes() function : testing autoloaded classes
 --FILE--
 <?php
-/* Prototype  : proto array get_declared_classes()
- * Description: Returns an array of all declared classes.
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
-
-
 echo "*** Testing get_declared_classes() : testing autoloaded classes ***\n";
 
 spl_autoload_register(function ($class_name) {
index d328a02a03ebc6a3d4bf2390edbc9bf555319022..072879a215c6fec249d392b61eddd3bd57795524 100644 (file)
@@ -2,13 +2,6 @@
 Test get_declared_interfaces() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : proto array get_declared_interfaces()
- * Description: Returns an array of all declared interfaces.
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
-
-
 echo "*** Testing get_declared_interfaces() : basic functionality ***\n";
 
 // Zero arguments
index a6978c6d3015b0c4e7d71befbeecaef35569d24c..06a0e161e9615f5e6347b52c87c845fff0f63172 100644 (file)
@@ -2,13 +2,6 @@
 Test get_declared_interfaces() function : autoloading of interfaces
 --FILE--
 <?php
-/* Prototype  : proto array get_declared_interfaces()
- * Description: Returns an array of all declared interfaces.
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
-
-
 echo "*** Testing get_declared_interfaces() : autoloading of interfaces ***\n";
 
 spl_autoload_register(function ($class_name) {
index 2ca0ce00ca6e00450ac135d52dc8935be2fc198e..5ad66cf1117d68aad5f505e68c66c8d3d078b643 100644 (file)
@@ -2,13 +2,6 @@
 Test get_declared_traits() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : proto array get_declared_traits()
- * Description: Returns an array of all declared traits.
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
-
-
 echo "*** Testing get_declared_traits() : basic functionality ***\n";
 
 trait MyTrait {}
index 9faef5524190736bb6a10788a9b429c30c69fb66..26d2f22a173d6342293f92fd28cacce0dd6873af 100644 (file)
@@ -2,13 +2,6 @@
 Test get_declared_traits() function : testing autoloaded traits
 --FILE--
 <?php
-/* Prototype  : proto array get_declared_traits()
- * Description: Returns an array of all declared traits.
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
-
-
 echo "*** Testing get_declared_traits() : testing autoloaded traits ***\n";
 
 spl_autoload_register(function ($trait_name) {
index 1133202cbf1a0f8d15b3474b12d9d358047fad0b..babd381a08c62415eca97bb0d8dd0ff3057b1822 100644 (file)
@@ -2,12 +2,6 @@
 get_object_vars(): visibility from static methods (target object passed as arg)
 --FILE--
 <?php
-/* Prototype  : proto array get_object_vars(object obj)
- * Description: Returns an array of object properties
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
-
 Class A {
     private $hiddenPriv = 'A::hiddenPriv';
 
index ff0664ea46d25714caaad51e0e8762e9e2d6ffa2..313a53ac8829ba09fabb01f42f3153b394bf0fdd 100644 (file)
@@ -2,12 +2,6 @@
 get_object_vars(): visibility from non static methods (target object passed as arg)
 --FILE--
 <?php
-/* Prototype  : proto array get_object_vars(object obj)
- * Description: Returns an array of object properties
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
-
 Class A {
     private $hiddenPriv = 'A::hiddenPriv';
 
index 0cc7d492c8b98c847a188cbafc1ca3a843282088..f89cc86d99040d4efd727b4d4d9ba21abc407405 100644 (file)
@@ -2,12 +2,6 @@
 get_object_vars() - ensure statics are not shown
 --FILE--
 <?php
-/* Prototype  : proto array get_object_vars(object obj)
- * Description: Returns an array of object properties
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
-
 Class A {
     public static $var = 'hello';
 }
index f2a05a5836edb04aaf157e1287df5049a35e5ebb..bfa2363f868597e123f08ffaa146d3dfc442c780 100644 (file)
@@ -2,12 +2,6 @@
 get_object_vars() - ensure references are preserved
 --FILE--
 <?php
-/* Prototype  : proto array get_object_vars(object obj)
- * Description: Returns an array of object properties
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
-
 $obj = new stdClass;
 var_dump(get_object_vars($obj));
 
index 68dec50ac41fd2ebfb708a1e3de95b00760e21d9..766efb85053110455977d76097e18faa8aa141a0 100644 (file)
@@ -2,12 +2,6 @@
 Test get_parent_class() function : variation - case sensitivity
 --FILE--
 <?php
-/* Prototype  : proto string get_parent_class([mixed object])
- * Description: Retrieves the parent class name for object or class or current scope.
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
-
 //  Note: basic use cases in Zend/tests/010.phpt
 
 echo "*** Testing get_parent_class() : variation ***\n";
index c2b9694746e206e0fcdbb3cceb1e3330292bde33..8d3e64e92515fffd1efbd37ba9977d3d32bedd2e 100644 (file)
@@ -2,12 +2,6 @@
 Test get_parent_class() function : usage variations  - unexpected argument type.
 --FILE--
 <?php
-/* Prototype  : proto string get_parent_class([mixed object])
- * Description: Retrieves the parent class name for object or class or current scope.
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
-
 spl_autoload_register(function ($className) {
     echo "In autoload($className)\n";
 });
index ce66ca1b418e712c6f7624e26ca074e04d7b3722..956b4bd1e15aed6bf1e06f3ce8d624ad1adf7e0e 100644 (file)
@@ -2,12 +2,6 @@
 Test interface_exists() function : autoloaded interface
 --FILE--
 <?php
-/* Prototype  : bool interface_exists(string classname [, bool autoload])
- * Description: Checks if the class exists
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
-
 echo "*** Testing interface_exists() : autoloaded interface ***\n";
 
 spl_autoload_register(function ($class_name) {
index 17ba97d85a9f107953354e310a14e3b66e3dd0c1..7ab6b4ab878975f7bb752c9df468a0252a474c8d 100644 (file)
@@ -2,12 +2,6 @@
 Test interface_exists() function : test autoload default value
 --FILE--
 <?php
-/* Prototype  : bool interface_exists(string classname [, bool autoload])
- * Description: Checks if the class exists
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
-
 echo "*** Testing interface_exists() : test autoload default value ***\n";
 
 spl_autoload_register(function ($class_name) {
index 406d09c1f250b93ff72928ab09d3b05ba038352f..4f77b9735a7e76dad2c50bc7ce844d7583464c31 100644 (file)
@@ -2,11 +2,6 @@
 Test is_a() function : usage variations  - wrong type for arg 1
 --FILE--
 <?php
-/* Prototype  : proto bool is_a(object object, string class_name)
- * Description: Returns true if the object is of this class or has this class as one of its parents
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
 // Note: basic use cases in Zend/tests/is_a.phpt
 echo "*** Testing is_a() : usage variations ***\n";
 
index 0813f28308b1867eb3555897361215956d5a4254..621cef10708c2823d06f148b80b66b7ee87e611f 100644 (file)
@@ -2,12 +2,6 @@
 Test is_a() function : usage variations  - case sensitivity
 --FILE--
 <?php
-/* Prototype  : proto bool is_a(object object, string class_name)
- * Description: Returns true if the object is of this class or has this class as one of its parents
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
-
 echo "*** Testing is_a() : usage variations ***\n";
 
 class caseSensitivityTest {}
index 40af5d44684a38f4045b804d55a02c4fb62725f1..f03841dbac7dc5a282d09b483088a8764dcf0559 100644 (file)
@@ -2,11 +2,6 @@
 Test is_subclass_of() function : usage variations  - unexpected type for arg 1
 --FILE--
 <?php
-/* Prototype  : proto bool is_subclass_of(object object, string class_name)
- * Description: Returns true if the object has this class as one of its parents
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
 // Note: basic use cases in Zend/tests/is_a.phpt
 spl_autoload_register(function ($className) {
     echo "In autoload($className)\n";
index 9f080ad6997b4e9cf0bec3eae0f021f4db9440ff..e757084edb7f9c6b89f5b184c95d57a5138f1f88 100644 (file)
@@ -2,12 +2,6 @@
 Test is_subclass_of() function : usage variations  - case sensitivity
 --FILE--
 <?php
-/* Prototype  : proto bool is_subclass_of(object object, string class_name)
- * Description: Returns true if the object has this class as one of its parents
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
-
 echo "*** Testing is_subclass_of() : usage variations ***\n";
 
 echo "*** Testing is_a() : usage variations ***\n";
index eeec54af0d405e586f38034ebfb229c61866b1a8..d045a4c1a915cb8f66cf15dae62389b906a1527c 100644 (file)
@@ -2,11 +2,6 @@
 Test is_subclass_of() function : usage variations  - unexpected type for arg 1 with valid class in arg 2.
 --FILE--
 <?php
-/* Prototype  : proto bool is_subclass_of(object object, string class_name)
- * Description: Returns true if the object has this class as one of its parents
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
 // Note: basic use cases in Zend/tests/is_a.phpt
 spl_autoload_register(function ($className) {
     echo "In autoload($className)\n";
index 5d1e2c89dfbbf520c11d99fa2b2b74f63dc4a3a6..32333ea5d5473fb206541b934e64e6b5d58edda5 100644 (file)
@@ -2,12 +2,6 @@
 method_exists() on userspace classes; static & non-static methods with various visibilities.
 --FILE--
 <?php
-/* Prototype  : proto bool is_subclass_of(object object, string class_name)
- * Description: Returns true if the object has this class as one of its parents
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
-
 Class B {
     public function inherit_pub() {}
     protected function inherit_prot() {}
index 36b4a6e6922798bbfd545c7c7f7b12319b052c31..70f85f806966656af42ed6bc98a24dda552a08ac 100644 (file)
@@ -2,12 +2,6 @@
 method_exists() on internal classes
 --FILE--
 <?php
-/* Prototype  : proto bool is_subclass_of(object object, string class_name)
- * Description: Returns true if the object has this class as one of its parents
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
-
 echo " ---(Internal classes, using string class name)---\n";
 echo "Does exception::getmessage exist? ";
 var_dump(method_exists("exception", "getmessage"));
index 42225a8ebd7a796b6ab2ffabf03dec7521e50e54..fb70b44b570e375cc5bbeb9704faf9ddd9256fcd 100644 (file)
@@ -2,12 +2,6 @@
 method_exists() on non-existent class, with __autoload().
 --FILE--
 <?php
-/* Prototype  : proto bool is_subclass_of(object object, string class_name)
- * Description: Returns true if the object has this class as one of its parents
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
-
 spl_autoload_register(function ($name) {
     echo "In autoload($name)\n";
 });
index b408b8eb0dcbc0ebb9a30b9d527b6efed10a475c..5e6d34f550eeafd4a6271eda40b4c8364ca2ba60 100644 (file)
@@ -2,12 +2,6 @@
 Test method_exists() function : usage variations  - unexpected type for arg 1
 --FILE--
 <?php
-/* Prototype  : proto bool method_exists(object object, string method)
- * Description: Checks if the class method exists
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
-
 spl_autoload_register(function ($className) {
     echo "In autoload($className)\n";
 });
index 72b63f1e33d02444b6441b83810308795af49395..cf57e283dd2a4fb448dca5ed995d9041832930b2 100644 (file)
@@ -2,12 +2,6 @@
 Test method_exists() function : variation - Case sensitivity
 --FILE--
 <?php
-/* Prototype  : proto bool method_exists(object object, string method)
- * Description: Checks if the class method exists
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
-
 echo "*** Testing method_exists() : variation ***\n";
 
 Class caseSensitivityTest {
index dac3b0f9b1ae70d46955fd80a248cd300896e154..3d8927882c603fea78c4c43d70dadb24149d72be 100644 (file)
@@ -2,12 +2,6 @@
 Test property_exists() function : error conditions
 --FILE--
 <?php
-/* Prototype  : bool property_exists(mixed object_or_class, string property_name)
- * Description: Checks if the object or class has a property
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
-
 echo "*** Testing property_exists() : error conditions ***\n";
 
 echo "\n-- Testing property_exists() function with incorrect arguments --\n";
index f32790a0297e14b056f91d56a9c811dc6e1ca1a6..31ee90670b0574b6ae419d3228bdbc288b9c376d 100644 (file)
@@ -2,12 +2,6 @@
 Test property_exists() function : class auto loading
 --FILE--
 <?php
-/* Prototype  : bool property_exists(mixed object_or_class, string property_name)
- * Description: Checks if the object or class has a property
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
-
 echo "*** Testing property_exists() : class auto loading ***\n";
 
 spl_autoload_register(function ($class_name) {
index c971af9a26714404fcd7e542426ac6438d5797ed..d68992509393dd90d676826cbf45953216f9bfc9 100644 (file)
@@ -2,12 +2,6 @@
 Test trait_exists() function : usage variations  - case sensitivity
 --FILE--
 <?php
-/* Prototype  : proto bool trait_exists(string traitname [, bool autoload])
- * Description: Checks if the trait exists
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
-
 trait caseSensitivityTest {}
 var_dump(trait_exists('casesensitivitytest'));
 
index 55b92da0d2dd1d69e44a1d7242988809a1e76096..654924dd3acde664e998b28e01aa9a18c5485520 100644 (file)
@@ -2,12 +2,6 @@
 Test trait_exists() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : proto bool trait_exists(string traitname [, bool autoload])
- * Description: Checks if the trait exists
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
-
 echo "*** Testing trait_exists() : basic functionality ***\n";
 
 spl_autoload_register(function ($traitName) {
index 680ff8bd3da60281430137fba62cdcccaea3e338..1a6b5dbb7943a622971b7041ffc6be382ef050e4 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : bool chdir(string $directory)
- * Description: Change the current directory
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Test basic functionality of chdir() with absolute and relative paths
  */
index 6a216f0362eb583bebf96c23379b77892a4f63c1..fc81eaf9ffba6b82db9378226ac661dfaf019fca 100644 (file)
@@ -2,11 +2,6 @@
 Test chdir() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : bool chdir(string $directory)
- * Description: Change the current directory
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Test basic functionality of chdir() with absolute and relative paths
  */
index 403dcef57434d0d7501498a61ac39daa05fe7b81..d2cab9574d3c5ddca0e4676a13ddc68a68394612 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : bool chdir(string $directory)
- * Description: Change the current directory
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Pass a directory that does not exist as $directory to chdir() to test behaviour
  */
index 414ae1427c9b4c3a501dea60e6cee39671c4775a..afae17bc41507598cf3cc369bab011be5ec4f152 100644 (file)
@@ -2,11 +2,6 @@
 Test chdir() function : error conditions - Non-existent directory
 --FILE--
 <?php
-/* Prototype  : bool chdir(string $directory)
- * Description: Change the current directory
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Pass a directory that does not exist as $directory to chdir() to test behaviour
  */
index 9e1b2e9aa0449b45f33f17b19d9f9394eb2f4751..9a9161923b4e2f73e331c51f1b6d19ebc9141a25 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : bool chdir(string $directory)
- * Description: Change the current directory
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Test chdir() with variations of relative paths
  */
index acab454ef6c9a6233f1f7e913223e064fe13ba9e..69ecdba952740132714cd9f9f457c36c7ec89271 100644 (file)
@@ -2,11 +2,6 @@
 Test chdir() function : usage variations - relative paths
 --FILE--
 <?php
-/* Prototype  : bool chdir(string $directory)
- * Description: Change the current directory
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Test chdir() with variations of relative paths
  */
index 7db6b7740a8a6365b20dfda31ecae91cf6500e2d..05cb1889c94853ca72128c46975bac267c29b684 100644 (file)
@@ -8,12 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : void closedir([resource $dir_handle])
- * Description: Close directory connection identified by the dir_handle
- * Source code: ext/standard/dir.c
- * Alias to functions: close
- */
-
 /*
  * Test basic functionality of closedir()
  */
index 5ec72cd8a5c4e0f1d14ab696bd9a2a9ffe3f6285..aa4be6fbaf2797534c3c91d70e4278113b3cf294 100644 (file)
@@ -2,12 +2,6 @@
 Test closedir() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : void closedir([resource $dir_handle])
- * Description: Close directory connection identified by the dir_handle
- * Source code: ext/standard/dir.c
- * Alias to functions: close
- */
-
 /*
  * Test basic functionality of closedir()
  */
index a4013676ff3bbfabe3db04e6643dd217952be508..9999cb8b10e510b4ede95cf8cc316a95e4401bb6 100644 (file)
@@ -8,12 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : void closedir([resource $dir_handle])
- * Description: Close directory connection identified by the dir_handle
- * Source code: ext/standard/dir.c
- * Alias to functions: close
- */
-
 /*
  * close the directory handle twice using closedir() to test behaviour
  */
index ee6e876ae849d375fd9a7512f1646cb7c0176bda..e4b782c255ce818a0f56977599a53a3b5ce937d4 100644 (file)
@@ -2,12 +2,6 @@
 Test closedir() function : usage variations - close directory handle twice
 --FILE--
 <?php
-/* Prototype  : void closedir([resource $dir_handle])
- * Description: Close directory connection identified by the dir_handle
- * Source code: ext/standard/dir.c
- * Alias to functions: close
- */
-
 /*
  * close the directory handle twice using closedir() to test behaviour
  */
index 0f50c1db03716db232137aaf3232a5c136718dbf..053c8a947eb7902cf2392a7c65762c0c963f3110 100644 (file)
@@ -2,12 +2,6 @@
 Test closedir() function : usage variations - close a file pointer
 --FILE--
 <?php
-/* Prototype  : void closedir([resource $dir_handle])
- * Description: Close directory connection identified by the dir_handle
- * Source code: ext/standard/dir.c
- * Alias to functions: close
- */
-
 /*
  * Create a file pointer using fopen() then try to close it using closedir()
  */
index 2106bc37d62080a12d01b1cbd494a0f9a71573e3..74e2cda6f070be2ab716e43ca92b83ee19fe742a 100644 (file)
@@ -8,12 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/*
- * Prototype  : object dir(string $directory[, resource $context])
- * Description: Directory class with properties, handle and class and methods read, rewind and close
- * Source code: ext/standard/dir.c
- */
-
 echo "*** Testing dir() : basic functionality ***\n";
 
 // include the file.inc for Function: function create_files()
index 15f8061b7b6e257f9c25acfe9bbef0e03d4bdf0e..d474122ba243b10acc9ecd5c8ce077fa09063dc3 100644 (file)
@@ -2,12 +2,6 @@
 Test dir() function : basic functionality
 --FILE--
 <?php
-/*
- * Prototype  : object dir(string $directory[, resource $context])
- * Description: Directory class with properties, handle and class and methods read, rewind and close
- * Source code: ext/standard/dir.c
- */
-
 echo "*** Testing dir() : basic functionality ***\n";
 
 // include the file.inc for Function: function create_files()
index 8873c715cbd2c786d975c5792e1d9aa3b172fef0..585e5deabe7f1a7b46fec8dad838fb6f67a89aff 100644 (file)
@@ -9,12 +9,6 @@ require __DIR__ . '/../skipif_root.inc';
 ?>
 --FILE--
 <?php
-/*
- * Prototype  : object dir(string $directory[, resource $context])
- * Description: Directory class with properties, handle and class and methods read, rewind and close
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Providing various permissions to the directory to be opened and checking
  * to see if dir() function opens the directory successfully.
index cdb9711f232bc22bdc896f19cb0b2400d1ebeb23..10860ac0b05de8ac0e315b680efadf4dd001c97b 100644 (file)
@@ -8,12 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/*
- * Prototype  : object dir(string $directory[, resource $context])
- * Description: Directory class with properties, handle and class and methods read, rewind and close
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Testing the behavior of dir() function by trying to open a
  * directory which is already open.
index c0c8dda2b7dc005d5748134578dfcff035e97518..898bfb6b0ad3559b80d0472eaed5fbfa28ae90ff 100644 (file)
@@ -2,12 +2,6 @@
 Test dir() function : usage variations - operate on previously opened directory
 --FILE--
 <?php
-/*
- * Prototype  : object dir(string $directory[, resource $context])
- * Description: Directory class with properties, handle and class and methods read, rewind and close
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Testing the behavior of dir() function by trying to open a
  * directory which is already open.
index 7492ee55fec69c88ca37f22c461f6ee193200d59..41a29760eb05511b49f5c80f6a8af8658487c49d 100644 (file)
@@ -8,12 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/*
- * Prototype  : object dir(string $directory[, resource $context])
- * Description: Directory class with properties, handle and class and methods read, rewind and close
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Passing a file as argument to dir() function instead of a directory
  * and checking if proper warning message is generated.
index ca0a47e8183f94f1001645b1e0ee0ed5a5f70d56..0f9c14b91d47b9a66f5645a782ce10a2022dd157 100644 (file)
@@ -8,12 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/*
- * Prototype  : object dir(string $directory[, resource $context])
- * Description: Directory class with properties, handle and class and methods read, rewind and close
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Passing a non-existent directory as argument to dir() function
  * and checking to see if proper warning message is output.
index 5083c66d7a740ccd0908f7e50425c1333426ccce..2b245fd612a860c7854e9fbceb77ab5f0c52446c 100644 (file)
@@ -9,12 +9,6 @@ require __DIR__ . '/../skipif_root.inc';
 ?>
 --FILE--
 <?php
-/*
- * Prototype  : object dir(string $directory[, resource $context])
- * Description: Directory class with properties, handle and class and methods read, rewind and close
- * Source code: ext/standard/dir.c
- */
-
 /*
  * remove the execute permission from the parent dir and test dir() on child dir
  *   1) remove write & execute permission from the 1st parent and test dir()
index 3b5aecb8a3a1a99513c58644b63f0ec5b8a07e94..38d60a03905212312d2ee5939d991b5f74879ea5 100644 (file)
@@ -8,12 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/*
- * Prototype  : object dir(string $directory[, resource $context])
- * Description: Directory class with properties, handle and class and methods read, rewind and close
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Create more than one temporary directory & subdirectory and check if dir() function can open
  * those directories when wildcard characters are used to refer to them.
index 5b398c383cd9654e8ef3ab86ca24892e60ac7d72..88ea69cb3df35b610d3d65d1697177a64e7ef19b 100644 (file)
@@ -8,12 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/*
- * Prototype  : object dir(string $directory[, resource $context])
- * Description: Directory class with properties, handle and class and methods read, rewind and close
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Checking the behavior of dir() function by passing directories which
  * have valid and invalid relative path.
index accb70243d3b5f3ae5a9e914a2db950c5b03695c..2c483dd6b0a2eb0048757bdb40dfb5ca4f2e0dda 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : mixed getcwd(void)
- * Description: Gets the current directory
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Test basic functionality of getcwd()
  */
index 00673120419d8b0b4c0d92c2226523b489aad4a0..acadb07ce96614608e5eadca3398dae0bd6d4adb 100644 (file)
@@ -2,11 +2,6 @@
 Test getcwd() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : mixed getcwd(void)
- * Description: Gets the current directory
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Test basic functionality of getcwd()
  */
index 340561b218958aada32767fe6271e6bcc616f575..3889f4f1ff6435b0ebd040220ff16e97b941b6b2 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : mixed opendir(string $path[, resource $context])
- * Description: Open a directory and return a dir_handle
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Test basic functionality of opendir() with absolute and relative paths as $path argument
  */
index 6947e77952acc22e9b3b011784701c18dac10cae..f7b96e97789ea6633cbc52f20c99330f52c21eab 100644 (file)
@@ -2,11 +2,6 @@
 Test opendir() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : mixed opendir(string $path[, resource $context])
- * Description: Open a directory and return a dir_handle
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Test basic functionality of opendir() with absolute and relative paths as $path argument
  */
index 5d7128921baaa9f3c31012efed25b9fbe4ecaa82..32371f9178292622be223211bbe8fb5977b60199 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : mixed opendir(string $path[, resource $context])
- * Description: Open a directory and return a dir_handle
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Pass a non-existent directory as $path argument to opendir() to test behaviour
  */
index 82f2a330d07cd73c961480b514c78e95895f3735..cdd2205e3557adbc0751ea114638e9eccde6b14b 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : mixed opendir(string $path[, resource $context])
- * Description: Open a directory and return a dir_handle
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Call opendir() twice with the same directory as $path argument
  */
index 2169684fba922ccebd645d8aa727ecd81620935f..6df622eade04f1c73b9024dd20b697455b5e2b79 100644 (file)
@@ -2,11 +2,6 @@
 Test opendir() function : usage variations - open a directory twice
 --FILE--
 <?php
-/* Prototype  : mixed opendir(string $path[, resource $context])
- * Description: Open a directory and return a dir_handle
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Call opendir() twice with the same directory as $path argument
  */
index 00d09985def0e5af5b083987230ff0c334a0d526..41808c57645c69f1924100a615d0c78e1c0ea360 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : mixed opendir(string $path[, resource $context])
- * Description: Open a directory and return a dir_handle
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Test opendir() with different relative paths as $path argument
  */
index c206ac4d1e4b4070f465e4a0d146a221e8c605d1..8913815b26de8042108242e512cc6ca65f9f2f8b 100644 (file)
@@ -2,11 +2,6 @@
 Test opendir() function : usage variations - different relative paths
 --FILE--
 <?php
-/* Prototype  : mixed opendir(string $path[, resource $context])
- * Description: Open a directory and return a dir_handle
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Test opendir() with different relative paths as $path argument
  */
index 15e6e16c8fa014ca58d2e2b7519328c42db27132..59c8f072fa50706d3f20c623a5d696e624b8f77d 100644 (file)
@@ -9,11 +9,6 @@ require __DIR__ . '/../skipif_root.inc';
 ?>
 --FILE--
 <?php
-/* Prototype  : mixed opendir(string $path[, resource $context])
- * Description: Open a directory and return a dir_handle
- * Source code: ext/standard/dir.c
- */
-
 /*
  * remove the execute permission from the parent dir and test opendir() on child dir
  *   1) remove write & execute permission from the 1st parent and test opendir()
index 60957b5f9c1ffa5d1ca996d596cf52a0095289c6..e2f42359d1d10804b332fa174bcf51d62baa9d67 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : mixed opendir(string $path[, resource $context])
- * Description: Open a directory and return a dir_handle
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Pass paths containing wildcards to test if opendir() recognises them
  */
index da91798dd35a33808fa63893bf60c01a6d0a6aff..7e3046f9af8eeacbfcf56a6356581432a687a417 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : mixed opendir(string $path[, resource $context])
- * Description: Open a directory and return a dir_handle
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Pass paths containing wildcards to test if opendir() recognises them
  */
index aa45f443f0e6bbcd261b913946677425439e67aa..79d4c493109939fa540c5301cbff476c571103b1 100644 (file)
@@ -9,11 +9,6 @@ require __DIR__ . '/../skipif_root.inc';
 ?>
 --FILE--
 <?php
-/* Prototype  : mixed opendir(string $path[, resource $context])
- * Description: Open a directory and return a dir_handle
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Open a directory using opendir() with different directory permissions
  */
index 7b371ec3ace68ed564467a2b43368889e0ae5646..d7e0804d57b3560096031e02d475f720e9b5eee8 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : string readdir([resource $dir_handle])
- * Description: Read directory entry from dir_handle
- * Source code: ext/standard/dir.C
- */
-
 /*
  * Test basic functionality of readdir()
  */
index 16437eb5a66d7fabfcc63c581b6851c3e43d829c..01ddd694adcbf290742487a703442df57847e763 100644 (file)
@@ -2,11 +2,6 @@
 Test readdir() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : string readdir([resource $dir_handle])
- * Description: Read directory entry from dir_handle
- * Source code: ext/standard/dir.C
- */
-
 /*
  * Test basic functionality of readdir()
  */
index 4e0a8d71586863b874952738d7a477abcfb09597..408a089101b36e66e38bf0092c6f752be8a597f9 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : string readdir([resource $dir_handle])
- * Description: Read directory entry from dir_handle
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Pass readdir() a directory handle pointing to an empty directory to test behaviour
  */
index 979c4f40571cf40639545b6ed910f87864f6dae3..03854f3b62307d5a32e031ad30ef6888b4e59cec 100644 (file)
@@ -2,11 +2,6 @@
 Test readdir() function : usage variations - empty directories
 --FILE--
 <?php
-/* Prototype  : string readdir([resource $dir_handle])
- * Description: Read directory entry from dir_handle
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Pass readdir() a directory handle pointing to an empty directory to test behaviour
  */
index 594838fe11725c1cb432004163cb4c7c2b756fec..bac3ec3ea7f57385b0f29cf35a2ff480ff0982d1 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : string readdir([resource $dir_handle])
- * Description: Read directory entry from dir_handle
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Pass a directory handle pointing to a directory that has a sub-directory
  * to test behaviour of readdir()
index 6cc6f9e0a45de5acc1f5dadb964675b342c4d6e2..f4269677420a533d4592bbb7bccdbe64b865758e 100644 (file)
@@ -2,11 +2,6 @@
 Test readdir() function : usage variations - sub-directories
 --FILE--
 <?php
-/* Prototype  : string readdir([resource $dir_handle])
- * Description: Read directory entry from dir_handle
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Pass a directory handle pointing to a directory that has a sub-directory
  * to test behaviour of readdir()
index c2bf8b16165e15eda3e49677fbd37e85b24bc849..27ef37cecc30ae2c54708673ce146911b5e926d2 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : string readdir([resource $dir_handle])
- * Description: Read directory entry from dir_handle
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Pass a directory handle pointing to a directory that contains
  * files with different file names to test how readdir() reads them
index 37e5b80ecb2a8f617991d403d8c0d38274ccf915..a0e21c2be6d467c60612469273846f4194d82ff7 100644 (file)
@@ -2,11 +2,6 @@
 Test readdir() function : usage variations - different file names
 --FILE--
 <?php
-/* Prototype  : string readdir([resource $dir_handle])
- * Description: Read directory entry from dir_handle
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Pass a directory handle pointing to a directory that contains
  * files with different file names to test how readdir() reads them
index d1cdc1bd586b3103128276edd9a9063e46857dd2..7149071e0c07804d7384da02bfe1ae7f9a73358e 100644 (file)
@@ -9,11 +9,6 @@ require __DIR__ . '/../skipif_root.inc';
 ?>
 --FILE--
 <?php
-/* Prototype  : string readdir([resource $dir_handle])
- * Description: Read directory entry from dir_handle
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Open a directory with different premissions then try to read it
  * to test behaviour of readdir()
index 806fdec87e6b9886907c16934117c10ffaf7892f..91062e76bd4f93e514d75543221256a4bab1f50d 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : string readdir([resource $dir_handle])
- * Description: Read directory entry from dir_handle
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Open two directory handles on the same directory and pass both
  * to readdir() to test behaviour
index 532a20fd21c75b1c19f1f83acd1a1a5beb795911..b017789f31ac8f218db92f7a39d9d0e03dddd526 100644 (file)
@@ -2,11 +2,6 @@
 Test readdir() function : usage variations - operate on previously opened directory
 --FILE--
 <?php
-/* Prototype  : string readdir([resource $dir_handle])
- * Description: Read directory entry from dir_handle
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Open two directory handles on the same directory and pass both
  * to readdir() to test behaviour
index 79511ccf8b1686700418ab4fd1428c893c515d36..b3e3d88ccd59494b527ba8b40c056de6ce93fd4c 100644 (file)
@@ -2,11 +2,6 @@
 Test readdir() function : usage variations - use file pointers
 --FILE--
 <?php
-/* Prototype  : string readdir([resource $dir_handle])
- * Description: Read directory entry from dir_handle
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Open a file pointer using fopen and pass to readdir() to test behaviour
  */
index fc5539666daa1ce0dd628a6405131d4696d10de8..a20501d3caded6906f39ef7a09a9e0bb085beaa5 100644 (file)
@@ -8,12 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : void rewinddir([resource $dir_handle])
- * Description: Rewind dir_handle back to the start
- * Source code: ext/standard/dir.c
- * Alias to functions: rewind
- */
-
 /*
  * Test basic functionality of rewinddir()
  */
index 714d75266c08053742d98a98592720cd06be4093..faee6b9bd64a43ad40df71ffcd21f30c21472c9e 100644 (file)
@@ -2,12 +2,6 @@
 Test rewinddir() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : void rewinddir([resource $dir_handle])
- * Description: Rewind dir_handle back to the start
- * Source code: ext/standard/dir.c
- * Alias to functions: rewind
- */
-
 /*
  * Test basic functionality of rewinddir()
  */
index 7d86575b6ddb02a11b0af05ab6cbb0de39aabf88..ab639c7f24f3cce384df607da006e2b1db9b9568 100644 (file)
@@ -8,12 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : void rewinddir([resource $dir_handle])
- * Description: Rewind dir_handle back to the start
- * Source code: ext/standard/dir.c
- * Alias to functions: rewind
- */
-
 /*
  * Open and close a directory handle then call rewinddir() to test behaviour
  */
index 9294d68b46d1c4eb69681950cf37815e9f9a105c..654c68cecbe011f6414dbb6ad9188526cdb2ac08 100644 (file)
@@ -2,12 +2,6 @@
 Test rewinddir() function : usage variations - operate on a closed directory
 --FILE--
 <?php
-/* Prototype  : void rewinddir([resource $dir_handle])
- * Description: Rewind dir_handle back to the start
- * Source code: ext/standard/dir.c
- * Alias to functions: rewind
- */
-
 /*
  * Open and close a directory handle then call rewinddir() to test behaviour
  */
index 7619f82ecff7d432c4a007d601659a0f0b70a540..21bddca1036a9ce8ae9cb221d254df2e2a1b7ea7 100644 (file)
@@ -2,12 +2,6 @@
 Test rewinddir() function : usage variations - file pointers
 --FILE--
 <?php
-/* Prototype  : void rewinddir([resource $dir_handle])
- * Description: Rewind dir_handle back to the start
- * Source code: ext/standard/dir.c
- * Alias to functions: rewind
- */
-
 /*
  * Pass a file pointer to rewinddir() to test behaviour
  */
index 501a3c54c5060cf97b94a978effdeded67be7686..87e6e7e6dac86bffc49edfdd9b24989ff8e7295a 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : array scandir(string $dir [, int $sorting_order [, resource $context]])
- * Description: List files & directories inside the specified path
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Test basic functionality of scandir()
  */
index e31ef6ea41b3ba656a103ecf9ada31cce849aeae..d86aa291421d249b3ce761e63f23d90bcd2b50a4 100644 (file)
@@ -2,11 +2,6 @@
 Test scandir() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : array scandir(string $dir [, int $sorting_order [, resource $context]])
- * Description: List files & directories inside the specified path
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Test basic functionality of scandir()
  */
index d8eefc399240f58842b5b0f45af872980da49f9a..d17feb1136beedfa60fa31a6a2a9174a4709621f 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : array scandir(string $dir [, int $sorting_order [, resource $context]])
- * Description: List files & directories inside the specified path
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Pass a directory that does not exist to scandir() to test error messages
  */
index 120e12e6e7a437a20bc9f35f887b8f157135457c..69f55bc53b22668a73a3dcf016c7316a9aa05de4 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : array scandir(string $dir [, int $sorting_order [, resource $context]])
- * Description: List files & directories inside the specified path
- * Source code: ext/standard/dir.c
- */
-
 printf("SCANDIR_SORT_ASCENDING: %d\n", SCANDIR_SORT_ASCENDING);
 printf("SCANDIR_SORT_DESCENDING: %d\n", SCANDIR_SORT_DESCENDING);
 printf("SCANDIR_SORT_NONE: %d\n", SCANDIR_SORT_NONE);
index 1de1e9752cd39cbd2705518a6cd1dff0e2c9ada6..35df3c3e7565e3133a1671eeefc9689a3be62e1a 100644 (file)
@@ -2,11 +2,6 @@
 Test scandir() function : usage variations - different sorting constants
 --FILE--
 <?php
-/* Prototype  : array scandir(string $dir [, int $sorting_order [, resource $context]])
- * Description: List files & directories inside the specified path
- * Source code: ext/standard/dir.c
- */
-
 printf("SCANDIR_SORT_ASCENDING: %d\n", SCANDIR_SORT_ASCENDING);
 printf("SCANDIR_SORT_DESCENDING: %d\n", SCANDIR_SORT_DESCENDING);
 printf("SCANDIR_SORT_NONE: %d\n", SCANDIR_SORT_NONE);
index 88389c6f92eedfdd4b56131e9c60a93de2ed723c..fe646956bf7a05b72be2a07868dbcd204c72c4b6 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : array scandir(string $dir [, int $sorting_order [, resource $context]])
- * Description: List files & directories inside the specified path
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Test scandir() with relative paths as $dir argument
  */
index afaa17dee741f4b5ac926214ba847066c0bc2358..6d4d5c54124cc55e38497043640c4c9d4cef461f 100644 (file)
@@ -2,11 +2,6 @@
 Test scandir() function : usage variations - different relative paths
 --FILE--
 <?php
-/* Prototype  : array scandir(string $dir [, int $sorting_order [, resource $context]])
- * Description: List files & directories inside the specified path
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Test scandir() with relative paths as $dir argument
  */
index 459ce146ee616bb4257b845b7ae684a6e2350925..da20b5289e6ae12df998dcf6e863eb7e52ff1196 100644 (file)
@@ -9,11 +9,6 @@ require __DIR__ . '/../skipif_root.inc';
 ?>
 --FILE--
 <?php
-/* Prototype  : array scandir(string $dir [, int $sorting_order [, resource $context]])
- * Description: List files & directories inside the specified path
- * Source code: ext/standard/dir.c
- */
-
 /*
  * remove the execute permission from the parent dir and test scandir() on child dir
  * 1. remove write & execute permission from the 1st parent and test scandir()
index 8947293818e6469545f4c8d98035163e33aeeeb8..60f64b5b60d716c56644fa6cad7d4c8d8d771d04 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : array scandir(string $dir [, int $sorting_order [, resource $context]])
- * Description: List files & directories inside the specified path
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Pass a directory path using wildcards as $dir argument to test how scandir() behaves
  */
index eb4c7e9d214b04534002728c7765156d6f98e809..85625764563156debbbc03611db17ae71e684242 100644 (file)
@@ -9,11 +9,6 @@ require __DIR__ . '/../skipif_root.inc';
 ?>
 --FILE--
 <?php
-/* Prototype  : array scandir(string $dir [, int $sorting_order [, resource $context]])
- * Description: List files & directories inside the specified path
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Create directories with different permissions to test whether scandir() can access them
  */
index e353dc3725913c9d10107e545b4fd35cee4fbecb..1728fa618f53b2d4170d9531102a198f62d68943 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : array scandir(string $dir [, int $sorting_order [, resource $context]])
- * Description: List files & directories inside the specified path
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Pass a directory containing files with different types of names to test how scandir()
  * reads them
index 1eec187f70e3c5a23548a320e434d0fb5e3c21e0..928346132ecc712982291df6cf3785b38e49bddc 100644 (file)
@@ -2,11 +2,6 @@
 Test scandir() function : usage variations - different file names
 --FILE--
 <?php
-/* Prototype  : array scandir(string $dir [, int $sorting_order [, resource $context]])
- * Description: List files & directories inside the specified path
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Pass a directory containing files with different types of names to test how scandir()
  * reads them
index c609975dda2b222d537dc0d7f4a25098d5ee52e5..44d8b6daa5f9e3c3a81838a174bfed0fa531b18d 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : array scandir(string $dir [, int $sorting_order [, resource $context]])
- * Description: List files & directories inside the specified path
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Pass different integers as $sorting_order argument to test how scandir()
  * re-orders the array
index 7e623c0e6f8d178e833aa9c985f6ad5da28b53e3..56e5575e5590482bb870f5bbb284aad72468525b 100644 (file)
@@ -2,11 +2,6 @@
 Test scandir() function : usage variations - different ints as $sorting_order arg
 --FILE--
 <?php
-/* Prototype  : array scandir(string $dir [, int $sorting_order [, resource $context]])
- * Description: List files & directories inside the specified path
- * Source code: ext/standard/dir.c
- */
-
 /*
  * Pass different integers as $sorting_order argument to test how scandir()
  * re-orders the array
index d68f4d1bf586054333173cc8ffbfd7226be0771a..355a49452d7e9ad8e49dc5c5a18eae8070c60c4f 100644 (file)
@@ -3,7 +3,6 @@ Directory class behaviour.
 --FILE--
 <?php
 /*
- * Prototype: object dir(string directory[, resource context])
  * Description: Directory class with properties, handle and class and methods read, rewind and close
  * Class is defined in ext/standard/dir.c
  */
index 242110cef3d6503eaac25778f6ec81e74527b928..3f68e0102e62ecfc263940f3a5214ac8d3f1dd5f 100644 (file)
@@ -2,23 +2,6 @@
 Test fileatime(), filemtime(), filectime() & touch() functions : basic functionality
 --FILE--
 <?php
-/*
-   Prototype: int fileatime ( string $filename );
-   Description: Returns the time the file was last accessed, or FALSE
-     in case of an error. The time is returned as a Unix timestamp.
-
-   Prototype: int filemtime ( string $filename );
-   Description: Returns the time the file was last modified, or FALSE
-     in case of an error.
-
-   Prototype: int filectime ( string $filename );
-   Description: Returns the time the file was last changed, or FALSE
-     in case of an error. The time is returned as a Unix timestamp.
-
-   Prototype: bool touch ( string $filename [, int $time [, int $atime]] );
-   Description: Attempts to set the access and modification times of the file
-     named in the filename parameter to the value given in time.
-*/
 
 echo "*** Testing the basic functionality with file ***\n";
 print( @date('Y:M:D:H:i:s', fileatime(__FILE__)) )."\n";
index bc2bf3f9784b3b241149a7bc52eef0a47ccd838a..b44d3a06231f13f2fa1c3def375a208c33343dbf 100644 (file)
@@ -2,23 +2,6 @@
 Test fileatime(), filemtime(), filectime() & touch() functions : error conditions
 --FILE--
 <?php
-/*
-   Prototype: int fileatime ( string $filename );
-   Description: Returns the time the file was last accessed, or FALSE
-     in case of an error. The time is returned as a Unix timestamp.
-
-   Prototype: int filemtime ( string $filename );
-   Description: Returns the time the file was last modified, or FALSE
-     in case of an error.
-
-   Prototype: int filectime ( string $filename );
-   Description: Returns the time the file was last changed, or FALSE
-     in case of an error. The time is returned as a Unix timestamp.
-
-   Prototype: bool touch ( string $filename [, int $time [, int $atime]] );
-   Description: Attempts to set the access and modification times of the file
-     named in the filename parameter to the value given in time.
-*/
 
 echo "*** Testing error conditions ***\n";
 
index 42502b65094d4fccd08d01cb8d286fe34ca28326..ba58369a298145b88b2541dc6fe18f1792a1005c 100644 (file)
@@ -8,28 +8,7 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/*
-   Prototype: int fileatime ( string $filename );
-   Description: Returns the time the file was last accessed, or FALSE
-     in case of an error. The time is returned as a Unix timestamp.
-
-   Prototype: int filemtime ( string $filename );
-   Description: Returns the time the file was last modified, or FALSE
-     in case of an error.
-
-   Prototype: int filectime ( string $filename );
-   Description: Returns the time the file was last changed, or FALSE
-     in case of an error. The time is returned as a Unix timestamp.
-
-   Prototype: bool touch ( string $filename [, int $time [, int $atime]] );
-   Description: Attempts to set the access and modification times of the file
-     named in the filename parameter to the value given in time.
-*/
-
-/*
-   Prototype: void stat_fn(string $filename);
-   Description: Prints access, modification and change times of a file
-*/
+
 function stat_fn( $filename ) {
   echo "-- File access time is => ";
   print( @date( 'Y:M:D:H:i:s', fileatime($filename) ) )."\n";
index 63b3c1db67ee3edae9e44fee2990feebc7d34086..407f51a4d160dce57bda9cb9a78c94cadc1b89ef 100644 (file)
@@ -10,28 +10,7 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/*
-   Prototype: int fileatime ( string $filename );
-   Description: Returns the time the file was last accessed, or FALSE
-     in case of an error. The time is returned as a Unix timestamp.
-
-   Prototype: int filemtime ( string $filename );
-   Description: Returns the time the file was last modified, or FALSE
-     in case of an error.
-
-   Prototype: int filectime ( string $filename );
-   Description: Returns the time the file was last changed, or FALSE
-     in case of an error. The time is returned as a Unix timestamp.
-
-   Prototype: bool touch ( string $filename [, int $time [, int $atime]] );
-   Description: Attempts to set the access and modification times of the file
-     named in the filename parameter to the value given in time.
-*/
-
-/*
-   Prototype: void stat_fn(string $filename);
-   Description: Prints access, modification and change times of a file
-*/
+
 function stat_fn( $filename ) {
   echo "\n-- File '$filename' --\n";
   echo "-- File access time is => ";
index f365174a845427feb387031027ec82aa636ce701..5a878a687b9c6e191d65d516728fe6dca7ca8d1d 100644 (file)
@@ -10,28 +10,7 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/*
-   Prototype: int fileatime ( string $filename );
-   Description: Returns the time the file was last accessed, or FALSE
-     in case of an error. The time is returned as a Unix timestamp.
 
-   Prototype: int filemtime ( string $filename );
-   Description: Returns the time the file was last modified, or FALSE
-     in case of an error.
-
-   Prototype: int filectime ( string $filename );
-   Description: Returns the time the file was last changed, or FALSE
-     in case of an error. The time is returned as a Unix timestamp.
-
-   Prototype: bool touch ( string $filename [, int $time [, int $atime]] );
-   Description: Attempts to set the access and modification times of the file
-     named in the filename parameter to the value given in time.
-*/
-
-/*
-   Prototype: void stat_fn(string $filename);
-   Description: Prints access, modification and change times of a file
-*/
 function stat_fn( $filename ) {
   echo "\n-- File '$filename' --\n";
   echo "-- File access time is => ";
index 43c9b86ab0363847943cf251d93b093e0f9e35bf..17092ce02ee93d385db8c945197566b30d6ac8fd 100644 (file)
@@ -9,14 +9,6 @@ require __DIR__ . '/../skipif_root.inc';
 ?>
 --FILE--
 <?php
-/*
-  Prototype: int fileperms ( string $filename );
-  Description: Returns the permissions on the file, or FALSE in case of an error
-
-  Prototype: bool chmod ( string $filename, int $mode );
-  Description: Attempts to change the mode of the file specified by
-    filename to that given in mode
-*/
 $path = __DIR__;
 
 echo "*** Testing fileperms(), chmod() with files and dirs ***\n";
index 92349227909ab5dcd9ad0f3c5a34ae5e6ac8caf7..ce3fdf2854e73f6ad8cf42e9638b685d9b154569 100644 (file)
@@ -9,15 +9,6 @@ require __DIR__ . '/../skipif_root.inc';
 ?>
 --FILE--
 <?php
-/*
-  Prototype: int fileperms ( string $filename )
-  Description: Returns the permissions on the file, or FALSE in case of an error
-
-  Prototype: bool chmod ( string $filename, int $mode )
-  Description: Attempts to change the mode of the file specified by
-    filename to that given in mode
-*/
-
 echo "*** Testing error conditions for fileperms(), chmod() ***\n";
 
 /* With standard files and dirs */
index 5a90ea6fb33d6e184a1d07e16311f35a92bd91e5..9d523b956bb7212657ac6223202f80af91fa710a 100644 (file)
@@ -9,15 +9,6 @@ require __DIR__ . '/../skipif_root.inc';
 ?>
 --FILE--
 <?php
-/*
-  Prototype: int fileperms ( string $filename );
-  Description: Returns the permissions on the file, or FALSE in case of an error
-
-  Prototype: bool chmod ( string $filename, int $mode );
-  Description: Attempts to change the mode of the file specified by
-               filename to that given in mode
-*/
-
 echo "*** Testing fileperms() & chmod() : usage variations ***\n";
 
 $file_name = __DIR__."/006_variation1.tmp";
index 1195d422a4cf65a970bccc58747d725f9bf0e972..72efa07032e99a991be1afd97ceea1347652688a 100644 (file)
@@ -9,15 +9,6 @@ require __DIR__ . '/../skipif_root.inc';
 ?>
 --FILE--
 <?php
-/*
-  Prototype: int fileperms ( string $filename );
-  Description: Returns the permissions on the file, or FALSE in case of an error
-
-  Prototype: bool chmod ( string $filename, int $mode );
-  Description: Attempts to change the mode of the file specified by
-               filename to that given in mode
-*/
-
 /* Testing with miscellaneous Permission */
 
 echo "*** Testing fileperms() & chmod() : usage variations ***\n";
index fa25431580470d2d5273af917db889076035ac5d..3e30ebf689745b961580c269e3b92ff3c1ed65ec 100644 (file)
@@ -2,18 +2,6 @@
 Test fopen(), fclose() & feof() functions: basic functionality
 --FILE--
 <?php
-/*
- Prototype: resource fopen(string $filename, string $mode
-                            [, bool $use_include_path [, resource $context]] );
- Description: Opens file or URL.
-
- Prototype: bool fclose ( resource $handle );
- Description: Closes an open file pointer
-
- Prototype: bool feof ( resource $handle );
- Description: Tests for end-of-file on a file pointer
-*/
-
 echo "*** Testing basic operations of fopen() and fclose() functions ***\n";
 $modes = array(
   "w",
index 5de97e32cc427e2adef37c3302f869f4dc3fa7df..1ddc00d3eb11b8586b95f9ce51712252b08712ea 100644 (file)
@@ -2,17 +2,6 @@
 Test fopen and fclose() functions - usage variations - "r" mode
 --FILE--
 <?php
-/*
- fopen() function:
- Prototype: resource fopen(string $filename, string $mode
-                            [, bool $use_include_path [, resource $context]] );
- Description: Opens file or URL.
-*/
-/*
- fclose() function:
- Prototype: bool fclose ( resource $handle );
- Description: Closes an open file pointer
-*/
 
 /* Test fopen() and fclose(): Opening the file in "r" mode,
    checking for the file creation, write & read operations,
index 7f163265aaa83c8331f2588153b864d78427cb60..2972bd2f8495da56ac78018ad5f944aca0b5b86a 100644 (file)
@@ -2,17 +2,6 @@
 Test fopen and fclose() functions - usage variations - "r+t" mode
 --FILE--
 <?php
-/*
- fopen() function:
- Prototype: resource fopen(string $filename, string $mode
-                            [, bool $use_include_path [, resource $context]] );
- Description: Opens file or URL.
-*/
-/*
- fclose() function:
- Prototype: bool fclose ( resource $handle );
- Description: Closes an open file pointer
-*/
 
 /* Test fopen() and fclose(): Opening the file in "r+t" mode,
    checking for the file creation, write & read operations,
index 785305c927cf4ad7ac11b92329083cbb56312869..aea248c4ebdd5c8e8d16a2e9dc3ca940ad2f7742 100644 (file)
@@ -7,17 +7,6 @@ if( substr(PHP_OS, 0, 3) != "WIN" )
 ?>
 --FILE--
 <?php
-/*
- fopen() function:
- Prototype: resource fopen(string $filename, string $mode
-                            [, bool $use_include_path [, resource $context]] );
- Description: Opens file or URL.
-*/
-/*
- fclose() function:
- Prototype: bool fclose ( resource $handle );
- Description: Closes an open file pointer
-*/
 
 /* Test fopen() and fclose(): Opening the file in "wt" mode,
    checking for the file creation, write & read operations,
index 619f51a2084147f5a66bd51ca679a543e3e571ee..da8c586f999d6ce27bb521b835115f506ca118b6 100644 (file)
@@ -7,17 +7,6 @@ if( substr(PHP_OS, 0, 3) != "WIN" )
 ?>
 --FILE--
 <?php
-/*
- fopen() function:
- Prototype: resource fopen(string $filename, string $mode
-                            [, bool $use_include_path [, resource $context]] );
- Description: Opens file or URL.
-*/
-/*
- fclose() function:
- Prototype: bool fclose ( resource $handle );
- Description: Closes an open file pointer
-*/
 
 /* Test fopen() and fclose(): Opening the file in "wt" mode,
    checking for the file creation, write & read operations,
index 817e92bdea074aa551b1a88ad3b2d291c5dc4e6a..4e38b5e2a4f7fcef0e3b54ff1d16079668d89fb2 100644 (file)
@@ -7,17 +7,6 @@ if( substr(PHP_OS, 0, 3) == "WIN" )
 ?>
 --FILE--
 <?php
-/*
- fopen() function:
- Prototype: resource fopen(string $filename, string $mode
-                            [, bool $use_include_path [, resource $context]] );
- Description: Opens file or URL.
-*/
-/*
- fclose() function:
- Prototype: bool fclose ( resource $handle );
- Description: Closes an open file pointer
-*/
 
 /* Test fopen() and fclose(): Opening the file in "wt" mode,
    checking for the file creation, write & read operations,
index 08a3ff80d866d92833ebb4413e71bd243efed6ef..1aa2e942867cbfa97eff99499306c04a0f20fce9 100644 (file)
@@ -7,17 +7,6 @@ if( substr(PHP_OS, 0, 3) != "WIN" )
 ?>
 --FILE--
 <?php
-/*
- fopen() function:
- Prototype: resource fopen(string $filename, string $mode
-                            [, bool $use_include_path [, resource $context]] );
- Description: Opens file or URL.
-*/
-/*
- fclose() function:
- Prototype: bool fclose ( resource $handle );
- Description: Closes an open file pointer
-*/
 
 /* Test fopen() and fclose(): Opening the file in "w+t" mode,
    checking for the file creation, write & read operations,
index f75ef8df96f3697a16479d7241fdb844607cbe35..e3d1526998307d4e21844285341cfedbd239a94b 100644 (file)
@@ -7,17 +7,6 @@ if( substr(PHP_OS, 0, 3) == "WIN" )
 ?>
 --FILE--
 <?php
-/*
- fopen() function:
- Prototype: resource fopen(string $filename, string $mode
-                            [, bool $use_include_path [, resource $context]] );
- Description: Opens file or URL.
-*/
-/*
- fclose() function:
- Prototype: bool fclose ( resource $handle );
- Description: Closes an open file pointer
-*/
 
 /* Test fopen() and fclose(): Opening the file in "w+t" mode,
    checking for the file creation, write & read operations,
index dcb3c8367070a02c9ced4f7a0aaf4eff5a95c9bc..b5d57995ecb9e68a9cde4c69937e7477dc9ceaf6 100644 (file)
@@ -7,17 +7,6 @@ if( substr(PHP_OS, 0, 3) != "WIN" )
 ?>
 --FILE--
 <?php
-/*
- fopen() function:
- Prototype: resource fopen(string $filename, string $mode
-                            [, bool $use_include_path [, resource $context]] );
- Description: Opens file or URL.
-*/
-/*
- fclose() function:
- Prototype: bool fclose ( resource $handle );
- Description: Closes an open file pointer
-*/
 
 /* Test fopen() and fclose(): Opening the file in "at" mode,
    checking for the file creation, write & read operations,
index 09fbb237a3b4508671d033e99f301c6348747365..3daeba3a12ad9f9b34f6705d51524cfb2249c433 100644 (file)
@@ -7,17 +7,6 @@ if( substr(PHP_OS, 0, 3) == "WIN" )
 ?>
 --FILE--
 <?php
-/*
- fopen() function:
- Prototype: resource fopen(string $filename, string $mode
-                            [, bool $use_include_path [, resource $context]] );
- Description: Opens file or URL.
-*/
-/*
- fclose() function:
- Prototype: bool fclose ( resource $handle );
- Description: Closes an open file pointer
-*/
 
 /* Test fopen() and fclose(): Opening the file in "at" mode,
    checking for the file creation, write & read operations,
index 405a6a2dfe42d7f04040ff4a1a23a688fa2d02e3..b94df4b413fdfe9263eba79dcbd4fcfb617b2583 100644 (file)
@@ -2,17 +2,6 @@
 Test fopen and fclose() functions - usage variations - "a+t" mode
 --FILE--
 <?php
-/*
- fopen() function:
- Prototype: resource fopen(string $filename, string $mode
-                            [, bool $use_include_path [, resource $context]] );
- Description: Opens file or URL.
-*/
-/*
- fclose() function:
- Prototype: bool fclose ( resource $handle );
- Description: Closes an open file pointer
-*/
 
 /* Test fopen() and fclose(): Opening the file in "a+t" mode,
    checking for the file creation, write & read operations,
index fa6c1f9951f06baf6da7ba3423c8623a88ba5f9b..a1fa61a431eb6ca31768ec8530fb8fd4cc83a90e 100644 (file)
@@ -4,13 +4,11 @@ Test fopen and fclose() functions - usage variations - "xt" mode
 <?php
 /*
  fopen() function:
- Prototype: resource fopen(string $filename, string $mode
-                            [, bool $use_include_path [, resource $context]] );
+
  Description: Opens file or URL.
 */
 /*
  fclose() function:
- Prototype: bool fclose ( resource $handle );
  Description: Closes an open file pointer
 */
 
index 150067b391fa0ec0049675870cd045d091822055..a249addfd061ccfceb6487b137c09d1d107d7866 100644 (file)
@@ -2,17 +2,6 @@
 Test fopen and fclose() functions - usage variations - "x+t" mode
 --FILE--
 <?php
-/*
- fopen() function:
- Prototype: resource fopen(string $filename, string $mode
-                            [, bool $use_include_path [, resource $context]] );
- Description: Opens file or URL.
-*/
-/*
- fclose() function:
- Prototype: bool fclose ( resource $handle );
- Description: Closes an open file pointer
-*/
 
 /* Test fopen() and fclose(): Opening the file in "x+t" mode,
    checking for the file creation, write & read operations,
index d37d983b709f6e99d2490a75132e8efe61a00c27..263a90e68cd08a3e0de6c783966a7a430f15cce8 100644 (file)
@@ -2,17 +2,6 @@
 Test fopen and fclose() functions - usage variations - "rb" mode
 --FILE--
 <?php
-/*
- fopen() function:
- Prototype: resource fopen(string $filename, string $mode
-                            [, bool $use_include_path [, resource $context]] );
- Description: Opens file or URL.
-*/
-/*
- fclose() function:
- Prototype: bool fclose ( resource $handle );
- Description: Closes an open file pointer
-*/
 
 /* Test fopen() and fclose(): Opening the file in "rb" mode,
    checking for the file creation, write & read operations,
index 0e510a421e65bcf708bda088248e317905743fba..ee81dc152fe8f78d1f81f26e65b8916cec0d9226 100644 (file)
@@ -2,17 +2,6 @@
 Test fopen and fclose() functions - usage variations - "r+b" mode
 --FILE--
 <?php
-/*
- fopen() function:
- Prototype: resource fopen(string $filename, string $mode
-                            [, bool $use_include_path [, resource $context]] );
- Description: Opens file or URL.
-*/
-/*
- fclose() function:
- Prototype: bool fclose ( resource $handle );
- Description: Closes an open file pointer
-*/
 
 /* Test fopen() and fclose(): Opening the file in "r+b" mode,
    checking for the file creation, write & read operations,
index 09e171bad1e4bd0bf32fd17c21262d5b3ed3c9bb..fa57cdd3b3cf70cffdb58ade8ecd5ff1e21f0a2a 100644 (file)
@@ -2,17 +2,6 @@
 Test fopen and fclose() functions - usage variations - "wb" mode
 --FILE--
 <?php
-/*
- fopen() function:
- Prototype: resource fopen(string $filename, string $mode
-                            [, bool $use_include_path [, resource $context]] );
- Description: Opens file or URL.
-*/
-/*
- fclose() function:
- Prototype: bool fclose ( resource $handle );
- Description: Closes an open file pointer
-*/
 
 /* Test fopen() and fclose(): Opening the file in "wb" mode,
    checking for the file creation, write & read operations,
index 87ee8a3dd69465b034c4885d614a752a5313c1a1..69e2a0fd467a3a1409ae9b1e710da9c1c6e18e88 100644 (file)
@@ -2,17 +2,6 @@
 Test fopen and fclose() functions - usage variations - "r+" mode
 --FILE--
 <?php
-/*
- fopen() function:
- Prototype: resource fopen(string $filename, string $mode
-                            [, bool $use_include_path [, resource $context]] );
- Description: Opens file or URL.
-*/
-/*
- fclose() function:
- Prototype: bool fclose ( resource $handle );
- Description: Closes an open file pointer
-*/
 
 /* Test fopen() and fclose(): Opening the file in "r+" mode,
    checking for the file creation, write & read operations,
index d470063228ad5bf7368d5c74eecd42740b5d153d..080c153523ac2b15eb1bf78250086bfbb2c33630 100644 (file)
@@ -2,17 +2,6 @@
 Test fopen and fclose() functions - usage variations - "w+b" mode
 --FILE--
 <?php
-/*
- fopen() function:
- Prototype: resource fopen(string $filename, string $mode
-                            [, bool $use_include_path [, resource $context]] );
- Description: Opens file or URL.
-*/
-/*
- fclose() function:
- Prototype: bool fclose ( resource $handle );
- Description: Closes an open file pointer
-*/
 
 /* Test fopen() and fclose(): Opening the file in "w+b" mode,
    checking for the file creation, write & read operations,
index 3d0eaa5863c18d84355bcead14338afa6b080660..e8165a111553be3a435b85419eb1656d5df3d551 100644 (file)
@@ -2,17 +2,6 @@
 Test fopen and fclose() functions - usage variations - "ab" mode
 --FILE--
 <?php
-/*
- fopen() function:
- Prototype: resource fopen(string $filename, string $mode
-                            [, bool $use_include_path [, resource $context]] );
- Description: Opens file or URL.
-*/
-/*
- fclose() function:
- Prototype: bool fclose ( resource $handle );
- Description: Closes an open file pointer
-*/
 
 /* Test fopen() and fclose(): Opening the file in "ab" mode,
    checking for the file creation, write & read operations,
index 8e14a84b5b546cc38fa7917fa234be35f6de39c0..3c956fe372bc042717eb03f2afeade8078873fb2 100644 (file)
@@ -2,17 +2,6 @@
 Test fopen and fclose() functions - usage variations - "a+b" mode
 --FILE--
 <?php
-/*
- fopen() function:
- Prototype: resource fopen(string $filename, string $mode
-                            [, bool $use_include_path [, resource $context]] );
- Description: Opens file or URL.
-*/
-/*
- fclose() function:
- Prototype: bool fclose ( resource $handle );
- Description: Closes an open file pointer
-*/
 
 /* Test fopen() and fclose(): Opening the file in "a+b" mode,
    checking for the file creation, write & read operations,
index ef9d532585dc2742320791873ef7d19422f52f44..2d1d198d6780f27418a04415131a38cdeb10c567 100644 (file)
@@ -2,17 +2,6 @@
 Test fopen and fclose() functions - usage variations - "xb" mode
 --FILE--
 <?php
-/*
- fopen() function:
- Prototype: resource fopen(string $filename, string $mode
-                            [, bool $use_include_path [, resource $context]] );
- Description: Opens file or URL.
-*/
-/*
- fclose() function:
- Prototype: bool fclose ( resource $handle );
- Description: Closes an open file pointer
-*/
 
 /* Test fopen() and fclose(): Opening the file in "xb" mode,
    checking for the file creation, write & read operations,
index 61d83712cd432eb0e98bb7df722ee4dd08489e66..b090f93d49c5153552859473b4101218d6ac2767 100644 (file)
@@ -2,17 +2,6 @@
 Test fopen and fclose() functions - usage variations - "x+b" mode
 --FILE--
 <?php
-/*
- fopen() function:
- Prototype: resource fopen(string $filename, string $mode
-                            [, bool $use_include_path [, resource $context]] );
- Description: Opens file or URL.
-*/
-/*
- fclose() function:
- Prototype: bool fclose ( resource $handle );
- Description: Closes an open file pointer
-*/
 
 /* Test fopen() and fclose(): Opening the file in "x+b" mode,
    checking for the file creation, write & read operations,
index 8838a4d783687a5a2c253ccd86fb2d0c5cc89bb6..7406e3bef03b264a7678981a63097b82211a8a0e 100644 (file)
@@ -2,17 +2,6 @@
 Test fopen and fclose() functions - usage variations - "w" mode
 --FILE--
 <?php
-/*
- fopen() function:
- Prototype: resource fopen(string $filename, string $mode
-                            [, bool $use_include_path [, resource $context]] );
- Description: Opens file or URL.
-*/
-/*
- fclose() function:
- Prototype: bool fclose ( resource $handle );
- Description: Closes an open file pointer
-*/
 
 /* Test fopen() and fclose(): Opening the file in "w" mode,
    checking for the file creation, write & read operations,
index 217dbc5ce5c214872f5f76bb4daf7776247ea356..7e522fd6d0fec2fee020c059efb8af24d7579b11 100644 (file)
@@ -2,17 +2,6 @@
 Test fopen and fclose() functions - usage variations - "w+" mode
 --FILE--
 <?php
-/*
- fopen() function:
- Prototype: resource fopen(string $filename, string $mode
-                            [, bool $use_include_path [, resource $context]] );
- Description: Opens file or URL.
-*/
-/*
- fclose() function:
- Prototype: bool fclose ( resource $handle );
- Description: Closes an open file pointer
-*/
 
 /* Test fopen() and fclose(): Opening the file in "w+" mode,
    checking for the file creation, write & read operations,
index 69b0ae63325649e160375bb43b38fc0fcc9f0a91..e872ae3f347e7cbe448741d82af1177f07ce4e19 100644 (file)
@@ -2,17 +2,6 @@
 Test fopen and fclose() functions - usage variations - "a" mode
 --FILE--
 <?php
-/*
- fopen() function:
- Prototype: resource fopen(string $filename, string $mode
-                            [, bool $use_include_path [, resource $context]] );
- Description: Opens file or URL.
-*/
-/*
- fclose() function:
- Prototype: bool fclose ( resource $handle );
- Description: Closes an open file pointer
-*/
 
 /* Test fopen() and fclose(): Opening the file in "a" mode,
    checking for the file creation, write & read operations,
index a2ac5d8050bfbd0c2eb7cbaaa08dd12f0cd7d0aa..1482ad033750c53562912113190cae1db868cd6a 100644 (file)
@@ -2,17 +2,6 @@
 Test fopen and fclose() functions - usage variations - "a+" mode
 --FILE--
 <?php
-/*
- fopen() function:
- Prototype: resource fopen(string $filename, string $mode
-                            [, bool $use_include_path [, resource $context]] );
- Description: Opens file or URL.
-*/
-/*
- fclose() function:
- Prototype: bool fclose ( resource $handle );
- Description: Closes an open file pointer
-*/
 
 /* Test fopen() and fclose(): Opening the file in "a+" mode,
    checking for the file creation, write & read operations,
index 6c8613c57d23d3dfe264e347abd367fadec2e36e..c15966cae2f45730fafee832b8e4f5c9b7ab6063 100644 (file)
@@ -2,17 +2,6 @@
 Test fopen and fclose() functions - usage variations - "x" mode
 --FILE--
 <?php
-/*
- fopen() function:
- Prototype: resource fopen(string $filename, string $mode
-                            [, bool $use_include_path [, resource $context]] );
- Description: Opens file or URL.
-*/
-/*
- fclose() function:
- Prototype: bool fclose ( resource $handle );
- Description: Closes an open file pointer
-*/
 
 /* Test fopen() and fclose(): Opening the file in "x" mode,
    checking for the file creation, write & read operations,
index bc26245b8752c16c97d83432bf33dbcfa6894163..95d2855459394a0ad0938114d72386ce09825e50 100644 (file)
@@ -2,17 +2,6 @@
 Test fopen and fclose() functions - usage variations - "x+" mode
 --FILE--
 <?php
-/*
- fopen() function:
- Prototype: resource fopen(string $filename, string $mode
-                            [, bool $use_include_path [, resource $context]] );
- Description: Opens file or URL.
-*/
-/*
- fclose() function:
- Prototype: bool fclose ( resource $handle );
- Description: Closes an open file pointer
-*/
 
 /* Test fopen() and fclose(): Opening the file in "x+" mode,
    checking for the file creation, write & read operations,
index a21a807d201fdc682564c437fa04b732df335139..54bd82bab6b971fe7a8cff0d097add57be622465 100644 (file)
@@ -2,17 +2,6 @@
 Test fopen and fclose() functions - usage variations - "rt" mode
 --FILE--
 <?php
-/*
- fopen() function:
- Prototype: resource fopen(string $filename, string $mode
-                            [, bool $use_include_path [, resource $context]] );
- Description: Opens file or URL.
-*/
-/*
- fclose() function:
- Prototype: bool fclose ( resource $handle );
- Description: Closes an open file pointer
-*/
 
 /* Test fopen() and fclose(): Opening the file in "rt" mode,
    checking for the file creation, write & read operations,
index 703861dec708235941e20335b78a42c0dc6ecad1..a5f2cb9dadc4a444d8398c47b014ea11a1af907a 100644 (file)
@@ -11,7 +11,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 --FILE--
 <?php
 /*
- * proto string basename(string path [, string suffix])
  * Function is implemented in ext/standard/string.c
  */
 $file_paths = array (
index 7a98e833a317e06f23896bf63009a5f0de5bf820..2b8507fa2d834cec7b4b80e26523e0327d0b387d 100644 (file)
Binary files a/ext/standard/tests/file/basename.phpt and b/ext/standard/tests/file/basename.phpt differ
index e45ee4ecbaf291710b0df9b044e38f7d7a02fbc4..7d8601ff3e934533d9ca6013849dc40ec7a4b999 100644 (file)
@@ -2,12 +2,6 @@
 Test chmod() function : error conditions
 --FILE--
 <?php
-/* Prototype  : bool chmod(string filename, int mode)
- * Description: Change file mode
- * Source code: ext/standard/filestat.c
- * Alias to functions:
- */
-
 echo "*** Testing chmod() : error conditions ***\n";
 
 // testing chmod with a non-existing file
index 2bd3fc51768d481eec38fb5ec877e489df803f64..a1eef1486d3ba3566c17fe07c0b30b79a7e2ff0f 100644 (file)
@@ -2,11 +2,6 @@
 Test copy() function: basic functionality
 --FILE--
 <?php
-/* Prototype: bool copy ( string $source, string $dest );
- * Description: Makes a copy of the file source to dest.
- *              Returns TRUE on success or FALSE on failure.
- */
-
 echo "*** Testing copy() function: to copy file from source to destination --\n";
 
 var_dump( file_exists(__FILE__) );
index 761c4403f77b060ba8c204fd5ee15d77c7132d7a..3814c3d5f262562089904250a8e4d7445bc9474d 100644 (file)
@@ -2,11 +2,6 @@
 Test copy() function: error conditions
 --FILE--
 <?php
-/* Prototype: bool copy ( string $source, string $dest );
- * Description: Makes a copy of the file source to dest.
- *              Returns TRUE on success or FALSE on failure.
- */
-
 echo "*** Testing copy() function: error conditions --\n";
 /* Invalid args */
 var_dump( copy("/no/file", "file") );
index 018ff470485b105ee9f980f4e6d44e2db4aa990f..40028a6e8589d42293333ea85e798fac128cc13d 100644 (file)
@@ -2,11 +2,6 @@
 Test copy() function: usage variations - destination file names(numerics/strings)
 --FILE--
 <?php
-/* Prototype: bool copy ( string $source, string $dest );
-   Description: Makes a copy of the file source to dest.
-     Returns TRUE on success or FALSE on failure.
-*/
-
 /* Test copy() function: In creation of destination file names containing numerics/strings
      and checking the existence and size of destination files
 */
index 78c3426adc19a9bc87344aa81caa1341c83a2702..09497c859cbbfd3fcbaec054683e7adc6783139c 100644 (file)
@@ -2,11 +2,6 @@
 Test copy() function: usage variations - identical names
 --FILE--
 <?php
-/* Prototype: bool copy ( string $source, string $dest );
-   Description: Makes a copy of the file source to dest.
-     Returns TRUE on success or FALSE on failure.
-*/
-
 /* Test copy(): Try copying source file to desntination file, where destination file name is identical to source name */
 
 $file_path = __DIR__;
index 312802f1818488df66b9b1fd636b32f765490bf0..678d13d4c0605973cd762a5c3160382ea95b5ca0 100644 (file)
@@ -2,11 +2,6 @@
 Test copy() function: usage variations - existing dir as destination
 --FILE--
 <?php
-/* Prototype: bool copy ( string $source, string $dest );
-   Description: Makes a copy of the file source to dest.
-     Returns TRUE on success or FALSE on failure.
-*/
-
 /* Test copy(): Trying to copy the file to a destination, where destination is an existing dir */
 
 $file_path = __DIR__;
index 01bf14cc54c04dfa899cd265938695188ba2e17d..ecf857e6293075c008733b7cc2632e82de1dc1fe 100644 (file)
@@ -7,11 +7,6 @@ if(substr(PHP_OS, 0, 3) != "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype: bool copy ( string $source, string $dest );
-   Description: Makes a copy of the file source to dest.
-     Returns TRUE on success or FALSE on failure.
-*/
-
 /* Test copy(): Trying to create a copy of an existing dir */
 
 $file_path = __DIR__;
index 945ec0708396a8b88bed072f961008fedcad3dc7..dad928b4b5d332de3d43bc029965c13835f6d318 100644 (file)
@@ -7,11 +7,6 @@ if(substr(PHP_OS, 0, 3) == "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype: bool copy ( string $source, string $dest );
-   Description: Makes a copy of the file source to dest.
-     Returns TRUE on success or FALSE on failure.
-*/
-
 /* Test copy(): Trying to create a copy of an existing dir */
 
 $file_path = __DIR__;
index fcd3d6a2a61d2fdcaba165aaa223d209f432f40f..f703b0f059e99b4b0f719668d29a575ca3b4a90a 100644 (file)
@@ -2,11 +2,6 @@
 Test copy() function: usage variations - src as dir and dest as an existing file(Bug #42243)
 --FILE--
 <?php
-/* Prototype: bool copy ( string $source, string $dest );
-   Description: Makes a copy of the file source to dest.
-     Returns TRUE on success or FALSE on failure.
-*/
-
 /* Test copy(): Trying to copy dir to an existing file */
 
 echo "*** Test copy() function: Trying to copy dir to file ***\n";
index bee8c94b470376c2bf164c9e1b458424339cdae1..a79bbf69c5b5f5d5247b182ba45219cf24afd827 100644 (file)
@@ -2,11 +2,6 @@
 Test copy() function: usage variations - non existing src/dest
 --FILE--
 <?php
-/* Prototype: bool copy ( string $source, string $dest );
-   Description: Makes a copy of the file source to dest.
-     Returns TRUE on success or FALSE on failure.
-*/
-
 /* Test copy(): Trying to create a copy of non-existing source in an existing destination
      and an existing source in non-existing destination */
 
index 6b52eb7f9b938b02ffad5efdc00b44339e58f92b..abe425a4e32392b7f83a938a31619b8585d324c2 100644 (file)
@@ -8,11 +8,6 @@ require __DIR__ . '/../skipif_root.inc';
 ?>
 --FILE--
 <?php
-/* Prototype: bool copy ( string $source, string $dest );
-   Description: Makes a copy of the file source to dest.
-     Returns TRUE on success or FALSE on failure.
-*/
-
 /* Test copy(): Trying to create a copy of file in a dir which doesn't have write permissions */
 
 $file_path = __DIR__;
index ae79b79984a6145f0c3cd579bc005b1e6bee0c5f..d2730ce332566eafe96ab68151f1f767e53c46c7 100644 (file)
@@ -7,11 +7,6 @@ if(substr(PHP_OS, 0, 3) != "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype: bool copy ( string $source, string $dest );
-   Description: Makes a copy of the file source to dest.
-     Returns TRUE on success or FALSE on failure.
-*/
-
 /* Test copy() function: Trying to create copy of source file
      into different destination dir paths given in various notations */
 
index cc01f1c534d0369965d547de223fb3f1badb9739..45095f399e99f4233f039ad1b8e2fc2e3e41c4c5 100644 (file)
@@ -7,11 +7,6 @@ if(substr(PHP_OS, 0, 3) == "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype: bool copy ( string $source, string $dest );
-   Description: Makes a copy of the file source to dest.
-     Returns TRUE on success or FALSE on failure.
-*/
-
 /* Test copy() function: Trying to create copy of source file
      into different destination dir paths given in various notations */
 
index 337e7ec46e96241df5dc7224bef3ac82e13ad3a8..446d72d35db7298055e80a47c05e6087f11c7745 100644 (file)
@@ -2,11 +2,6 @@
 Test copy() function: usage variations - wildcard chars in source
 --FILE--
 <?php
-/* Prototype: bool copy ( string $source, string $dest );
-   Description: Makes a copy of the file source to dest.
-     Returns TRUE on success or FALSE on failure.
-*/
-
 /* Test copy(): Trying to copy the source file which is given with the combination of wild-card chars */
 
 $file_path = __DIR__;
index 81d5e3dab93806abb09cf8627e7eff9d5e269549..75938f0888aa0848499932bcc32ff3a51c862ceb 100644 (file)
@@ -2,11 +2,6 @@
 Test copy() function: usage variations - stat after copy
 --FILE--
 <?php
-/* Prototype: bool copy ( string $source, string $dest );
-   Description: Makes a copy of the file source to dest.
-     Returns TRUE on success or FALSE on failure.
-*/
-
 /* Test copy(): checking stat of file before and after after copy operation */
 
 $file_path = __DIR__;
index 530fb6089ccc832e171ab960c7bd7f46478ae560..4251a24e54cf7460f04f717c61e20357f58da7dc 100644 (file)
@@ -7,11 +7,6 @@ if(substr(PHP_OS, 0, 3) != "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype: bool copy ( string $source, string $dest );
-   Description: Makes a copy of the file source to dest.
-     Returns TRUE on success or FALSE on failure.
-*/
-
 /* Test copy() function: In creation of destination file names containing special characters
      and checking the existence and size of destination files
 */
index 563475a3bbaff7660960bb00aedb999be4bee477..c8f695efea7dad4a2fa2e78dab56629aa2400292 100644 (file)
@@ -7,11 +7,6 @@ if(substr(PHP_OS, 0, 3) != "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype: bool copy ( string $source, string $dest );
-   Description: Makes a copy of the file source to dest.
-     Returns TRUE on success or FALSE on failure.
-*/
-
 /* Test copy() function: In creation of destination file names containing special characters
      and checking the existence and size of destination files
 */
index 2106cd5ed7c64dd1e5c86b6385a83c7916509479..33770b6b318e5aea0c09d41e6f77261f1137da14 100644 (file)
@@ -7,11 +7,6 @@ if(substr(PHP_OS, 0, 3) == "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype: bool copy ( string $source, string $dest );
-   Description: Makes a copy of the file source to dest.
-     Returns TRUE on success or FALSE on failure.
-*/
-
 /* Test copy() function: In creation of destination file names containing special characters
      and checking the existence and size of destination files
 */
index a8a3aeb7466138df6e102680f9b4c2a53adfae76..ed4cbfb89bdc0cec3f9cdba6300e7bdcd094f4e1 100644 (file)
@@ -9,11 +9,6 @@ if(substr(PHP_OS, 0, 3) != "WIN")
 obscure_filename
 --FILE--
 <?php
-/* Prototype: bool copy ( string $source, string $dest );
-   Description: Makes a copy of the file source to dest.
-     Returns TRUE on success or FALSE on failure.
-*/
-
 /* Test copy() function: In creation of destination file names containing white spaces
      and checking the existence and size of destination files
 */
index ca70ed24f478708514defeaed2f6b7c3eb152722..7dc9c1b1b35f4a38dfef1db525b2d88143d06291 100644 (file)
@@ -9,11 +9,6 @@ if(substr(PHP_OS, 0, 3) == "WIN")
 obscure_filename
 --FILE--
 <?php
-/* Prototype: bool copy ( string $source, string $dest );
-   Description: Makes a copy of the file source to dest.
-     Returns TRUE on success or FALSE on failure.
-*/
-
 /* Test copy() function: In creation of destination file names containing white spaces
      and checking the existence and size of destination files
 */
index 01385cb893f35de240c98176f90f134865d9a578..d467cb4ce9ab214d40d92d835946415cf5605b4b 100644 (file)
@@ -10,11 +10,6 @@ if(substr(PHP_OS, 0, 3) == "AIX")
 ?>
 --FILE--
 <?php
-/* Prototype: bool copy ( string $source, string $dest );
-   Description: Makes a copy of the file source to dest.
-     Returns TRUE on success or FALSE on failure.
-*/
-
 /* Test copy() function: In creation of destination file names with empty string, nulls & bools
      and checking the existence and size of destination files
 */
index 8ef72ef8ce7dafd0279b63833bd1f1f7fdafae87..d3f75262a185723f7d5720573aabf59ca8905ab5 100644 (file)
@@ -7,11 +7,6 @@ if(substr(PHP_OS, 0, 3) != "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype: bool copy ( string $source, string $dest );
-   Description: Makes a copy of the file source to dest.
-     Returns TRUE on success or FALSE on failure.
-*/
-
 /* Test copy() function: Checking case sensitivity in creation of destination file names
      and the existence and size of destination files
 */
index 404ff843fbe1769e8e2bef9a4905dee71db330f3..6da9f1f48c725779146e12bf7033efda14f393c0 100644 (file)
@@ -7,11 +7,6 @@ if( (stristr(PHP_OS, "Darwin")) || (stristr(PHP_OS, "Win")) )
 ?>
 --FILE--
 <?php
-/* Prototype: bool copy ( string $source, string $dest );
-   Description: Makes a copy of the file source to dest.
-     Returns TRUE on success or FALSE on failure.
-*/
-
 /* Test copy() function: Checking case sensitivity in creation of destination file names
      and the existence and size of destination files
 */
index 4e94c148c5f9d4cf475e732c89974976541fcd0b..c0b3ec97202406397888fd18bda20dd62917343f 100644 (file)
@@ -7,11 +7,6 @@ if(substr(PHP_OS, 0, 3) != "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype: bool copy ( string $source, string $dest );
-   Description: Makes a copy of the file source to dest.
-     Returns TRUE on success or FALSE on failure.
-*/
-
 /* Test copy() function: Trying to create copy of source file
      into different destination dir paths given in various notations */
 
index c505cb77ecfae2173e147af57828f415d379458f..ae20f48733a079c0f6117a574aebe614f576336d 100644 (file)
@@ -7,11 +7,6 @@ if(substr(PHP_OS, 0, 3) == "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype: bool copy ( string $source, string $dest );
-   Description: Makes a copy of the file source to dest.
-     Returns TRUE on success or FALSE on failure.
-*/
-
 /* Test copy() function: Trying to create copy of source file
      into different destination dir paths given in various notations */
 
index 0ab30cdb7bbc833736a4248e4cf7078d5513c4a4..c5321aad4ee6eb0f4ae0e7d48a7f20065af5c321 100644 (file)
@@ -7,11 +7,6 @@ if(substr(PHP_OS, 0, 3) == "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype: bool copy ( string $source, string $dest );
-   Description: Makes a copy of the file source to dest.
-     Returns TRUE on success or FALSE on failure.
-*/
-
 /* Test copy() function: Trying to create copy of links */
 
 $file_path = __DIR__;
index dc69a27b336a6947dce24beabd92a3cabb21cc41..6d545954702a23dbb28d74fd6dd83f5ba1cadd8f 100644 (file)
@@ -7,11 +7,6 @@ if(substr(PHP_OS, 0, 3) == "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype: bool copy ( string $source, string $dest );
-   Description: Makes a copy of the file source to dest.
-     Returns TRUE on success or FALSE on failure.
-*/
-
 /* Trying to copy the links across dir paths given in various notations
      and dirs having limited access */
 
index 2c1005ec646a68d77ba2974a15f89e3ce6cee32a..ee82eda188ab4d165dcc9fa05622f3bbbd07a41c 100644 (file)
@@ -8,11 +8,6 @@ require __DIR__ . '/../skipif_root.inc';
 ?>
 --FILE--
 <?php
-/* Prototype: bool copy ( string $source, string $dest );
-   Description: Makes a copy of the file source to dest.
-     Returns TRUE on success or FALSE on failure.
-*/
-
 /* Test copy(): Trying to copy source file to destination file with and without write permissions */
 
 $file_path = __DIR__;
index 1ae436d1e163cd2447a78461fa2c2e202947a7dd..6b1ed3095f07a474437fdff43e3f9478108dc3c1 100644 (file)
@@ -9,12 +9,6 @@ if(substr(PHP_OS, 0, 3) != "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype  : string dirname(string path)
- * Description: Returns the directory name component of the path
- * Source code: ext/standard/string.c
- * Alias to functions:
- */
-
 echo "*** Testing dirname() : basic functionality ***\n";
 
 
index 75355a7135e6588d023ab24fe97ab6829b64f28b..97fbe85a28894449997d1c74476dbc61d589c1a5 100644 (file)
@@ -9,12 +9,6 @@ if(substr(PHP_OS, 0, 3) == "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype  : string dirname(string path)
- * Description: Returns the directory name component of the path
- * Source code: ext/standard/string.c
- * Alias to functions:
- */
-
 echo "*** Testing dirname() : basic functionality ***\n";
 
 
index fcb2a93e41ab41cae5b8c38cef44e923200e3376..29b2cefed90b25884b7143164079fafc02e5939d 100644 (file)
@@ -8,13 +8,6 @@ if (getenv("TRAVIS") === "true") die("skip inaccurate on TravisCI");
 memory_limit=32M
 --FILE--
 <?php
-/*
- *  Prototype: float disk_free_space( string directory )
- *  Description: Given a string containing a directory, this function
- *               will return the number of bytes available on the corresponding
- *               filesystem or disk partition
- */
-
 $file_path = __DIR__;
 
 echo "*** Testing with existing directory ***\n";
index e7439d3f34c102dbcdc26a93d301db53873207d0..64723f5bf70b82e2ad403c2ae3381722d67d0070 100644 (file)
@@ -7,13 +7,6 @@ if(substr(PHP_OS, 0, 3) != 'WIN' )
 ?>
 --FILE--
 <?php
-/*
- *  Prototype: float disk_free_space( string directory )
- *  Description: Given a string containing a directory, this function will
- *               return the number of bytes available on the corresponding
- *               filesystem or disk partition
- */
-
 echo "*** Testing error conditions ***\n";
 $file_path = __DIR__;
 
index ea8d84aa36701cfc3411171f0ccc81076a781256..62dd8c40eea93c31da17fa49210ff146ab089b03 100644 (file)
@@ -7,13 +7,6 @@ if(substr(PHP_OS, 0, 3) == 'WIN')
 ?>
 --FILE--
 <?php
-/*
- *  Prototype: float disk_free_space( string directory )
- *  Description: Given a string containing a directory, this function will
- *               return the number of bytes available on the corresponding
- *               filesystem or disk partition
- */
-
 echo "*** Testing error conditions ***\n";
 $file_path = __DIR__;
 
index e7aacfdeac569b0ac23af8feec8bd14b6add7bde..d5adb32213816eda5ef739859ccc17ae28e6780b 100644 (file)
@@ -2,13 +2,6 @@
 Test disk_free_space and its alias diskfreespace() functions : Usage Variations
 --FILE--
 <?php
-/*
- *  Prototype: float disk_free_space( string directory )
- *  Description: Given a string containing a directory, this function
- *               will return the number of bytes available on the corresponding
- *               filesystem or disk partition
- */
-
 $file_path = __DIR__;
 
 echo "*** Testing with a directory ***\n";
index b32b60f6b6beb6d3e0c2557b7d67e0beac380ced..0bb6159a40e167d3d33d6882ef07d25d61115af1 100644 (file)
@@ -4,13 +4,6 @@ Test disk_total_space() function : basic functionality
 disk_total_space
 --FILE--
 <?php
-/*
- *  Prototype: float disk_total_space( string $directory );
- *  Description: given a string containing a directory, this function will
- *               return the total number of bytes on the corresponding filesyatem
- *               or disk partition.
- */
-
 $file_path = __DIR__;
 
 echo "*** Testing with normal directory ***\n";
index 2e6192cf82ef76bf125c9d249c460567dc22a429..7621fe1523e73e0da169ba8002673b875a1ed0a4 100644 (file)
@@ -9,13 +9,6 @@ if(substr(PHP_OS, 0, 3) != 'WIN' )
 disk_total_space
 --FILE--
 <?php
-/*
- *  Prototype: float disk_total_space( string $directory );
- *  Description: given a string containing a directory, this function
- *               will return the total number of bytes on the corresponding
- *               filesystem or disk partition
- */
-
 echo "*** Testing error conditions ***\n";
 $file_path = __DIR__;
 
index 0fba673f2839231e5feca71c90ecc8cc8a69d4f3..e4bd31fa5d9797da5984ad4caf11b522ea0ab5c6 100644 (file)
@@ -9,13 +9,6 @@ if(substr(PHP_OS, 0, 3) == 'WIN')
 disk_total_space
 --FILE--
 <?php
-/*
- *  Prototype: float disk_total_space( string $directory );
- *  Description: given a string containing a directory, this function
- *               will return the total number of bytes on the corresponding
- *               filesystem or disk partition
- */
-
 echo "*** Testing error conditions ***\n";
 $file_path = __DIR__;
 
index 16275e7f39c97a791fdd9cd768f573cd910bd659..da09238ecca2c13524091e2ebc6a6b01b7015b6f 100644 (file)
@@ -4,13 +4,6 @@ Testing disk_total_space() functions : Usage Variations.
 disk_total_space
 --FILE--
 <?php
-/*
- *  Prototype: float disk_total_space( string directory )
- *  Description: given a string containing a directory, this function
- *               will return the total number of bytes on the corresponding
- *               filesystem or disk partition.
- */
-
 $file_path = __DIR__;
 
 echo "*** Testing with a directory ***\n";
index 0711a3468d418d62cc0c1bc3e28f9837541ab98b..a263bf1fbe6c4f3971cb9b99d128b175f108a77d 100644 (file)
@@ -4,12 +4,6 @@ Test feof() function : basic functionality
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
 <?php
-/* Prototype  : proto bool feof(resource fp)
- * Description: Test for end-of-file on a file pointer
- * Source code: ext/standard/file.c
- * Alias to functions: gzeof
- */
-
 echo "*** Testing feof() : basic functionality ***\n";
 $tmpFile1 = __FILE__.".tmp1";
 $h = fopen($tmpFile1, 'wb');
index 854a23db45d4315a89b1018db5ce7d094538bafe..3d1dd22f7b7fc3dd7dd73b1bd4dcaa1634c8ae42 100644 (file)
@@ -2,9 +2,6 @@
 Test fflush() function: basic functionality
 --FILE--
 <?php
-/*  Prototype: bool fflush ( resource $handle );
-    Description: Flushes the output to a file
-*/
 
 echo "*** Testing fflush(): writing to a file and reading the contents ***\n";
 $data = <<<EOD
index 9c654a8688a60eefcf267e7f0ae6058718d20640..964806bc6877985e9eeb32fd5f77f3289f7acdec 100644 (file)
@@ -7,9 +7,6 @@ if( substr(PHP_OS, 0, 3) != "WIN" )
 ?>
 --FILE--
 <?php
-/*  Prototype: bool fflush ( resource $handle );
-    Description: Flushes the output to a file
-*/
 
 /* test fflush() with handle to the files opened in different modes */
 
index fd72d652b4882782b987b34f60c318eeb2e85217..9761b97655b8eb2ffc86b474c5fbb10d195539a7 100644 (file)
@@ -7,9 +7,6 @@ if( substr(PHP_OS, 0, 3) != "WIN" )
 ?>
 --FILE--
 <?php
-/*  Prototype: bool fflush ( resource $handle );
-    Description: Flushes the output to a file
-*/
 
 /* test fflush() with handle to the files opened in different modes */
 
index 8dd2db1d2103d46c64353802e4c96c801fbeb214..930aabff5c4cc6705d90d43e54557f4f15561f2b 100644 (file)
@@ -7,9 +7,6 @@ if( substr(PHP_OS, 0, 3) == "WIN" )
 ?>
 --FILE--
 <?php
-/*  Prototype: bool fflush ( resource $handle );
-    Description: Flushes the output to a file
-*/
 
 /* test fflush() with handle of files opened in different modes */
 
index 7f6b91430439dbe8bbb0c6c9d0ef60c7ca15d124..35eb8e80e13e45940ecaa503278a9a15d91a1e1b 100644 (file)
@@ -7,9 +7,6 @@ if( substr(PHP_OS, 0, 3) == 'WIN')
 ?>
 --FILE--
 <?php
-/*  Prototype: bool fflush ( resource $handle );
-    Description: Flushes the output to a file
-*/
 
 /* test fflush() with handle to symbollic link */
 
index c74eeb8e25fab30ea2dfa8c1e37a1066dbb9eeca..479005a00c4e7c3f015ea38539f9a5fdfc95e669 100644 (file)
@@ -7,9 +7,6 @@ if( substr(PHP_OS, 0, 3) == 'WIN')
 ?>
 --FILE--
 <?php
-/*  Prototype: bool fflush ( resource $handle );
-    Description: Flushes the output to a file
-*/
 
 /* test fflush() with handle to hard links as resource */
 
index 94c0f6a31e3f654cdb9b20bab31a3fc9a26ad38d..e73735700d4cf7bda48877624fda6ffa0a75790b 100644 (file)
@@ -2,9 +2,6 @@
 Test fflush() function: usage variations - file opened in read-only mode
 --FILE--
 <?php
-/*  Prototype: bool fflush ( resource $handle );
-    Description: Flushes the output to a file
-*/
 
 /* test fflush() with handle to a file opened in read-only mode as resource */
 
index a69470b3d6c8b9d0966848d2966ff5c93e340f44..1f7ad2c03e234477d0c49c6a38481117d56f52b8 100644 (file)
@@ -2,10 +2,6 @@
 Test fgetc() function : basic functionality
 --FILE--
 <?php
-/*
- Prototype: string fgetc ( resource $handle );
- Description: Gets character from file pointer
-*/
 // include the header for common test function
 include ("file.inc");
 
index 7c6a01ded907632c42307bde7ae2894e1ef89657..a4d956aa5adb766082de96a5114524501d1a476d 100644 (file)
@@ -2,10 +2,6 @@
 Test fgetc() function : usage variations - read when file pointer at EOF
 --FILE--
 <?php
-/*
- Prototype: string fgetc ( resource $handle );
- Description: Gets character from file pointer
-*/
 // include the header for common test function
 include ("file.inc");
 
index d67e56e56acab93e4a0920885c2d684821317fa2..42558998337ed2b4424197d257901a56c8df4295 100644 (file)
@@ -2,11 +2,6 @@
 Test fgetc() function : usage variations - closed handle
 --FILE--
 <?php
-/*
- Prototype: string fgetc ( resource $handle );
- Description: Gets character from file pointer
-*/
-
 /* try reading a char using fgetc() using invalid handles
     - closed file handle
     - unset file handle
index e8cd705abdc9a992ac49929ef7cbeb15530c7550..ba47e303f78bc52ddabb7bb311e981beb3a2eabf 100644 (file)
@@ -3,7 +3,6 @@ Test fgetc() function : usage variations - write only modes (Bug #42036)
 --FILE--
 <?php
 /*
- Prototype: string fgetc ( resource $handle );
  Description: Gets character from file pointer
 */
 
index 99af3c80af8d64f5dfded8919745a4b1abe458f5..99eef57d06cb4fb81f6a2098f0269b88543009f5 100644 (file)
@@ -2,11 +2,6 @@
 Test fgetc() function : usage variations - different read modes
 --FILE--
 <?php
-/*
- Prototype: string fgetc ( resource $handle );
- Description: Gets character from file pointer
-*/
-
 /* read from fie using fgetc, file opened using different
    read read modes */
 
index e0569288fc77ce7fc7ea31cf2b97126ffcb828fb..04936b8c8157b99716aeb5ebbabb874b54756284 100644 (file)
@@ -3,7 +3,6 @@ Test fgetcsv() : usage variations - with all parameters specified
 --FILE--
 <?php
 /*
- Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
  Description: Gets line from file pointer and parse for CSV fields
 */
 
index ee173b8cd6e6c443633100c38285be725db1b46e..7582892465fb0cb17344b8d0347c0474117bd20e 100644 (file)
@@ -2,11 +2,6 @@
 Test fgetcsv() : usage variations - file pointer pointing to EOF
 --FILE--
 <?php
-/*
- Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
- Description: Gets line from file pointer and parse for CSV fields
-*/
-
 /* Testing fgetcsv() by reading from a file when the file pointer is pointing to end of file */
 
 echo "*** Testing fgetcsv() : with file pointer pointing to EOF ***\n";
index 25815a01742f138a2687521657431eb36949f549..30b1feb3bfee7ecc855e40237e641800d035ea0e 100644 (file)
@@ -2,11 +2,6 @@
 Test fgetcsv() : usage variations - with different enclosure but same delimiter
 --FILE--
 <?php
-/*
- Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
- Description: Gets line from file pointer and parse for CSV fields
-*/
-
 /* Testing fgetcsv() by reading from a file when different enclosure that is not
    present in the data being read and delimiter which is present in the data  */
 
index 4989f5f8e756eab85dbf1ab8bfae1a200d31215e..f1dfc52a2766485592efef817ae1c6584463bfc5 100644 (file)
@@ -2,11 +2,6 @@
 Test fgetcsv() : usage variations - two chars as enclosure & delimiter (various read and append modes)
 --FILE--
 <?php
-/*
- Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
- Description: Gets line from file pointer and parse for CSV fields
-*/
-
 /* Testing fgetcsv() by providing two characters for enclosure and delimiter parameters */
 
 echo "*** Testing fgetcsv() : with two chars as enclosure & delimiter ***\n";
index f1ca0a6ab0f51be448866a8432b2662cd08caaeb..bfc81bbb22b60fd71d8f3d85805502dc33beb870 100644 (file)
@@ -2,11 +2,6 @@
 Test fgetcsv() : usage variations - with line without any csv fields
 --FILE--
 <?php
-/*
- Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
- Description: Gets line from file pointer and parse for CSV fields
-*/
-
 /* Testing fgetcsv() to read a line from a file which doesn't have any CSV field */
 
 echo "*** Testing fgetcsv() : reading the line which is without csv fields ***\n";
index a8486e56a8852f5156587174d7b3b881656d36e2..a87be1e01f115af9f5a1afaa3359108b8b24cb06 100644 (file)
@@ -2,11 +2,6 @@
 Test fgetcsv() : usage variations - reading the blank line
 --FILE--
 <?php
-/*
- Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
- Description: Gets line from file pointer and parse for CSV fields
-*/
-
 /* Testing fgetcsv() by reading a file containing a blank line */
 
 echo "*** Testing fgetcsv() : reading the blank line ***\n";
index 6e1c71438b46f217ee9abc053ff7c00b4d460342..7400d5bd1aa6b8fbcc73989975ead7ea49749981 100644 (file)
@@ -2,11 +2,6 @@
 Test fgetcsv() : usage variations - with default enclosure
 --FILE--
 <?php
-/*
- Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
- Description: Gets line from file pointer and parse for CSV fields
-*/
-
 /* Testing fgetcsv() to read a file when provided with default enclosure character */
 
 echo "*** Testing fgetcsv() : with default enclosure ***\n";
index 3e83ca46bb7be90250259bdf0550ca61a8880076..0c5981ff6c4547d0f426b6bec2c52f14f2222e97 100644 (file)
@@ -2,11 +2,6 @@
 Test fgetcsv() : usage variations - with default enclosure & length as 0
 --FILE--
 <?php
-/*
- Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
- Description: Gets line from file pointer and parse for CSV fields
-*/
-
 /* Testing fgetcsv() to read a file when provided with default enclosure character
    and length value equal to zero
 */
index 1dffb6c2be08e80642e1f0827f63b68cc5177ca4..0010b87b6f796ddc4f352bebc532d8636fdd0df4 100644 (file)
@@ -2,11 +2,6 @@
 Test fgetcsv() : usage variations - with default enclosure & length less than line size
 --FILE--
 <?php
-/*
- Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
- Description: Gets line from file pointer and parse for CSV fields
-*/
-
 /* Testing fgetcsv() to read a file when provided with default enclosure character
    and length value less than the size of line being read
  */
index 022a46075d5c07ddede37ed515e056c60032d50c..b991afda4ebdd556cc73e1b03cae3d61b83a9671 100644 (file)
@@ -3,7 +3,6 @@ Test fgetcsv() : usage variations - with default enclosure and different delimit
 --FILE--
 <?php
 /*
- Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
  Description: Gets line from file pointer and parse for CSV fields
 */
 
index 0f40f252669f44911b62d3ed30cdcb8fd75cb570..dd5aa73567bdeb376e00ff100e220130295e00bf 100644 (file)
@@ -2,11 +2,6 @@
 Test fgetcsv() : usage variations - with default enclosure & delimiter of two chars
 --FILE--
 <?php
-/*
- Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
- Description: Gets line from file pointer and parse for CSV fields
-*/
-
 /*
    Testing fgetcsv() to read a file when provided with default enclosure character
    and with delimiter of two characters
index f235186d3acc030fcce3b2f9cd91595b57c02acf..2f88dcad60ef26996e294121c8ec6fd4659368c3 100644 (file)
@@ -2,11 +2,6 @@
 Test fgetcsv() : usage variations - with length as 0
 --FILE--
 <?php
-/*
- Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
- Description: Gets line from file pointer and parse for CSV fields
-*/
-
 /* Testing fgetcsv() to rwad from a file with length argument equal to zero */
 
 echo "*** Testing fgetcsv() : with length as 0 ***\n";
index dce4c82c5917eb1121dbecaf7157a3423f59f757..a3c04992db8af5dd42a0f80c7707c7b5ec9d556e 100644 (file)
@@ -2,11 +2,6 @@
 Test fgetcsv() : usage variations - with default enclosure, line without any csv fields
 --FILE--
 <?php
-/*
- Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
- Description: Gets line from file pointer and parse for CSV fields
-*/
-
 /*
   Testing fgetcsv() to read a line without any csv fields from a file
   when provided with default enclosure value
index 91503ff4875864ef72559dc7c821fa4bea2b00f0..d47a143d4c16130999a17efb4ed6a1e66c5a4857 100644 (file)
@@ -2,11 +2,6 @@
 Test fgetcsv() : usage variations - with default enclosure, blank line
 --FILE--
 <?php
-/*
- Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
- Description: Gets line from file pointer and parse for CSV fields
-*/
-
 /*
   Testing fgetcsv() to read a file containing blank line when provided with
   default enclosure argument
index 14d808ab87a3c338bf5ec047e846059c79c73411..ba927e01901b3a0632ac872967b6ada72292256f 100644 (file)
@@ -2,11 +2,6 @@
 Test fgetcsv() : usage variations - with default enclosure, file pointer pointing at end of file
 --FILE--
 <?php
-/*
- Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
- Description: Gets line from file pointer and parse for CSV fields
-*/
-
 /*
    Testing fgetcsv() to read a file whose file pointer is pointing to end of file
    and fgetcsv() provided with default enclosure argument
index cb74351fb9c84ae3152f111cdb1f3a5d5146f91d..e933ae54499a4cb41febbe8bcff2f7212d2e5718 100644 (file)
@@ -2,11 +2,6 @@
 Test fgetcsv() : usage variations - empty file
 --FILE--
 <?php
-/*
- Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
- Description: Gets line from file pointer and parse for CSV fields
-*/
-
 /* Testing fgetcsv() to read from an empty file */
 
 echo "*** Testing fgetcsv() : reading from file which is having zero content ***\n";
index d1e8b7ca80d047e72e0334a35f122bb6a2b46caa..f99ccd62d8159539ad501a4e82045c0a2eba4d56 100644 (file)
@@ -2,11 +2,6 @@
 Test fgetcsv() : usage variations - two chars as enclosure & delimiter (various write modes)
 --FILE--
 <?php
-/*
- Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
- Description: Gets line from file pointer and parse for CSV fields
-*/
-
 /*
    Testing fgetcsv() to read from a file opened in various write modes and
    enclosure argument with two characters
index de9d4b0e5d4c174f61505fa57443617426d1ad19..de39f3eb7936138862e8ffcb5831ebb2eea71a06 100644 (file)
@@ -2,11 +2,6 @@
 Test fgetcsv() : usage variations - with only file handle as argument, file pointer pointing at end of file
 --FILE--
 <?php
-/*
- Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
- Description: Gets line from file pointer and parse for CSV fields
-*/
-
 /*
    Testing fgetcsv() to read a file whose file pointer is pointing to end of file
    and fgetcsv() provided with only file handle in its argument
index 120267849e15746ed5e386e9ba0c189c885c1e3a..7b3c13e10866740606f2283ea539195e09633336 100644 (file)
@@ -2,11 +2,6 @@
 Test fgetcsv() : usage variations - with file handle and length, file pointer pointing at end of file
 --FILE--
 <?php
-/*
- Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
- Description: Gets line from file pointer and parse for CSV fields
-*/
-
 /*
    Testing fgetcsv() to read a file whose file pointer is pointing to end of file
    and fgetcsv() provided with file handle and length arguments
index c487d2eb286a3b2ac5dd3f56e1a98f1d3f2afb5c..8edaa5787f0c6088c0819b619adcc4d7ef2d156a 100644 (file)
@@ -2,11 +2,6 @@
 Test fgetcsv() : usage variations - with length and enclosure, file pointer pointing at end of file
 --FILE--
 <?php
-/*
- Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
- Description: Gets line from file pointer and parse for CSV fields
-*/
-
 /*
    Testing fgetcsv() to read a file whose file pointer is pointing to end of file
    and fgetcsv() provided with enclosure argument
index 23bbfffcf8d726957ea82ac1eb888ade51754700..bd1442155d2c36e855a2c29f0bec1ae01819c14a 100644 (file)
@@ -2,11 +2,6 @@
 Test fgetcsv() : usage variations - with length less than line size
 --FILE--
 <?php
-/*
- Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
- Description: Gets line from file pointer and parse for CSV fields
-*/
-
 /*
   Testing fgetcsv() to read from a file when provided with the length argument
   value less than the line size
index b351757c91bbec9ccba24dcf507cf09b158a1870..0d5c6dc11399c2e81cffd7d32e524af5ad1cb540 100644 (file)
@@ -3,7 +3,6 @@ Test fgetcsv() : usage variations - with default arguments value
 --FILE--
 <?php
 /*
- Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
  Description: Gets line from file pointer and parse for CSV fields
 */
 
index 073a44e4cc077414a3871dbab705d8ac0b854ccf..7978e82e318dcbcb558735753e50f37f4f1ee91a 100644 (file)
@@ -2,11 +2,6 @@
 Test fgetcsv() : usage variations - with different delimiter and enclosure
 --FILE--
 <?php
-/*
- Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
- Description: Gets line from file pointer and parse for CSV fields
-*/
-
 /*
   Testing fgetcsv() to read from a file when provided with values of delimiter and
   enclosure that are not present in the line read by fgetcsv()
index 859d0ef002b9fb62acc4968fcbaf03f4a2a92f38..b1f14db1c87838685501d39aca3c16524dfae2b9 100644 (file)
@@ -3,7 +3,6 @@ Test fgetcsv() : usage variations - with different delimiter but same enclosure
 --FILE--
 <?php
 /*
- Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
  Description: Gets line from file pointer and parse for CSV fields
 */
 
index 853be0a8de21013cc6e517aa6476bc8ab2e85df5..4cf2f8250e0a67948489339fe218d46229e0f5fe 100644 (file)
@@ -2,11 +2,6 @@
 Test fgets() function : basic functionality
 --FILE--
 <?php
-/*
- Prototype: string fgets ( resource $handle [, int $length] );
- Description: Gets a line from file pointer
-*/
-
 // include the file.inc for common test functions
 include ("file.inc");
 
index 0df1db9399f36739c06e3b2dbacb21f0bf802fb4..fefbd723bc581451b4f4b409a996b690ea02dfc0 100644 (file)
@@ -2,11 +2,6 @@
 Test fgets() function : error conditions
 --FILE--
 <?php
-/*
- Prototype: string fgets ( resource $handle [, int $length] );
- Description: Gets line from file pointer
-*/
-
 echo "*** Testing error conditions ***\n";
 
 $fp = fopen(__FILE__, "r");
index 1556540a2e7943f55e278294fcc7dbe25ed0844f..0c07c7a76cabe623245fd0fc5ac91b0ba811a0c8 100644 (file)
@@ -2,10 +2,6 @@
 Test fgets() function : usage variations - write only modes (Bug #42036)
 --FILE--
 <?php
-/*
- Prototype: string fgets ( resource $handle [, int $length] );
- Description: Gets a line from file pointer
-*/
 /* try fgets on files which are opened in non readable modes
     w, wb, wt,
     a, ab, at,
index 2626139dcb454d8dc7f5d2835adfc6c98b5f1c3b..28cba347d5ff7de55686a7e50dd1307b912a483f 100644 (file)
@@ -2,11 +2,6 @@
 Test fgets() function : usage variations - closed handle
 --FILE--
 <?php
-/*
- Prototype: string fgets ( resource $handle [, int $length] );
- Description: Gets a line from file pointer
-*/
-
 /* try reading a line using fgets() using invalid handles
     - closed file handle
     - unset file handle
index cb10dfbc4da3413c237a03b1d686aadb32666f25..b7061732c0fb0f42fe8ff2ca5337ac2a8fd9c4ec 100644 (file)
@@ -2,11 +2,6 @@
 Test fgets() function : usage variations - read with/without length
 --FILE--
 <?php
-/*
- Prototype: string fgets ( resource $handle [, int $length] );
- Description: Gets a line from file pointer
-*/
-
 // include the file.inc for common test functions
 include ("file.inc");
 
index df3bfa2087b5cac4221329abd8a4be5ce526d64c..e572c3a25f74a3b1330cd4953513526a836f393f 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/*
- Prototype: string fgets ( resource $handle [, int $length] );
- Description: Gets a line from file pointer
-*/
-
 // include the file.inc for common test functions
 include ("file.inc");
 
index a7a43fdbb4b819c1cea35be37d8c55f76ca13e19..a61775973809bb5c38365480b4d98eea24a2e9f3 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/*
- Prototype: string fgets ( resource $handle [, int $length] );
- Description: Gets a line from file pointer
-*/
-
 // include the file.inc for common test functions
 include ("file.inc");
 
index 3dfc4ba801d4ddb1f133cae56c06156b203dfc82..de3769c32347a26e303797aefca0683024597ea1 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/*
- Prototype: string fgets ( resource $handle [, int $length] );
- Description: Gets a line from file pointer
-*/
-
 // include the file.inc for common test functions
 include ("file.inc");
 
index ae1e7810971b1fdc509c5a752bf0c4c005e8a871..492b919bdcf00980f126e5f74393cd7cd3f01d31 100644 (file)
@@ -2,11 +2,6 @@
 Test fgets() function : usage variations - read beyond filesize
 --FILE--
 <?php
-/*
- Prototype: string fgets ( resource $handle [, int $length] );
- Description: Gets a line from file pointer
-*/
-
 // include the file.inc for common test functions
 include ("file.inc");
 
index 11899df1f7c2468a7da95de9ea4d10032b824e8d..b9bef14549b7e26b868d1ddfefe1e057c875df0f 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/*
- Prototype: string fgets ( resource $handle [, int $length] );
- Description: Gets a line from file pointer
-*/
-
 // include the file.inc for common test functions
 include ("file.inc");
 
index 95a2a73adf14b702bb646a82ec511822dc011dbb..764e3613af623b1a1c3120c2f5cce020acbe48cb 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/*
- Prototype: string fgets ( resource $handle [, int $length] );
- Description: Gets a line from file pointer
-*/
-
 // include the file.inc for common test functions
 include ("file.inc");
 
index f1fb58f6215bca03d830a757e5eb5e13b55d5987..649c3e1e20357999d32f2aa8c7c390ec266d901e 100644 (file)
@@ -3,9 +3,7 @@ Test file() function : basic functionality
 --FILE--
 <?php
 /*
- * Prototype: array file ( string filename [,int use-include_path [,resource context]] );
  * Description: Reads entire file into an array
- *              Returns the  file in an array
  */
 require(__DIR__ . '/file.inc');
 $file_path = __DIR__;
index f0e0c32adada7f6c0df3516fbe88b358d5e43a79..163943a3db3968bab0ce08569e815f664bf1f3ae 100644 (file)
@@ -2,11 +2,6 @@
 Test file() function : error conditions
 --FILE--
 <?php
-/*
-   Prototype: array file ( string filename [,int use-include_path [,resource context]] );
-   Description: Reads entire file into an array
-                Returns the  file in an array
-*/
 $file_path = __DIR__;
 echo "\n*** Testing error conditions ***\n";
 $file_handle = fopen($file_path."/file.tmp", "w");
index c3d41847247d74e26b24235892d2cad844af1c53..55c6c9498141fb54a0907c8c0fb009b6639f6d5a 100644 (file)
@@ -4,12 +4,6 @@ Test file_exists() function : usage variations
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
 <?php
-/* Prototype  : proto bool file_exists(string filename)
- * Description: Returns true if filename exists
- * Source code: ext/standard/filestat.c
- * Alias to functions:
- */
-
 echo "*** Testing file_exists() : usage variations ***\n";
 
 var_dump(file_exists(NULL));
index 7fbca00249f21905e07ec30132dc9aa7e430d2d3..5c060fdae1ba56d6eb4ee716bed1d02cccd735d5 100644 (file)
@@ -5,11 +5,6 @@ Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
 <?php
 
-/*  Prototype: string file_get_contents( string $filename[, bool $use_include_path[,
- *                                       resource $context[, int $offset[, int $maxlen]]]] )
- *  Description: Reads entire file into a string
- */
-
 $file_path = __DIR__;
 include($file_path."/file.inc");
 
index 44fbf58002867a67ffc06a52d2cfa66cfa8387f6..66708c4f17a636c899124fe02255f74d381ff0df 100644 (file)
@@ -4,10 +4,6 @@ Test file_get_contents() function : error conditions
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
 <?php
-/* Prototype: string file_get_contents( string $filename{, bool $use_include_path[,
- *                                      resource $context[, int $offset[, int $maxlen]]]] )
- * Description: Reads entire file into a string
- */
 
 echo "*** Testing error conditions ***\n";
 
index 85f44f2cb7eb4e480409d902ca8c5808ae0fc164..97482e9a5923131a4e20227705e63358c8a5a6f8 100644 (file)
@@ -3,15 +3,6 @@ Test file_put_contents() and file_get_contents() functions : basic functionality
 --FILE--
 <?php
 
-/*  Prototype: string file_get_contents( string $filename[, bool $use_include_path[,
- *                                       resource $context[, int $offset[, int $maxlen]]]] )
- *  Description: Reads entire file into a string
- */
-
-/*  Prototype: int file_put_contents( string $filename, mixed $data[, int $flags[, resource $context]] )
- *  Description: Write a string to a file
- */
-
 $file_path = __DIR__;
 include($file_path."/file.inc");
 
index 1cc9b17178a6b36ac592280919eec7b3da72710a..5b889a19c32ac760388f2e30c5413f201dc893b5 100644 (file)
@@ -2,14 +2,6 @@
 Test file-get_contents() and file_put_contents() functions : error conditions
 --FILE--
 <?php
-/* Prototype: string file_get_contents( string $filename{, bool $use_include_path[,
- *                                      resource $context[, int $offset[, int $maxlen]]]] )
- * Description: Reads entire file into a string
- */
-
-/* Prototype: int file_put_contents( string $filename, mixed $data[, int $flags[, resource $context]] )
- * Description: Write a string to a file
- */
 
 echo "*** Testing error conditions ***\n";
 
index 80ddf1f5dba2d670bf6b93c3d1466a7217fa0549..4abe1dce13fbaf208257ca7f60d8544e319d05eb 100644 (file)
@@ -2,14 +2,7 @@
 Test file_get_contents() and file_put_contents() functions : usage variations - all arguments
 --FILE--
 <?php
-/* Prototype: string file_get_contents( string $filename[, bool $use_include_path[,
- *                                      resource $context[, int $offset[, int $maxlen]]]] )
- * Description: Reads entire file into a string
- */
 
-/* Prototype: int file_put_contents( string $filename, mixed $data[,int $flags[, resource $context]] )
- * Description: Write a string to a file
- */
 
 /* Testing variation in all argument values */
 $file_path = __DIR__;
index 0a35283aeb013d81d16913e51cbd7d6b20bd94f2..c452dec13cc0bfa8a5216ae4da29ac1b30719e65 100644 (file)
@@ -2,14 +2,6 @@
 Test file_get_contents() and file_put_contents() functions : usage variations - use_include_path
 --FILE--
 <?php
-/* Prototype: string file_get_contents( string $filename[, bool $use_include_path[,
- *                                      resource $context[, int $offset[, int $maxlen]]]] )
- * Description: Reads entire file into a string
- */
-
-/* Prototype: int file_put_contents( string $filename, mixed $data[,int $flags[, resource $context]] )
- * Description: Write a string to a file
- */
 
 /* Testing variation using use_include_path argument */
 $file_path = __DIR__;
index 36bed7cb1007f3636e8fb4cf36f48dac3293f876..e770626054589c010b6d9dd0c06221f7a5cd945e 100644 (file)
@@ -4,12 +4,6 @@ Test file_get_contents() function : variation - include path testing
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
 <?php
-/* Prototype  : string file_get_contents(string filename [, bool use_include_path [, resource context [, long offset [, long maxlen]]]])
- * Description: Read the entire file into a string
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing file_get_contents() : variation ***\n";
 
 require_once('fopen_include_path.inc');
index b39c148b89750bcc8fc7e6b1ed51d92e055cabdf..db3fd365c2b93190db82011102f763ecec63c64e 100644 (file)
@@ -4,12 +4,6 @@ Test file_get_contents() function : variation - include path testing
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
 <?php
-/* Prototype  : string file_get_contents(string filename [, bool use_include_path [, resource context [, long offset [, long maxlen]]]])
- * Description: Read the entire file into a string
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing file_get_contents() : variation ***\n";
 
 
index 48711ddf43a0a7d0eb2aea496d87a990a5f6ded9..c1a0b1960ae75bc13283b977fd6321b70a89e17d 100644 (file)
@@ -9,12 +9,6 @@ if(substr(PHP_OS, 0, 3) != "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype  : string file_get_contents(string filename [, bool use_include_path [, resource context [, long offset [, long maxlen]]]])
- * Description: Read the entire file into a string
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing file_get_contents() : variation ***\n";
 $mainDir = "fileGetContentsVar7私はガラスを食べられます.dir";
 $subDir = "fileGetContentsVar7Sub私はガラスを食べられます";
index d4e877d9abcba3d9195a5c750903f46589ba4f8d..a18af0ff11199cb084b2eeb82309633047dddea4 100644 (file)
@@ -9,12 +9,6 @@ if(substr(PHP_OS, 0, 3) != "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype  : string file_get_contents(string filename [, bool use_include_path [, resource context [, long offset [, long maxlen]]]])
- * Description: Read the entire file into a string
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing file_get_contents() : variation ***\n";
 $mainDir = "fileGetContentsVar7.dir";
 $subDir = "fileGetContentsVar7Sub";
index 627ef8f8499094c169584edbf7a704e2cea28615..6af0aaba714c12773be76280784ff1605dceccb9 100644 (file)
@@ -4,12 +4,6 @@ Test file_get_contents() function : variation - various absolute and relative pa
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
 <?php
-/* Prototype  : string file_get_contents(string filename [, bool use_include_path [, resource context [, long offset [, long maxlen]]]])
- * Description: Read the entire file into a string
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing file_get_contents() : variation ***\n";
 $mainDir = "fileGetContentsVar7.dir";
 $subDir = "fileGetContentsVar7Sub";
index 12814304d0a3a36e707ac2c58102fa14e851188b..d2e39b56bdc417e401490cea5366d758603095b5 100644 (file)
@@ -12,12 +12,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 obscure_filename
 --FILE--
 <?php
-/* Prototype  : string file_get_contents(string filename [, bool use_include_path [, resource context [, long offset [, long maxlen]]]])
- * Description: Read the entire file into a string
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing file_get_contents() : variation ***\n";
 
 /* An array of filenames */
index 058f3bf7e0c66d6e97103b5cfd7acc7c8700e8d5..fb867e28f74f8fdd269436f84221c4e4309ce6c9 100644 (file)
@@ -12,12 +12,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 obscure_filename
 --FILE--
 <?php
-/* Prototype  : string file_get_contents(string filename [, bool use_include_path [, resource context [, long offset [, long maxlen]]]])
- * Description: Read the entire file into a string
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing file_get_contents() : variation ***\n";
 /* An array of filenames */
 $names_arr = array(
index c5bd75f33143bf63d71d0524b48f3a15f4d256c1..67ec4b3d2a5a7c78202db468a14c6ea97d94c6ef 100644 (file)
@@ -9,12 +9,6 @@ if(substr(PHP_OS, 0, 3) == "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype  : string file_get_contents(string filename [, bool use_include_path [, resource context [, long offset [, long maxlen]]]])
- * Description: Read the entire file into a string
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing file_get_contents() : variation ***\n";
 $filename = __DIR__.'/fileGetContentsVar9.tmp';
 $softlink = __DIR__.'/fileGetContentsVar9.SoftLink';
index 8302454d72985f23248481630722b15b01048b3f..c67b2e234b0b8468e609556437bc3bf998e83fa2 100644 (file)
@@ -4,12 +4,6 @@ Test file_put_contents() function : variation - test append flag
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
 <?php
-/* Prototype  : int file_put_contents(string file, mixed data [, int flags [, resource context]])
- * Description: Write/Create a file with contents data and return the number of bytes written
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing file_put_contents() : variation ***\n";
 
 $filename = "FilePutContentsVar1.tmp";
index 098ed375894bfdc5533c8db02c91b61872ab2cd0..a0c73eca40f15d554e912c3c18e91649b03eeba1 100644 (file)
@@ -4,12 +4,6 @@ Test file_put_contents() function : usage variation - different data types to wr
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
 <?php
-/* Prototype  : int file_put_contents(string file, mixed data [, int flags [, resource context]])
- * Description: Write/Create a file with contents data and return the number of bytes written
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing file_put_contents() : usage variation ***\n";
 
 // Define error handler
index 722ecd4dd1a438e53270ff606c8951f3fd05996d..4244062b322bc39debfef258c1c763999f12e402 100644 (file)
@@ -4,13 +4,6 @@ Test file_put_contents() function : variation - include path testing
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
 <?php
-/* Prototype  : int file_put_contents(string file, mixed data [, int flags [, resource context]])
- * Description: Write/Create a file with contents data and return the number of bytes written
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
-
 require_once('fopen_include_path.inc');
 
 $thisTestDir = basename(__FILE__, ".php") . ".dir";
index 389df4db27085b4324d573d9b488dc566d13602f..fbe4cdfa6155edd8fbaac485ecb0e0444f0f025e 100644 (file)
@@ -4,12 +4,6 @@ Test file_put_contents() function : variation - include path testing
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
 <?php
-/* Prototype  : int file_put_contents(string file, mixed data [, int flags [, resource context]])
- * Description: Write/Create a file with contents data and return the number of bytes written
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing file_put_contents() : variation ***\n";
 
 require_once('fopen_include_path.inc');
index 6a3d41797a63380e407435d8c84598bee06c4a2a..38e322398dac6d5a8010e03a76cc056794c9927c 100644 (file)
@@ -9,12 +9,6 @@ if(substr(PHP_OS, 0, 3) != "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype  : int file_put_contents(string file, mixed data [, int flags [, resource context]])
- * Description: Write/Create a file with contents data and return the number of bytes written
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing file_put_contents() : usage variation ***\n";
 
 $mainDir = "filePutContentsVar7.dir";
index 1c55b1bb587edd0b5f05836cc1cec32d44e5e713..6e380dc4f653ebded79717802a7e43f2b10f2f46 100644 (file)
@@ -4,12 +4,6 @@ Test file_put_contents() function : usage variation - various absolute and relat
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
 <?php
-/* Prototype  : int file_put_contents(string file, mixed data [, int flags [, resource context]])
- * Description: Write/Create a file with contents data and return the number of bytes written
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing file_put_contents() : usage variation ***\n";
 
 $mainDir = "filePutContentsVar7.dir";
index 438fcb69031473d9a0cc780444ec430c5bd7f0ea..5246a5af23e57de188855f0fd0a53dcfa91f3870 100644 (file)
@@ -11,12 +11,6 @@ if(substr(PHP_OS, 0, 3) != "WIN")
 obscure_filename
 --FILE--
 <?php
-/* Prototype  : int file_put_contents(string file, mixed data [, int flags [, resource context]])
- * Description: Write/Create a file with contents data and return the number of bytes written
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing file_put_contents() : usage variation ***\n";
 
 /* An array of filenames */
index 1a55621c3f3980ae30945e5208b5166ca364cdf0..63ac4b56fd31b99bbada5b7d8381ca860ae95ab0 100644 (file)
@@ -11,12 +11,6 @@ if(substr(PHP_OS, 0, 3) == "WIN")
 obscure_filename
 --FILE--
 <?php
-/* Prototype  : int file_put_contents(string file, mixed data [, int flags [, resource context]])
- * Description: Write/Create a file with contents data and return the number of bytes written
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing file_put_contents() : usage variation ***\n";
 
 $dir = __DIR__ . '/file_put_contents_variation8';
index 554ce344e767a645246400bd41b23a1fe0aa469e..03b72d178f45d9d45f5e9df637d09bb4b4433bf2 100644 (file)
@@ -9,12 +9,6 @@ if(substr(PHP_OS, 0, 3) == "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype  : int file_put_contents(string file, mixed data [, int flags [, resource context]])
- * Description: Write/Create a file with contents data and return the number of bytes written
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing file_put_contents() : usage variation ***\n";
 
 $filename = __DIR__.'/filePutContentsVar9.tmp';
index c430845335e3db98692133ac956a4f6c9ff13802..2c46f039c23983248030d3af20fdec0927d405a9 100644 (file)
@@ -2,11 +2,6 @@
 Test file() function : usage variations
 --FILE--
 <?php
-/*
- *  Prototype: array file ( string filename [,int use-include_path [,resource context]] );
- *  Description: Reads entire file into an array
-                 Returns the  file in an array
- */
 require(__DIR__ . '/file.inc');
 
 $data_array = array( "Garbage data", "Gar\nba\nge d\nata", "Gar\n\nbage \n\n data" );
index 1bd68f5ed55ab831cb030f84029f5b650edaa47f..511bc0eb7cd0f2e8795bacf59fea94c6e5611189 100644 (file)
@@ -9,12 +9,6 @@ if(substr(PHP_OS, 0, 3) != "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype  : array file(string filename [, int flags[, resource context]])
- * Description: Read entire file into an array
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing file() : variation ***\n";
 $mainDir = "fileVar8.dir";
 $subDir = "fileVar8Sub";
index 18908df15d129c1aa8a20b4f9ca0f2bb849170da..f42925043dcae17bb5e1f35c29a18b8cdd4fbb7d 100644 (file)
@@ -4,12 +4,6 @@ Test file function : variation - various absolute and relative paths
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
 <?php
-/* Prototype  : array file(string filename [, int flags[, resource context]])
- * Description: Read entire file into an array
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing file() : variation ***\n";
 $mainDir = "fileVar8.dir";
 $subDir = "fileVar8Sub";
index 39f58aa7888c0d5899a01f7d733a6720cf0cd662..326a56ca27de0e8afc93f1a246366d6b319e0283 100644 (file)
@@ -4,12 +4,6 @@ Test file function : variation - test various endings of a file
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
 <?php
-/* Prototype  : array file(string filename [, int flags[, resource context]])
- * Description: Read entire file into an array
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing file() : variation ***\n";
 $testfile = __DIR__."/fileVar9.txt";
 
index ff546501ed0c65aa75786a029af0452faac8c2e7..6d8c82ffd659b84c50e1c122b142d96848621a0c 100644 (file)
@@ -8,9 +8,6 @@ if( substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: int filegroup ( string $filename )
- * Description: Returns the group ID of the file, or FALSE in case of an error.
- */
 
 echo "*** Testing filegroup(): basic functionality ***\n";
 
index e602f3441fd2651589bd860f9f04e5cf915a96c3..f65336be6ffa97365553b849db4393211e32388d 100644 (file)
@@ -2,9 +2,6 @@
 Test filegroup() function: error conditions
 --FILE--
 <?php
-/* Prototype: int filegroup ( string $filename )
- *  Description: Returns the group ID of the file, or FALSE in case of an error.
- */
 
 echo "*** Testing filegroup(): error conditions ***\n";
 
index 06c39cfbda524a94d493741c92475d4afd31eb09..206f6639c19193bbc9078198bf37d6b22524e233 100644 (file)
@@ -9,10 +9,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 }
 --FILE--
 <?php
-/* Prototype: int filegroup ( string $filename )
- * Description: Returns the group ID of the file, or FALSE in case of an error.
- */
-
 /* Creating soft and hard links to a file and applying filegroup() on links */
 
 $file_path = __DIR__;
index 6c8b1826c3ec06aa4bc372a5b715f11ef31ae289..85ee170660b198979c9a390afcc79d28ebe0cf7d 100644 (file)
@@ -6,10 +6,6 @@ Dave Kelsey <d_kelsey@uk.ibm.com>
 obscure_filename
 --FILE--
 <?php
-/* Prototype: int filegroup ( string $filename )
- * Description: Returns the group ID of the file, or FALSE in case of an error.
- */
-
 /* Testing filegroup() with invalid arguments -int, float, bool, NULL, resource */
 
 $file_path = __DIR__;
index 51c0a338610d93e3e298beb95c883ccd4f1af884..47f519275e58807aef978b080279ff2d94399a19 100644 (file)
@@ -4,9 +4,6 @@ Test filegroup() function: usage variations - diff. path notations
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
 <?php
-/* Prototype: int filegroup ( string $filename )
- * Description: Returns the group ID of the file, or FALSE in case of an error.
- */
 
 /* Passing file names with different notations, using slashes, wild-card chars */
 
index dfcabe16bba33768042863f61f3c6c5ea29214aa..285d708b442dc14d2827b52b469dae7de481a37f 100644 (file)
@@ -2,11 +2,6 @@
 Test fileinode() function: Basic functionality
 --FILE--
 <?php
-/*
-Prototype: int fileinode ( string $filename );
-Description: Returns the inode number of the file, or FALSE in case of an error.
-*/
-
 echo "*** Testing fileinode() with file, directory ***\n";
 
 /* Getting inode of created file */
index d080467f04bd0d7c39ec79bbaf5eb076eeda0857..698dd08195aa3524e500ca46e23fe4c97438c42e 100644 (file)
@@ -2,11 +2,6 @@
 Test fileinode() function: Error conditions
 --FILE--
 <?php
-/*
-Prototype: int fileinode ( string $filename );
-Description: Returns the inode number of the file, or FALSE in case of an error.
-*/
-
 echo "*** Testing error conditions of fileinode() ***";
 
 /* Non-existing file or dir */
@@ -19,13 +14,13 @@ var_dump( fileinode(100) );
 echo "\n*** Done ***";
 --EXPECTF--
 *** Testing error conditions of fileinode() ***
-Warning: fileinode(): stat failed for /no/such/file/dir in %s on line 10
+Warning: fileinode(): stat failed for /no/such/file/dir in %s on line %d
 bool(false)
 
-Warning: fileinode(): stat failed for string in %s on line 13
+Warning: fileinode(): stat failed for string in %s on line %d
 bool(false)
 
-Warning: fileinode(): stat failed for 100 in %s on line 14
+Warning: fileinode(): stat failed for 100 in %s on line %d
 bool(false)
 
 *** Done ***
index 881aa2ce59ae6df6f3a0ccd21036b78c15988c11..025cc421e914382b13441a1c5db63f88b89d95c3 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/*
-Prototype: int fileinode ( string $filename );
-Description: Returns the inode number of the file, or FALSE in case of an error.
-*/
-
 echo "*** Testing fileinode() with files, links and directories ***\n";
 $file_path = __DIR__;
 $file1 = $file_path."/fileinode1_variation.tmp";
index 49cc6a937dfeaf9e7029a424bef1944b76843eb7..dcf468e5f55f33398734aad97e3dfb0d6b77b9b1 100644 (file)
@@ -9,11 +9,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 }
 --FILE--
 <?php
-/*
-Prototype: int fileinode ( string $filename );
-Description: Returns the inode number of the file, or FALSE in case of an error.
-*/
-
 /* Creating soft and hard links to a file and applying fileinode() on links */
 
 $file_path = __DIR__;
index 07b76bb62c98c4edf775cf3a66f2119548b01c51..d8593733a8b9e9171d4362dc7a7532c1d3eee921 100644 (file)
@@ -6,11 +6,6 @@ Dave Kelsey <d_kelsey@uk.ibm.com>
 obscure_filename
 --FILE--
 <?php
-/*
-Prototype: int fileinode ( string $filename );
-Description: Returns the inode number of the file, or FALSE in case of an error.
-*/
-
 /* Testing fileinode() with invalid arguments -int, float, bool, NULL, resource */
 
 $file_path = __DIR__;
index bb3dafd52dd76bc4e9db9c9582dc8de7ffd4f7b0..cf85f6160bb48a6b4afdbc108e008388c291551c 100644 (file)
@@ -4,11 +4,6 @@ Test fileinode() function: usage variations - diff. path notations
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
 <?php
-/*
-Prototype: int fileinode ( string $filename );
-Description: Returns the inode number of the file, or FALSE in case of an error.
-*/
-
 /* Passing file names with different notations, using slashes, wild-card chars */
 
 $file_path = __DIR__;
index 9bb0827ec845b75972f2ae16984bd8c94a42a7b6..faf6656a694b4f14b3fb7b2fb15863da9b0b343c 100644 (file)
@@ -2,11 +2,6 @@
 Test fileowner() function: basic functionality
 --FILE--
 <?php
-/* Prototype: int fileowner ( string $filename )
- * Description: Returns the user ID of the owner of the file, or
- *              FALSE in case of an error.
- */
-
 echo "*** Testing fileowner(): basic functionality ***\n";
 
 echo "-- Testing with the file or directory created by owner --\n";
index 807c09f0f0f295eaf440f83fd2f1f77c5af8d592..c4013a915c5cd6315ef0adeb84ceff53d71fdd7b 100644 (file)
@@ -2,10 +2,6 @@
 Test of fileowner() function: error conditions
 --FILE--
 <?php
-/* Prototype: int fileowner ( string $filename )
- * Description: Returns the user ID of the owner of the file, or
- *              FALSE in case of an error.
- */
 
 echo "*** Testing fileowner(): error conditions ***\n";
 /* Non-existing file or dir */
index 03602092e3604596c0963712398ac5e5a0c1f54f..d78c449786a60ccef0207093662cfebe7a389749 100644 (file)
@@ -9,10 +9,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 }
 --FILE--
 <?php
-/* Prototype: int fileowner ( string $filename )
- * Description: Returns the user ID of the owner of the file, or
- *              FALSE in case of an error.
- */
 
 /* Creating soft and hard links to a file and applying fileowner() on links */
 
index 8de42cb494c682e307faef3e896f160b03858477..752fa1d6ef77e1813a9ac6a6e709d7a52a46cad6 100644 (file)
@@ -6,10 +6,6 @@ Dave Kelsey <d_kelsey@uk.ibm.com>
 obscure_filename
 --FILE--
 <?php
-/* Prototype: int fileowner ( string $filename )
- * Description: Returns the user ID of the owner of the file, or
- *              FALSE in case of an error.
- */
 
 /* Testing fileowner() with invalid arguments -int, float, bool, NULL, resource */
 
index b7de38ec6f39fb204ec9f1f44d3a11174bc17317..df392f8f369f54cfec97f9b4acabc233f73f92e6 100644 (file)
@@ -4,10 +4,6 @@ Test fileowner() function: usage variations - diff. path notations
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
 <?php
-/* Prototype: int fileowner ( string $filename )
- * Description: Returns the user ID of the owner of the file, or
- *              FALSE in case of an error.
- */
 
 /* Passing file names with different notations, using slashes, wild-card chars */
 
index b3ea2d5cf65ecb466a3e5d7b37950c1f5d049f9e..1bb692bddeae227615eb83a949b3b482830b83ad 100644 (file)
@@ -9,9 +9,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 }
 --FILE--
 <?php
-/* Prototype: int fileperms ( string $filename )
- * Description: Returns the group ID of the file, or FALSE in case of an error.
- */
 
 /* Creating soft and hard links to a file and applying fileperms() on links */
 
index 4eee45d8692c970b085865ed5d18c1ea27c6c3ce..9c9d263ebe24c2a500eeac44009f3ee385848fbe 100644 (file)
@@ -6,10 +6,6 @@ Dave Kelsey <d_kelsey@uk.ibm.com>
 obscure_filename
 --FILE--
 <?php
-/* Prototype: int fileperms ( string $filename )
- * Description: Returns the group ID of the file, or FALSE in case of an error.
- */
-
 /* Testing fileperms() with invalid arguments -int, float, bool, NULL, resource */
 
 $file_path = __DIR__;
index 73c00130d1928b895b21b4120af3bfeb2e041334..9a4f40b269a9bc62661027b3afadc74a443e1378 100644 (file)
@@ -4,10 +4,6 @@ Test fileperms() function: usage variations - diff. path notations
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
 <?php
-/* Prototype: int fileperms ( string $filename )
- * Description: Returns the group ID of the file, or FALSE in case of an error.
- */
-
 /* Passing file names with different notations, using slashes, wild-card chars */
 
 $file_path = __DIR__;
index 09c3352f62d2e998f307e92224ea8c3f3e8ea367..e26592c99e50fae31d1faefbe4f6ea8ac6f36638 100644 (file)
@@ -2,13 +2,6 @@
 Test filesize() function: basic functionaity
 --FILE--
 <?php
-/*
- * Prototype: int filesize ( string $filename );
- * Description: Returns the size of the file in bytes, or FALSE
- *              (and generates an error of level E_WARNING) in case of an error.
- */
-
-
 echo "*** Testing size of files and directories with filesize() ***\n";
 
 $file_path = __DIR__;
index 5ad8ee99ca13858e457c9e3940e029d30aaba9e0..5d5acae2afee6673d3d88385d364305a15f8d66e 100644 (file)
@@ -2,12 +2,6 @@
 Test filesize() function: error conditions
 --FILE--
 <?php
-/*
- * Prototype   : int filesize ( string $filename );
- * Description : Returns the size of the file in bytes, or FALSE
- *               (and generates an error of level E_WARNING) in case of an error.
- */
-
 echo "*** Testing filesize(): error conditions ***";
 
 /* Non-existing file or dir */
index 73d37c9ec3a7a29b232e72d1d99f5c16f36f44f7..3253256ef180928a6eae1809badf492007824187 100644 (file)
@@ -7,12 +7,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 }
 --FILE--
 <?php
-/*
- Prototype   : int filesize ( string $filename );
- Description : Returns the size of the file in bytes, or FALSE
-   (and generates an error of level E_WARNING) in case of an error.
-*/
-
 $file_path = __DIR__;
 require($file_path."/file.inc");
 
index b312d09fc1b811cc609f147625adda88d8c13153..3b784820ac8a4bc0c3f36d344924d65416aadc6d 100644 (file)
@@ -7,12 +7,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 }
 --FILE--
 <?php
-/*
- Prototype   : int filesize ( string $filename );
- Description : Returns the size of the file in bytes, or FALSE
-   (and generates an error of level E_WARNING) in case of an error.
-*/
-
 $file_path = __DIR__;
 require($file_path."/file.inc");
 
index e9a5af86baad75acfddef1dc9d42cb8ac4a631e1..8dd974947b51c53d72c12e994217af3b5e8c8344 100644 (file)
@@ -7,12 +7,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 }
 --FILE--
 <?php
-/*
- Prototype   : int filesize ( string $filename );
- Description : Returns the size of the file in bytes, or FALSE
-   (and generates an error of level E_WARNING) in case of an error.
-*/
-
 $file_path = __DIR__;
 require($file_path."/file.inc");
 
index 06cef27bc62c85ff562a7d6a0e360295dfdc278d..de475bbea8708fa85666172286cceb9f96fc4107 100644 (file)
@@ -7,12 +7,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 }
 --FILE--
 <?php
-/*
- Prototype   : int filesize ( string $filename );
- Description : Returns the size of the file in bytes, or FALSE
-   (and generates an error of level E_WARNING) in case of an error.
-*/
-
 $file_path = __DIR__;
 require($file_path."/file.inc");
 
index 851d2d526af8307106d75628237814bbe0eb45ef..b885d93894863fa334089b3d4ac719927def137f 100644 (file)
@@ -7,12 +7,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 }
 --FILE--
 <?php
-/*
- Prototype   : int filesize ( string $filename );
- Description : Returns the size of the file in bytes, or FALSE
-   (and generates an error of level E_WARNING) in case of an error.
-*/
-
 $file_path = __DIR__;
 require($file_path."/file.inc");
 
index 7006740e4c34b420788f408f424cb214fdd48188..bf27c893b6eeb7b30381347a4948ee59c9ef6f35 100644 (file)
@@ -2,12 +2,6 @@
 Test filesize() function: usage variations - file size after truncate
 --FILE--
 <?php
-/*
- Prototype   : int filesize ( string $filename );
- Description : Returns the size of the file in bytes, or FALSE
-   (and generates an error of level E_WARNING) in case of an error.
-*/
-
 $file_path = __DIR__;
 
 echo "*** Testing filesize(): usage variations ***\n";
index 950f8be1cbb494029d9744bde1292d493380a7cb..994b699be1421e4b6439b7facf24c912ffc7ceab 100644 (file)
@@ -7,12 +7,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 }
 --FILE--
 <?php
-/*
- Prototype   : int filesize ( string $filename );
- Description : Returns the size of the file in bytes, or FALSE
-   (and generates an error of level E_WARNING) in case of an error.
-*/
-
 $file_path = __DIR__;
 require($file_path."/file.inc");
 
index 6a76313af3b72d57968a9cb1a86e898b34e6bfaa..9ca263b74af12d1185e459fcfe19054ec33899d0 100644 (file)
@@ -7,12 +7,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 }
 --FILE--
 <?php
-/*
- Prototype   : int filesize ( string $filename );
- Description : Returns the size of the file in bytes, or FALSE
-   (and generates an error of level E_WARNING) in case of an error.
-*/
-
 /* Testing filesize() with data written using different file modes and by creating holes in file */
 
 $file_path = __DIR__;
index 9d1338481dbce13d619cc914766a5bd2d2a13925..ab1fc6c9ffc8f690fb7bd8f22b3af4ebbbbd604d 100644 (file)
@@ -4,12 +4,6 @@ Test filesize() function: usage variations - size of files
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
 <?php
-/*
- * Prototype   : int filesize ( string $filename );
- * Description : Returns the size of the file in bytes, or FALSE
- *               (and generates an error of level E_WARNING) in case of an error.
- */
-
 echo "*** Testing filesize(): usage variations ***\n";
 
 /* null, false, "", " " */
index b56c19065d12d1359ef4e49117164257664fb894..4e23675e02f70095cc4284cdcc0ea366912d4cd0 100644 (file)
@@ -2,12 +2,6 @@
 Test filetype() function: Basic functionality
 --FILE--
 <?php
-/*
-Prototype: string filetype ( string $filename );
-Description: Returns the type of the file. Possible values are fifo, char,
-             dir, block, link, file, and unknown.
-*/
-
 echo "*** Testing filetype() with files and dirs ***\n";
 
 print( filetype(__FILE__) )."\n";
index a34671d9b06e56670f7de367fe1e94064ff3196c..5d2de7c58db8fbb61d32743cbc5ecc538ec30243 100644 (file)
@@ -2,12 +2,6 @@
 Test filetype() function: Error conditions
 --FILE--
 <?php
-/*
-Prototype: string filetype ( string $filename );
-Description: Returns the type of the file. Possible values are fifo, char,
-             dir, block, link, file, and unknown.
-*/
-
 echo "*** Testing error conditions ***";
 /* non-existing file or dir */
 print( filetype("/no/such/file/dir") );
index 019f73a3c86eb829334a826d908874624f094159..0f93429548f2d36a55227eb24104bca7fbdf8d2c 100644 (file)
@@ -11,12 +11,6 @@ if (!function_exists("posix_mkfifo")) {
 ?>
 --FILE--
 <?php
-/*
-Prototype: string filetype ( string $filename );
-Description: Returns the type of the file. Possible values are fifo, char,
-             dir, block, link, file, and unknown.
-*/
-
 echo "*** Testing filetype() with various types ***\n";
 $file_path = __DIR__;
 $file1 = $file_path."/filetype1_variation.tmp";
index 1e006441c5aebd77d1a5ef370651eb36a31f2ec1..8ea1e16b22c8a8f67faa69aec3bea792cb8bb0be 100644 (file)
@@ -13,12 +13,6 @@ if (!file_exists("/dev/null")) {
 ?>
 --FILE--
 <?php
-/*
-Prototype: string filetype ( string $filename );
-Description: Returns the type of the file. Possible values are fifo, char,
-             dir, block, link, file, and unknown.
-*/
-
 echo "-- Checking for char --\n";
 print( filetype("/dev/null") )."\n";
 ?>
index 0abd264621b0fe9967ed7c5d6de9fa11c51a361d..dbc74966ee626d4bb76dd0a26941cffa4c1d8a23 100644 (file)
@@ -13,12 +13,6 @@ if (!file_exists("/dev/ram0")) {
 ?>
 --FILE--
 <?php
-/*
-Prototype: string filetype ( string $filename );
-Description: Returns the type of the file. Possible values are fifo, char,
-             dir, block, link, file, and unknown.
-*/
-
 echo "-- Checking for block --\n";
 print( filetype("/dev/ram0") )."\n";
 ?>
index 812c2958a5ed8ba05a845e07992ddcef3ceb4648..df1199d468c51219c3379305dab64ac994326f25 100644 (file)
@@ -3,7 +3,6 @@ Test flock() function: Basic functionality
 --FILE--
 <?php
 /*
-Prototype: bool flock(resource $handle, int $operation [, int &$wouldblock]);
 Description: PHP supports a portable way of locking complete files
   in an advisory way
 */
index b346cd125aac5a1b9f4d64a85eef53c64692cc22..52dd5179bede8ee40cda22783443f4d2c9949685 100644 (file)
@@ -5,7 +5,6 @@ obscure_filename
 --FILE--
 <?php
 /*
-Prototype: bool flock(resource $handle, int $operation [, int &$wouldblock]);
 Description: PHP supports a portable way of locking complete files
   in an advisory way
 */
index a912fce3c9cc8db6b7d302a9c46353395d1c1781..40945be58eb26a0bd3d83f1182841a738ad6a40b 100644 (file)
@@ -2,12 +2,6 @@
 Test flock() function: Variations
 --FILE--
 <?php
-/*
-Prototype: bool flock(resource $handle, int $operation [, int &$wouldblock]);
-Description: PHP supports a portable way of locking complete files
-  in an advisory way
-*/
-
 echo "*** Testing flock() fun with the various operation and
     wouldblock values                                ***\n";
 
index 189605169d17e4e48b61f6db3bea96422968a1b5..18a8161966330929bb6583629ce490934b8e10aa 100644 (file)
@@ -7,10 +7,6 @@ if (!function_exists('fnmatch'))
 ?>
 --FILE--
 <?php
-/* Prototype: bool fnmatch ( string $pattern, string $string [, int $flags] )
-   Description: fnmatch() checks if the passed string would match
-     the given shell wildcard pattern.
-*/
 
 echo "*** Testing fnmatch() with file ***\n";
 $file = basename(__FILE__);
index 746d49747dd07c872b2a25b411c37918f71f1dc3..e7ad22244447ae4a10ca51a1fbd770f5d0249df4 100644 (file)
@@ -7,10 +7,6 @@ if (!function_exists('fnmatch'))
 ?>
 --FILE--
 <?php
-/* Prototype: bool fnmatch ( string $pattern, string $string [, int $flags] )
-   Description: fnmatch() checks if the passed string would match
-     the given shell wildcard pattern.
-*/
 
 echo "*** Testing fnmatch() with file and various patterns ***\n";
 $file_name = __DIR__."/match.tmp";
index 10a43df24a0a9d53ba94dda67c4c44d73d0170b9..e4a2029c55f6a93379a8279c8f0d0eda92eda48d 100644 (file)
@@ -14,12 +14,6 @@ if (!is_writable('c:\\fopen_variation10.tmp')) {
 ?>
 --FILE--
 <?php
-/* Prototype  : resource fopen(string filename, string mode [, bool use_include_path [, resource context]])
- * Description: Open a file or a URL and return a file pointer
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing fopen() : variation ***\n";
 
 // fopen with interesting windows paths.
index 91c3cf1cd6ce9a947a097a4a29a5b3863bf7481f..a200d65a44a4e216328b1cc60c04b64e2d356ff7 100644 (file)
@@ -13,12 +13,6 @@ if (!is_writable('c:\\fopen_variation10.tmp')) {
 ?>
 --FILE--
 <?php
-/* Prototype  : resource fopen(string filename, string mode [, bool use_include_path [, resource context]])
- * Description: Open a file or a URL and return a file pointer
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing fopen() : variation ***\n";
 
 // fopen with interesting windows paths.
index 1ac67df0482a3e7f24cf17c915647f8e6c8699b2..50a04550ca64f08b8e06520ce7426c3b1854837a 100644 (file)
@@ -4,12 +4,6 @@ Test fopen() function : variation: use include path (path is bad) create a file
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
 <?php
-/* Prototype  : resource fopen(string filename, string mode [, bool use_include_path [, resource context]])
- * Description: Open a file or a URL and return a file pointer
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 set_include_path("rubbish");
 testme();
 
index 0c446485a390ad3dc418cd2dbe53957536dfb906..77d642f551b64ea87ccb0ef2251c6ab118e9d401 100644 (file)
@@ -4,12 +4,6 @@ Test fopen() function : variation: use include path create a file (absolute)
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
 <?php
-/* Prototype  : resource fopen(string filename, string mode [, bool use_include_path [, resource context]])
- * Description: Open a file or a URL and return a file pointer
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 require_once('fopen_include_path.inc');
 
 echo "*** Testing fopen() : variation ***\n";
index f989e8c420eaff241f907a6f36d4008c18db02a8..71a0ecd0c70d5bfe4810c83401620a708e684868 100644 (file)
@@ -9,12 +9,6 @@ if(substr(PHP_OS, 0, 3) != "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype  : resource fopen(string filename, string mode [, bool use_include_path [, resource context]])
- * Description: Open a file or a URL and return a file pointer
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing fopen() : variation ***\n";
 
 // fopen with interesting windows paths.
index fc98194d349dfdae00c9f68ca7ba398944b1d2af..554527d08771cc6680c60c2094fd8aa6f44733cb 100644 (file)
@@ -9,12 +9,6 @@ if(substr(PHP_OS, 0, 3) == "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype  : resource fopen(string filename, string mode [, bool use_include_path [, resource context]])
- * Description: Open a file or a URL and return a file pointer
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing fopen() : variation ***\n";
 
 // fopen with interesting windows paths.
index f263b1b393e74cfdc172c44d0f94451e73c2ac11..edabaa5c5caf591816ce9ba6124b764c28ce9737 100644 (file)
@@ -9,12 +9,6 @@ if(substr(PHP_OS, 0, 3) != "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype  : resource fopen(string filename, string mode [, bool use_include_path [, resource context]])
- * Description: Open a file or a URL and return a file pointer
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing fopen() : variation ***\n";
 
 // fopen with interesting windows paths.
index a86b7d9642748c734825e733d8931d286df3348e..a182865bcbbc168fbd49ee92368288539a400c3c 100644 (file)
@@ -9,12 +9,6 @@ if(substr(PHP_OS, 0, 3) == "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype  : resource fopen(string filename, string mode [, bool use_include_path [, resource context]])
- * Description: Open a file or a URL and return a file pointer
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing fopen() : variation ***\n";
 
 // fopen with interesting windows paths.
index fa2fc026825acb35b666ff6295cef3e87cfc088e..f3289cd94a4be39863532ec334c0f2dff695f1e0 100644 (file)
@@ -4,12 +4,6 @@ Test fopen() function : variation: use include path create and read a file (rela
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
 <?php
-/* Prototype  : resource fopen(string filename, string mode [, bool use_include_path [, resource context]])
- * Description: Open a file or a URL and return a file pointer
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 require_once('fopen_include_path.inc');
 
 $thisTestDir = "fopenVariation16.dir";
index 9565cf614c217763082394cdde3091aa13e3c0ab..04059493b002d46fa9396bded1f78c68fe21a5ec 100644 (file)
@@ -4,12 +4,6 @@ Test fopen() function : variation: use include path create and read a file (rela
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
 <?php
-/* Prototype  : resource fopen(string filename, string mode [, bool use_include_path [, resource context]])
- * Description: Open a file or a URL and return a file pointer
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 require_once('fopen_include_path.inc');
 
 $thisTestDir = basename(__FILE__, ".php") . ".dir";
index 58d69cc2cb57880161416ee3816b5e2253c957d7..8dd9d756ad401cc4279784b5975ea056d0cd5aee 100644 (file)
@@ -9,12 +9,6 @@ if(substr(PHP_OS, 0, 3) == "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype  : resource fopen(string filename, string mode [, bool use_include_path [, resource context]])
- * Description: Open a file or a URL and return a file pointer
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 $tmpDir = 'fopenVar19.Dir';
 $realFilename = __FILE__.'.real';
 $sortFilename = __FILE__.'.soft';
index 8d7e3b0384a9c9868515df065cb7e65e8a42ceaa..ea2ee4c56de899acc8253144b0b0c92da1aa31df 100644 (file)
@@ -4,14 +4,6 @@ Test fopen() function : variation: use include path and stream context (absolute
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
 <?php
-/* Prototype  : resource fopen(string filename, string mode [, bool use_include_path [, resource context]])
- * Description: Open a file or a URL and return a file pointer
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
-
-
 //create the include directory structure
 $thisTestDir =  basename(__FILE__, ".php") . ".dir";
 mkdir($thisTestDir);
index 7a73aa83640989fc768e4d5f8461bf640eec4cb7..eda07590c9c1aa5706ac2c05f896342daabe2a51 100644 (file)
@@ -4,12 +4,6 @@ Test fopen() function : variation: use include path and stream context relative/
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
 <?php
-/* Prototype  : resource fopen(string filename, string mode [, bool use_include_path [, resource context]])
- * Description: Open a file or a URL and return a file pointer
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing fopen() : variation ***\n";
 $absfile = __FILE__.'.tmp';
 $relfile = "fopen_variation6.tmp";
index 2a1e0268bcf38c7f3e38b7c6f83de313e1442584..5c80acc21250beaf6b008c5d9c2288f7033eaef6 100644 (file)
@@ -4,12 +4,6 @@ Test fopen() function : variation: use include path create a file (relative)
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
 <?php
-/* Prototype  : resource fopen(string filename, string mode [, bool use_include_path [, resource context]])
- * Description: Open a file or a URL and return a file pointer
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 require_once('fopen_include_path.inc');
 
 $thisTestDir =  basename(__FILE__, ".php") . ".dir";
index 229edd5672f51223487769ca28247d9d822a3d7e..34491bb82edd895d9da3a4c4e9f7ff91ba6e4520 100644 (file)
@@ -4,14 +4,6 @@ Test fopen() function : variation: use include path and stream context (relative
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
 <?php
-/* Prototype  : resource fopen(string filename, string mode [, bool use_include_path [, resource context]])
- * Description: Open a file or a URL and return a file pointer
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
-
-
 $thisTestDir =  basename(__FILE__, ".php") . ".dir";
 mkdir($thisTestDir);
 chdir($thisTestDir);
index 850bf138d617c917972cf8213ef331d0ee485dab..fa1ebcf4e022321ed838234bf0636f6966d8409f 100644 (file)
@@ -4,12 +4,6 @@ Test fopen() function : variation: use include path and stream context create a
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
 <?php
-/* Prototype  : resource fopen(string filename, string mode [, bool use_include_path [, resource context]])
- * Description: Open a file or a URL and return a file pointer
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 require_once('fopen_include_path.inc');
 
 $thisTestDir =  basename(__FILE__, ".php") . ".dir";
index 3304de406d4c3f0bb197171acc6bd86f796211c8..de16738a3acb575493d6e688a8d8993053892085 100644 (file)
@@ -2,12 +2,6 @@
 Test fpassthru() function: Basic functionality
 --FILE--
 <?php
-/*
-Prototype: int fpassthru ( resource $handle );
-Description: Reads to EOF on the given file pointer from the current position
-  and writes the results to the output buffer.
-*/
-
 $file_name = __DIR__."/passthru.tmp";
 $write_handle = fopen($file_name, "w");
 
index fb8c56f58572a733df4d05289d0ee044590da3a7..a7b821303cf86c71018054b4cf3f14acb2a55759 100644 (file)
@@ -2,12 +2,6 @@
 Test fpassthru() function: Variations
 --FILE--
 <?php
-/*
-Prototype: int fpassthru ( resource $handle );
-Description: Reads to EOF on the given file pointer from the current position
-  and writes the results to the output buffer.
-*/
-
 echo "*** Testing fpassthru() function with files ***\n\n";
 
 echo "--- Testing with different offsets ---\n";
index b66fdcb269e1998173ed3648ac57a855fc8be4df..ba82b20428348a5661673b0e06b4cc0cf9579b0a 100644 (file)
@@ -2,11 +2,6 @@
 Test fputcsv() : usage variations - with all parameters specified
 --FILE--
 <?php
-/*
- Prototype: array fputcsv ( resource $handle , array $fields [, string $delimiter [, string $enclosure]]] );
- Description: Format line as CSV and write to the file pointer
-*/
-
 /* Testing fputcsv() to write to a file when all its parameters are provided */
 
 echo "*** Testing fputcsv() : with all parameters specified ***\n";
index 23503ee1fa1fc1e5285137f2aa2b1e2f2100f8cf..ecd184614320c378a290aa549393069851488f39 100644 (file)
@@ -2,12 +2,6 @@
 Test fputcsv() : usage variations - with line without any csv fields
 --FILE--
 <?php
-/*
- Prototype: array fputcsv ( resource $handle , array $fields [, string $delimiter [, string $enclosure]]] );
- Description: Format line as CSV and write to the file pointer
-*/
-
-
 /* Testing fputcsv() to write to a file when the field has no CSV format */
 
 echo "*** Testing fputcsv() : with no CSV format in the field ***\n";
index 9c394b54e6ed89667bc51e3f724825a73efe761a..2347b9332c4e47e8c7439285c279a2348984a989 100644 (file)
@@ -2,11 +2,6 @@
 Test fputcsv() : usage variations - with default enclosure value
 --FILE--
 <?php
-/*
- Prototype: array fputcsv ( resource $handle , array $fields [, string $delimiter [, string $enclosure]]] );
- Description: Format line as CSV and write to the file pointer
-*/
-
 /* Testing fputcsv() to write to a file when default enclosure value is provided */
 
 echo "*** Testing fputcsv() : with default enclosure value ***\n";
index cf1ba8126f44e0ad0ca67fc0e90041cf4d166444..e5e14c0c91a06f38a5c8998638aa82a06f176586 100644 (file)
@@ -2,11 +2,6 @@
 Test fputcsv() : usage variations - with default enclosure and different delimiter
 --FILE--
 <?php
-/*
- Prototype: array fputcsv ( resource $handle , array $fields [, string $delimiter [, string $enclosure]]] );
- Description: Format line as CSV and write to the file pointer
-*/
-
 /* Testing fputcsv() to write to a file when default enclosure value and delimiter value
    other than that in the field is provided */
 
index 119398e78800bb1eafc4e245c89649aba8f9149a..eb2746790bff79237defba34456e1c4eeb1393cf 100644 (file)
@@ -2,11 +2,6 @@
 Test fputcsv() : usage variations - with default enclosure & delimiter of two chars
 --FILE--
 <?php
-/*
- Prototype: array fputcsv ( resource $handle , array $fields [, string $delimiter [, string $enclosure]]] );
- Description: Format line as CSV and write to the file pointer
-*/
-
 /* Testing fputcsv() to write to a file when default enclosure value and delimiter
    of two chars is provided */
 
index 64c2f290ff8a06a978213a07d415bb11e17e57f5..e5e98c5ce266563471a7df2c088cf3e281f3af68 100644 (file)
@@ -2,11 +2,6 @@
 Test fputcsv() : usage variations - with enclosure & delimiter of two chars(read only modes)
 --FILE--
 <?php
-/*
- Prototype: array fputcsv ( resource $handle , array $fields [, string $delimiter [, string $enclosure]]] );
- Description: Format line as CSV and write to the file pointer
-*/
-
 /* Testing fputcsv() to write to a file when default enclosure value and delimiter
    of two chars is provided and file is opened in read only mode */
 
index 69c7d64c0516c3a8ba75a9802b5bf21b2f0f4838..5116940b4d25b4183c1460a3e2d045c1db589c4c 100644 (file)
@@ -2,11 +2,6 @@
 Test fputcsv() : usage variations - with delimiter as NULL
 --FILE--
 <?php
-/*
- Prototype: array fputcsv ( resource $handle , array $fields [, string $delimiter [, string $enclosure]]] );
- Description: Format line as CSV and write to the file pointer
-*/
-
 /* Testing fputcsv() to write to a file when delimiter is NULL */
 
 echo "*** Testing fputcsv() : with delimiter as NULL ***\n";
index 7d45a74dfe25ca68c116852dc90e56f2f2dfcd6f..eb8771aa4a692c2b238c4003ab3fbd441b14bb45 100644 (file)
@@ -2,11 +2,6 @@
 Test fputcsv() : usage variations - with enclosure as NULL
 --FILE--
 <?php
-/*
- Prototype: array fputcsv ( resource $handle , array $fields [, string $delimiter [, string $enclosure]]] );
- Description: Format line as CSV and write to the file pointer
-*/
-
 /* Testing fputcsv() to write to a file when enclosure is NULL */
 
 echo "*** Testing fputcsv() : with enclosure as NULL ***\n";
index 2debbcff217da6f3823a26e67e49c93fb935ce99..a53257535a3640c102737b39795bc7b376f7e549 100644 (file)
@@ -2,11 +2,6 @@
 Test fputcsv() : usage variations - with delimiter and enclosure as NULL
 --FILE--
 <?php
-/*
- Prototype: array fputcsv ( resource $handle , array $fields [, string $delimiter [, string $enclosure]]] );
- Description: Format line as CSV and write to the file pointer
-*/
-
 /* Testing fputcsv() to write to a file when delimiter and enclosure is NULL */
 
 echo "*** Testing fputcsv() : with delimiter and enclosure as NULL ***\n";
index 1a3a37679e9b38ed9576c78684a359003102d554..9261f1d2c134c5e61454e18f507f6b4c815dc726 100644 (file)
@@ -2,11 +2,6 @@
 Test fputcsv() : usage variations - with default arguments value
 --FILE--
 <?php
-/*
- Prototype: array fputcsv ( resource $handle , array $fields [, string $delimiter [, string $enclosure]]] );
- Description: Format line as CSV and write to the file pointer
-*/
-
 /* Testing fputcsv() to write to a file when default arguments values are considered */
 
 echo "*** Testing fputcsv() : with default arguments value ***\n";
index 2812f53a0ad6ad9061a289d2f53244301cc3fff9..a385c61ce91e525288c55132647b6ad8f613290b 100644 (file)
@@ -2,11 +2,6 @@
 Test fputcsv() : usage variations - with different delimiter and enclosure
 --FILE--
 <?php
-/*
- Prototype: array fputcsv ( resource $handle , array $fields [, string $delimiter [, string $enclosure]]] );
- Description: Format line as CSV and write to the file pointer
-*/
-
 /*
    Testing fputcsv() to write to a file when delimiter are different from those
    present in the field to be written to the file
index 51100b4e5d40bc1c0f0bd337726a58a028182fbf..7d7586cebfcfe70007376baf5fd9cd2675e227c1 100644 (file)
@@ -2,11 +2,6 @@
 Test fputcsv() : usage variations - with different delimiter and same enclosure
 --FILE--
 <?php
-/*
- Prototype: array fputcsv ( resource $handle , array $fields [, string $delimiter [, string $enclosure]]] );
- Description: Format line as CSV and write to the file pointer
-*/
-
 /*
    Testing fputcsv() to write to a file when enclosure is same but delimiter is different from those
    present in the field to be written to the file
index 15f5de8e84de5af63c18e8f11df6ed7082e04109..ed981284f5c3445da4da429e1eb47e26adc8b117 100644 (file)
@@ -2,11 +2,6 @@
 Test fputcsv() : usage variations - with same delimiter and different enclosure
 --FILE--
 <?php
-/*
- Prototype: array fputcsv ( resource $handle , array $fields [, string $delimiter [, string $enclosure]]] );
- Description: Format line as CSV and write to the file pointer
-*/
-
 /*
    Testing fputcsv() to write to a file when delimiter is same but enclosure is different from those
    present in the field to be written to the file
index db5694b1bfe2a06ab96dc6f5fc466e0cf8d3d885..e030c41bd20578dec14ba4f21e1a43d1b5f6ebdc 100644 (file)
@@ -2,12 +2,6 @@
 Test fputcsv() : usage variations - two chars as enclosure & delimiter
 --FILE--
 <?php
-/*
- Prototype: array fputcsv ( resource $handle , array $fields [, string $delimiter [, string $enclosure]]] );
- Description: Format line as CSV and write to the file pointer
-*/
-
-
 /* Testing fputcsv() to write to a file when delimiter and enclosure are of two chars each */
 
 echo "*** Testing fputcsv() : with two chars as enclosure & delimiter ***\n";
index c97bc05d35a62e77ca2dbac3e1e2e67e118b0a5b..8f1f76a50cd6c618e4bd651895bb6ba6d52eb9cf 100644 (file)
@@ -2,14 +2,6 @@
 Test fread() function : basic functionality
 --FILE--
 <?php
-/*
- Prototype: string fread ( resource $handle [, int $length] );
- Description: reads up to length bytes from the file pointer referenced by handle.
-   Reading stops when up to length bytes have been read, EOF (end of file) is
-   reached, (for network streams) when a packet becomes available, or (after
-   opening userspace stream) when 8192 bytes have been read whichever comes first.
-*/
-
 // include the file.inc for common functions for test
 include ("file.inc");
 
index be6b83984015d9ec6b931f2677ea99418d4be876..18bd0ae8d8dab84630f42fbf7961311499e1494c 100644 (file)
@@ -2,14 +2,6 @@
 Test fread() function : error conditions
 --FILE--
 <?php
-/*
- Prototype: string fread ( resource $handle [, int $length] );
- Description: reads up to length bytes from the file pointer referenced by handle.
-   Reading stops when up to length bytes have been read, EOF (end of file) is
-   reached, (for network streams) when a packet becomes available, or (after
-   opening userspace stream) when 8192 bytes have been read whichever comes first.
-*/
-
 echo "*** Testing error conditions ***\n";
 $filename = __FILE__;
 $file_handle = fopen($filename, "r");
index 1b47d4ddd24e7e93ec9cdaa4280cb9ce94134d28..97309a6e907e9e8a01e649900de4c8390f8a35a2 100644 (file)
@@ -6,19 +6,9 @@ Dave Kelsey <d_kelsey@uk.ibm.com>
 <?php
 
 /*
- * proto int fwrite(resource fp, string str [, int length])
  * Function is implemented in ext/standard/file.c
  */
 
- /*
- Prototype: string fread ( resource $handle [, int $length] );
- Description: reads up to length bytes from the file pointer referenced by handle.
-   Reading stops when up to length bytes have been read, EOF (end of file) is
-   reached, (for network streams) when a packet becomes available, or (after
-   opening userspace stream) when 8192 bytes have been read whichever comes first.
-*/
-
-
 $outputfile = __FILE__.".tmp";
 
 echo "--- testing rw moving about the file ---\n";
index 4434887c15076f118d2e1a4a2e100f58e2f7c04e..31a99b29a87432c7b6576188373fa03839c3e7ef 100644 (file)
@@ -2,14 +2,6 @@
 Test fread() function : usage variations - read some/all chars, read/write modes
 --FILE--
 <?php
-/*
- Prototype: string fread ( resource $handle [, int $length] );
- Description: reads up to length bytes from the file pointer referenced by handle.
-   Reading stops when up to length bytes have been read, EOF (end of file) is
-   reached, (for network streams) when a packet becomes available, or (after
-   opening userspace stream) when 8192 bytes have been read whichever comes first.
-*/
-
 /* Read content less than file size &
    Read entire file
 */
index 07ed6c3e6ff38361425eb47a2202034568e7bb66..a16c97a745aeb6c2056f4ce267ff2722d75d6690 100644 (file)
@@ -2,14 +2,6 @@
 Test fread() function : usage variations - read some/all chars, write only mode (Bug #42036)
 --FILE--
 <?php
-/*
- Prototype: string fread ( resource $handle [, int $length] );
- Description: reads up to length bytes from the file pointer referenced by handle.
-   Reading stops when up to length bytes have been read, EOF (end of file) is
-   reached, (for network streams) when a packet becomes available, or (after
-   opening userspace stream) when 8192 bytes have been read whichever comes first.
-*/
-
 /* Try reading some or all content of the file opened in write only mode */
 
 // include the file.inc for common functions for test
index 43ccbe87ea3a58eb81721604031584642bc3e482..0e777f74fe696d4effea38aa8a1cf32d6f04e851 100644 (file)
@@ -8,14 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/*
- Prototype: string fread ( resource $handle [, int $length] );
- Description: reads up to length bytes from the file pointer referenced by handle.
-   Reading stops when up to length bytes have been read, EOF (end of file) is
-   reached, (for network streams) when a packet becomes available, or (after
-   opening userspace stream) when 8192 bytes have been read whichever comes first.
-*/
-
 // include the file.inc for common functions for test
 include ("file.inc");
 
index c5a1eef26d176f2160dafaec8400446ff9d5184d..3a6bd28246ef9897a35823d0087bcdaf0c629fa1 100644 (file)
@@ -8,14 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/*
- Prototype: string fread ( resource $handle [, int $length] );
- Description: reads up to length bytes from the file pointer referenced by handle.
-   Reading stops when up to length bytes have been read, EOF (end of file) is
-   reached, (for network streams) when a packet becomes available, or (after
-   opening userspace stream) when 8192 bytes have been read whichever comes first.
-*/
-
 // include the file.inc for common functions for test
 include ("file.inc");
 
index 9bb735a76c18721eb31750f93476f4c9913d4ad7..1ccd222b22daf79e2a323a79ecfe47403f56f0db 100644 (file)
@@ -8,14 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/*
- Prototype: string fread ( resource $handle [, int $length] );
- Description: reads up to length bytes from the file pointer referenced by handle.
-   Reading stops when up to length bytes have been read, EOF (end of file) is
-   reached, (for network streams) when a packet becomes available, or (after
-   opening userspace stream) when 8192 bytes have been read whichever comes first.
-*/
-
 // include the file.inc for common functions for test
 include ("file.inc");
 
index 953158e594db56731882da67d7489c8e4b033041..97c6c39f9c8cf9f3143442972661fde62a885151 100644 (file)
@@ -2,14 +2,6 @@
 Test fread() function : usage variations - read beyond file size, write only mode
 --FILE--
 <?php
-/*
- Prototype: string fread ( resource $handle [, int $length] );
- Description: reads up to length bytes from the file pointer referenced by handle.
-   Reading stops when up to length bytes have been read, EOF (end of file) is
-   reached, (for network streams) when a packet becomes available, or (after
-   opening userspace stream) when 8192 bytes have been read whichever comes first.
-*/
-
 // include the file.inc for common functions for test
 include ("file.inc");
 
index d60ade57163fc70c8b6933c0a749b4fc291a9949..c50af50b6d27245db1cc46b249f85422e4ad6bb9 100644 (file)
@@ -2,11 +2,6 @@
 Test fscanf() function: error conditions
 --FILE--
 <?php
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 echo "*** Testing fscanf() for error conditions ***\n";
 $file_path = __DIR__;
 
index 6463a2700e439cfd96ee9e22ce7afb709f60c104..e63afdea65cb7179bf85b81e43f58787dda1216f 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - return type without third argument
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* test fscanf() for its return type */
 
 $file_path = __DIR__;
index 507ed8e22df4afcb42d935adc0ba00bed19e034f..1de7d25ffd90f77260b6eba4bcdd5ff46f402d4a 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - float formats with resource
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan resource type using different float format types */
 
 $file_path = __DIR__;
index 3d065060dc7600cc8280b85f305b7048af039e8c..40560cfb39d91de10c82896f29945f9c54cc8955 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - float formats with arrays
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan arrays using different float format types */
 
 $file_path = __DIR__;
index 3cfd9426625417c4b69973eb38b8252775972529..0969d05febced4854864880f7c9904c8a7c2b1c0 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - float formats with strings
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan strings using different float format types */
 
 $file_path = __DIR__;
index 796831f32a0a7672cb8168fc8cc244604c26806d..73806dc6e488bdf819490d93a9d3220c34985fb4 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - float formats with boolean
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan boolean data using different float format types */
 
 $file_path = __DIR__;
index 557767978a757ca5e6b6c6a032d9426ff91e6a00..97a07a98f2e19daffc1c9136bf561a1f4bb67764 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - string formats with strings
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan different strings using different string format types */
 
 $file_path = __DIR__;
index d17776355744d69ff76c2bddb989b45cf588edf8..b35bb1bebe2530de4c1b6a843738cfbb9072b774 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - string formats with float values
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan float values using different string format types */
 
 $file_path = __DIR__;
index 00fed59cbaaf97907a56a5aeb53c7e1d02694eb4..199db82a026e8efdc96102ca6e3aa77e41b1e9ff 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - string formats with resource
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan resource type using different string format types */
 
 $file_path = __DIR__;
index aee9a0c3f9128c0e35987d4ff595e494a3e96d18..64080a1a83b95ae6459d2ca1c8db81876c43f515 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - string formats with arrays
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan arrays using different string format types */
 
 $file_path = __DIR__;
index af90fffadf6421230621751ca691c005d680eafe..eef94173c583833686cf62ff11858e326a00920d 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - string formats with integer values
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan integer values using different string format types */
 
 $file_path = __DIR__;
index 31cc83297b8f2877b3f6365785fd1c7005420ebf..f5bc3f19e386c77e59c37e98f1e46bdbe799d98c 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - string formats with boolean
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan boolean data using different string format types */
 
 $file_path = __DIR__;
index 683ac4faae7a2faee8c1c55c02892b8ee1078e7e..f2c5593c3ee6ae211c5fe25f7265d904c6f80a1b 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - integer formats with integer values
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan different integer values using different integer format types */
 
 $file_path = __DIR__;
index 34dac83bf1086f285614b3b3b556c8029b7fb50a..70b13dd55c9060e782bff69413ac4506de1c6f52 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - char formats with integer values
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan different integer values using different char format types */
 
 $file_path = __DIR__;
index e0c8074eada487a3e663077ce8ff1bbaffaf7938..86968ddd1177eb9db9a74c1060e3114428cc4b78 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - char formats with float values
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan float values using different char format types */
 
 $file_path = __DIR__;
index 2fb450750db3b4110d256c3ee8ac9c1e519f55f0..87a5fe21bc27a3277d79483c1886ff041dbff712 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - char formats with resource
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan resource type using different char format types */
 
 $file_path = __DIR__;
index e8b9c0dae27943567678142ec12a2ff59d46fe4a..f7bb4ee552011df9fdc7a7a3c318393a549e2ef4 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - char formats with arrays
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan arrays using different char format types */
 
 $file_path = __DIR__;
index 576919c8863ad76b60229cfb308d5cb78d86fe7a..4c46cf58dad114eaef140249530cd30cc2a577c8 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - char formats with strings
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan strings using different char format types */
 
 $file_path = __DIR__;
index 0fea04e43832b14a2be9090881584282a8e30962..dc9d9936022fb6fb8b1e63ef278f83a3cfe93196 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - char formats with boolean
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan boolean data using different char format types */
 
 $file_path = __DIR__;
index 5b1c5b0428bc1afd9e6eec6265e691dfff068773..19db8f45abfdd00b753a8522af6c4b67a157c5fa 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - char formats with chars
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan different chars using different char format types */
 
 $file_path = __DIR__;
index ca27895eacd789b7d66fbf428f7a42b424c42761..a9560e042505cbfe1aea8ecfa3af45e3566cfbc8 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - octal formats with integer values
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan different integer values using different octal format types */
 
 $file_path = __DIR__;
index 93b476dd44585accd031ab6732f609aa5baf1b46..18c9726f85362c670b97237e03396e5cb6b438c8 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - octal formats with float values
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan float values using different octal format types */
 
 $file_path = __DIR__;
index 1621958fa4ff7969d3511af7596b2b50d20fc225..a35d782fcd4563a8fe88d23bf7b0a13461aa780f 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - octal formats with resource
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan resource type using different octal format types */
 
 $file_path = __DIR__;
index f52cca4181b8954b33d2e463ffcd462f408841ab..5226dba55a9aaad8c669363b692cd6436fc180c0 100644 (file)
@@ -9,11 +9,6 @@ if (PHP_INT_SIZE != 4) {
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan float values using different integer format types */
 
 $file_path = __DIR__;
index 3af42e34bc0e3c6d460aa58ed553662c1a3d2234..9afde0f093aca425bcbd400a2358f2511de90306 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - octal formats with arrays
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan arrays using different octal format types */
 
 $file_path = __DIR__;
index cf1120644a4b47c1e50d54e4621ea38c1e2439a8..a9e2c8b26865ad4ce300e12b80f965c55965b2e3 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - octal formats with strings
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan strings using different octal format types */
 
 $file_path = __DIR__;
index 556f60363e12d1fb35f89ceb3342c0d596b744fe..df393f9d8398033648d9b3b30f18a38d1aa15e73 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - octal formats with boolean
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan boolean data using different octal format types */
 
 $file_path = __DIR__;
index 2753a890b57ce536609e2f33eb68c0616bfc6f09..1809a0d1e5d68a4d117938eecb93a9a6932025c8 100644 (file)
@@ -9,11 +9,6 @@ if (PHP_INT_SIZE != 4) {
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan different integer values using different hexa format types */
 
 $file_path = __DIR__;
index ca0ca65e951b748a346b90bd440a6678671fd3ea..ac202ab26e6cf9cc5192cb52a0396383f397a139 100644 (file)
@@ -9,11 +9,6 @@ if (PHP_INT_SIZE != 4) {
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan float values using different hexa format types */
 
 $file_path = __DIR__;
index a992e80600f80a2f604c340b3a746e5d610f1081..61b939d32122d3bb895d0afeab2884aace9a8888 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - hexa formats with resource
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan resource type using different hexa format types */
 
 $file_path = __DIR__;
index 12385ce0e7cb497037e56676fca87e7143122fa0..61571f6c6cb042fd9e28807a002c8fdc26160816 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - hexa formats with arrays
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan arrays using different hexa format types */
 
 $file_path = __DIR__;
index c31768d8fed934ba2ad1c7bdefc1479b0f84eee0..d597ebe307c6767d4f6d209e44b2192e66f40ba0 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - hexa formats with strings
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan strings using different hexa format types */
 
 $file_path = __DIR__;
index d42a9a8f78d2f606f5ce47075aebb05ae2c48d5c..236d547f6b786f17aa4768326d5252caf8b318e5 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - hexa formats with boolean
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan boolean data using different hexa format types */
 
 $file_path = __DIR__;
index f92fccf3d177e13cb83747f5f2c7b366aeac4205..25a0b38706c89422dfaba3156db267167c55f207 100644 (file)
@@ -9,11 +9,6 @@ if (PHP_INT_SIZE != 4) {
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan different integer values using different unsigned int format types */
 
 $file_path = __DIR__;
index 3f8982de12390bb1fda9e2a9d4b4032684a6125b..45a3b5702b1f65d05d555a305371f2586b8eb45c 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - integer formats with resource
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan resource type using different integer format types */
 
 $file_path = __DIR__;
index 986d1face44fefcd6542f5d1c7d6457c03b92c2a..f13af1a26a5f4f5b5f4f2b5ffc519bc16638c651 100644 (file)
@@ -9,11 +9,6 @@ if (PHP_INT_SIZE != 4) {
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan float values using different unsigned format types */
 
 $file_path = __DIR__;
index 4a752b3830cb0b5e1502dc532b799a4962724dfe..4c993bbeec5a9409cb6515aa20d68c909617fa0e 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - unsigned formats with resource
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan resource type using different unsigned format types */
 
 $file_path = __DIR__;
index 09f0d0817f06552fb034a2b97db3ab32491bb859..90436ff1249001c6b7b1c6b3a3d5bcd558cb260b 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - unsigned formats with arrays
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan arrays using different unsigned format types */
 
 $file_path = __DIR__;
index 399e9c72b7d5cd2a4d96604ea87dfb5e24213bbc..72afbba0c38687262f76976a138f4751ce0298ee 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - unsigned formats with strings
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan strings using different unsigned format types */
 
 $file_path = __DIR__;
index cdc9befcf2ca908d95ae660c819412c42f519730..3dfd5d6d7bdafa86104e94f626479d8f745d4c6d 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - unsigned formats with boolean
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan boolean data using different unsigned format types */
 
 $file_path = __DIR__;
index 31a05d26fab6a90fdfdc937ca5d1d92907496351..b694da0e555c6f4d6d9d14a13a81d9148a5fa29e 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - scientific formats with integer value
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan different integer values using different scientific format types */
 
 $file_path = __DIR__;
index 5c2527f33b4b06ee8508130f5d6e18bbeda01b0e..bc96af6dbe37deb8ac394b88d5dae73693b72ebb 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - scientific formats with float values
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan float values using different scientific format types */
 
 $file_path = __DIR__;
index 8457c48d50f5c36a6c34975c193743ca4867d408..04b92b7e9f78667ef3ec4c68df67debde2dfa258 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - scientific formats with resource
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan resource type using different scientific format types */
 
 $file_path = __DIR__;
index fef3e33e6b3e323d2b26451df6823305b76ca479..aa717bd83e0de822cb8ccf95a9cdaf7f4132b98c 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - scientific formats with arrays
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan arrays using different scientific format types */
 
 $file_path = __DIR__;
index 5ec5ab199d5f262f01d5cec438d79c723bf8d352..43505fc24917884a8cc00d04b0eb77629ce7985f 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - scientific formats with strings
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan strings using different scientific format types */
 
 $file_path = __DIR__;
index a88ce61bf16127c2e9ba91650366df097bee631b..7ccdbf6402e49e5dbdf92dc863106050abd8ce3e 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - integer formats with arrays
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan arrays using different integer format types */
 
 $file_path = __DIR__;
index 6cb8e9fee644bfef98d1c880254195b29b45dfe9..1e6ecb865e940e63159ca36c13ad250d13bf3e53 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - scientific formats with boolean
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan boolean data using different scientific format types */
 
 $file_path = __DIR__;
index 61530e74b85332622589b111f87d92ce63a75da0..fad6132748282a338e0587a31631dd37302f8366 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - file opened in write only mode
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan a file for read when file is opened inwrite only mode */
 
 $file_path = __DIR__;
index 522eef04936d980d798b7b543ae53866b58c7348..fbd50ca554ee77f32e8a23e8e680a2db230b0750 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - empty file
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan an empty file */
 
 $file_path = __DIR__;
index 5935a8a3cf1df685fd0bd2b7801c9704e242fd10..a683d0a4d409a3911c17586b90e68ed028dba784 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - file pointer pointing to EOF
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to read a file when file pointer is pointing to EOF */
 
 $file_path = __DIR__;
index 9833fa2872ea565572552613e35cdd8d60a6c1d5..b13a4ee1b83d24b213d29f40a91fd0dfa822d737 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - objects
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan a file to read objects */
 
 $file_path = __DIR__;
index 359359d07fa105aa684f7d18369d7f70f02777d7..3536d01b4200b7962929182e9ca0e55139bf155c 100644 (file)
@@ -9,11 +9,6 @@ if (PHP_INT_SIZE != 4) {
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /*
   Test fscanf() to scan data using different format types and also
   tracking the file pointer movement along with reading
index e4df9faafadb45a5bae48b634ddf662adc999ab5..577477e5de6047764450be746cf1b48eddbb865a 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - integer formats with strings
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan strings using different integer format types */
 
 $file_path = __DIR__;
index 5978a150879bc30f26c92dd69e875bf56098e30d..42e2455eea801d1a7f5660e7d701835d32dac150 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - integer formats with boolean
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan boolean data using different integer format types */
 
 $file_path = __DIR__;
index 0f851ad21a11f70f41a385f3fb969746e522117f..2851d7c0277363c5951e6a2275b3dc720c40102b 100644 (file)
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - float formats with float values
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan different float values using different format types */
 
 $file_path = __DIR__;
index 7abcb6fc6455d5dae8d239af1d82f0003e4c8fb6..eafa78cefd1a8fc657aa9081758571d331b81edd 100644 (file)
@@ -9,11 +9,6 @@ if (PHP_INT_SIZE != 4) {
 --FILE--
 <?php
 
-/*
-  Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
-  Description: Parses input from a file according to a format
-*/
-
 /* Test fscanf() to scan integer values using different float format types */
 
 $file_path = __DIR__;
index 9b2fa584f6695b639a988b6913d9402cb66cb6d4..93fa8429c9edb8bc1374eea498c540ed9441ba0f 100644 (file)
@@ -2,16 +2,6 @@
 Test fseek(), ftell() & rewind() functions : Basic functionality - all r and a modes
 --FILE--
 <?php
-/* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
-   Description: Seeks on a file pointer
-
-   Prototype: bool rewind ( resource $handle );
-   Description: Rewind the position of a file pointer
-
-   Prototype: int ftell ( resource $handle );
-   Description: Tells file pointer read/write position
-*/
-
 // include the file.inc for common functions for test
 include ("file.inc");
 
index 2df98b4a8aa826b10162f0ac49c79be0436babf2..f50176590e7b44185f6b31b14d31986ebfb1cfb6 100644 (file)
@@ -7,16 +7,6 @@ if( substr(PHP_OS, 0, 3) != "WIN" )
 ?>
 --FILE--
 <?php
-/* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
-   Description: Seeks on a file pointer
-
-   Prototype: bool rewind ( resource $handle );
-   Description: Rewind the position of a file pointer
-
-   Prototype: int ftell ( resource $handle );
-   Description: Tells file pointer read/write position
-*/
-
 // include the file.inc for common functions for test
 include ("file.inc");
 
index 2674fb7697b2ca2b9cd648b17b92d4c05458874d..a841e365e32ecc6fc17461934090f880b0345f8b 100644 (file)
@@ -7,16 +7,6 @@ if( substr(PHP_OS, 0, 3) != "WIN" )
 ?>
 --FILE--
 <?php
-/* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
-   Description: Seeks on a file pointer
-
-   Prototype: bool rewind ( resource $handle );
-   Description: Rewind the position of a file pointer
-
-   Prototype: int ftell ( resource $handle );
-   Description: Tells file pointer read/write position
-*/
-
 // include the file.inc for common functions for test
 include ("file.inc");
 
index 5b1ca5fea53628b989548c9ddaf36fa3ad18dd28..96b1dde207deac3d3da30b8d3b1c903d79650d17 100644 (file)
@@ -7,16 +7,6 @@ if( substr(PHP_OS, 0, 3) == "WIN" )
 ?>
 --FILE--
 <?php
-/* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
-   Description: Seeks on a file pointer
-
-   Prototype: bool rewind ( resource $handle );
-   Description: Rewind the position of a file pointer
-
-   Prototype: int ftell ( resource $handle );
-   Description: Tells file pointer read/write position
-*/
-
 // include the file.inc for common functions for test
 include ("file.inc");
 
index cd58c30f20104cb6779167ab1e22d7aa745a384f..d5764036445469724825808011c7ff5105d52d23 100644 (file)
@@ -3,16 +3,6 @@ Test fseek(), ftell() & rewind() functions : error conditions - fseek()
 --FILE--
 <?php
 
-/* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
-   Description: Seeks on a file pointer
-
-   Prototype: bool rewind ( resource $handle );
-   Description: Rewind the position of a file pointer
-
-   Prototype: int ftell ( resource $handle );
-   Description: Tells file pointer read/write position
-*/
-
 echo "*** Testing fseek() : error conditions ***\n";
 
 // fseek() on a file handle which is already closed
index 45f129895104b348bff813eaca94e97f8b503751..5a947f66587fe4cb1e30839e2dd1111629fbe8ad 100644 (file)
@@ -3,16 +3,6 @@ Test fseek(), ftell() & rewind() functions : error conditions - ftell()
 --FILE--
 <?php
 
-/* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
-   Description: Seeks on a file pointer
-
-   Prototype: bool rewind ( resource $handle );
-   Description: Rewind the position of a file pointer
-
-   Prototype: int ftell ( resource $handle );
-   Description: Tells file pointer read/write position
-*/
-
 echo "*** Testing ftell() : error conditions ***\n";
 
 // ftell on a file handle which is already closed
index e698bca463b1c3058531f1875bd870c898e6191c..f4212ec71b427c408c617cb75c016011757a48a7 100644 (file)
@@ -3,16 +3,6 @@ Test fseek(), ftell() & rewind() functions : error conditions - rewind()
 --FILE--
 <?php
 
-/* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
-   Description: Seeks on a file pointer
-
-   Prototype: bool rewind ( resource $handle );
-   Description: Rewind the position of a file pointer
-
-   Prototype: int ftell ( resource $handle );
-   Description: Tells file pointer read/write position
-*/
-
 echo "*** Testing rewind() : error conditions ***\n";
 
 // rewind on a file handle which is already closed
index 4eee279fd1f63af066a763e5a9840a2a1edad3bb..11d10ab05895ec9e8b1271a7099c51ca3af35533 100644 (file)
@@ -2,16 +2,6 @@
 Test fseek(), ftell() & rewind() functions : usage variations - all r & a modes, default whence
 --FILE--
 <?php
-/* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
-   Description: Seeks on a file pointer
-
-   Prototype: bool rewind ( resource $handle );
-   Description: Rewind the position of a file pointer
-
-   Prototype: int ftell ( resource $handle );
-   Description: Tells file pointer read/write position
-*/
-
 // include the file.inc for common functions for test
 include ("file.inc");
 
index cf962e4676f7ea21c708a5b1471a0794fdeed930..08fd4adb94a9d95b2fcc708b2a033b335a100c75 100644 (file)
@@ -7,16 +7,6 @@ if( substr(PHP_OS, 0, 3) != "WIN" )
 ?>
 --FILE--
 <?php
-/* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
-   Description: Seeks on a file pointer
-
-   Prototype: bool rewind ( resource $handle );
-   Description: Rewind the position of a file pointer
-
-   Prototype: int ftell ( resource $handle );
-   Description: Tells file pointer read/write position
-*/
-
 // include the file.inc for common functions for test
 include ("file.inc");
 
index 5d8caf173f30a1497c02b0e482d977055234f3c5..a16ebdad051d864d0033593e56a9406e235ed4d0 100644 (file)
@@ -7,16 +7,6 @@ if( substr(PHP_OS, 0, 3) == "WIN" )
 ?>
 --FILE--
 <?php
-/* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
-   Description: Seeks on a file pointer
-
-   Prototype: bool rewind ( resource $handle );
-   Description: Rewind the position of a file pointer
-
-   Prototype: int ftell ( resource $handle );
-   Description: Tells file pointer read/write position
-*/
-
 // include the file.inc for common functions for test
 include ("file.inc");
 
index e46f7bc0857bcf818ba6ebc5175529f3b05d85ca..ffbf31b129d2ac0bbf89cad96c5026ea0e7cda41 100644 (file)
@@ -2,16 +2,6 @@
 Test fseek(), ftell() & rewind() functions : usage variations - all r and a modes, SEEK_SET
 --FILE--
 <?php
-/* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
-   Description: Seeks on a file pointer
-
-   Prototype: bool rewind ( resource $handle );
-   Description: Rewind the position of a file pointer
-
-   Prototype: int ftell ( resource $handle );
-   Description: Tells file pointer read/write position
-*/
-
 // include the file.inc for common functions for test
 include ("file.inc");
 
index bba1f9bb0cafed0ac6f2dd6192ea4b61215b3172..6893b11150dbf11ec591caa121ae7026d6506824 100644 (file)
@@ -7,16 +7,6 @@ if( substr(PHP_OS, 0, 3) != "WIN" )
 ?>
 --FILE--
 <?php
-/* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
-   Description: Seeks on a file pointer
-
-   Prototype: bool rewind ( resource $handle );
-   Description: Rewind the position of a file pointer
-
-   Prototype: int ftell ( resource $handle );
-   Description: Tells file pointer read/write position
-*/
-
 // include the file.inc for common functions for test
 include ("file.inc");
 
index a56d50fab8dffb083997032b618af4f43e76fca3..7bb5e2ae7d8c04f897d9d23f1051acd28dca8d35 100644 (file)
@@ -7,16 +7,6 @@ if( substr(PHP_OS, 0, 3) == "WIN" )
 ?>
 --FILE--
 <?php
-/* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
-   Description: Seeks on a file pointer
-
-   Prototype: bool rewind ( resource $handle );
-   Description: Rewind the position of a file pointer
-
-   Prototype: int ftell ( resource $handle );
-   Description: Tells file pointer read/write position
-*/
-
 // include the file.inc for common functions for test
 include ("file.inc");
 
index 24a8ba6a46c539d218f69d02a443998845607cc5..78fb1800a853d1c5a75c534f2807ee1a483a40cf 100644 (file)
@@ -2,16 +2,6 @@
 Test fseek(), ftell() & rewind() functions : usage variations - all r & a modes, SEEK_CUR
 --FILE--
 <?php
-/* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
-   Description: Seeks on a file pointer
-
-   Prototype: bool rewind ( resource $handle );
-   Description: Rewind the position of a file pointer
-
-   Prototype: int ftell ( resource $handle );
-   Description: Tells file pointer read/write position
-*/
-
 // include the file.inc for common functions for test
 include ("file.inc");
 
index a4365f06212b8a34dcf17c91fe6143beba6f33c3..188f13ea277673f17d811bbe0e5643340b83c47f 100644 (file)
@@ -7,16 +7,6 @@ if( substr(PHP_OS, 0, 3) != "WIN" )
 ?>
 --FILE--
 <?php
-/* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
-   Description: Seeks on a file pointer
-
-   Prototype: bool rewind ( resource $handle );
-   Description: Rewind the position of a file pointer
-
-   Prototype: int ftell ( resource $handle );
-   Description: Tells file pointer read/write position
-*/
-
 // include the file.inc for common functions for test
 include ("file.inc");
 
index 7187738db897b342b7ce9a1bd9236310bde4bfac..938586277c845dcdeca75307c9a7b66dd01fedad 100644 (file)
@@ -7,16 +7,6 @@ if( substr(PHP_OS, 0, 3) == "WIN" )
 ?>
 --FILE--
 <?php
-/* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
-   Description: Seeks on a file pointer
-
-   Prototype: bool rewind ( resource $handle );
-   Description: Rewind the position of a file pointer
-
-   Prototype: int ftell ( resource $handle );
-   Description: Tells file pointer read/write position
-*/
-
 // include the file.inc for common functions for test
 include ("file.inc");
 
index 449fe44b0d78290e795395451c17ea60c53dfc87..2551267a5b401580b3b109e6e79238b869bca9b5 100644 (file)
@@ -2,16 +2,6 @@
 Test fseek(), ftell() & rewind() functions : usage variations - all r and a modes, SEEK_END
 --FILE--
 <?php
-/* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
-   Description: Seeks on a file pointer
-
-   Prototype: bool rewind ( resource $handle );
-   Description: Rewind the position of a file pointer
-
-   Prototype: int ftell ( resource $handle );
-   Description: Tells file pointer read/write position
-*/
-
 // include the file.inc for common functions for test
 include ("file.inc");
 
index a0a90a4d892649d0a573427cea0acee3f717cab5..b4180547ab996eb0cb41220d8736fde6cb862217 100644 (file)
@@ -7,16 +7,6 @@ if( substr(PHP_OS, 0, 3) != "WIN" )
 ?>
 --FILE--
 <?php
-/* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
-   Description: Seeks on a file pointer
-
-   Prototype: bool rewind ( resource $handle );
-   Description: Rewind the position of a file pointer
-
-   Prototype: int ftell ( resource $handle );
-   Description: Tells file pointer read/write position
-*/
-
 // include the file.inc for common functions for test
 include ("file.inc");
 
index 82d4359bd3be18c79184be947c09627909f3a1d3..0b7b6aacdb98044a39131875e9b8caa03eafc856 100644 (file)
@@ -7,16 +7,6 @@ if( substr(PHP_OS, 0, 3) == "WIN" )
 ?>
 --FILE--
 <?php
-/* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
-   Description: Seeks on a file pointer
-
-   Prototype: bool rewind ( resource $handle );
-   Description: Rewind the position of a file pointer
-
-   Prototype: int ftell ( resource $handle );
-   Description: Tells file pointer read/write position
-*/
-
 // include the file.inc for common functions for test
 include ("file.inc");
 
index b40a08cc9a6cd3e2de947ff670dab2ca5f42370d..f756f819573d030e9cb2da235996577ea20f05b2 100644 (file)
@@ -4,12 +4,6 @@ Test fseek() function : variation functionality beyond file boundaries
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
 <?php
-/* Prototype  : proto int fseek(resource fp, int offset [, int whence])
- * Description: Seek on a file pointer
- * Source code: ext/standard/file.c
- * Alias to functions: gzseek
- */
-
 echo "*** Testing fseek() : variation - beyond file boundaries ***\n";
 
 $outputfile = __FILE__.".tmp";
index 83569c47d8b2f23da5f7b4840419c177dae291d0..752397a461d6f9cdb306b4e27a32c31969c668dd 100644 (file)
@@ -2,11 +2,6 @@
 Test ftruncate() function : error conditions
 --FILE--
 <?php
-/*
- Prototype: bool ftruncate ( resource $handle, int $size );
- Description: truncates a file to a given length
-*/
-
 echo "*** Testing ftruncate() : error conditions ***\n";
 
 $filename = __DIR__."/ftruncate_error.tmp";
index 0cd33d651210a072cfe29937dc2104ddeb9cc7cc..d9a05b951c3cebf1d4fac653f44ab44fd785a296 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/*
- Prototype: bool ftruncate ( resource $handle, int $size );
- Description: Truncates a file to a given length
-*/
-
 // include common file related test functions
 include ("file.inc");
 
index 2ce57bff86d9be9e936bd057dfd3dba7f0d4e84a..95aee5ef076792c9ad2cb5a95f18e207a810423b 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/*
- Prototype: bool ftruncate ( resource $handle, int $size );
- Description: Truncates a file to a given length
-*/
-
 // include common file related test functions
 include ("file.inc");
 
index b92d2be7e0c1fa23bf89ce39cec7b702e567ca15..5880c47c1f41fb101d67711d2504e33f8336cd0b 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/*
- Prototype: bool ftruncate ( resource $handle, int $size );
- Description: Truncates a file to a given length
-*/
-
 // include common file related test functions
 include ("file.inc");
 
index ac485497fb057b6f0c46aec107a62f33defc6b41..a1fe06885c8d7f62cbba3dc299ceb9d901be767e 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/*
- Prototype: bool ftruncate ( resource $handle, int $size );
- Description: Truncates a file to a given length
-*/
-
 // include common file related test functions
 include ("file.inc");
 
index f08614d182a0eb0f343393309d948b965d4e2111..9aacea0fbf6cfad6b9a9327bf57491a7e9c8539c 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/*
- Prototype: bool ftruncate ( resource $handle, int $size );
- Description: Truncates a file to a given length
-*/
-
 // include common file related test functions
 include ("file.inc");
 
index e89372bb1fad3bdbf2edeed5b0a5b0b8602b18c2..60e31fefe1332c503ed4958bb578b46f30ab0d20 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/*
- Prototype: bool ftruncate ( resource $handle, int $size );
- Description: Truncates a file to a given length
-*/
-
 // include common file related test functions
 include ("file.inc");
 
index 91511fd10a66241f9fd345ba50546e6f9d4c892b..4aa939f346d079ca12ba5182a22d8cdd4bce6645 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/*
- Prototype: bool ftruncate ( resource $handle, int $size );
- Description: Truncates a file to a given length
-*/
-
 // include common file related test functions
 include ("file.inc");
 
index 87fc7b3524fda59570c1769e87811fe8017f0018..865b6ff902a264645b000980f0c4823f7ee0d13c 100644 (file)
@@ -2,11 +2,6 @@
 Test ftruncate() function : usage variations - truncate file to negative size
 --FILE--
 <?php
-/*
- Prototype: bool ftruncate ( resource $handle, int $size );
- Description: Truncates a file to a given length
-*/
-
 // include common file related test functions
 include ("file.inc");
 
index e796129658114d97769ad00df5f5a228ae4bd999..7d20e16ca6fec9ee7e57f7f7227b69d2d80eb184 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/*
- Prototype: bool ftruncate ( resource $handle, int $size );
- Description: Truncates a file to a given length
-*/
-
 // include common file related test functions
 include ("file.inc");
 
index a072d1a7e3bd85cf2566abaa55ebacc235b2f5e1..dcc517f5ba709ccc351f263ae718a58987688bf2 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/*
- Prototype: bool ftruncate ( resource $handle, int $size );
- Description: Truncates a file to a given length
-*/
-
 // include common file related test functions
 include ("file.inc");
 
index 710a6ed731f8286de3395dfa3b9ba8c1fa813785..4b785ffbe17546f2b0bb41da3450539ba36aa9ca 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/*
- Prototype: bool ftruncate ( resource $handle, int $size );
- Description: Truncates a file to a given length
-*/
-
 /* truncate the file to smaller size and display the content */
 
 // include common file related test functions
index 5e492763ab365d0d14fb7cbc16f0787f1d7678cb..fdbfa91607845b3e3b9b9e3b1252ea94fbba3b9e 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/*
- Prototype: bool ftruncate ( resource $handle, int $size );
- Description: Truncates a file to a given length
-*/
-
 /* truncate the file to smaller size and display the content */
 
 // include common file related test functions
index 1d367669cdc3350eb87ab404b59f1fedf2d61710..aba4a6647915c427cca506e5a212cc5851a27758 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/*
- Prototype: bool ftruncate ( resource $handle, int $size );
- Description: Truncates a file to a given length
-*/
-
 /* truncate the file when file pointer is positioned at end of the file */
 // include common file related test functions
 include ("file.inc");
index 5e8b431bfa3a9eb4fc05d80f22f632f4d1b9ee18..64e5df158bd2d283f0f8872e6109438322e6bb38 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/*
- Prototype: bool ftruncate ( resource $handle, int $size );
- Description: Truncates a file to a given length
-*/
-
 /* truncate the file when file pointer is positioned at end of the file */
 // include common file related test functions
 include ("file.inc");
index 8dde247c43cd25c7f54573f3031680dcfcfc7ce1..5406f78f3c8395e0e6806dd7bb82fdc7f9a736b7 100644 (file)
@@ -8,14 +8,6 @@ if( substr(PHP_OS, 0, 3) != 'WIN' ) {
 ?>
 --FILE--
 <?php
-/*
- Prototype: int fwrite ( resource $handle,string string, [, int $length] );
- Description: fwrite() writes the contents of string to the file stream pointed to by handle.
-              If the length arquement is given,writing will stop after length bytes have been
-              written or the end of string reached, whichever comes first.
-              fwrite() returns the number of bytes written or FALSE on error
-*/
-
 // include the file.inc for Function: function delete_file($filename)
 include ("file.inc");
 
index de7754ddad2eb716d8cb0148cc78e78684d573a9..f67d66fb454e55591e60945445aea52cd47db5a5 100644 (file)
@@ -8,14 +8,6 @@ if( substr(PHP_OS, 0, 3) != 'WIN' ) {
 ?>
 --FILE--
 <?php
-/*
- Prototype: int fwrite ( resource $handle,string string, [, int $length] );
- Description: fwrite() writes the contents of string to the file stream pointed to by handle.
-              If the length arquement is given,writing will stop after length bytes have been
-              written or the end of string reached, whichever comes first.
-              fwrite() returns the number of bytes written or FALSE on error
-*/
-
 // include the file.inc for Function: function delete_file($filename)
 include ("file.inc");
 
index 07af967a580231e3f10c699099f43fced022485d..3b9d1158c9e0ff6fe2be2f7b2605d02bc0499a3a 100644 (file)
@@ -8,14 +8,6 @@ if( substr(PHP_OS, 0, 3) == 'WIN' ) {
 ?>
 --FILE--
 <?php
-/*
- Prototype: int fwrite ( resource $handle,string string, [, int $length] );
- Description: fwrite() writes the contents of string to the file stream pointed to by handle.
-              If the length arquement is given,writing will stop after length bytes have been
-              written or the end of string reached, whichever comes first.
-              fwrite() returns the number of bytes written or FALSE on error
-*/
-
 // include the file.inc for Function: function delete_file($filename)
 include ("file.inc");
 
index 236c4601b0bd7941899fa316feb7e7ce0a57da5d..d24f7b8084cf0cb458e5c7e7556d3c688e836c5b 100644 (file)
@@ -2,14 +2,6 @@
 Test fwrite() function : error conditions
 --FILE--
 <?php
-/*
- Prototype: int fwrite ( resource $handle,string string, [, int $length] );
- Description: fwrite() writes the contents of string to the file stream pointed to by handle.
-              If the length arquement is given,writing will stop after length bytes have been
-              written or the end of string reached, whichever comes first.
-              fwrite() returns the number of bytes written or FALSE on error
-*/
-
 // include the file.inc for Function: function delete_file($filename)
 include ("file.inc");
 
index 92d4a38b05cd10b04895960ee76b88c84ca59a58..94104a4b0f40ac2d76c04a99a9f01de72b630850 100644 (file)
@@ -8,15 +8,6 @@ if( substr(PHP_OS, 0, 3) != 'WIN' ) {
 ?>
 --FILE--
 <?php
-/*
- Prototype: int fwrite ( resource $handle,string string, [, int $length] );
- Description: fwrite() writes the contents of string to the file stream pointed to by handle.
-              If the length arquement is given,writing will stop after length bytes have been
-              written or the end of string reached, whichever comes first.
-              fwrite() returns the number of bytes written or FALSE on error
-*/
-
-
 echo "*** Testing fwrite() various  operations ***\n";
 
 // include the file.inc for Function: function delete_file($filename)
index 5ce8c4f2fa694c5fbdb7a5145569dd813b0eafe7..34a1c89c6939bb37c762bb34babd686f7b640a55 100644 (file)
@@ -2,15 +2,6 @@
 Test fwrite() function : usage variations - r, rb & rt modes
 --FILE--
 <?php
-/*
- Prototype: int fwrite ( resource $handle,string string, [, int $length] );
- Description: fwrite() writes the contents of string to the file stream pointed to by handle.
-              If the length arquement is given,writing will stop after length bytes have been
-              written or the end of string reached, whichever comes first.
-              fwrite() returns the number of bytes written or FALSE on error
-*/
-
-
 echo "*** Testing fwrite() various  operations ***\n";
 
 // include the file.inc for Function: function delete_file($filename)
index aa04e777dcb6cb4de738bc78d438343da38e45cf..fa6b76a9373840138263545ece0dd831fb3594ab 100644 (file)
@@ -8,15 +8,6 @@ if( substr(PHP_OS, 0, 3) != 'WIN' ) {
 ?>
 --FILE--
 <?php
-/*
- Prototype: int fwrite ( resource $handle,string string, [, int $length] );
- Description: fwrite() writes the contents of string to the file stream pointed to by handle.
-              If the length arquement is given,writing will stop after length bytes have been
-              written or the end of string reached, whichever comes first.
-              fwrite() returns the number of bytes written or FALSE on error
-*/
-
-
 echo "*** Testing fwrite() various  operations ***\n";
 
 // include the file.inc for Function: function delete_file($filename)
index 639231e0f69b4a925110acb9f9238ecbb99e9cd9..ef153d98b38f1ef1fb832d690f63de63c2b636c8 100644 (file)
@@ -8,15 +8,6 @@ if( substr(PHP_OS, 0, 3) == 'WIN' ) {
 ?>
 --FILE--
 <?php
-/*
- Prototype: int fwrite ( resource $handle,string string, [, int $length] );
- Description: fwrite() writes the contents of string to the file stream pointed to by handle.
-              If the length arquement is given,writing will stop after length bytes have been
-              written or the end of string reached, whichever comes first.
-              fwrite() returns the number of bytes written or FALSE on error
-*/
-
-
 echo "*** Testing fwrite() various  operations ***\n";
 
 // include the file.inc for Function: function delete_file($filename)
index 89fb44088dfc61329a7378e88b886df43edd890a..5d9681d38e27698e28b82084348cb31ce335f3d6 100644 (file)
@@ -8,15 +8,6 @@ if( substr(PHP_OS, 0, 3) != 'WIN' ) {
 ?>
 --FILE--
 <?php
-/*
- Prototype: int fwrite ( resource $handle,string string, [, int $length] );
- Description: fwrite() writes the contents of string to the file stream pointed to by handle.
-              If the length arquement is given,writing will stop after length bytes have been
-              written or the end of string reached, whichever comes first.
-              fwrite() returns the number of bytes written or FALSE on error
-*/
-
-
 echo "*** Testing fwrite() various  operations ***\n";
 
 // include the file.inc for Function: function delete_file($filename)
index 509b21eb0362ef0a2a3dba6c0829ecd636338a77..c0e0bb988e2d77e5faf8b3f18a1a2621388ebd6e 100644 (file)
@@ -8,15 +8,6 @@ if( substr(PHP_OS, 0, 3) == 'WIN' ) {
 ?>
 --FILE--
 <?php
-/*
- Prototype: int fwrite ( resource $handle,string string, [, int $length] );
- Description: fwrite() writes the contents of string to the file stream pointed to by handle.
-              If the length arquement is given,writing will stop after length bytes have been
-              written or the end of string reached, whichever comes first.
-              fwrite() returns the number of bytes written or FALSE on error
-*/
-
-
 echo "*** Testing fwrite() various  operations ***\n";
 
 // include the file.inc for Function: function delete_file($filename)
index 094b11776b3c2dd3ef1a2ad7f58c9eb05a5e17a7..4beef23078c905b2f08ac738c18c0e85258408e9 100644 (file)
@@ -8,15 +8,6 @@ if( substr(PHP_OS, 0, 3) != 'WIN' ) {
 ?>
 --FILE--
 <?php
-/*
- Prototype: int fwrite ( resource $handle,string string, [, int $length] );
- Description: fwrite() writes the contents of string to the file stream pointed to by handle.
-              If the length arquement is given,writing will stop after length bytes have been
-              written or the end of string reached, whichever comes first.
-              fwrite() returns the number of bytes written or FALSE on error
-*/
-
-
 echo "*** Testing fwrite() various  operations ***\n";
 
 // include the file.inc for Function: function delete_file($filename)
index bbf5602a205dd61967319c3940be0c0364293be4..207cc538210aa4cf84adea01d56bde642d077e9a 100644 (file)
@@ -8,15 +8,6 @@ if( substr(PHP_OS, 0, 3) == 'WIN' ) {
 ?>
 --FILE--
 <?php
-/*
- Prototype: int fwrite ( resource $handle,string string, [, int $length] );
- Description: fwrite() writes the contents of string to the file stream pointed to by handle.
-              If the length arquement is given,writing will stop after length bytes have been
-              written or the end of string reached, whichever comes first.
-              fwrite() returns the number of bytes written or FALSE on error
-*/
-
-
 echo "*** Testing fwrite() various  operations ***\n";
 
 // include the file.inc for Function: function delete_file($filename)
index b130afc95fb68009577ac1a66c9d189dbf6e6611..85d6929223bc93d17cc825f0db9c606d119f41a2 100644 (file)
@@ -2,10 +2,6 @@
 Test glob() function: basic functions
 --FILE--
 <?php
-/* Prototype: array glob ( string $pattern [, int $flags] );
-   Description: Find pathnames matching a pattern
-*/
-
 echo "*** Testing glob() : basic functions ***\n";
 
 $file_path = __DIR__;
index a61efd108c64bccf032aa94b00c76566f581ef44..4597e28e4b65011d6aa4a9928ad3868a6d610a2b 100644 (file)
@@ -9,10 +9,6 @@ if(substr(PHP_OS, 0, 3) != "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype: array glob ( string $pattern [, int $flags] );
-   Description: Find pathnames matching a pattern
-*/
-
 echo "*** Testing glob() : error condition - pattern too long. ***\n";
 
 var_dump(glob(str_repeat('x', 3000)));
index 0997eb30e0cbe46ba8e6db0dda6556fe204f4403..77e176d6b9fcb5dcb9e62630359240471231ab3e 100644 (file)
@@ -8,10 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: array glob ( string $pattern [, int $flags] );
-   Description: Find pathnames matching a pattern
-*/
-
 echo "*** Testing glob() : usage variations ***\n";
 
 $file_path = __DIR__;
index eb30a139236ac208712c87bdf17b184ef066946c..ad93ad7dac80d74fcc43c7cb4b31b71b5d8f26e5 100644 (file)
@@ -8,10 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: array glob ( string $pattern [, int $flags] );
-   Description: Find pathnames matching a pattern
-*/
-
 echo "*** Testing glob() : usage variations ***\n";
 
 $file_path = __DIR__;
index 1fcd56eeafaf93dbf1b19d83de2e42744be6a5c1..0950c31aab5430c6ff6df23dcfb9998f406223a0 100644 (file)
@@ -11,10 +11,6 @@ if (!defined('GLOB_BRACE')) {
 ?>
 --FILE--
 <?php
-/* Prototype: array glob ( string $pattern [, int $flags] );
-   Description: Find pathnames matching a pattern
-*/
-
 echo "*** Testing glob() : usage variations ***\n";
 
 $file_path = __DIR__;
index 297db00dba7b1ec41e09386404766c349a98bd09..883225d779ce75b7e1ff4746b4e6a178639bc486 100644 (file)
@@ -2,10 +2,6 @@
 Test glob() function with relative path
 --FILE--
 <?php
-/* Prototype: array glob ( string $pattern [, int $flags] );
-   Description: Find pathnames matching a pattern
-*/
-
 $file_path = __DIR__;
 
 // temp dirname used here
index ceaa34df9b7644416ef4fff9657acd8c1ecea7cb..a78b990cd9ee3632f8bcfeb335671288e1b2270b 100644 (file)
@@ -2,11 +2,6 @@
 Test is_dir() function: basic functionality
 --FILE--
 <?php
-/* Prototype: bool is_dir ( string $filename );
-   Description: Tells whether the filename is a regular file
-     Returns TRUE if the filename exists and is a regular file
-*/
-
 echo "*** Testing is_dir(): basic functionality ***\n";
 $file_path = __DIR__;
 var_dump( is_dir($file_path) );
index 90084f32e9df7c527bef790703ae564e2ecff4d6..8fb179f51049bcc388e56a7bef93884411daace9 100644 (file)
@@ -2,11 +2,6 @@
 Test is_dir() function: usage variations - dir/subdir
 --FILE--
 <?php
-/* Prototype: bool is_dir ( string $dirname );
-   Description: Tells whether the dirname is a directory
-     Returns TRUE if the dirname exists and is a directory, FALSE  otherwise.
-*/
-
 /* Testing is_dir() with base and sub dirs */
 
 $file_path = __DIR__;
index 2a2f14d753b2851a3ca2b6a9d2aeb5db244a2239..67a44d30ebf965fbba9c24e257dcaca0a8980f55 100644 (file)
@@ -7,11 +7,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 }
 --FILE--
 <?php
-/* Prototype: bool is_dir ( string $dirname );
-   Description: Tells whether the dirname is a directory
-     Returns TRUE if the dirname exists and is a directory, FALSE  otherwise.
-*/
-
 /* Testing is_dir() with dir, soft & hard link to dir,
      and with file, soft & hard link to file */
 
index 1cf1f251388da8e4b33c9a62d35b35febe513fae..ef875c34f8d6f9ee7e33a6701c6fe274e068b186 100644 (file)
@@ -4,11 +4,6 @@ Test is_dir() function: usage variations - invalid arguments
 obscure_filename
 --FILE--
 <?php
-/* Prototype: bool is_dir ( string $dirname );
-   Description: Tells whether the dirname is a directory
-     Returns TRUE if the dirname exists and is a directory, FALSE  otherwise.
-*/
-
 /* Passing invalid arguments to is_dir() */
 
 echo "*** Testing is_dir() with Invalid arguments: expected bool(false) ***\n";
index 111699bd86810882dd01ab65b3ab8ddb0c5675d9..1c219d51c252f9f70618e25dd563a8041503204f 100644 (file)
@@ -2,11 +2,6 @@
 Test is_dir() function: usage variations - diff. path notations
 --FILE--
 <?php
-/* Prototype: bool is_dir ( string $dirname );
-   Description: Tells whether the dirname is a directory
-     Returns TRUE if the dirname exists and is a directory, FALSE  otherwise.
-*/
-
 /* Passing dir names with different notations, using slashes, wild-card chars */
 
 $file_path = __DIR__;
index 69f5f2dc7d913d1aa304ad3f6d061f8ee8f74a82..e42ff3d9182693f81cbc621ce8e8800caab43385 100644 (file)
@@ -8,9 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: bool is_executable ( string $filename );
-   Description: Tells whether the filename is executable
-*/
 require __DIR__.'/file.inc';
 
 echo "*** Testing is_executable(): basic functionality ***\n";
index 80059d8218253cea93c27f0fc84d6f8b6d3b60a2..09d11b78acd9bc8abf0ff426e36b74ed9f4664de 100644 (file)
@@ -8,9 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: bool is_executable ( string $filename );
-   Description: Tells whether the filename is executable
-*/
 require __DIR__.'/file.inc';
 
 echo "*** Testing is_executable(): basic functionality ***\n";
index 6c78d2be0333faf0e8a37ea8da9ef0e9d9b78ae4..5bdd985e35f4d44089db42f98766afdd9aa252d5 100644 (file)
@@ -9,10 +9,6 @@ require __DIR__ . '/../skipif_root.inc';
 ?>
 --FILE--
 <?php
-/* Prototype: bool is_executable ( string $filename );
-   Description: Tells whether the filename is executable
-*/
-
 // include common file test functions
 require __DIR__.'/file.inc';
 
index e77ca86349fce1753500a2c8cf5441ced309af97..c8d296d93ef6899e04c25b9ff361340ac9cba184 100644 (file)
@@ -2,10 +2,6 @@
 Test is_executable() function: error conditions
 --FILE--
 <?php
-/* Prototype: bool is_executable ( string $filename );
-   Description: Tells whether the filename is executable
-*/
-
 echo "\n*** Testing is_exceutable() on non-existent directory ***\n";
 var_dump( is_executable(__DIR__."/is_executable") );
 
index 0f7e5ba7b16ae525181fa62b877046a9f381413e..f88133e5917947d8bc88964693da1714280f61aa 100644 (file)
@@ -8,10 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: bool is_executable ( string $filename );
-   Description: Tells whether the filename is executable
-*/
-
 /* test is_executable() with file having different filepath notation */
 
 require __DIR__.'/file.inc';
index e333b270bcef6ebe2914122b53276bbf75fd36b4..b723482cc182512859c87eedce79ff978d4f2096 100644 (file)
@@ -9,10 +9,6 @@ require __DIR__ . '/../skipif_root.inc';
 ?>
 --FILE--
 <?php
-/* Prototype: bool is_executable ( string $filename );
-   Description: Tells whether the filename is executable
-*/
-
 /* test is_executable() with file/dir having different permissions */
 
 require __DIR__.'/file.inc';
index 802dbfdf7ea7c5fb5c3648ec252af1823a24b9e9..42e37f57317c6f6e910ec15ac715f872fbb6a875 100644 (file)
@@ -9,10 +9,6 @@ require __DIR__ . '/../skipif_root.inc';
 ?>
 --FILE--
 <?php
-/* Prototype: bool is_executable ( string $filename );
-   Description: Tells whether the filename is executable
-*/
-
 /* test is_executable() with invalid arguments */
 
 echo "*** Testing is_executable(): usage variations ***\n";
index d5d46b5fdad1bc933823dd3ed5d1ec6aeace0fd9..8ca915893183393da487c8f20afa8d28bd69daf4 100644 (file)
@@ -2,11 +2,6 @@
 Test is_file() function: basic functionality
 --FILE--
 <?php
-/* Prototype: bool is_file ( string $filename );
-   Description: Tells whether the filename is a regular file
-     Returns TRUE if the filename exists and is a regular file
-*/
-
 echo "*** Testing is_file(): basic functionality ***\n";
 
 /* Checking with current file */
index 9593b9c495e960b2011bc3c7e7f930a690469a3c..0cc7e4b643db56f782f524d8df3af06e0de5e393 100644 (file)
@@ -2,11 +2,6 @@
 Test is_file() function: usage variations - diff. files
 --FILE--
 <?php
-/* Prototype: bool is_file ( string $filename );
-   Description: Tells whether the filename is a regular file
-     Returns TRUE if the filename exists and is a regular file
-*/
-
 /* Testing is_file() with file containing data, truncating its size
      and the file created by touch() */
 
index 7803410ac23b80681ceea94f280071ef539b8935..4db395a6aafed7822abf33b561d9534b81cac7f1 100644 (file)
@@ -7,11 +7,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 }
 --FILE--
 <?php
-/* Prototype: bool is_file ( string $filename );
-   Description: Tells whether the filename is a regular file
-     Returns TRUE if the filename exists and is a regular file
-*/
-
 /* Creating soft and hard links to a file and applying is_file() on links */
 
 $file_path = __DIR__;
index 5bdb63e37cb317020d6f5ce61fab34b1c2abbc94..9e8b74594bd366b692a979b5f527a447d311e41c 100644 (file)
@@ -4,11 +4,6 @@ Test is_file() function: usage variations - invalid filenames
 obscure_filename
 --FILE--
 <?php
-/* Prototype: bool is_file ( string $filename );
-   Description: Tells whether the filename is a regular file
-     Returns TRUE if the filename exists and is a regular file
-*/
-
 /* Testing is_file() with invalid arguments -int, float, bool, NULL */
 
 function flatten($variable) {
index 81804030a067fdbc45ad6ac67a55397bda0cf55b..85bc4252c1607fdb255f8409bdac8b365fe334f2 100644 (file)
@@ -2,11 +2,6 @@
 Test is_file() function: usage variations - diff. path notations (Bug #42027)
 --FILE--
 <?php
-/* Prototype: bool is_file ( string $filename );
-   Description: Tells whether the filename is a regular file
-     Returns TRUE if the filename exists and is a regular file
-*/
-
 /* Passing file names with different notations, using slashes, wild-card chars */
 
 $file_path = __DIR__;
index 150510b88491c9ac6be785a5877214327459b427..26faa0226d9c340b59baafd5ed8571465c31a16d 100644 (file)
@@ -8,10 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: bool is_readable ( string $filename );
-   Description: Tells whether the filename is readable
-*/
-
 // include common file test functions
 require __DIR__.'/file.inc';
 
index 1432141c91704d89c89e4f64f27b2268e0c132ab..2685ed48ca748c2d0ff8a2fa820e012f254d1e80 100644 (file)
@@ -8,10 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: bool is_readable ( string $filename );
-   Description: Tells whether the filename is readable
-*/
-
 // include common file test functions
 require __DIR__.'/file.inc';
 
index a3f72a30489cd4a1367d5a733c28b0452f49a5e2..7f1b85501a357fec9b3917b3a70d8800f7c2ff55 100644 (file)
@@ -9,10 +9,6 @@ require __DIR__ . '/../skipif_root.inc';
 ?>
 --FILE--
 <?php
-/* Prototype: bool is_readable ( string $filename );
-   Description: Tells whether the filename is readable
-*/
-
 // include common file test functions
 require __DIR__.'/file.inc';
 
index c8a6c34fa04e6cf0ecbc99dc75dc5323703b1ec2..8df7ff92d526c0a540912483945f1ba15c0d0c64 100644 (file)
@@ -2,10 +2,6 @@
 Test is_readable() function: error conditions
 --FILE--
 <?php
-/* Prototype: bool is_readable ( string $filename );
-   Description: Tells whether the filename is readable
-*/
-
 echo "\n*** Testing is_readable() on non-existent file ***\n";
 var_dump( is_readable(__DIR__."/is_readable.tmp") );
 
index 95dd003874687d9b14032ef1605228daa55199e9..e4347b04a8fa3b93b100f2b706d63596abd5ef66 100644 (file)
@@ -6,10 +6,6 @@ require __DIR__ . '/../skipif_root.inc';
 ?>
 --FILE--
 <?php
-/* Prototype: bool is_readable ( string $filename );
-   Description: Tells whether the filename is readable.
-*/
-
 /* test is_readable() with file having different filepath notation */
 
 require __DIR__.'/file.inc';
index 28c63a775d4fcecbb5ce6479bf48d4d610c21325..1102d0067f7d300429e9ee6d3e27f695a698abcc 100644 (file)
@@ -9,10 +9,6 @@ require __DIR__ . '/../skipif_root.inc';
 ?>
 --FILE--
 <?php
-/* Prototype: bool is_readable ( string $filename );
-   Description: Tells whether the filename is readable.
-*/
-
 /* test is_executable() with file/dir having different permissions */
 
 require __DIR__.'/file.inc';
index f7eebdc2b89e797ca4684c78bb14bd9b87909d32..320e6d49b9b06cb1b82be6fdbfc356fc032b44c2 100644 (file)
@@ -6,10 +6,6 @@ require __DIR__ . '/../skipif_root.inc';
 ?>
 --FILE--
 <?php
-/* Prototype: bool is_readable ( string $filename );
-   Description: Tells whether the filename is readable.
-*/
-
 /* test is_executable() with invalid arguments */
 
 echo "*** Testing is_readable(): usage variations ***\n";
index ba6676836d38208bd999299785bcf3b09996904a..e486db3727bb2a7b02a9d6c91d73ebbbc84ec2a9 100644 (file)
@@ -6,12 +6,6 @@ require __DIR__ . '/../skipif_root.inc';
 ?>
 --FILE--
 <?php
-/* Prototype: bool is_writable ( string $filename );
-   Description: Tells whether the filename is writable.
-
-   is_writeable() is an alias of is_writable()
-*/
-
 // include common file test functions
 require __DIR__.'/file.inc';
 
index f01e69b13d6bb38bd625f2b9d479c3ec6d9034e1..3020124d4e314e4715b8e079a29e40baa1c494ad 100644 (file)
@@ -2,12 +2,6 @@
 Test is_writable() and its alias is_writeable() function: error conditions
 --FILE--
 <?php
-/* Prototype: bool is_writable ( string $filename );
-   Description: Tells whether the filename is writable.
-
-   is_writeable() is an alias of is_writable()
-*/
-
 echo "\n*** Testing is_writable() on non-existent file ***\n";
 var_dump( is_writable(__DIR__."/is_writable") );
 var_dump( is_writeable(__DIR__."/is_writable") );
index 333294e073a854578a5d9abe602267413182d4a0..f781f871ff45e6f17c2c7f6a491e930beb9b50e2 100644 (file)
@@ -6,11 +6,6 @@ require __DIR__ . '/../skipif_root.inc';
 ?>
 --FILE--
 <?php
-/* Prototype: bool is_writable ( string $filename );
-   Description: Tells whether the filename is writable.
-
-   is_writeable() is an alias of is_writable()
-*/
 /* test is_writable() & is_writeable() with file having different filepath notation */
 require __DIR__.'/file.inc';
 echo "*** Testing is_writable(): usage variations ***\n";
index 0dcce8c6d4035bcffdc9925c72b8de4185dac651..ea8437d630352e9aff196dfa577b71644ea7ecb8 100644 (file)
@@ -9,12 +9,6 @@ require __DIR__ . '/../skipif_root.inc';
 ?>
 --FILE--
 <?php
-/* Prototype: bool is_writable ( string $filename );
-   Description: Tells whether the filename is writable.
-
-   is_writeable() is an alias of is_writable()
-*/
-
 /* test is_executable() with file/dir having different permissions */
 
 require __DIR__.'/file.inc';
index 167d874ac267ca0d2236c9698d080f3575795910..286b64c4d37a7c59020edfe1ffed868e0075204f 100644 (file)
@@ -8,12 +8,6 @@ require __DIR__ . '/../skipif_root.inc';
 obscure_filename
 --FILE--
 <?php
-/* Prototype: bool is_writable ( string $filename );
-   Description: Tells whether the filename is writable.
-
-   is_writeable() is an alias of is_writable()
-*/
-
 /* test is_writable() & is_writeable() with invalid arguments */
 
 echo "*** Testing is_writable(): usage variations ***\n";
index d6a6072792f6b474a0ba0ee04bed213ac56bf100..189ccb6fe89727a9a014b760d3ac107179500ee3 100644 (file)
@@ -7,12 +7,6 @@ if (!function_exists("posix_getuid")) die("skip no posix_getuid()");
 ?>
 --FILE--
 <?php
-/* Prototype  : bool lchown (string filename, mixed user)
- * Description: Change file owner of a symlink
- * Source code: ext/standard/filestat.c
- * Alias to functions:
- */
-
 echo "*** Testing lchown() : basic functionality ***\n";
 $filename = __DIR__ . DIRECTORY_SEPARATOR . 'lchown_basic.txt';
 $symlink = __DIR__ . DIRECTORY_SEPARATOR . 'lchown_basic_symlink.txt';
index 093c0c5b315a4b1a86dc36eeac887ed13e8e7b2f..2ad0a37d35141c4af9fc0e82f010dd737309a79b 100644 (file)
@@ -8,12 +8,6 @@ require __DIR__ . '/../skipif_root.inc';
 ?>
 --FILE--
 <?php
-/* Prototype  : bool lchown (string filename, mixed user)
- * Description: Change file owner of a symlink
- * Source code: ext/standard/filestat.c
- * Alias to functions:
- */
-
 echo "*** Testing lchown() : error functionality ***\n";
 
 // Set up
index 24788e3a8a9c5084eda861b746576eae4c3dcfd7..537dabbbcd2babef751bc1c5bf4b16b39dbd0121 100644 (file)
@@ -9,13 +9,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: array lstat ( string $filename );
-   Description: Gives information about a file or symbolic link
-
-   Prototype: array stat ( string $filename );
-   Description: Gives information about a file
-*/
-
 $file_path = __DIR__;
 require("$file_path/file.inc");
 
index 06926df2a27e5b233c0847b27bc93802aaf9f235..a28e9d8675b7a1d5c947f80bd27ce0051cb9eca7 100644 (file)
@@ -8,13 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: array lstat ( string $filename );
-   Description: Gives information about a file or symbolic link
-
-   Prototype: array stat ( string $filename );
-   Description: Gives information about a file
-*/
-
 echo "*** Testing lstat() for error conditions ***\n";
 $file_path = __DIR__;
 var_dump( lstat("$file_path/temp.tmp") ); // non existing file
index e7aa778ade8172373d68a9176f3240f1bba3d288..6691617c89e4d437b5e880e68f028e875c3a5b18 100644 (file)
@@ -8,13 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: array lstat ( string $filename );
-   Description: Gives information about a file or symbolic link
-
-   Prototype: array stat ( string $filename );
-   Description: Gives information about a file
-*/
-
 /* test the effects of rename() on stats of file */
 
 $file_path = __DIR__;
index d6b6123e8c5276980c64f7a7a088d027a14c5613..f002824b941299c3bed95df00f2a4e0b42fa0b05 100644 (file)
@@ -9,13 +9,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: array lstat ( string $filename );
-   Description: Gives information about a file or symbolic link
-
-   Prototype: array stat ( string $filename );
-   Description: Gives information about a file
-*/
-
 /* test the effects of is_dir() on stats of a dir */
 
 $file_path = __DIR__;
index 523bfacf5c8f4730d3923c349aae9990bc8c6fb9..7ce8d7b5390ad0c1c713a1fb6eff90423ecc0496 100644 (file)
@@ -9,13 +9,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: array lstat ( string $filename );
-   Description: Gives information about a file or symbolic link
-
-   Prototype: array stat ( string $filename );
-   Description: Gives information about a file
-*/
-
 $file_path = __DIR__;
 require "$file_path/file.inc";
 
index 15f081f21f45ad0edff7eb7cc0070f8ed956807a..7c39a46d025fb260bfbb52d59e27951650ea94d7 100644 (file)
@@ -9,13 +9,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: array lstat ( string $filename );
-   Description: Gives information about a file or symbolic link
-
-   Prototype: array stat ( string $filename );
-   Description: Gives information about a file
-*/
-
 /* test the effects of is_link() on stats of link */
 
 $file_path = __DIR__;
index e94a5085ec3a9068b50ed881b6625d10a96a760a..8ffb6801e064bafe117d70fdcb08e8b295cf7444 100644 (file)
@@ -9,13 +9,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: array lstat ( string $filename );
-   Description: Gives information about a file or symbolic link
-
-   Prototype: array stat ( string $filename );
-   Description: Gives information about a file
-*/
-
 /* use stat on file created using "w" and "r" mode of fopen */
 
 $file_path = __DIR__;
index f340d57f37b4a742fdb51202f3b9a52b12dae59d..c6a5971df3196f7f0c6d730bfcdb988e7cb6bd12 100644 (file)
@@ -8,13 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: array lstat ( string $filename );
-   Description: Gives information about a file or symbolic link
-
-   Prototype: array stat ( string $filename );
-   Description: Gives information about a file
-*/
-
 /* test the effects of is_link() on stats of hard link */
 
 $file_path = __DIR__;
index 467c0ef5518c27ae3d86a4da3ab5c8329885e283..fba06d2770146bfd8c206ef1bc0d49fc85822a8f 100644 (file)
@@ -9,13 +9,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: array lstat ( string $filename );
-   Description: Gives information about a file or symbolic link
-
-   Prototype: array stat ( string $filename );
-   Description: Gives information about a file
-*/
-
 /* test the effects on stats by changing permissions of link */
 
 $file_path = __DIR__;
index 93791355bab1e13265050ba5eef3ee34133291e5..2a21bdf411ab21c1101643959df5271f4169c135 100644 (file)
@@ -9,13 +9,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: array lstat ( string $filename );
-   Description: Gives information about a file or symbolic link
-
-   Prototype: array stat ( string $filename );
-   Description: Gives information about a file
-*/
-
 /* test the effects on stats with changing permissions of file */
 
 $file_path = __DIR__;
index 64039566f0b58fcffa7eef662beb4ba4b02c1a22..62eb842134dd366c064ccfd0e153792714bb8a7f 100644 (file)
@@ -9,13 +9,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: array lstat ( string $filename );
-   Description: Gives information about a file or symbolic link
-
-   Prototype: array stat ( string $filename );
-   Description: Gives information about a file
-*/
-
 /* test the effects on stats by changing permissions of a dir */
 
 $file_path = __DIR__;
index 7b83d155475a65a16db8750d707f019e67d5341f..ddc256b771c06f7e19e77845b77f005a6718838a 100644 (file)
@@ -8,13 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: array lstat ( string $filename );
-   Description: Gives information about a file or symbolic link
-
-   Prototype: array stat ( string $filename );
-   Description: Gives information about a file
-*/
-
 /* test for stats of dir/file when their names are stored in objects */
 
 $file_path = __DIR__;
index 8a2126737ff7de3fba6f7d36322d079a212b9ecd..27307025d95242da419206c5073a2e8160fe5275 100644 (file)
@@ -8,13 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: array lstat ( string $filename );
-   Description: Gives information about a file or symbolic link
-
-   Prototype: array stat ( string $filename );
-   Description: Gives information about a file
-*/
-
 /* test for stats of dir/file when their names are stored in an array */
 
 $file_path = __DIR__;
index 61a9e196cc8861c616c90cd6779ea4a333efba36..e708ed477abc0c1d2badebd680d5128db6c035ce 100644 (file)
@@ -8,13 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: array lstat ( string $filename );
-   Description: Gives information about a file or symbolic link
-
-   Prototype: array stat ( string $filename );
-   Description: Gives information about a file
-*/
-
 /* test the effects of rename() on stats of dir */
 
 $file_path = __DIR__;
index 8567c4e7c2afbc7f92da5aabb13841df9f427ad6..58efb30bfe56ad0a886abdbae9793b94ca152f20 100644 (file)
@@ -8,13 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: array lstat ( string $filename );
-   Description: Gives information about a file or symbolic link
-
-   Prototype: array stat ( string $filename );
-   Description: Gives information about a file
-*/
-
 /* test for stats of link when their names are stored in object and array */
 
 $file_path = __DIR__;
index df09bc7f98b93cd490bfe387ea1dbb703c225797..cd3a8865c54b18fd9edac86bcffca45e6ed4b403 100644 (file)
@@ -9,13 +9,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: array lstat ( string $filename );
-   Description: Gives information about a file or symbolic link
-
-   Prototype: array stat ( string $filename );
-   Description: Gives information about a file
-*/
-
 /* test the effects of truncate() on stats of a file */
 
 $file_path = __DIR__;
index 35583971311bee52f35b3ada83ce89d69ba0f5f4..017e323436737c499b7ec80aa3edd18f50e4be73 100644 (file)
@@ -11,12 +11,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 obscure_filename
 --FILE--
 <?php
-/* Prototype: array lstat ( string $filename );
-   Description: Gives information about a file or symbolic link
-
-   Prototype: array stat ( string $filename );
-   Description: Gives information about a file
-*/
 echo "*** testing stat ***\n";
 var_dump(stat(NULL));
 var_dump(stat(false));
index 15fc5f0b530774e2c1bc698b9ad78430a539ff40..09f8ea9e9477ce927e281172a7c3272d9f16fe85 100644 (file)
@@ -8,13 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: array lstat ( string $filename );
-   Description: Gives information about a file or symbolic link
-
-   Prototype: array stat ( string $filename );
-   Description: Gives information about a file
-*/
-
 /* test the effects of rename() on stats of link */
 
 $file_path = __DIR__;
index c72d7ffe4bdb2f27c70cc4d26dd3b0064ed149d0..c0098cd1fa65263ba11ed0ed8c1d08337fa6bab4 100644 (file)
@@ -9,13 +9,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: array lstat ( string $filename );
-   Description: Gives information about a file or symbolic link
-
-   Prototype: array stat ( string $filename );
-   Description: Gives information about a file
-*/
-
 /* test the effects of touch() on stats of file */
 
 $file_path = __DIR__;
index 668e79238d2ab36b0e4d8f533768b7c6c5b1320b..ae19d3d1b78a15bf0b5b60621255f1d6a995c804 100644 (file)
@@ -9,13 +9,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: array lstat ( string $filename );
-   Description: Gives information about a file or symbolic link
-
-   Prototype: array stat ( string $filename );
-   Description: Gives information about a file
-*/
-
 /* test the effects of touch() on stats of dir */
 
 $file_path = __DIR__;
index b4dc684eb16b523ac0d68d098a249f251a9ac7e2..80b10ad5b3cb7122e209c26b257e7229db34d4ff 100644 (file)
@@ -17,13 +17,6 @@ foreach( $mount_output as $out )  {
 ?>
 --FILE--
 <?php
-/* Prototype: array lstat ( string $filename );
-   Description: Gives information about a file or symbolic link
-
-   Prototype: array stat ( string $filename );
-   Description: Gives information about a file
-*/
-
 /* test the effects of touch() on stats of link */
 
 $file_path = __DIR__;
index 1ec0999f6c0e7e7638bd50842991810ef68a7fea..223e8f9b9475fec68bf776a3f834dde7febb05e8 100644 (file)
@@ -8,13 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: array lstat ( string $filename );
-   Description: Gives information about a file or symbolic link
-
-   Prototype: array stat ( string $filename );
-   Description: Gives information about a file
-*/
-
 $file_path = __DIR__;
 require "$file_path/file.inc";
 
index 39cc54a30e962c249197a3c66e77fb5ca65e08a1..4be3a4b15d099122c09d6b49dbc086068aa9a67d 100644 (file)
@@ -9,13 +9,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: array lstat ( string $filename );
-   Description: Gives information about a file or symbolic link
-
-   Prototype: array stat ( string $filename );
-   Description: Gives information about a file
-*/
-
 $file_path = __DIR__;
 require "$file_path/file.inc";
 
index be0b434c2c4c007a5d04d2ddb1d1814258094499..4500de027668ba68c42dc1b50011e3c3637dda08 100644 (file)
@@ -2,12 +2,6 @@
 Test mkdir() and rmdir() functions : error conditions
 --FILE--
 <?php
-/*  Prototype: bool mkdir ( string $pathname [, int $mode [, bool $recursive [, resource $context]]] );
-    Description: Makes directory
-
-    Prototype: bool rmdir ( string $dirname [, resource $context] );
-    Description: Removes directory
-*/
 
 echo "\n*** Testing rmdir() on non-existent directory ***\n";
 var_dump( rmdir("temp") );
index 37fe05560eed0153e4aceee0f7a67ab501bf6d24..b6c186ed0b09fab24fd700195e82533ca6db5f3e 100644 (file)
@@ -8,9 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/*  Prototype: bool mkdir ( string $pathname [, int $mode [, bool $recursive [, resource $context]]] );
-    Description: Makes directory
-*/
 
 echo "*** Testing mkdir() and rmdir() for different permissions ***\n";
 
index eea106591743fef65905f1fed02d8e0b05918774..f4f412e802ff8c8285219ce56a7d4e2addc64e11 100644 (file)
@@ -8,9 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/*  Prototype: bool mkdir ( string $pathname [, int $mode [, bool $recursive [, resource $context]]] );
-    Description: Makes directory
-*/
 
 echo "*** Testing mkdir() and rmdir() for different permissions ***\n";
 
index 6fe177250cd8541a90a10b365f294528f8decc08..129fcd7785d3e9de6d7c028db5da2100342feb6f 100644 (file)
@@ -9,9 +9,6 @@ require __DIR__ . '/../skipif_root.inc';
 ?>
 --FILE--
 <?php
-/*  Prototype: bool mkdir ( string $pathname [, int $mode [, bool $recursive [, resource $context]]] );
-    Description: Makes directory
-*/
 
 echo "*** Testing mkdir() and rmdir() for different permissions ***\n";
 
index 176ad790708890f9ba3ae3b387e49dda99e61e23..667a00187e4582024064009ecd04e0d286562a0a 100644 (file)
@@ -9,9 +9,6 @@ require __DIR__ . '/../skipif_root.inc';
 ?>
 --FILE--
 <?php
-/*  Prototype: bool mkdir ( string $pathname [, int $mode [, bool $recursive [, resource $context]]] );
-    Description: Makes directory
-*/
 
 $context = stream_context_create();
 
index e2eea07f52ad29ec7962b7e8eacd54f21bcb97c3..b6af2bf9863d1589fb2c5e6c41fd8df505b188cc 100644 (file)
@@ -9,12 +9,6 @@ if(substr(PHP_OS, 0, 3) != "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype  : bool mkdir(string pathname [, int mode [, bool recursive [, resource context]]])
- * Description: Create a directory
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing mkdir() : variation ***\n";
 
 $workDir = "mkdirVar5.tmp";
index c8e8b8d3eafbfb85cdf7b8d9ee8f3221ed6620f6..0d753a46a2c7f8d4e7be805c79db39f90ce87ede 100644 (file)
@@ -9,12 +9,6 @@ if(substr(PHP_OS, 0, 3) == "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype  : bool mkdir(string pathname [, int mode [, bool recursive [, resource context]]])
- * Description: Create a directory
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing mkdir() : variation ***\n";
 
 $workDir = "mkdirVar5.tmp";
index 817b92aa7f36165edc29350ed8afe65b93dda71f..7f134d02a0d4045a0b43519414e3571d1340e8a8 100644 (file)
@@ -2,11 +2,6 @@
 Test parse_ini_file() function
 --FILE--
 <?php
-/* Prototype: array parse_ini_file(string $filename [,bool $process_sections]);
-   Description: parse_ini_file() loads in the ini file specified in filename,
-     and returns the settings in it in an associative array.
-*/
-
 $file_path = __DIR__;
 
 $parse_string = <<<EOD
index 41a8f13786f3cf5c13872d39eb4adb86f871ece4..ce4952f1083f9899da20b02c28d6951605eb11fb 100644 (file)
@@ -2,12 +2,6 @@
 Test parse_ini_file() function : error conditions
 --FILE--
 <?php
-/* Prototype  : proto array parse_ini_file(string filename [, bool process_sections])
- * Description: Parse configuration file
- * Source code: ext/standard/basic_functions.c
- * Alias to functions:
- */
-
 echo "*** Testing parse_ini_file() : error conditions ***\n";
 
 //Test parse_ini_file with one more than the expected number of arguments
index 82465d9b174a728c84b15afb9c88cd4171268eee..c9f2dc218cb1fe7981c7183778e21a09cce5bdf1 100644 (file)
@@ -4,12 +4,6 @@ Test parse_ini_file() function : variation: identical properties and values are
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
 <?php
-/* Prototype  : array parse_ini_file(string filename [, bool process_sections])
- * Description: Parse configuration file
- * Source code: ext/standard/basic_functions.c
- * Alias to functions:
- */
-
 echo "*** Testing parse_ini_file() : variation ***\n";
 $output_file = __FILE__.".ini";
 $iniFile = <<<FILE
index 2ba810ae2e6cc61ed1cc66e712e7089cedfb5f42..65c0b45adeb29487973edad96c115499d77d5f7b 100644 (file)
@@ -4,12 +4,6 @@ Test parse_ini_file() function : variation: handling different boolean values
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
 <?php
-/* Prototype  : array parse_ini_file(string filename [, bool process_sections])
- * Description: Parse configuration file
- * Source code: ext/standard/basic_functions.c
- * Alias to functions:
- */
-
 echo "*** Testing parse_ini_file() : variation ***\n";
 $output_file = __FILE__.".ini";
 $iniFile = <<<FILE
index 23b0ec4a8a32a0922682c7262b3b5985f7927643..81aeb46d02f7d400c824bfff36085d648227f8b9 100644 (file)
@@ -4,12 +4,6 @@ Test parse_ini_file() function : variation: include path searching
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
 <?php
-/* Prototype  : array parse_ini_file(string filename [, bool process_sections])
- * Description: Parse configuration file
- * Source code: ext/standard/basic_functions.c
- * Alias to functions:
- */
-
 echo "*** Testing parse_ini_file() : variation ***\n";
 $pwd = getcwd();
 $f = "parse_ini_file_variation3";
index aac0426e964399a589d7b79aa3bc129d9e4a94f3..c5c5934062cc1c819c3dd73009be6b8e2ccdaecb 100644 (file)
@@ -9,12 +9,6 @@ if(substr(PHP_OS, 0, 3) != "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype  : array parse_ini_file(string filename [, bool process_sections])
- * Description: Parse configuration file
- * Source code: ext/standard/basic_functions.c
- * Alias to functions:
- */
-
 echo "*** Testing parse_ini_file() : variation ***\n";
 $mainDir = "parseIniFileVar私はガラスを食べられます.dir";
 $subDir = "parseIniFileVar私はガラスを食べられますSub";
index a0fb9878b3a6e6ffa3cb24f2c272f890499ad54a..a7b005c6e9aa56b7701787c3e42b84cdd39cbf31 100644 (file)
@@ -9,12 +9,6 @@ if(substr(PHP_OS, 0, 3) != "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype  : array parse_ini_file(string filename [, bool process_sections])
- * Description: Parse configuration file
- * Source code: ext/standard/basic_functions.c
- * Alias to functions:
- */
-
 echo "*** Testing parse_ini_file() : variation ***\n";
 $mainDir = "parseIniFileVar6.dir";
 $subDir = "parseIniFileVar6Sub";
index e0af048e8b14e57f41d1eb9bfc5a61488f54f4dc..70e1a73f988e7e9d2da28fcd072c0a4969b00d24 100644 (file)
@@ -4,12 +4,6 @@ Test parse_ini_file() function : variation - various absolute and relative paths
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
 <?php
-/* Prototype  : array parse_ini_file(string filename [, bool process_sections])
- * Description: Parse configuration file
- * Source code: ext/standard/basic_functions.c
- * Alias to functions:
- */
-
 echo "*** Testing parse_ini_file() : variation ***\n";
 $mainDir = "parseIniFileVar6.dir";
 $subDir = "parseIniFileVar6Sub";
index f44379847e07e368af421b1db2da306b1d018023..e16619a8156c137bd6e7f3ca6e603993a828236e 100644 (file)
@@ -2,10 +2,6 @@
 Test pathinfo() function: basic functionality
 --FILE--
 <?php
-/* Prototype: mixed pathinfo ( string $path [, int $options] );
-   Description: Returns information about a file path
-*/
-
 echo "*** Testing basic functions of pathinfo() ***\n";
 
 $file_path = __DIR__;
index 060c7e3423b43a527b3e2a960b6860cb828e4ec5..69d0fa27d159e5f7e5e926108b810d1a48346354 100644 (file)
@@ -9,10 +9,6 @@ if(substr(PHP_OS, 0, 3) != "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype: mixed pathinfo ( string $path [, int $options] );
-   Description: Returns information about a file path
-*/
-
 echo "*** Testing basic functions of pathinfo() ***\n";
 
 $paths = array (
index d195a76fb3b313a47015e0928b162f1f1fe17aa7..41a065e4e19088b25261f338a09ed4fcc943febc 100644 (file)
@@ -9,10 +9,6 @@ if(substr(PHP_OS, 0, 3) == "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype: mixed pathinfo ( string $path [, int $options] );
-   Description: Returns information about a file path
-*/
-
 echo "*** Testing basic functions of pathinfo() ***\n";
 
 $paths = array (
index 97f38994260da7d4a1558e1d6af2b0bb4e364879..c63f3162c3e82244c9ebab80639566e572d3bd13 100644 (file)
@@ -9,10 +9,6 @@ if(substr(PHP_OS, 0, 3) != "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype: mixed pathinfo ( string $path [, int $options] );
-   Description: Returns information about a file path
-*/
-
 echo "*** Testing basic functions of pathinfo() ***\n";
 
 $paths = array (
index 3ae6e1338cb603021e0bbe6385ca4a6f8eff13f7..c3909295f95fb62614ef174f6fe3aae9a9172d03 100644 (file)
@@ -9,10 +9,6 @@ if(substr(PHP_OS, 0, 3) == "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype: mixed pathinfo ( string $path [, int $options] );
-   Description: Returns information about a file path
-*/
-
 echo "*** Testing basic functions of pathinfo() ***\n";
 
 $paths = array (
index 251a20496f2ed59a5d7497a7bbac962be988068d..aa1494b57997f5364dd3347e878273a685919ca8 100644 (file)
@@ -4,12 +4,6 @@ Test pathinfo() function : usage variation
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
 <?php
-/* Prototype  : array pathinfo(string path[, int options])
- * Description: Returns information about a certain string
- * Source code: ext/standard/string.c
- * Alias to functions:
- */
-
 echo "*** Testing pathinfo() : usage variation ***\n";
 
 $testfile = "/usr/include/arpa/inet.h";
index f6a13e65342d21b87969998bd7b77162267fbc28..4447d07d6c7b5e32697e68c3933e709e60e25439 100644 (file)
@@ -2,10 +2,6 @@
 Test pathinfo() function: usage variations
 --FILE--
 <?php
-/* Prototype: mixed pathinfo ( string $path [, int $options] );
-   Description: Returns information about a file path
-*/
-
 echo "*** Testing pathinfo() with miscellaneous input arguments ***\n";
 
 $fp = fopen(__FILE__, "r");
index 008cef36432b35b5f4132c871b597f40808f9c08..7bb4c1be02c778a11cb550af4797fdd9b0398e41 100644 (file)
@@ -7,14 +7,6 @@ if(substr(PHP_OS, 0, 3) != 'WIN' )
 ?>
 --FILE--
 <?php
-/*
- *  Prototype: resource popen ( string command, string mode )
- *  Description: Opens process file pointer.
-
- *  Prototype: int pclose ( resource handle );
- *  Description: Closes process file pointer.
- */
-
 echo "*** Testing popen(): reading from the pipe ***\n";
 
 $file_path = __DIR__;
index 5be3ee4ca870b0f64503b818d956c558bf9c9ce4..61f2fa302bf98e1fe07b1f410db876991eaa5d69 100644 (file)
@@ -7,14 +7,6 @@ if(substr(PHP_OS, 0, 3) != 'WIN' )
 ?>
 --FILE--
 <?php
-/*
- *  Prototype: resource popen ( string command, string mode )
- *  Description: Opens process file pointer.
-
- *  Prototype: int pclose ( resource handle );
- *  Description: Closes process file pointer.
- */
-
 echo "*** Testing popen(): reading from the pipe ***\n";
 
 $file_path = __DIR__;
index 4e17c29cdea2c5205ef20c6fc3df4de1baadcc50..4964a4fa85b36c52753b35fd488f997b651ccaad 100644 (file)
@@ -7,14 +7,6 @@ if(substr(PHP_OS, 0, 3) == 'WIN' )
 ?>
 --FILE--
 <?php
-/*
- *  Prototype: resource popen ( string command, string mode )
- *  Description: Opens process file pointer.
- *
- *  Prototype: int pclose ( resource handle );
- *  Description: Closes process file pointer.
- */
-
 $file_path = __DIR__;
 require($file_path."/file.inc");
 
index ee015750b4835787dfec291aa3bd990e75f6e252..981f1d5a6e6aaf07ef0dca666f2cacf41a79ac34 100644 (file)
@@ -7,13 +7,7 @@ if( substr(PHP_OS, 0, 3) != 'Sun')
 ?>
 --FILE--
 <?php
-/*
- * Prototype: resource popen ( string command, string mode )
- * Description: Opens process file pointer.
 
- * Prototype: int pclose ( resource handle );
- * Description: Closes process file pointer.
- */
 $file_path = __DIR__;
 echo "*** Testing for error conditions ***\n";
 var_dump( popen() );  // Zero Arguments
index eebe6a7a00163373f81a3908ce5fb47cd86d8058..2f05e7788d982203308df27964dfdab5180c7ffb 100644 (file)
@@ -7,13 +7,6 @@ if (strtoupper( substr(PHP_OS, 0, 3) ) == 'SUN')
 ?>
 --FILE--
 <?php
-/*
- * Prototype: resource popen ( string command, string mode )
- * Description: Opens process file pointer.
-
- * Prototype: int pclose ( resource handle );
- * Description: Closes process file pointer.
- */
 $file_path = __DIR__;
 echo "*** Testing for error conditions ***\n";
 var_dump( popen("abc.txt", "rw") );   // Invalid mode Argument
index 06e0813d572513f62fb3bab2824c1c538c315b13..843e0ff5d8bdb35070d721912cd23da5fec0c573 100644 (file)
@@ -8,9 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: int readfile ( string $filename [, bool $use_include_path [, resource $context]] );
-   Description: Outputs a file
-*/
 // common file used
 require(__DIR__ . '/file.inc');
 
index 1c05f494a6e1de0843081d5742e7a8502bd7780f..d2b888a034c1b1108b0207127f6d13da453d0d25 100644 (file)
@@ -8,9 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: int readfile ( string $filename [, bool $use_include_path [, resource $context]] );
-   Description: Outputs a file
-*/
 // common file used
 require(__DIR__ . '/file.inc');
 
index b0ada5ea21836b57d51cce2c6241067c96e45d19..6ae9f9a4dee123257fd60d29b1c5bd0d10c9ed53 100644 (file)
@@ -2,10 +2,6 @@
 Test readfile() function: error conditions
 --FILE--
 <?php
-/* Prototype: int readfile ( string $filename [, bool $use_include_path [, resource $context]] );
-   Description: Outputs a file
-*/
-
 $context = stream_context_create();
 
 echo "*** Test readfile(): error conditions ***\n";
index 6348bb3dfe4329f06d8de945df753e6d71b1a3bd..97ddf6a284469c761c180096bf73d1c5736e3416 100644 (file)
@@ -2,10 +2,6 @@
 Test readfile() function: usage variation - stream_context
 --FILE--
 <?php
-/* Prototype: int readfile ( string $filename [, bool $use_include_path [, resource $context]] );
-   Description: Outputs a file
-*/
-
 /* test readfile() with third argument : context */
 
 // include file.inc
index 4934b8cf008340d3b4819397b340c879e94587db..ecd850eb59d6a8f5a5669e8ba3151d3852955add 100644 (file)
@@ -11,12 +11,6 @@ if(substr(PHP_OS, 0, 3) != "WIN")
 obscure_filename
 --FILE--
 <?php
-/* Prototype  : int readfile(string filename [, bool use_include_path[, resource context]])
- * Description: Output a file or a URL
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing readfile() : variation ***\n";
 
 /* An array of files */
index 87892a4519c5304378a3f92a7eadd6ad8df213db..304f57154c4de6a512856801936480a81f352542 100644 (file)
Binary files a/ext/standard/tests/file/readfile_variation10.phpt and b/ext/standard/tests/file/readfile_variation10.phpt differ
index 029890404e548430ad54c5e113e7cc31cd5544b8..5407d3710dd1f7854b01055b8b8b4f8b411a3224 100644 (file)
@@ -8,10 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: int readfile ( string $filename [, bool $use_include_path [, resource $context]] );
-   Description: Outputs a file
-*/
-
 /* Variation 2 : Create file
                  Create soft/hard link to it
                  Read link using readfile()
index b2571d3ac573fa82966ef641b82f134115e48692..20078def12b82468c4dfe74d4148beb3c2a14da5 100644 (file)
@@ -2,9 +2,6 @@
 Test readfile() function: usage variation - include path
 --FILE--
 <?php
-/* Prototype: int readfile ( string $filename [, bool $use_include_path [, resource $context]] );
-   Description: Outputs a file
-*/
 /* test readfile() by providing an include path, second argument */
 
 // include file.inc
index 7e751753ff5d475b599965fe78a8e27ac01cc97d..aa92c11369a51faa0e9a76180d91ee8ac015eb97 100644 (file)
@@ -4,12 +4,6 @@ Test readfile() function : variation - test include path
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
 <?php
-/* Prototype  : int readfile(string filename [, bool use_include_path[, resource context]])
- * Description: Output a file or a URL
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 require_once('fopen_include_path.inc');
 
 echo "*** Testing readfile() : variation ***\n";
index 71f2d0beb57d778c644b9f1fa7067784dbbf0da4..0e2616ff01d69fde1272375d703172a4e5892c08 100644 (file)
@@ -4,12 +4,6 @@ Test readfile() function : variation
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
 <?php
-/* Prototype  : int readfile(string filename [, bool use_include_path[, resource context]])
- * Description: Output a file or a URL
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 require_once('fopen_include_path.inc');
 
 echo "*** Testing readfile() : variation ***\n";
index acf968d6fd2663baf917f54195790552e4e18637..5db61a3b2e919ba2aeacccb25deb2df6a9fefbc6 100644 (file)
@@ -9,12 +9,6 @@ if(substr(PHP_OS, 0, 3) != "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype  : int readfile(string filename [, bool use_include_path[, resource context]])
- * Description: Output a file or a URL
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing readfile() : variation ***\n";
 $mainDir = "readfileVar私はガラスを食べられます8";
 $subDir = "readfileVar私はガラスを食べられます8Sub";
index ebd15ae61856b92dd95066ee216db69d15437b2d..a44709b6b2ca5d53ac3d2f5c0940d3952d17d8af 100644 (file)
@@ -9,12 +9,6 @@ if(substr(PHP_OS, 0, 3) != "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype  : int readfile(string filename [, bool use_include_path[, resource context]])
- * Description: Output a file or a URL
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing readfile() : variation ***\n";
 $mainDir = "readfileVar8";
 $subDir = "readfileVar8Sub";
index a6ca560d6d184da206821ef1ec849352c3f8ea05..a09846587a6dde806e7820d144afe0cb2043225e 100644 (file)
@@ -4,12 +4,6 @@ Test readfile() function : variation - variable types of path
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
 <?php
-/* Prototype  : int readfile(string filename [, bool use_include_path[, resource context]])
- * Description: Output a file or a URL
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing readfile() : variation ***\n";
 $mainDir = "readfileVar8";
 $subDir = "readfileVar8Sub";
index fa2056d076fdff7c01036b0f857cf83de65fb718..2d9847ffb8437befea54ea35c39c0b804225b655 100644 (file)
@@ -8,13 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: string readlink ( string $path );
-   Description: Returns the target of a symbolic link
-
-   Prototype: string realpath ( string $path );
-   Description: Returns canonicalized absolute pathname
-*/
-
 /* creating directories, symbolic links and files */
 $file_path = __DIR__;
 mkdir("$file_path/readlink_realpath_basic1/home/test/", 0777, true);
index 104fba859d9abc9a71d8ef4aca039f999ccf0879..c5cd985c5c272299b014a4d2c3c4700729da627f 100644 (file)
@@ -8,13 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: string readlink ( string $path );
-   Description: Returns the target of a symbolic link
-
-   Prototype: string realpath ( string $path );
-   Description: Returns canonicalized absolute pathname
-*/
-
 /* creating directories, symbolic links and files */
 $file_path = __DIR__;
 mkdir("$file_path/readlink_realpath_basic2/home/test/", 0777, true);
index 07880d10076b03707d80b9ceb471dad8da599a53..d1aee746daa264ddae0eed92ce9e6000b22a1f16 100644 (file)
@@ -8,13 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: string readlink ( string $path );
-   Description: Returns the target of a symbolic link
-
-   Prototype: string realpath ( string $path );
-   Description: Returns canonicalized absolute pathname
-*/
-
 echo "\n*** Testing readlink() on a non-existent link ***\n";
 var_dump( readlink(__DIR__."/readlink_error.tmp") );
 
index 797badd9147ac0387855973643e38db0c16ec9c7..77e4e933b587c6c1aaf214251b888e367c8f3442 100644 (file)
@@ -8,13 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: string readlink ( string $path );
-   Description: Returns the target of a symbolic link
-
-   Prototype: string realpath ( string $path );
-   Description: Returns canonicalized absolute pathname
-*/
-
 echo "*** Testing readlink() and realpath() : usage variations ***\n";
 $name_prefix = __DIR__;
 $filename = "$name_prefix/readlink_realpath_variation1/home/tests/link/readlink_realpath_variation1.tmp";
index 82deabecb6b2eb8cca1678a1e09faac16f9678f0..3738952fdd3ac81ffa1e2b6f0b27ffa2f0860529 100644 (file)
@@ -8,13 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: string readlink ( string $path );
-   Description: Returns the target of a symbolic link
-
-   Prototype: string realpath ( string $path );
-   Description: Returns canonicalized absolute pathname
-*/
-
 echo "*** Testing readlink() and realpath() : usage variations ***\n";
 $name_prefix = __DIR__;
 // create temp dir
index b93d49e359aecb48f663cf643d6b0f065d4bac5b..f256ffea4287608c6b038d58b17fcac860ac9beb 100644 (file)
@@ -2,13 +2,6 @@
 Test readlink() and realpath() functions: usage variation - invalid args
 --FILE--
 <?php
-/* Prototype: string readlink ( string $path );
-   Description: Returns the target of a symbolic link
-
-   Prototype: string realpath ( string $path );
-   Description: Returns canonicalized absolute pathname
-*/
-
 echo "*** Testing readlink() and realpath() : usage variations ***\n";
 
 echo "\n*** Testing readlink() and realpath() with linkname as empty string, NULL and single space ***\n";
index 276f894432005d13640bb896d41418227d953e6a..b129de364f678820944c0748e8256ad8e3f64a44 100644 (file)
@@ -6,9 +6,6 @@ Dave Kelsey <d_kelsey@uk.ibm.com>
 obscure_filename
 --FILE--
 <?php
-/* Prototype: string readlink ( string $path );
-   Description: Returns the target of a symbolic link */
-
 /* Testing readlink() with invalid arguments -int, float, bool, NULL, resource */
 
 $file_path = __DIR__;
index e56d213631a51ab80c57d582a7fbe39def0c62c9..4011f35fed24cc4354d40744e12021b719482cca 100644 (file)
@@ -8,10 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: string realpath ( string $path );
-   Description: Returns canonicalized absolute pathname
-*/
-
 echo "\n*** Testing basic functions of realpath() with files ***\n";
 
 /* creating directories and files */
index e8020d199efdf140141452d1a03bc386e0075c32..f2242c827db4b311825649500f3a2188ac775287 100644 (file)
@@ -8,10 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: string realpath ( string $path );
-   Description: Returns canonicalized absolute pathname
-*/
-
 echo "\n*** Testing basic functions of realpath() with files ***\n";
 
 /* creating directories and files */
index 622c1d6ccea839d0ab23db01ace43cc3854e2de7..33073ae5bf79a62376b92c3b08b69ebba7d8deb3 100644 (file)
@@ -2,10 +2,6 @@
 Test realpath() with relative paths
 --FILE--
 <?php
-/* Prototype: string realpath ( string $path );
-   Description: Returns canonicalized absolute pathname
-*/
-
 echo "\n*** Testing basic functions of realpath() with files ***\n";
 
 /* creating directories and files */
index f0b79a0fd35e3d1c673acb95d4187e401896fe93..a3539f6106ad3ec947d6c351d937457170af08ed 100644 (file)
@@ -8,10 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: string realpath ( string $path );
-   Description: Returns canonicalized absolute pathname
-*/
-
 require __DIR__.'/file.inc';
 
 echo "*** Testing realpath(): usage variations ***\n";
index a685beb20b996260363a4d848df817fd44975fe0..9f46c62e7cf0d509dd43f3b63fb21d5e872ce9bc 100644 (file)
@@ -8,10 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: string realpath ( string $path );
-   Description: Returns canonicalized absolute pathname
-*/
-
 require __DIR__.'/file.inc';
 
 echo "*** Testing realpath(): usage variations ***\n";
index 142e8846da497a2a48f35052b979c4e568b0fb41..6eb485785bef0b5b18013eefa24963cf41f7c8ed 100644 (file)
@@ -9,12 +9,6 @@ if(substr(PHP_OS, 0, 3) == 'WIN' )
 ?>
 --FILE--
 <?php
-/* Prototype  : string realpath(string path)
- * Description: Return the resolved path
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing realpath() : variation ***\n";
 
 $paths = array('c:\\',
index 4313f061d6280a9b65953589fcea1459c2bf417b..0dd29a36077369e31f3f9989256547021e9991c1 100644 (file)
@@ -2,10 +2,6 @@
 Test rename() function: basic functionality
 --FILE--
 <?php
-/* Prototype: bool rename ( string $oldname, string $newname [, resource $context] );
-   Description: Renames a file or directory
-*/
-
 echo "*** Testing rename() on non-existing file ***\n";
 $file_path = __DIR__;
 require "$file_path/file.inc";
index 9b194c689c0f0db639a076271460f21bc3e5e5ad..76f337fe1f2f8d82afa6f37ea67eec3099d0ed53 100644 (file)
@@ -8,10 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: bool rename ( string $oldname, string $newname [, resource $context] );
-   Description: Renames a file or directory
-*/
-
 require __DIR__.'/file.inc';
 
 /* create directory */
index c07aa3f6c1ee1acbd54a6cda584a082d94306abf..1888838635d79fc61634cf9b09061b4b50e95820 100644 (file)
@@ -8,10 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: bool rename ( string $oldname, string $newname [, resource $context] );
-   Description: Renames a file or directory
-*/
-
 require __DIR__.'/file.inc';
 
 /* creating directory */
index fbf358f79b58b9b4118883371d6d42dfd67a6cbf..39d60272bd44983edae614e0c74164b0c7969ff5 100644 (file)
@@ -9,12 +9,6 @@ if(substr(PHP_OS, 0, 3) != "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype  : bool rename(string old_name, string new_name[, resource context])
- * Description: Rename a file
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing rename() with absolute and relative paths ***\n";
 $mainDir = "renameVar11";
 $subDir = "renameVar11Sub";
index 2c5b4a0ea81da7c870408345aec6b0988b1efc06..781ea7726eeb1a2eeb8f89326a55f99eff8b6c00 100644 (file)
@@ -8,12 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') die('skip..  for Windows');
 ?>
 --FILE--
 <?php
-/* Prototype  : bool rename(string old_name, string new_name[, resource context])
- * Description: Rename a file
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 /* Creating unique files in various dirs by passing relative paths to $dir arg */
 
 echo "*** Testing rename() with absolute and relative paths ***\n";
index e2193a4fb9ed0791effce8f93a7f40e12188fc13..b38aab7ed1d0b28de0747c3db8114773023ec61c 100644 (file)
@@ -8,12 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') die('skip..  not for Windows');
 ?>
 --FILE--
 <?php
-/* Prototype  : bool rename(string old_name, string new_name[, resource context])
- * Description: Rename a file
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 /* Creating unique files in various dirs by passing relative paths to $dir arg */
 
 echo "*** Testing rename() with absolute and relative paths ***\n";
index e80acae01b9f050d09519a9b0b4930fc0257ca53..4821fa795136a14d56b59a8286ab4da2a9cc6653 100644 (file)
@@ -11,11 +11,6 @@ if(substr(PHP_OS, 0, 3) != "WIN")
 obscure_filename
 --FILE--
 <?php
-/* Prototype  : bool rename(string old_name, string new_name[, resource context])
- * Description: Rename a file
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
 /* An array of files */
 $names_arr = array(
   /* Invalid args */
index 3e35f179a8d9e97cea52229328495cf73bbb60ce..83de25cd8477586ee6f5022454e95c3957939c89 100644 (file)
@@ -11,12 +11,6 @@ if(substr(PHP_OS, 0, 3) == "WIN")
 obscure_filename
 --FILE--
 <?php
-/* Prototype  : bool rename(string old_name, string new_name[, resource context])
- * Description: Rename a file
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing rename() with obscure files ***\n";
 $file_path = __DIR__."/renameVar13";
 $aFile = $file_path.'/afile.tmp';
index 86b5f7183741690484dbaac133aa55620e22cb2c..9a5d56e48b2f225e316a85838e491fa650aa8e81 100644 (file)
@@ -8,10 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: bool rename ( string $oldname, string $newname [, resource $context] );
-   Description: Renames a file or directory
-*/
-
 require __DIR__.'/file.inc';
 
 $file_path = __DIR__;
index a9e30573402a85d46bbb3b640c50904467d37f62..cd36b3665e64241d08e0aaa4c5eba6cb0144a611 100644 (file)
@@ -8,10 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: bool rename ( string $oldname, string $newname [, resource $context] );
-   Description: Renames a file or directory
-*/
-
 require __DIR__.'/file.inc';
 
 /* creating directory */
index df0fd55bb7d3bf45c6490721dbb523e19acd33ed..5e4bd685761ed68e6233630f9c82067ebd2197bd 100644 (file)
@@ -6,10 +6,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') die('skip..  for Windows');
 ?>
 --FILE--
 <?php
-/* Prototype: bool rename ( string $oldname, string $newname [, resource $context] );
-   Description: Renames a file or directory
-*/
-
 echo "\n*** Testing rename() on non-existing file ***\n";
 $file_path = __DIR__;
 
index 660925b61fdf9efccb01c69e085ccb1815416a99..8b958666c22380c04aea9d4d1f494b2056b32ad1 100644 (file)
@@ -6,10 +6,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') die('skip..  not for Windows');
 ?>
 --FILE--
 <?php
-/* Prototype: bool rename ( string $oldname, string $newname [, resource $context] );
-   Description: Renames a file or directory
-*/
-
 echo "\n*** Testing rename() on non-existing file ***\n";
 $file_path = __DIR__;
 
index c90345be4edc10335d84b5bd99f618890e7533b1..21deef08a8f76a356bb6e9e0c35599638ef95d02 100644 (file)
@@ -2,10 +2,6 @@
 Test rename() function: basic functionality
 --FILE--
 <?php
-/* Prototype: bool rename ( string $oldname, string $newname [, resource $context] );
-   Description: Renames a file or directory
-*/
-
 echo "\n*** Testing rename() by giving stream context as third argument ***\n";
 $file_path = __DIR__;
 
index ca7e88f5892fa8a6390c34a98679403720c4329c..7a478b8a5cfa081c9fb0b3e535efba38094906ac 100644 (file)
@@ -9,12 +9,6 @@ if(substr(PHP_OS, 0, 3) != "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype  : bool rmdir(string dirname[, resource context])
- * Description: Remove a directory
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing rmdir() : variation ***\n";
 
 $workDir = "rmdirVar3.tmp";
index c0714144e50bfd139aa1e315936c053e9fe3a986..efd66c8bdfd45a68b82bae4318fff7fbb76048d6 100644 (file)
@@ -4,12 +4,6 @@ Test rmdir() function : variation: various valid and invalid paths
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
 <?php
-/* Prototype  : bool rmdir(string dirname[, resource context])
- * Description: Remove a directory
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing rmdir() : variation ***\n";
 
 $workDir = "rmdirVar3.tmp";
index 29f1514d769aa8010ab90b3046fe8f99fecba437..4fd43bdbbabe816cbc76881187d66b2c8d29efa4 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/*
-   Prototype: array stat ( string $filename );
-   Description: Gives information about a file
-*/
-
 $file_path = __DIR__;
 require("$file_path/file.inc");
 
index 4df006468891414a49dc1c723673924720dc9499..c5a0125fb35fd9e6607ed933ce4c20410df4b566 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/*
-   Prototype: array stat ( string $filename );
-   Description: Gives information about a file
-*/
-
 $file_path = __DIR__;
 require("$file_path/file.inc");
 
index 3d4e367739c23cbe60e7ea80bd8f8efc9e3644a3..e8742fc64aeeb4fa3a879e478b013c11a2e5e4a0 100644 (file)
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/*
-   Prototype: array stat ( string $filename );
-   Description: Gives information about a file
-*/
-
 $file_path = __DIR__;
 $arr = array(__FILE__);
 
index 002d5ac6502144e07e802f23dc0e7ea38e68b4f5..616577a14f4e273bc8d94980c7ae9ad262323acf 100644 (file)
@@ -9,11 +9,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 --FILE--
 <?php
 
-/*
- *  Prototype: array stat ( string $filename );
- *  Description: Gives information about a file
- */
-
 /* test the effects of rename() on stats of dir/file */
 
 $file_path = __DIR__;
index 03d94b8898e2b868012ce6d32756c63931cb4c73..12d2b4aa95d8f1b79bfe66843e341bf318dae4ea 100644 (file)
@@ -9,11 +9,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 --FILE--
 <?php
 
-/*
- *  Prototype: array stat ( string $filename );
- *  Description: Gives information about a file
- */
-
 /* test the effects of rename() on stats of dir/file */
 
 $file_path = __DIR__;
index 66347ce2b541edad57d4a670008a581881709a02..87830458b6106a4fc6f0e96a688db938242312f4 100644 (file)
@@ -9,11 +9,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 --FILE--
 <?php
 
-/*
- *  Prototype: array stat ( string $filename );
- *  Description: Gives information about a file
- */
-
 /* test the effects of writing to a file on the stats of the file */
 
 
index 980fc56836db17ed299a5c75d1f6609a2ac99d71..fb1da16d5bcc5164fa76f4c0235dc862113d7e3f 100644 (file)
@@ -9,11 +9,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 --FILE--
 <?php
 
-/*
- *  Prototype: array stat ( string $filename );
- *  Description: Gives information about a file
- */
-
 /* test the effects of creating & deleting of subdir/file  on the stats of dir/file */
 
 $file_path = __DIR__;
index 9cae39a4980f28dbeef7ddba28d1b82ba7863a5c..bcf61439d8b8d95de96d18addd8e2fa1d0dc405f 100644 (file)
@@ -9,11 +9,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 --FILE--
 <?php
 
-/*
- *  Prototype: array stat ( string $filename );
- *  Description: Gives information about a file
- */
-
 /* test the effects on the stats of dir/file for using is_dir() & is_file() on dir/file */
 
 $file_path = __DIR__;
index 47627671dbd45e6b0b71a865061fac83b57590b3..ab65523df8b17502c63b8a5a00a4036241a32f0c 100644 (file)
@@ -9,11 +9,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 --FILE--
 <?php
 
-/*
- *  Prototype: array stat ( string $filename );
- *  Description: Gives information about a file
- */
-
 /* test the stats of file opened in write mode and then same in read mode */
 
 $file_path = __DIR__;
index 3dc7a4bac101ab587a84869bf1cc6b3213857da6..a4ffb55acf0e61e5d9d908022898c5a8f4552c38 100644 (file)
@@ -9,11 +9,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 --FILE--
 <?php
 
-/*
- *  Prototype: array stat ( string $filename );
- *  Description: Gives information about a file
- */
-
 /* test the effects on the stats of dir/file for changing permissions of dir/file */
 
 
index 320db156d474ed18d4f4df155868496ac019e212..4a54304bb4fda7844056d9937e6c48bfd7c14074 100644 (file)
@@ -9,11 +9,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 --FILE--
 <?php
 
-/*
- *  Prototype: array stat ( string $filename );
- *  Description: Gives information about a file
- */
-
 /* test the stats of dir/file when their names are stored in objects */
 
 $file_path = __DIR__;
index c86ba3206e14967943337c40a72b60efee33e192..1d3573d3d11bc9dc65b0828d2efb885b11b99b59 100644 (file)
@@ -9,11 +9,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 --FILE--
 <?php
 
-/*
- *  Prototype: array stat ( string $filename );
- *  Description: Gives information about a file
- */
-
 /* test the effects of truncate() on stats of file */
 
 
index 89d6478d733dccf780d9a9289c5f0fd3718e6d81..630310ec0224f8fdf9bb6ab63c35efd5c6171f68 100644 (file)
@@ -8,19 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: bool symlink ( string $target, string $link );
-   Description: creates a symbolic link to the existing target with the specified name link
-
-   Prototype: bool is_link ( string $filename );
-   Description: Tells whether the given file is a symbolic link.
-
-   Prototype: bool link ( string $target, string $link );
-   Description: Create a hard link
-
-   Prototype: int linkinfo ( string $path );
-   Description: Gets information about a link
-*/
-
 $file_path = __DIR__;
 
 // temp dir created in present working directory
index fad0987540258ed7993633864f66cccaac80fcb7..fce709d23d8bc48823ffe878f2de4d44737dcf54 100644 (file)
@@ -8,19 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: bool symlink ( string $target, string $link );
-   Description: creates a symbolic link to the existing target with the specified name link
-
-   Prototype: bool is_link ( string $filename );
-   Description: Tells whether the given file is a symbolic link.
-
-   Prototype: bool link ( string $target, string $link );
-   Description: Create a hard link
-
-   Prototype: int linkinfo ( string $path );
-   Description: Gets information about a link
-*/
-
 $file_path = __DIR__;
 
 echo "*** Testing symlink(), linkinfo(), link() and is_link() : basic functionality ***\n";
index 6ee0f8aca71ccf413cf7ab3fafbbd9fd54ab2ceb..52c37b768c1ced3c3afa7c942e95d3a7972000f9 100644 (file)
@@ -11,19 +11,6 @@ if (substr(PHP_OS, 0, 3) == 'SUN') {
 ?>
 --FILE--
 <?php
-/* Prototype: bool symlink ( string $target, string $link );
-   Description: creates a symbolic link to the existing target with the specified name link
-
-   Prototype: bool is_link ( string $filename );
-   Description: Tells whether the given file is a symbolic link.
-
-   Prototype: bool link ( string $target, string $link );
-   Description: Create a hard link
-
-   Prototype: int linkinfo ( string $path );
-   Description: Gets information about a link
-*/
-
 // create temp $filename and create link $linkname to it
 $filename = __DIR__."/symlink_link_linkinfo_is_link_error1.tmp";
 $fp = fopen($filename, "w");  // create temp file
index 287ac4eb5f91768db5e7a64fd1d027c7be59ff10..3d38458bedb31d72a5be945f079b32db1179961c 100644 (file)
@@ -8,19 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: bool symlink ( string $target, string $link );
-   Description: creates a symbolic link to the existing target with the specified name link
-
-   Prototype: bool is_link ( string $filename );
-   Description: Tells whether the given file is a symbolic link.
-
-   Prototype: bool link ( string $target, string $link );
-   Description: Create a hard link
-
-   Prototype: int linkinfo ( string $path );
-   Description: Gets information about a link
-*/
-
 // create temp $filename and create link $linkname to it
 $filename = __DIR__."/symlink_link_linkinfo_is_link_error2.tmp";
 $fp = fopen($filename, "w");  // create temp file
index 4daaba4aa90ca290a25a75868a8b82ee2d31baab..c31efdab16ca3147f1f378e5c80d4a689c0ad15e 100644 (file)
@@ -8,19 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: bool symlink ( string $target, string $link );
-   Description: creates a symbolic link to the existing target with the specified name link
-
-   Prototype: bool is_link ( string $filename );
-   Description: Tells whether the given file is a symbolic link.
-
-   Prototype: bool link ( string $target, string $link );
-   Description: Create a hard link
-
-   Prototype: int linkinfo ( string $path );
-   Description: Gets information about a link
-*/
-
 /* Variation 1 : Creating links across directories where linkname is stored as an object and array member */
 
 // creating temp directory which will contain temp file and links created
index c88e426e6cbc1509a7e314625a9cd0f4c0b62678..cde6783e15f18a1ff6d109d98996a630731defd8 100644 (file)
@@ -8,19 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: bool symlink ( string $target, string $link );
-   Description: creates a symbolic link to the existing target with the specified name link
-
-   Prototype: bool is_link ( string $filename );
-   Description: Tells whether the given file is a symbolic link.
-
-   Prototype: bool link ( string $target, string $link );
-   Description: Create a hard link
-
-   Prototype: int linkinfo ( string $path );
-   Description: Gets information about a link
-*/
-
 /* Variation 2 : Create hard link to non-existent file */
 
 $file_path = __DIR__;
index 8207b698f332716281eef7f8ed92298a03bbb28a..d5a34db335089dceb6e75a50992a68d9e8a3490a 100644 (file)
@@ -8,19 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: bool symlink ( string $target, string $link );
-   Description: creates a symbolic link to the existing target with the specified name link
-
-   Prototype: bool is_link ( string $filename );
-   Description: Tells whether the given file is a symbolic link.
-
-   Prototype: bool link ( string $target, string $link );
-   Description: Create a hard link
-
-   Prototype: int linkinfo ( string $path );
-   Description: Gets information about a link
-*/
-
 /* Variation 3 : Create file and a soft link to the file
                  Access data of the file through the soft link
                  Update the file through soft link
index 5bcf4724476dfee85ddf13013c0577233e2964af..1bb3b76eaa5fb1c9899ea60920a9300f1e5c5cb5 100644 (file)
@@ -8,19 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: bool symlink ( string $target, string $link );
-   Description: creates a symbolic link to the existing target with the specified name link
-
-   Prototype: bool is_link ( string $filename );
-   Description: Tells whether the given file is a symbolic link.
-
-   Prototype: bool link ( string $target, string $link );
-   Description: Create a hard link
-
-   Prototype: int linkinfo ( string $path );
-   Description: Gets information about a link
-*/
-
 /* Variation 4 : Create file and a hard link to the file
                  Access data of the file through the hard link
                  Update the file through hard link
index fe6edcdd901008cd7385f50089da4d8ec10cd952..855d005e23ee7f5e64f67a7d5519556f4c3a7a34 100644 (file)
@@ -8,19 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: bool symlink ( string $target, string $link );
-   Description: creates a symbolic link to the existing target with the specified name link
-
-   Prototype: bool is_link ( string $filename );
-   Description: Tells whether the given file is a symbolic link.
-
-   Prototype: bool link ( string $target, string $link );
-   Description: Create a hard link
-
-   Prototype: int linkinfo ( string $path );
-   Description: Gets information about a link
-*/
-
 /* Variation 5 : Creating link, deleting it and checking linkinfo(), is_link() on it */
 
 $file_path = __DIR__;
index 8095972b73c7339a8a116ef0f79a8cdfbd21fdf4..7dc11a751d0f9c2417a733acaf577858aca8c772 100644 (file)
@@ -9,19 +9,6 @@ require __DIR__ . '/../skipif_root.inc';
 ?>
 --FILE--
 <?php
-/* Prototype: bool symlink ( string $target, string $link );
-   Description: creates a symbolic link to the existing target with the specified name link
-
-   Prototype: bool is_link ( string $filename );
-   Description: Tells whether the given file is a symbolic link.
-
-   Prototype: bool link ( string $target, string $link );
-   Description: Create a hard link
-
-   Prototype: int linkinfo ( string $path );
-   Description: Gets information about a link
-*/
-
 /* Variation 6 : Change permission of directory and try creating links inside that directory */
 $file_path = __DIR__;
 
index ee49aaa5c9d5c713cd54fbae5ed3e962024bd08d..222322f316b33c5b6fd5469ad438ad52dc812ee5 100644 (file)
@@ -8,19 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: bool symlink ( string $target, string $link );
-   Description: creates a symbolic link to the existing target with the specified name link
-
-   Prototype: bool is_link ( string $filename );
-   Description: Tells whether the given file is a symbolic link.
-
-   Prototype: bool link ( string $target, string $link );
-   Description: Create a hard link
-
-   Prototype: int linkinfo ( string $path );
-   Description: Gets information about a link
-*/
-
 /* Variation 7 : Create soft/hard link to itself */
 
 // temp file used
index 883ea59884b35aed530cde3648a32b08aefd5f90..f284095d24b9da381a3f2468846ad114b7f3f26e 100644 (file)
@@ -8,19 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: bool symlink ( string $target, string $link );
-   Description: creates a symbolic link to the existing target with the specified name link
-
-   Prototype: bool is_link ( string $filename );
-   Description: Tells whether the given file is a symbolic link.
-
-   Prototype: bool link ( string $target, string $link );
-   Description: Create a hard link
-
-   Prototype: int linkinfo ( string $path );
-   Description: Gets information about a link
-*/
-
 /* Variation 8 : Create soft/hard link to different directory */
 
 /* creating link to a file in different dir with the same name as the file */
index a2a42a3d904f5eb2f226189854f7c42d827190c6..0fd0b4838ea836abf0fa9175c192ae856f967065 100644 (file)
@@ -8,19 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: bool symlink ( string $target, string $link );
-   Description: creates a symbolic link to the existing target with the specified name link
-
-   Prototype: bool is_link ( string $filename );
-   Description: Tells whether the given file is a symbolic link.
-
-   Prototype: bool link ( string $target, string $link );
-   Description: Create a hard link
-
-   Prototype: int linkinfo ( string $path );
-   Description: Gets information about a link
-*/
-
 /* Variation 9 : Check lstat of soft/hard link created
                  Check linkinfo() value with lstat['dev']
 */
index 99450dce02f05f03d478f8c46583e0d224eef23b..4442798f48d56cb56a7b38df18fbaeb624e288ba 100644 (file)
@@ -7,10 +7,6 @@ if(substr(PHP_OS, 0, 3) != "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype:  string tempnam ( string $dir, string $prefix );
-   Description: Create file with unique file name.
-*/
-
 /* Creating number of unique files by passing a file name as prefix */
 
 $file_path = __DIR__."/tempnamVar1_私はガラスを食べられます";
index 5094fa4e88103d26486511593a6480201f2398f2..e33c1ed5eabc79a7225fd254fd223a1c5d69bb39 100644 (file)
@@ -7,10 +7,6 @@ if(substr(PHP_OS, 0, 3) != "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype:  string tempnam ( string $dir, string $prefix );
-   Description: Create file with unique file name.
-*/
-
 /* Creating number of unique files by passing a file name as prefix */
 
 $file_path = __DIR__."/tempnamVar1";
index 762b4eab73a4eafcdd17daae41e0d9cff033e316..336b0a301e047e7e3db6ce187ed2ccc420304e5b 100644 (file)
@@ -7,10 +7,6 @@ if(substr(PHP_OS, 0, 3) == "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype:  string tempnam ( string $dir, string $prefix );
-   Description: Create file with unique file name.
-*/
-
 /* Creating number of unique files by passing a file name as prefix */
 
 $file_path = __DIR__."/tempnamVar1";
index a3a4d2dba9ad114c5b1ce83b5efce98191e30698..dd9ee3ea7a4260aa7df03d3d46ba452bc4906f38 100644 (file)
@@ -7,10 +7,6 @@ if(substr(PHP_OS, 0, 3) != "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype:  string tempnam ( string $dir, string $prefix );
-   Description: Create file with unique file name.
-*/
-
 /* Creating unique files in various dirs by passing relative paths to $dir arg */
 
 echo "*** Testing tempnam() with absolute and relative paths ***\n";
index 17a1e6d645ba0349933d0c37614338df339808bc..9d9a307d7cc6d0594e5120fbc427840b95e4c959 100644 (file)
@@ -7,10 +7,6 @@ if(substr(PHP_OS, 0, 3) == "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype:  string tempnam ( string $dir, string $prefix );
-   Description: Create file with unique file name.
-*/
-
 /* Creating unique files in various dirs by passing relative paths to $dir arg */
 
 echo "*** Testing tempnam() with absolute and relative paths ***\n";
index dafc626659b08c395a72c5769f56720ade500603..e5bf76484b0757856d625c4b5acdc1f675a3a5b8 100644 (file)
@@ -9,10 +9,6 @@ if(substr(PHP_OS, 0, 3) != "WIN")
 obscure_filename
 --FILE--
 <?php
-/* Prototype:  string tempnam ( string $dir, string $prefix );
-   Description: Create file with unique file name.
-*/
-
 /* Passing invalid/non-existing args for $prefix */
 
 echo "*** Testing tempnam() with obscure prefixes ***\n";
index a4271b13702a623c5f67f54a205f345f47f76fd2..b3e237afecbcc8b4826f4aa7e51b328606f194e3 100644 (file)
@@ -9,10 +9,6 @@ if(substr(PHP_OS, 0, 3) == "WIN")
 obscure_filename
 --FILE--
 <?php
-/* Prototype:  string tempnam ( string $dir, string $prefix );
-   Description: Create file with unique file name.
-*/
-
 /* Passing invalid/non-existing args for $prefix */
 
 echo "*** Testing tempnam() with obscure prefixes ***\n";
index cbd09a5025ccb232de01b67ea1aec0cdf660c6ef..6679e37535f5d26004c614db4712fadfeb6a3540 100644 (file)
@@ -9,10 +9,6 @@ require __DIR__ . '/../skipif_root.inc';
 ?>
 --FILE--
 <?php
-/* Prototype:  string tempnam ( string $dir, string $prefix );
-   Description: Create file with unique file name.
-*/
-
 /* Trying to create the file in a dir with permissions from 0000 to 0350,
      Allowable permissions: files are expected to be created in the input dir
      Non-allowable permissions: files are expected to be created in '/tmp' dir
@@ -52,579 +48,579 @@ echo "*** Done ***\n";
 --EXPECTF--
 *** Testing tempnam() with dir of permissions from 0000 to 0350 ***
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 0
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 1
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 2
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 3
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 4
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 5
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 6
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 7
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 10
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 11
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 12
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 13
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 14
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 15
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 16
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 17
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 20
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 21
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 22
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 23
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 24
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 25
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 26
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 27
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 30
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 31
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 32
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 33
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 34
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 35
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 36
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 37
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 40
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 41
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 42
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 43
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 44
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 45
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 46
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 47
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 50
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 51
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 52
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 53
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 54
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 55
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 56
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 57
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 60
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 61
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 62
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 63
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 64
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 65
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 66
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 67
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 70
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 71
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 72
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 73
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 74
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 75
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 76
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 77
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 100
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 101
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 102
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 103
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 104
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 105
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 106
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 107
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 110
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 111
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 112
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 113
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 114
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 115
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 116
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 117
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 120
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 121
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 122
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 123
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 124
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 125
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 126
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 127
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 130
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 131
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 132
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 133
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 134
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 135
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 136
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 137
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 140
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 141
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 142
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 143
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 144
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 145
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 146
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 147
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 150
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 151
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 152
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 153
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 154
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 155
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 156
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 157
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 160
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 161
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 162
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 163
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 164
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 165
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 166
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 167
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 170
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 171
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 172
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 173
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 174
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 175
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 176
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 177
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 200
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 201
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 202
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 203
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 204
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 205
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 206
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 207
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 210
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 211
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 212
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 213
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 214
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 215
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 216
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 217
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 220
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 221
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 222
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 223
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 224
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 225
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 226
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 227
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 230
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 231
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 232
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 233
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 234
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 235
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 236
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 237
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 240
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 241
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 242
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 243
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 244
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 245
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 246
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 247
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 250
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 251
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 252
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 253
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 254
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 255
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 256
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 257
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 260
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 261
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 262
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 263
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 264
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 265
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 266
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 267
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 270
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 271
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 272
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 273
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 274
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 275
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 276
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 277
 *** Done ***
index 46807125c6c5a8a02d460bf3619b5097e25d3405..3a2eb2bb75e305b3d0ca2c41e2c7ca43cff71ac6 100644 (file)
@@ -9,10 +9,6 @@ require __DIR__ . '/../skipif_root.inc';
 ?>
 --FILE--
 <?php
-/* Prototype:  string tempnam ( string $dir, string $prefix );
-   Description: Create file with unique file name.
-*/
-
 /* Trying to create the file in a dir with permissions from 0351 to 0777,
      Allowable permissions: files are expected to be created in the input dir
      Non-allowable permissions: files are expected to be created in '/tmp' dir
@@ -52,579 +48,579 @@ echo "*** Done ***\n";
 --EXPECTF--
 *** Testing tempnam() with dir of permissions from 0351 to 0777 ***
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 400
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 401
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 402
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 403
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 404
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 405
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 406
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 407
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 410
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 411
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 412
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 413
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 414
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 415
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 416
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 417
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 420
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 421
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 422
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 423
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 424
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 425
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 426
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 427
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 430
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 431
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 432
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 433
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 434
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 435
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 436
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 437
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 440
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 441
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 442
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 443
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 444
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 445
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 446
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 447
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 450
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 451
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 452
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 453
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 454
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 455
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 456
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 457
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 460
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 461
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 462
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 463
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 464
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 465
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 466
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 467
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 470
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 471
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 472
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 473
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 474
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 475
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 476
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 477
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 500
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 501
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 502
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 503
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 504
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 505
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 506
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 507
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 510
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 511
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 512
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 513
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 514
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 515
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 516
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 517
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 520
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 521
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 522
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 523
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 524
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 525
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 526
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 527
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 530
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 531
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 532
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 533
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 534
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 535
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 536
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 537
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 540
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 541
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 542
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 543
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 544
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 545
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 546
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 547
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 550
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 551
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 552
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 553
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 554
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 555
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 556
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 557
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 560
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 561
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 562
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 563
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 564
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 565
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 566
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 567
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 570
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 571
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 572
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 573
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 574
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 575
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 576
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 577
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 600
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 601
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 602
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 603
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 604
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 605
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 606
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 607
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 610
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 611
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 612
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 613
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 614
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 615
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 616
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 617
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 620
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 621
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 622
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 623
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 624
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 625
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 626
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 627
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 630
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 631
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 632
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 633
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 634
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 635
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 636
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 637
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 640
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 641
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 642
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 643
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 644
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 645
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 646
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 647
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 650
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 651
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 652
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 653
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 654
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 655
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 656
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 657
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 660
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 661
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 662
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 663
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 664
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 665
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 666
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 667
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 670
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 671
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 672
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 673
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 674
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 675
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 676
 
-Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php on line 20
+Notice: tempnam(): file created in the system's temporary directory in %s on line %d
 677
 *** Done ***
index 71bfd0661978fd3924c0ce24e769772802a7d9f0..fb2d20a827426e8652bde4ee727f1f5387e8f3b7 100644 (file)
@@ -9,10 +9,6 @@ if(substr(PHP_OS, 0, 3) != "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype:  string tempnam ( string $dir, string $prefix );
-   Description: Create file with unique file name.
-*/
-
 /* Passing an existing file as $prefix for tempnam() fn */
 
 $file_path = __DIR__;
index 62a186c37ca78d0155a8e2e6d385f360269e5b47..b4c908f12476a05074b42c72feb4427589dd1d9a 100644 (file)
@@ -7,10 +7,6 @@ if(substr(PHP_OS, 0, 3) == "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype:  string tempnam ( string $dir, string $prefix );
-   Description: Create file with unique file name.
-*/
-
 /* Passing an existing file as $prefix for tempnam() fn */
 
 $file_path = __DIR__;
index c7a449c59072323fe36f445d0da6ba0022ba71dd..dad09890d0ac14974d31a0cdeb35b7a53cb00bd5 100644 (file)
@@ -9,10 +9,6 @@ if(substr(PHP_OS, 0, 3) != "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype:  string tempnam ( string $dir, string $prefix );
-   Description: Create file with unique file name.
-*/
-
 /* Trying to create unique files by passing previously created unique file name as prefix */
 
 $file_path = __DIR__;
index db40292e2581049a2cb8674992f75a4f07567146..d71501eaf92d237fac0f724957b06e1287ce1ad9 100644 (file)
@@ -7,10 +7,6 @@ if(substr(PHP_OS, 0, 3) == "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype:  string tempnam ( string $dir, string $prefix );
-   Description: Create file with unique file name.
-*/
-
 /* Trying to create unique files by passing previously created unique file name as prefix */
 
 $file_path = __DIR__;
index b9377e6c67d30ecca921d35a4078587155b6fe97..5beaa6d095b4eab9d134b3c9b93036b9cd747c35 100644 (file)
@@ -9,10 +9,6 @@ if(substr(PHP_OS, 0, 3) != "WIN")
 obscure_filename
 --FILE--
 <?php
-/* Prototype:  string tempnam ( string $dir, string $prefix );
-   Description: Create file with unique file name.
-*/
-
 /* Passing invalid/non-existing args for $dir,
      hence the unique files will be created in temporary dir */
 
index a6895c706b18b80d766736f3419aee5819f224bb..e8d2811e0aaca185fd6e45e7d65633ec639e887c 100644 (file)
@@ -9,10 +9,6 @@ if(substr(PHP_OS, 0, 3) == "WIN")
 obscure_filename
 --FILE--
 <?php
-/* Prototype:  string tempnam ( string $dir, string $prefix );
-   Description: Create file with unique file name.
-*/
-
 /* Passing invalid/non-existing args for $dir,
      hence the unique files will be created in temporary dir */
 
index 5751368f7c28eb71ca339fbdd18667c1825ba706..f329b1a97f2a0dc6f3a3c575e53f1b8ab93fbeb3 100644 (file)
@@ -9,10 +9,6 @@ if(substr(PHP_OS, 0, 3) != "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype:  string tempnam ( string $dir, string $prefix );
-   Description: Create file with unique file name.
-*/
-
 /* Creating unique files in various dirs by passing relative paths to $dir arg */
 
 echo "*** Testing tempnam() with absolute and relative paths ***\n";
index e10e1219d87cd1d9a5ab98ae4e1d62da92fc1455..ad830e26f4f66886075510789e89424be7487a90 100644 (file)
@@ -10,12 +10,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : proto bool touch(string filename [, int time [, int atime]])
- * Description: Set modification time of file
- * Source code: ext/standard/filestat.c
- * Alias to functions:
- */
-
 echo "*** Testing touch() : basic functionality ***\n";
 
 $filename = __DIR__."/touch_私はガラスを食べられます.dat";
index 08248ac760583fd7c997de398bf4e8f8df19d74a..7a51ad2ee092eafdcdea4647a51b54c18a80edfe 100644 (file)
@@ -10,12 +10,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : proto bool touch(string filename [, int time [, int atime]])
- * Description: Set modification time of file
- * Source code: ext/standard/filestat.c
- * Alias to functions:
- */
-
 echo "*** Testing touch() : basic functionality ***\n";
 
 $filename = __DIR__."/touch.dat";
index ffce02e5742973970ec5bc7db21c452a21655146..ffe4b3e8c01979933a2d3f50f890349e299d3076 100644 (file)
@@ -11,12 +11,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : proto bool touch(string filename [, int time [, int atime]])
- * Description: Set modification time of file
- * Source code: ext/standard/filestat.c
- * Alias to functions:
- */
-
 echo "*** Testing touch() : basic functionality ***\n";
 
 $filename = __DIR__."/touch_basic.dat";
index 83d1879634cbaff750013c4cdcf39c7fd1e6759d..e3bcbee1403245911d6ca37e5ae28c03c93ca700 100644 (file)
@@ -9,12 +9,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 }
 --FILE--
 <?php
-/* Prototype  : bool touch(string filename [, int time [, int atime]])
- * Description: Set modification time of file
- * Source code: ext/standard/filestat.c
- * Alias to functions:
- */
-
 $workDir = "touchVar5.tmp";
 $subDirOrFile = "aSubDirOrFile";
 $cwd = __DIR__;
index 67382f3b9935fa6af06c9b1dfa07438f4c2a06a2..a4a9cf69283e549c5ea0a5440f02837336a31056 100644 (file)
@@ -10,12 +10,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : bool touch(string filename [, int time [, int atime]])
- * Description: Set modification time of file
- * Source code: ext/standard/filestat.c
- * Alias to functions:
- */
-
 $workDir = "touchVar5.tmp";
 $subDirOrFile = "aSubDirOrFile";
 mkdir($workDir);
index b9e9ce7a6cd755e68d2c17fee6f667589efd87f7..d1a697c4abb49bd31915329b3d2c7721d3b8bd7b 100644 (file)
@@ -10,12 +10,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : bool touch(string filename [, int time [, int atime]])
- * Description: Set modification time of file
- * Source code: ext/standard/filestat.c
- * Alias to functions:
- */
-
 $workDir = "touchVar5.tmp";
 $subDirOrFile = "aSubDirOrFile";
 chdir(__DIR__);
index 761df972533eac209f63d74ecde981ab126d4338..7463a8bb6278d9a3b5dcd66e0e4855f36b980d57 100644 (file)
@@ -8,10 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: int umask ( [int $mask] );
-   Description: Changes the current umask
-*/
-
 echo "*** Testing umask() : basic functionality ***\n";
 // checking umask() on all the modes
 for($mask = 0000; $mask <= 0777; $mask++) {
index 77eada18e5baaee0e67efe67182d55be5a050400..f5a5a26e5577ab137020fec9ff5225e73a789b81 100644 (file)
@@ -8,10 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: int umask ( [int $mask] );
-   Description: Changes the current umask
-*/
-
 $file_path = __DIR__;
 
 /* Check umask() on file/dir */
index 6eac520f1c05f21bc495861034c6da72a62478e6..21e3e35af7b3cc508df3aae07bb1287255018df2 100644 (file)
@@ -8,10 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype: int umask ( [int $mask] );
-   Description: Changes the current umask
-*/
-
 $file_path = __DIR__;
 
 /* Check umask() on file/dir */
index ff9010183b67d24b531a4bc68af4097c415bc5d4..7459154d850c0065593bce221e877b3de1b1cf74 100644 (file)
@@ -2,9 +2,6 @@
 Testing unlink() function : basic functionality
 --FILE--
 <?php
-/* Prototype : bool unlink ( string $filename [, resource $context] );
-   Description : Deletes filename
-*/
 
 $file_path = __DIR__;
 
index 400e52e5565ccc08cab10d77a9d1fa0dca43bd20..b904ef4533587c8e81339e584c83b188c018da2f 100644 (file)
@@ -8,9 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype : bool unlink ( string $filename [, resource $context] );
-   Description : Deletes filename
-*/
 
 $file_path = __DIR__.DIRECTORY_SEPARATOR."私はガラスを食べられます";
 
index 2b1df9652fd98034f96fe54a0203705a2d7db61d..af579be58daa2ad9a4bbf32fde218ccd69361b57 100644 (file)
@@ -8,9 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype : bool unlink ( string $filename [, resource $context] );
-   Description : Deletes filename
-*/
 
 $file_path = __DIR__;
 
index 5bf2227ca5c0bac4868cd697ff6fc7faeb1e8a26..e5f809df056da5a5cbf2d5089ed13932eca99fd7 100644 (file)
@@ -8,9 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype : bool unlink ( string $filename [, resource $context] );
-   Description : Deletes filename
-*/
 
 $file_path = __DIR__;
 
index e18049fdbe4db475d7b2b155de4cc5f21e6076bd..e1bb075d2bb2dab2d1b529b7f648375108af013c 100644 (file)
@@ -8,9 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype : bool unlink ( string $filename [, resource $context] );
-   Description : Deletes filename
-*/
 
 /* Delete file having default permission but its dir having readonly permission
    Delete file having readonly permission but dir having default permission
index 7be1421f77c65475d64adcff1f9806908ca7d62d..813e4a2e77fc370d19264d607e869ad5731cce5c 100644 (file)
@@ -8,9 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype : bool unlink ( string $filename [, resource $context] );
-   Description : Deletes filename
-*/
 
 /* Delete file having default permission but its dir having readonly permission
    Delete file having readonly permission but dir having default permission
index 1c4569a5fd0670481871a8727189318467e23b42..eafdf92f1f0684bbe4c381ded12f22d7c89564c0 100644 (file)
@@ -9,9 +9,6 @@ require __DIR__ . '/../skipif_root.inc';
 ?>
 --FILE--
 <?php
-/* Prototype : bool unlink ( string $filename [, resource $context] );
-   Description : Deletes filename
-*/
 
 /* Delete file having default permission but its dir having readonly permission
    Delete file having readonly permission but dir having default permission
index ae48764d9bd7bcdfc2cc33d7b0400415159c025c..127b070d23a24f0b33f9ae974b644e2c96b900b2 100644 (file)
@@ -10,12 +10,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : bool unlink(string filename[, context context])
- * Description: Delete a file
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing unlink() : variation ***\n";
 
 $workDir = "unlinkVar10.tmp";
index 09fa7dac743e8ea228bc07e03f24d2e59a67637b..b45395b68433de57718ea723eea084e4d2698e2d 100644 (file)
@@ -2,9 +2,6 @@
 Test unlink() function : usage variations - unlink file in use
 --FILE--
 <?php
-/* Prototype : bool unlink ( string $filename [, resource $context] );
-   Description : Deletes filename
-*/
 
 /* Try to unlink file when file handle is still in use */
 
index 1cab0630a672c0e5b957ee02296c4b05dc7f1b1f..558d47708e9e3ddc991c2a9fac88f9c242877a6c 100644 (file)
@@ -8,9 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype : bool unlink ( string $filename [, resource $context] );
-   Description : Deletes filename
-*/
 
 /* Delete link files - soft and hard links */
 
index bc88b48adf361f4115a6392ab4a83e634beab7ce..99dd0c632dbb2fdfe312813b74752ded1e1b49e6 100644 (file)
@@ -2,9 +2,6 @@
 Test unlink() function : usage variations - unlink deleted file
 --FILE--
 <?php
-/* Prototype : bool unlink ( string $filename [, resource $context] );
-   Description : Deletes filename
-*/
 
 /* Try deleting a file which is already deleted */
 
index bb6fd4b884c860aa99bbc56cc954bd5e93b8a76a..877a8704d84f7543a0e34353967cf6695154d758 100644 (file)
@@ -8,9 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype : bool unlink ( string $filename [, resource $context] );
-   Description : Deletes filename
-*/
 
 /* delete files with different file permission(0000 to 0777) */
 
index ff66cd219509e15f42561876bf6db6d56d0c083d..0a2743337c36a6122dce15d584b5e9bbc1fc6697 100644 (file)
@@ -4,12 +4,6 @@ Test unlink() function : variation
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
 <?php
-/* Prototype  : bool unlink(string filename[, context context])
- * Description: Delete a file
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing unlink() : variation: contexts and relative files ***\n";
 
 // test relative directories and stream contexts.
index 12b43a340feeb8424b245bf6e00eef249bdc2afa..12ace11fc196c9be1034231fe37ebba3e27a0682 100644 (file)
@@ -10,12 +10,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : bool unlink(string filename[, context context])
- * Description: Delete a file
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing unlink() : variation ***\n";
 
 $workDir = "unlinkVar8.tmp";
index 41c18f710b698378bb80e4fcecd28d31930222c7..71eca9199acd230984c49e954041e71f2b1f279a 100644 (file)
@@ -10,12 +10,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : bool unlink(string filename[, context context])
- * Description: Delete a file
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing unlink() : variation ***\n";
 
 $workDir = "unlinkVar8.tmp";
index 83a3f5617de900dd25f1d88f637fa429353e09ca..a69c27088e94ab3a71d52935938aad4eafe33e15 100644 (file)
@@ -10,12 +10,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : bool unlink(string filename[, context context])
- * Description: Delete a file
- * Source code: ext/standard/file.c
- * Alias to functions:
- */
-
 echo "*** Testing unlink() : variation ***\n";
 
 $workDir = "unlinkVar9.tmp";
index 65fc021c13e84834823790500b7df188c4e9e5ea..b5d95eaaa01cba4a19b37acbab7ac0149e1b95b4 100644 (file)
@@ -7,12 +7,6 @@ if(! in_array( "string.rot13", $filters )) die( "skip rot13 filter not available
 ?>
 --FILE--
 <?php
-/* Prototype  : bool stream_filter_remove(resource stream_filter)
- * Description: Flushes any data in the filter's internal buffer, removes it from the chain, and frees the resource
- * Source code: ext/standard/streamsfuncs.c
- * Alias to functions:
- */
-
 echo "*** Testing stream_filter_remove() : basic functionality ***\n";
 
 $file = __DIR__ . DIRECTORY_SEPARATOR . 'streamfilterTest.txt';
index ff93358b31770c36e2274107d39bd9b99fd220fd..b44fa0ef4aa8c963444aded927e1c53a108dbe4b 100644 (file)
@@ -7,12 +7,6 @@ if(! in_array( "string.rot13", $filters )) die( "skip rot13 filter not available
 ?>
 --FILE--
 <?php
-/* Prototype  : bool stream_filter_remove(resource stream_filter)
- * Description: Flushes any data in the filter's internal buffer, removes it from the chain, and frees the resource
- * Source code: ext/standard/streamsfuncs.c
- * Alias to functions:
- */
-
 $file = __DIR__ . DIRECTORY_SEPARATOR . 'streamfilterTest.txt';
 touch( $file );
 $fp = fopen( $file, 'w+' );
index 803cc8ce0cc1a35dfd66b0be136cdde5aefa9ded..5ce121b6a70f6030fc4e99e5e2788a2200c46566 100644 (file)
Binary files a/ext/standard/tests/general_functions/debug_zval_dump_b.phpt and b/ext/standard/tests/general_functions/debug_zval_dump_b.phpt differ
index cc3540c406f227ba1aad66a02660407461fe2531..6425249ca6fed1599e92f296f7900106d6b963ae 100644 (file)
Binary files a/ext/standard/tests/general_functions/debug_zval_dump_b_64bit.phpt and b/ext/standard/tests/general_functions/debug_zval_dump_b_64bit.phpt differ
index ac4149f61cc6811b69e2b2adc3fe3a5771d6ae51..b195353703ee3e0a66804a6e61bc8cfa55113d9c 100644 (file)
@@ -4,13 +4,6 @@ Test debug_zval_dump() function : working on objects
 <?php if (PHP_ZTS) { print "skip only for no-zts build"; }
 --FILE--
 <?php
-/* Prototype: void debug_zval_dump ( mixed $variable );
-   Description: Dumps a string representation of an internal zend value to output.
-*/
-
-/* Prototype: void zval_dump( $value );
-   Description: use debug_zval_dump() to display the objects and its
-                reference count */
 function zval_dump( $values ) {
   $counter = 1;
   foreach( $values as $value ) {
index b893d802461aec9eb4ac775c6e2eca44499adcdc..ad64ceebdb596ff03789ff789d99815ae4064607 100644 (file)
@@ -2,11 +2,6 @@
 Test debug_zval_dump() function : usage variations
 --FILE--
 <?php
-/* Prototype: void debug_zval_dump ( mixed $variable );
-   Description: Dumps a string representation of an internal zend value
-                to output.
-*/
-
 echo "*** Testing debug_zval_dump() on functions ***\n";
 echo "--- Variation 1: global variable inside a function ---\n";
 $global_var = 10;  //declaring global variable
index d7b27cd8de0cdc6cfc43a0eefcec3cbd45786b86..81b28a3b0bed38adaaab3a2d5e7c517452dc9740 100644 (file)
@@ -7,12 +7,6 @@ if( substr(PHP_OS, 0, 3) != "WIN" )
 ?>
 --FILE--
 <?php
-/* Prototype  : string escapeshellarg  ( string $arg  )
- * Description: Escape a string to be used as a shell argument.
- * Source code: ext/standard/exec.c
- * Alias to functions:
- */
-
 echo "Simple testcase for escapeshellarg() function\n";
 
 var_dump(escapeshellarg("テストマルチバイ'ト・パス"));
index b3a4c13502be9268b2a8625defd7227d8d08f12a..b04675f9364ff4eae2455b4da7aba7f0f9dd6344 100644 (file)
@@ -7,12 +7,6 @@ if( substr(PHP_OS, 0, 3) != "WIN" )
 ?>
 --FILE--
 <?php
-/* Prototype  : string escapeshellarg  ( string $arg  )
- * Description: Escape a string to be used as a shell argument.
- * Source code: ext/standard/exec.c
- * Alias to functions:
- */
-
 echo "Simple testcase for escapeshellarg() function\n";
 
 var_dump(escapeshellarg("Mr O'Neil"));
index d7d1fc64e3dfd1caba6f1dd3621915e4b355fd09..f9a7702b9a226627371887eea35b72cc6f89ef89 100644 (file)
@@ -7,12 +7,6 @@ if( substr(PHP_OS, 0, 3) == "WIN" )
 ?>
 --FILE--
 <?php
-/* Prototype  : string escapeshellarg  ( string $arg  )
- * Description: Escape a string to be used as a shell argument.
- * Source code: ext/standard/exec.c
- * Alias to functions:
- */
-
 echo "Simple testcase for escapeshellarg() function\n";
 
 var_dump(escapeshellarg("Mr O'Neil"));
index 309eca316edafa4319538ac37116b874f8cf4651..c7cab179b481c0f4ebdb06204c7e5e5ee1c20460 100644 (file)
@@ -8,11 +8,6 @@ if( substr(PHP_OS, 0, 3) != "WIN" )
 --FILE--
 <?php
 
-/* Prototype  : string escapeshellarg  ( string $arg  )
- * Description:  Escape a string to be used as a shell argument.
- * Source code: ext/standard/exec.c
- */
-
 echo "*** Testing escapeshellarg() : usage variations ***\n";
 
 //get an unset variable
index e2aec56c27a498b0b6f87a50407d4c6fc77b69c9..15ebbfcd4e0c75ef7c0a852a40952666e51543ff 100644 (file)
@@ -8,11 +8,6 @@ if( substr(PHP_OS, 0, 3) == "WIN" )
 --FILE--
 <?php
 
-/* Prototype  : string escapeshellarg  ( string $arg  )
- * Description:  Escape a string to be used as a shell argument.
- * Source code: ext/standard/exec.c
- */
-
 echo "*** Testing escapeshellarg() : usage variations ***\n";
 
 //get an unset variable
index a409f92a752aef13fbb3db1743d44361fb563a78..73075c8163fa4c7986a88920ee4cb39712216082 100644 (file)
@@ -2,10 +2,6 @@
 Testing floatval() and its alias doubleval() Functions
 --FILE--
 <?php
-/* Prototype: float floatval( mixed $var );
- * Description: Returns the float value of var.
- */
-
 echo "*** Testing floatval() with valid float values ***\n";
 // different valid  float values
 $valid_floats = array(
@@ -144,9 +140,9 @@ float(-5000000)
 
 *** Testing floatval() on non floating types ***
 
-Notice: A non well formed numeric value encountered in %s on line 69
+Notice: A non well formed numeric value encountered in %s on line %d
 
-Notice: A non well formed numeric value encountered in %s on line 70
+Notice: A non well formed numeric value encountered in %s on line %d
 float(-2147483648)
 float(2147483648)
 float(%d)
index d6a3b72a19f39af7ca2fe08e1b3546bbe8351d9f..d20d4dedfaaf5cda98ec1653810ad5499169cdea 100644 (file)
@@ -4,10 +4,6 @@ Testing floatval() and its alias doubleval() Functions
 precision = 14
 --FILE--
 <?php
-/* Prototype: float floatval( mixed $var );
- * Description: Returns the float value of var.
- */
-
 // different valid  float values
 $valid_floats = array(
        "0.0"  => 0.0,
index e688253e3f64c6553f165e14ed1f235f37e25135..2f184a53e7aee9e4f6f5eb127040b25f5e76a448 100644 (file)
@@ -2,12 +2,6 @@
 Testing floatval() and its alias doubleval() functions : usage variations - different data types as $y arg
 --FILE--
 <?php
-/* Prototype: float floatval( mixed $var );
- * Description: Returns the float value of var.
- */
-
-
-
 // get a resource type variable
 $fp = fopen (__FILE__, "r");
 fclose($fp);
index 7876540e8a71c7249e857ce4d1d49eb58e3f7608..b89cc937aae8c238c242922959f48735be06d6d5 100644 (file)
@@ -2,11 +2,6 @@
 Test get_defined_constants() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : array get_defined_constants  ([ bool $categorize  ] )
- * Description:  Returns an associative array with the names of all the constants and their values
- * Source code: Zend/zend_builtin_functions.c
- */
-
 echo "*** Testing get_defined_constants() : basic functionality ***\n";
 
 var_dump(gettype(get_defined_constants(true)));
index 19b59fea9600a5c22c2b80a8e9a9769cc1d18d38..7b1426110a6d692a777f5416b26674eadb35351a 100644 (file)
@@ -2,12 +2,6 @@
 Test get_defined_vars() function
 --FILE--
 <?php
-/* Prototype: array get_defined_vars  ( void  )
-   Description: This function returns a multidimensional array containing a list of all defined
-   variables, be them environment, server or user-defined variables, within the scope that
-   get_defined_vars() is called.
-*/
-
 echo "Simple testcase for get_defined_vars() function\n\n";
 
 function f1() {
index cb4b84c99d8f42e15765c954d04de673c5f63acc..70499decfdfdffcbdd60aac9db20bb2e2b9b99ea 100644 (file)
@@ -2,12 +2,6 @@
 Test get_extension_funcs() function: basic test
 --FILE--
 <?php
-/* Prototype  : array get_extension_funcs  ( string $module_name  )
- * Description: Returns an array with the names of the functions of a module.
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
-
 echo "Simple testcase for get_extension_funcs() function\n";
 
 $result = get_extension_funcs("standard");
index c17d5d3e71b5b92b9d539ea8998730d9742750a3..d0bd23fd1d14e6ed7de4e27082d2d4760f3ac086 100644 (file)
@@ -4,10 +4,7 @@ Test get_include_path() function
 include_path=.
 --FILE--
 <?php
-/* Prototype: string get_include_path  ( void  )
- * Description: Gets the current include_path configuration option
 
-*/
 
 echo "*** Testing get_include_path()\n";
 
index d81c72e3eafb4dd9f38c1d0578440326a723469a..ac65745f8317b423ecf804ed383f0e795dac5da6 100644 (file)
@@ -4,10 +4,7 @@ Test get_include_files() function
 include_path=.
 --FILE--
 <?php
-/* Prototype: array get_included_files  ( void  )
- * Description: Returns an array with the names of included or required files
 
-*/
 
 echo "*** Testing get_included_files()\n";
 
index 3be43caecb5da7e852b1c9df67c27175107f79b1..da262251e6ab9e01ca7a620d00f1573e87d4fcb6 100644 (file)
@@ -2,11 +2,6 @@
 Test get_loaded_extensions() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : array get_loaded_extensions  ([ bool $zend_extensions= false  ] )
- * Description:  Returns an array with the names of all modules compiled and loaded
- * Source code: Zend/zend_builtin_functions.c
- */
-
 echo "*** Testing get_loaded_extensions() : basic functionality ***\n";
 
 echo "Get loaded extensions\n";
index dcad549c7b088279992f4cf03b713bcdd1b9e988..89dfd46cac192436ce284fa0848659cecaa625d1 100644 (file)
@@ -2,11 +2,6 @@
 Test get_resource_type() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : string get_resource_type  ( resource $handle  )
- * Description:  Returns the resource type
- * Source code: Zend/zend_builtin_functions.c
- */
-
 echo "*** Testing get_resource_type() : basic functionality ***\n";
 
 $res = fopen(__FILE__, "r");
index ec52ee927d4441f8875fc43fefee613791af04b9..7e0e6647c2e0c0912f904151bb1b62f2a54f61a7 100644 (file)
@@ -2,12 +2,6 @@
 Test getmypid() function: basic test
 --FILE--
 <?php
-/* Prototype  : int getmypid  ( void  )
- * Description: Gets the current PHP process ID.
- * Source code: ext/standard/pageinfo.c
- * Alias to functions:
- */
-
 echo "Simple testcase for getmypid() function\n";
 
 var_dump(getmypid());
index b057b57fae7b3f8384dfc114726bbd4eb72aeb30..9940657c1dfb0d56082d624b7b118286c994c3eb 100644 (file)
@@ -4,12 +4,6 @@ Test getrusage() function: basic test
 <?php if (!function_exists("getrusage")) print "skip"; ?>
 --FILE--
 <?php
-/* Prototype  :  array getrusage  ([ int $who  ] )
- * Description: Gets the current resource usages
- * Source code: ext/standard/microtime.c
- * Alias to functions:
- */
-
 echo "Simple testcase for getrusage() function\n";
 
 $dat = getrusage();
index 80d12588e1dc9e981e1f7d0a2222dadf3cfb254c..932ed7a9671b0c9d414e1f6b757343c1c13d8f89 100644 (file)
@@ -4,13 +4,6 @@ Test gettype() & settype() functions : basic functionalities
 precision=14
 --FILE--
 <?php
-/* Prototype: string gettype ( mixed $var );
-   Description: Returns the type of the PHP variable var
-
-   Prototype: bool settype ( mixed &$var, string $type );
-   Description: Set the type of variable var to type
-*/
-
 /* Test the basic functionalities of settype() & gettype() functions.
    Use the gettype() to get the type of regular data and use settype()
    to change its type to other types */
index 62e13e7259bded8c9823de844cd6b23d04af2628..a495ff6c29176008bac7246b9ad824d46026b70c 100644 (file)
@@ -2,13 +2,6 @@
 Test gettype() & settype() functions : error conditions
 --FILE--
 <?php
-/* Prototype: string gettype ( mixed $var );
-   Description: Returns the type of the PHP variable var
-
-   Prototype: bool settype ( mixed &$var, string $type );
-   Description: Set the type of variable var to type
-*/
-
 /* Test different error conditions of settype() and gettype() functions */
 
 echo "**** Testing gettype() and settype() functions ****\n";
index 93e69a21492520a84155d504db10562daa793aff..6b93eb33c99ae696979699087b0ef064c7741beb 100644 (file)
@@ -8,13 +8,6 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
 precision=14
 --FILE--
 <?php
-/* Prototype: string gettype ( mixed $var );
-   Description: Returns the type of the PHP variable var
-
-   Prototype: bool settype ( mixed &$var, string $type );
-   Description: Set the type of variable var to type
-*/
-
 /* Test usage variation of gettype() and settype() functions:
          settype() to null type.
    Set type of the data to "null" and verify using gettype
index 36b0e75485470ed112c26aef51d00ecd41407afb..91561715acd1f8365fdc4dc6d0b690aa6a354112 100644 (file)
@@ -12,13 +12,6 @@ if (PHP_OS_FAMILY === 'Darwin') {
 precision=14
 --FILE--
 <?php
-/* Prototype: string gettype ( mixed $var );
-   Description: Returns the type of the PHP variable var
-
-   Prototype: bool settype ( mixed &$var, string $type );
-   Description: Set the type of variable var to type
-*/
-
 /* Test usage variation of gettype() and settype() functions:
          settype() to int/integer type.
    Set type of the data to "int"/"integer" and verify using gettype
index 60c1d76cc69554d2638b27f247ba63f5e7ce2a7d..75e01cfccf6a817104a1c681e3eddf566c95accc 100644 (file)
@@ -6,13 +6,6 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype: string gettype ( mixed $var );
-   Description: Returns the type of the PHP variable var
-
-   Prototype: bool settype ( mixed &$var, string $type );
-   Description: Set the type of variable var to type
-*/
-
 /* Test usage variation of gettype() and settype() functions:
          settype() to float/double type.
    Set type of the data to "float"/"double" and verify using gettype
index 00da4bf4bb5d7a3101014b93bb88d6c0ffaad1ef..57d05915ad23a7e3886d1049b649f6022f73489a 100644 (file)
@@ -8,13 +8,6 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
 precision=14
 --FILE--
 <?php
-/* Prototype: string gettype ( mixed $var );
-   Description: Returns the type of the PHP variable var
-
-   Prototype: bool settype ( mixed &$var, string $type );
-   Description: Set the type of variable var to type
-*/
-
 /* Test usage variation of gettype() and settype() functions:
          settype() to bool/boolean type.
    Set type of the data to "bool"/"boolean" and verify using gettype
index f9f0059bfa44de8689a627ea5f50d4c1d71cda04..a651abddca1ca39397be6818f2ca0a6d0902c376 100644 (file)
@@ -8,13 +8,6 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
 precision=14
 --FILE--
 <?php
-/* Prototype: string gettype ( mixed $var );
-   Description: Returns the type of the PHP variable var
-
-   Prototype: bool settype ( mixed &$var, string $type );
-   Description: Set the type of variable var to type
-*/
-
 /* Test usage variation of gettype() and settype() functions:
          settype() to resource type.
    Set type of the data to "resource" and verify using gettype
index 7c5ea5efb66c5667d3a2d4384936e8e5f6f88863..57b42697cd3d0709046fc175388926d700c7f768 100644 (file)
@@ -8,13 +8,6 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
 precision=14
 --FILE--
 <?php
-/* Prototype: string gettype ( mixed $var );
-   Description: Returns the type of the PHP variable var
-
-   Prototype: bool settype ( mixed &$var, string $type );
-   Description: Set the type of variable var to type
-*/
-
 /* Test usage variation of gettype() and settype() functions:
          settype() to array type.
    Set type of the data to "array" and verify using gettype
index b282cbdab1d6d425e1cdb5880e2804c3c1e87020..17e01134dd9dc8e2f4e6c367dae06284e88b5c09 100644 (file)
@@ -8,13 +8,6 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
 precision=14
 --FILE--
 <?php
-/* Prototype: string gettype ( mixed $var );
-   Description: Returns the type of the PHP variable var
-
-   Prototype: bool settype ( mixed &$var, string $type );
-   Description: Set the type of variable var to type
-*/
-
 /* Test usage variation of gettype() and settype() functions:
          settype() to object type.
    Set type of the data to "object" and verify using gettype
index 7ddfe54ab62e54dca8f38a13f3cf01dee12c3645..152262fe5098cd3362524a29ec87f91368f7e1f0 100644 (file)
@@ -8,13 +8,6 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
 precision=14
 --FILE--
 <?php
-/* Prototype: string gettype ( mixed $var );
-   Description: Returns the type of the PHP variable var
-
-   Prototype: bool settype ( mixed &$var, string $type );
-   Description: Set the type of variable var to type
-*/
-
 /* Test usage variation of gettype() and settype() functions:
          settype() to string type.
    Set type of the data to "string" and verify using gettype
index c56bdd7b94a2e2576a3528e84767e3eb64190636..51d3b128f4797d4ee9f441c73d179bf1cfd37edb 100644 (file)
@@ -6,10 +6,6 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype: int intval( mixed $var [.int $base] );
- * Description: Returns the integer value of var, using the specified base for the conversion(the default is base 10).
- */
-
 echo "*** Testing intval() with valid integer values ***\n";
 // different valid  integer values
 $valid_ints = array(
index c968b39a90a187e0c2fcb85a78dcba14122ac2a1..f2e3db9f1065ca7b72a30819e7aa63cb4d1735f0 100644 (file)
@@ -2,12 +2,6 @@
 Test intval() function : usage variation
 --FILE--
 <?php
-/* Prototype  : int intval(mixed var [, int base])
- * Description: Get the integer value of a variable using the optional base for the conversion
- * Source code: ext/standard/type.c
- * Alias to functions:
- */
-
 echo "*** Testing intval() : usage variation ***\n";
 
 // Define error handler
index 37de6d5a5bf2200fae5d493dde3e3fef549f8768..15ff46e22dfe1516da23f6b20dece9754d3789bc 100644 (file)
@@ -2,10 +2,6 @@
 Test is_array() function
 --FILE--
 <?php
-/* Prototype: bool is_array ( mixed $var );
- * Description: Finds whether the given variable is an array
- */
-
 echo "*** Testing is_array() on different type of arrays ***\n";
 /* different types of arrays */
 $arrays = array(
index 70aaed9c3f7cba8195689b11291d32afd6106a9f..88c53882b45c8b567f34296669103958d2192baf 100644 (file)
@@ -2,10 +2,6 @@
 Test is_bool() function
 --FILE--
 <?php
-/* Prototype: bool is_bool ( mixed $var );
- * Description: Finds whether the given variable is a boolean
- */
-
 echo "*** Testing is_bool() with valid boolean values ***\n";
 // different valid  boolean values
 $valid_bools = array(
index 50eb710e9051346c96b724b660280bfa09d9335c..2eca9cac374bc67132e0ffc67abe635f00cb042d 100644 (file)
@@ -2,15 +2,6 @@
 Test is_callable() function : usage variations - defined functions
 --FILE--
 <?php
-/* Prototype: bool is_callable ( mixed $var [, bool $syntax_only [, string &$callable_name]] );
- * Description: Verify that the contents of a variable can be called as a function
- * Source code: ext/imap/php_imap.c
- */
-
-/* Prototype: void check_iscallable( $functions );
-   Description: use iscallable() on given string to check for valid function name
-                returns true if valid function name, false otherwise
-*/
 function check_iscallable( $functions ) {
   $counter = 1;
   foreach($functions as $func) {
index 2927b43d408559a8eb0b00f905f45ecd6ec299d4..a0c68cb6362bcbb9542594446d7d75eef565ec6d 100644 (file)
@@ -2,16 +2,6 @@
 Test is_callable() function : usage variations - on objects
 --FILE--
 <?php
-/* Prototype: bool is_callable ( mixed $var [, bool $syntax_only [, string &$callable_name]] );
-   Description: Verify that the contents of a variable can be called as a function
-                In case of objects, $var = array($SomeObject, 'MethodName')
-*/
-
-/* Prototype: void check_iscallable_objects( $methods );
-   Description: use is_callable() on given $method to check if the array
-                contains a valid method name;
-                returns true if valid function name, false otherwise
-*/
 function check_iscallable_objects( $methods ) {
   global $loop_counter;
   $counter = 1;
index 52da80951bfee71d1065cf049513e22e2a80c3d9..d217767cce4e6288deb03db609503430b146d039 100644 (file)
@@ -2,15 +2,6 @@
 Test is_callable() function : usage variations - undefined functions
 --FILE--
 <?php
-/* Prototype: bool is_callable ( mixed $var [, bool $syntax_only [, string &$callable_name]] );
-   Description: Verify that the contents of a variable can be called as a function
-                In case of objects, $var = array($SomeObject, 'MethodName')
-*/
-
-/* Prototype: void check_iscallable( $functions );
-   Description: use iscallable() on given string to check for valid function name
-                returns true if valid function name, false otherwise
-*/
 function check_iscallable( $functions ) {
   $counter = 1;
   foreach($functions as $func) {
index 2c539395459b9105dace12dadb5a2c7d22372427..53fe64a245457e4dcb3afb9aa18c8204a1579374 100644 (file)
@@ -2,15 +2,6 @@
 Test is_callable() function : usage variations - on invalid function names
 --FILE--
 <?php
-/* Prototype: bool is_callable ( mixed $var [, bool $syntax_only [, string &$callable_name]] );
-   Description: Verify that the contents of a variable can be called as a function
-                In case of objects, $var = array($SomeObject, 'MethodName')
-*/
-
-/* Prototype: void check_iscallable( $functions );
-   Description: use iscallable() on given string to check for valid function name
-                returns true if valid function name, false otherwise
-*/
 function check_iscallable( $functions ) {
   $counter = 1;
   foreach($functions as $func) {
index f29816f606a85fcb1b9f24f32c67f11df9c6ca08..f47b178d2f2a3ff57072737cc7a20273a0dad478 100644 (file)
@@ -6,10 +6,6 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype: bool is_float ( mixed $var );
- * Description: Finds whether the given variable is a float
- */
-
 echo "*** Testing is_float(), is_double() with float values***\n";
 // different valid  float values
 $floats = array(
index 4992bb51c4e929e79bb98e20f1fe383ee578a707..93fcc0949bbed2380e55ecec381d7dac2fd626e6 100644 (file)
@@ -8,10 +8,6 @@ if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
 precision=14
 --FILE--
 <?php
-/* Prototype: bool is_float ( mixed $var );
- * Description: Finds whether the given variable is a float
- */
-
 echo "*** Testing is_float(), is_double() with float values***\n";
 // different valid  float values
 $floats = array(
index 25e6c2564e282824302483235ba3828835e50261..b47590d235c8c01727e8cddb7f67fac55928ba70 100644 (file)
@@ -6,10 +6,6 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype: bool is_int ( mixed $var );
- * Description: Finds whether the given variable is an integer
- */
-
 echo "*** Testing is_int(), is_integer() & is_long()  with valid integer values ***\n";
 // different valid  integer values
 $valid_ints = array(
index 8e5e9332c0475909dc5694c70f50e66e2188e1f8..9676deea4cd1bec191e1700723f5190275a12913 100644 (file)
@@ -8,10 +8,6 @@ if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
 precision=14
 --FILE--
 <?php
-/* Prototype: bool is_int ( mixed $var );
- * Description: Finds whether the given variable is an integer
- */
-
 echo "*** Testing is_int(), is_integer() & is_long()  with valid integer values ***\n";
 // different valid  integer values
 $valid_ints = array(
index 6560707e574783611c8d4154eaaa9c6584400389..7b12bca6345e3ab9f84e89a4c65a67d2701305e4 100644 (file)
@@ -2,10 +2,6 @@
 Test is_null() function
 --FILE--
 <?php
-/* Prototype: bool is_null ( mixed $var );
- * Description: Finds whether the given variable is NULL
- */
-
 echo "*** Testing is_null() with valid null values ***\n";
 // different valid  null values
 $unset_array = array();
index 8883c57ac221053dd65e807c584d0a2b806f7adc..bf09a8134830a82b742cb9bf8b83690d0af67017 100644 (file)
@@ -2,10 +2,6 @@
 Test is_numeric() function
 --FILE--
 <?php
-/* Prototype: bool is_numeric ( mixed $var );
- * Description: Finds whether a variable is a number or a numeric string
- */
-
 echo "*** Testing is_numeric() with valid numeric values ***\n";
 // different valid numeric  values
 $numerics = array(
index 8a5ac1bcbe6b5d5acbc90d79dd99e34152d0f4cf..ed4a2f7a349f7cd918833422dadf07738902259e 100644 (file)
@@ -2,10 +2,6 @@
 Test is_object() function
 --FILE--
 <?php
-/* Prototype: bool is_object ( mixed $var );
- * Description: Finds whether the given variable is an object
- */
-
 echo "*** Testing is_object() with valid objects ***\n";
 
 // class with no members
index 06988850ee00149679652a0d6d70fdcd65a70df0..da5643dc6cc24d199843fd2a1cf653e67db9d5ec 100644 (file)
@@ -2,11 +2,6 @@
 Test is_resource() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : bool is_resource  ( mixed $var  )
- * Description:  Finds whether a variable is a resource
- * Source code: ext/standard/type.c
- */
-
 echo "*** Testing is_resource() : basic functionality ***\n";
 
 class Hello {
index 6a89da9f5646820a8d1dfa8ac3361332a11de381..151a5bca187857fcb938e4c3917afcca563c4957 100644 (file)
@@ -2,10 +2,6 @@
 Test is_scalar() function
 --FILE--
 <?php
-/* Prototype: bool is_scalar ( mixed $var );
- * Description: Finds whether a variable is a scalar (i.e integer, float, string or boolean)
- */
-
 echo "*** Testing basic operations ***\n";
 $scalar_variables = array(
   0,  // integers
index a4ef7a47b11f42fd99b56e57f0e103e6c3194625..d2f8eeffcc8e2620212fdf6f822b535ef5612fa9 100644 (file)
@@ -2,10 +2,6 @@
 Test is_string() function
 --FILE--
 <?php
-/* Prototype: bool is_string ( mixed $var );
- * Description: Finds whether the given variable is a string
- */
-
 echo "*** Testing is_string() with valid string values ***\n";
 // different valid strings
 
index 79908104679ad0f5fcca647d071110276fe39098..65826d1f8bc6ac952d5a0e26321bcc8c9de6b489 100644 (file)
@@ -2,10 +2,6 @@
 Test isset() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : bool isset  ( mixed $var  [, mixed $var  [,  $...  ]] )
- * Description:  Determine if a variable is set and is not NULL
- */
-
 class foo {}
 
 echo "*** Testing isset() : basic functionality ***\n";
index 586203d4ee63082a447710c5df2395905524d12c..3b777e9357855007565763870d59d13848c6db03 100644 (file)
@@ -2,10 +2,6 @@
 Test isset() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : bool isset  ( mixed $var  [, mixed $var  [,  $...  ]] )
- * Description:  Determine if a variable is set and is not NULL
- */
-
 class foo {}
 
 echo "*** Testing isset() : basic functionality ***\n";
index b724b3c91ca763f6cb2b2a99c60655f5184636ec..b43ae81c301897acbff4fa3f7e65718df928c5c7 100644 (file)
@@ -4,12 +4,6 @@ Test ob_get_flush() function : basic functionality
 output_buffering=0
 --FILE--
 <?php
-/* Prototype  : bool ob_get_flush(void)
- * Description: Get current buffer contents, flush (send) the output buffer, and delete current output buffer
- * Source code: main/output.c
- * Alias to functions:
- */
-
 echo "*** Testing ob_get_flush() : basic functionality ***\n";
 
 ob_start();
index c45e8108413e392bd650fb296f5eb4347bb2c916..9c39606d1124a99c94b6f8c305779cb0da811fb1 100644 (file)
@@ -4,12 +4,6 @@ Test ob_get_flush() function : error conditions
 output_buffering=0
 --FILE--
 <?php
-/* Prototype  : bool ob_get_flush(void)
- * Description: Get current buffer contents, flush (send) the output buffer, and delete current output buffer
- * Source code: main/output.c
- * Alias to functions:
- */
-
 echo "*** Testing ob_get_flush() : error conditions ***\n";
 
 // No ob_start() executed
index 0eb1adf9eef9246bb35d9afcd77640076a285474..08acc46eb5da64c9a77cf20008aa8ece13a90dda 100644 (file)
@@ -4,12 +4,6 @@ Test ob_get_length() function : basic functionality
 output_buffering=0
 --FILE--
 <?php
-/* Prototype  : int ob_get_length(void)
- * Description: Return the length of the output buffer
- * Source code: main/output.c
- * Alias to functions:
- */
-
 function dump_string_length( $string )
 {
     ob_start();
index de1daa76377046f58d4e5d9ab4a27a8ab45f6412..84b674f87be3a1013677d92976d5ac23b1a9e935 100644 (file)
@@ -2,11 +2,6 @@
 Test parse_ini_string() function
 --FILE--
 <?php
-/* Prototype: array parse_ini_string(string $string [,bool $process_sections]);
-   Description: parse_ini_string() loads in the ini file specified in filename,
-     and returns the settings in it in an associative array.
-*/
-
 $parse_string = <<<EOD
 ; Comment starts with semi-colon(;)
 ; Section starts with [<section name>]
index b4fb78e6ea8fa96034dafdde714d944ee6e53f06..11af4d03c5f06d540aad26f5e4367c42fd97a23e 100644 (file)
@@ -2,9 +2,6 @@
 Test php_uname() function - basic test
 --FILE--
 <?php
-/* Prototype: string php_uname  ([ string $mode  ] )
- * Description:  Returns information about the operating system PHP is running on
-*/
 
 echo "*** Testing php_uname() - basic test\n";
 
index c64c15b404679a54dbe6b8ebe5afccd16926a0f8..2f65ed587d36cc803741ee2672538cbd37a8441c 100644 (file)
@@ -2,9 +2,6 @@
 Test php_uname() function -  error conditions - pass function incorrect arguments
 --FILE--
 <?php
-/* Prototype: string php_uname  ([ string $mode  ] )
- * Description:  Returns information about the operating system PHP is running on
-*/
 
 echo "*** Testing php_uname() - error test\n";
 
index d2ec63f5b4daf8eb2dc1a3c40ba10ed6d3db6c20..0c0d77596109e3f69a1b708399dfb0c0fb5b72ac 100644 (file)
@@ -4,12 +4,7 @@ Test print_r() function
 precision=14
 --FILE--
 <?php
-/* Prototype: bool print_r ( mixed $expression [, bool $return] );
-   Description: Prints human-readable information about a variable
-*/
 
-/* Prototype: void check_printr( $variables )
-   Description: use print_r() to print variables */
 function check_printr( $variables ) {
   $counter = 1;
   foreach( $variables as $variable ) {
index 5df1637dbdfc0a703c94da377c395498d1135ff6..56153e768274200102fcea30778db8635ba81ac1 100644 (file)
@@ -8,12 +8,7 @@ if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
 precision=14
 --FILE--
 <?php
-/* Prototype: bool print_r ( mixed $expression [, bool $return] );
-   Description: Prints human-readable information about a variable
-*/
 
-/* Prototype: void check_printr( $variables )
-   Description: use print_r() to print variables */
 function check_printr( $variables ) {
   $counter = 1;
   foreach( $variables as $variable ) {
index 4371cc99ed3a9a4614b5946b59c322f951f8725a..249f7ac6e59340c1376adf8460d479f58b37adcb 100644 (file)
@@ -6,11 +6,6 @@ if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
 ?>
 --FILE--
 <?php
-/* Prototype  : int sleep  ( int $seconds  )
- * Description: Delays the program execution for the given number of seconds .
- * Source code: ext/standard/basic_functions.c
- */
-
 echo "*** Testing sleep() : basic functionality ***\n";
 
 $sleeptime = 1; // sleep for 1 seconds
index a75ac12272e09012518ba80cee1473425c541296..678da93fac94f02df1663bdce91fcfcf6d0fc20c 100644 (file)
@@ -4,10 +4,6 @@ Test strval() function
 precision=14
 --FILE--
 <?php
-/* Prototype: string strval ( mixed $var );
- * Description: Returns the string value of var
- */
-
 echo "*** Testing str_val() with scalar values***\n";
 $heredoc_string = <<<EOD
 This is a multiline heredoc
index 6bfc478fad4df677beaed564e68ce6e52522da57..0e782cdfd11ab27b8d0a1ac0710a934178243edb 100644 (file)
@@ -2,10 +2,6 @@
 Test uniqid() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : string uniqid  ([ string $prefix= ""  [, bool $more_entropy= false  ]] )
- * Description: Gets a prefixed unique identifier based on the current time in microseconds.
- * Source code: ext/standard/uniqid.c
-*/
 echo "*** Testing uniqid() : basic functionality ***\n";
 
 echo "\nuniqid() without a prefix\n";
index c2af61f8a2605eb109848e647e463a6a2b039986..7ce33be8ae1b34630782a002fbdbf321dbb69260 100644 (file)
@@ -6,11 +6,6 @@ if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
 ?>
 --FILE--
 <?php
-/* Prototype  : void usleep  ( int $micro_seconds  )
- * Description: Delays program execution for the given number of micro seconds.
- * Source code: ext/standard/basic_functions.c
- */
-
 set_time_limit(20);
 
 echo "*** Testing usleep() : basic functionality ***\n";
index 476620ff267dc2c66152a55e7c7ec49309a758aa..58dea7b61ed83f0e1aa041454fea73f24e56e643 100644 (file)
@@ -8,12 +8,7 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
 precision=14
 --FILE--
 <?php
-/* Prototype: void var_dump ( mixed $expression [, mixed $expression [, $...]] );
-   Description: Displays structured information about one or more expressions that includes its type and value.
-*/
 
-/* Prototype: void check_vardump( $variables );
-   Description: use var_dump() to display the variables */
 function check_vardump( $variables ) {
   $counter = 1;
   foreach( $variables as $variable ) {
index 7b747615868d8a2e8bc815598e695dea00d30d0b..e6ac7f15cb05d767ed6f1d5c7746163a7f1d002a 100644 (file)
@@ -8,12 +8,7 @@ if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
 precision=14
 --FILE--
 <?php
-/* Prototype: void var_dump ( mixed $expression [, mixed $expression [, $...]] );
-   Description: Displays structured information about one or more expressions that includes its type and value.
-*/
 
-/* Prototype: void check_vardump( $variables );
-   Description: use var_dump() to display the variables */
 function check_vardump( $variables ) {
   $counter = 1;
   foreach( $variables as $variable ) {
index 9f9cd0e896fd748f3f39a4f2418220ea2f83068c..c9b0fa8d8750d6af4ce4c00c9945ffd0ef0969bf 100644 (file)
@@ -14,11 +14,6 @@ if (PHP_INT_SIZE < 8) {
 --FILE--
 <?php
 setlocale(LC_ALL, "german", "de","de_DE","de_DE.ISO8859-1","de_DE.ISO_8859-1","de_DE.UTF-8");
-/* Prototype: mixed var_export( mixed expression [, bool return]);
- * Description: Returns the variable representation when the return parameter is used and evaluates to TRUE. Otherwise, this function will return NULL.
-
-*/
-
 echo "*** Testing var_export() with integer values ***\n";
 // different integer values
 $valid_ints = array(
index d64fa3b8d78b092a646b42f78c3261ce146db992..96b34f4b353399d8afe7096fe7906e1aea8a2e6d 100644 (file)
@@ -14,11 +14,6 @@ if (PHP_INT_SIZE > 4) {
 --FILE--
 <?php
 setlocale(LC_ALL, "german", "de","de_DE","de_DE.ISO8859-1","de_DE.ISO_8859-1","de_DE.UTF-8");
-/* Prototype: mixed var_export( mixed expression [, bool return]);
- * Description: Returns the variable representation when the return parameter is used and evaluates to TRUE. Otherwise, this function will return NULL.
-
-*/
-
 echo "*** Testing var_export() with integer values ***\n";
 // different integer values
 $valid_ints = array(
index 27c56a7b8f132232c47f76751cd9a6cca23cb2dc..51f957faf265d886dfe45460648f1479b933e3d2 100644 (file)
@@ -8,12 +8,6 @@ if (PHP_INT_SIZE < 8) {
 ?>
 --FILE--
 <?php
-/* Prototype  : mixed var_export(mixed var [, bool return])
- * Description: Outputs or returns a string representation of a variable
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-
 echo "*** Testing var_export() with integer values ***\n";
 // different integer values
 $valid_ints = array(
index 0eb6ce889f4bdaa0c7f3c3b6cb80ba6b8e0608e5..e13b90dbd997b43d91457f489583d722f240e940 100644 (file)
@@ -8,12 +8,6 @@ if (PHP_INT_SIZE > 4) {
 ?>
 --FILE--
 <?php
-/* Prototype  : mixed var_export(mixed var [, bool return])
- * Description: Outputs or returns a string representation of a variable
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-
 echo "*** Testing var_export() with integer values ***\n";
 // different integer values
 $valid_ints = array(
index 1698a2800110d1fe4cfcfea904c2cde9183012db..b5895f805da3b146e256d21b8a2ea694bd22f9eb 100644 (file)
@@ -3,12 +3,6 @@ Test var_export() function with valid boolean values
 --FILE--
 <?php
 
-/* Prototype  : mixed var_export(mixed var [, bool return])
- * Description: Outputs or returns a string representation of a variable
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-
 echo "*** Testing var_export() with valid boolean values ***\n";
 // different valid  boolean values
 $valid_bool = array(
index 92d5bbbe7680e22d33e2cd33f07a00f838a4c8ac..66e87f093ace4f35fb2db28be1c9a0753dfbecca 100644 (file)
@@ -4,12 +4,6 @@ Test var_export() function with valid float values
 serialize_precision=17
 --FILE--
 <?php
-/* Prototype  : mixed var_export(mixed var [, bool return])
- * Description: Outputs or returns a string representation of a variable
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-
 echo "*** Testing var_export() with valid float values ***\n";
 // different valid  float values
 $valid_floats = array(
index 789140d255b53f98a9459d921f0ecebbe805b515..4d41d2f38d01f5eb40ff2e9cc52118c13febfc43 100644 (file)
@@ -2,13 +2,6 @@
 Test var_export() function with valid strings
 --FILE--
 <?php
-/* Prototype  : mixed var_export(mixed var [, bool return])
- * Description: Outputs or returns a string representation of a variable
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-
-
 echo "*** Testing var_export() with valid strings ***\n";
 // different valid  string
 $valid_strings = array(
index 731e84ff990aaaa9e46d7570554f2198b9aa125e..4712ba37a9042126b87bf24d9c4802cae6161abd 100644 (file)
@@ -4,13 +4,6 @@ Test var_export() function with valid arrays
 serialize_precision=17
 --FILE--
 <?php
-/* Prototype  : mixed var_export(mixed var [, bool return])
- * Description: Outputs or returns a string representation of a variable
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-
-
 echo "*** Testing var_export() with valid arrays ***\n";
 // different valid  arrays
 $valid_arrays = array(
index 4d09f0a79447cf9a6fdaddffb8a5f0f348af4a0b..a3d3ae639b0b133bf31001b624b9796b701f0d5f 100644 (file)
@@ -2,12 +2,6 @@
 Test var_export() function with valid objects
 --FILE--
 <?php
-/* Prototype  : mixed var_export(mixed var [, bool return])
- * Description: Outputs or returns a string representation of a variable
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-
 echo "*** Testing var_export() with valid objects ***\n";
 
 // class with no members
index f9a68f0f132b5a3bc1393883737cc779acfcc427..01ffd5fbe53516ec9c98f96c621034680c73d9b4 100644 (file)
@@ -2,12 +2,6 @@
 Test var_export() function with valid null values
 --FILE--
 <?php
-/* Prototype  : mixed var_export(mixed var [, bool return])
- * Description: Outputs or returns a string representation of a variable
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-
 echo "*** Testing var_export() with valid null values ***\n";
 
 // different valid  null values
index a52bf430d21e1b3239d93242082e3966554a3ea5..182bdd107e8d30052ee554748f3759afc8591b83 100644 (file)
@@ -2,12 +2,6 @@
 var_export(): simple test with arrays and objects
 --FILE--
 <?php
-/* Prototype  : mixed var_export(mixed var [, bool return])
- * Description: Outputs or returns a string representation of a variable
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-
 echo "\n\n-- Var export on a simple  object --\n";
 $o1 = new stdclass;
 $o1->p = '22';
index 83dd2aa297c08cb46da941c0e4429e38e4907a4b..1c1d04dcb9dd505aa57da8b1d1c4f721520e88aa 100644 (file)
@@ -2,16 +2,10 @@
 Test var_export() function : error conditions - recursive object
 --FILE--
 <?php
-/* Prototype  : mixed var_export(mixed var [, bool return])
- * Description: Outputs or returns a string representation of a variable
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-
 $obj = new stdClass;
 $obj->p =& $obj;
 var_export($obj, true);
 
 ?>
 --EXPECTF--
-Warning: var_export does not handle circular references in %s on line 10
+Warning: var_export does not handle circular references in %s on line %d
index 7c2bc54ef36096d8a9be1e8d56012c5789c953d3..6c953e9821dbe4cd4db05f30678fde667b6ce290 100644 (file)
@@ -2,15 +2,9 @@
 Test var_export() function : error conditions - recursive array
 --FILE--
 <?php
-/* Prototype  : mixed var_export(mixed var [, bool return])
- * Description: Outputs or returns a string representation of a variable
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-
 $a[] =& $a;
 var_export($a, true);
 
 ?>
 --EXPECTF--
-Warning: var_export does not handle circular references in %s on line 9
+Warning: var_export does not handle circular references in %s on line %d
index ad857243d7f4abdbf60b78f4e687787b8029c2b9..f1a6d108d31bd671d508ad8163b062409f86e9cd 100644 (file)
@@ -2,11 +2,6 @@
 Test getimagesize() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : array getimagesize(string imagefile [, array info])
- * Description: Get the size of an image as 4-element array
- * Source code: ext/standard/image.c
- */
-
 $imagetype_filenames = array(
       // GIF file
       "GIF image file" => "200x100.gif",
index b4c6413a08a681885e86172b94d2bef38e80f30e..5577d940602721f1a5d6a2a895036ae1c42b5c19 100644 (file)
@@ -2,12 +2,6 @@
 Test getimagesize() function : basic functionality - load APP info from jpeg.
 --FILE--
 <?php
-/* Prototype  : proto array getimagesize(string imagefile [, array info])
- * Description: Get the size of an image as 4-element array
- * Source code: ext/standard/image.c
- * Alias to functions:
- */
-
 /*
  * Load APP info from jpeg
  */
index 6d76c2bb06161cfa1815ead92c87bdbdaf421f32..cd6f32f4d3785e5d3c466733080e00d933e81af0 100644 (file)
@@ -2,12 +2,6 @@
 GetImageSize() for tiff format with big-endian (aka Motorola, aka MM) ordering
 --FILE--
 <?php
-/* Prototype  : proto array getimagesize(string imagefile [, array info])
- * Description: Get the size of an image as 4-element array
- * Source code: ext/standard/image.c
- * Alias to functions:
- */
-
 echo "*** Testing getimagesize() : tiff_mm format ***\n";
 var_dump(getimagesize(__DIR__ . "/2x2mm.tiff", $arr));
 var_dump($arr);
index 50cc3c0561cc9eba3676f5d6afc73479d08d9671..045d9141a6bdc699e08427ee323c7fc417538fe6 100644 (file)
@@ -2,12 +2,6 @@
 Test getimagesize() function : usage variations  - unexpected type for arg 2
 --FILE--
 <?php
-/* Prototype  : proto array getimagesize(string imagefile [, array info])
- * Description: Get the size of an image as 4-element array
- * Source code: ext/standard/image.c
- * Alias to functions:
- */
-
 function test_error_handler($err_no, $err_msg, $filename, $linenum) {
     echo "Error: $err_no - $err_msg\n";
 }
index b50e822d7042bfd1c5e53f216d63e4ee7c3b6c19..f6317db74058b711cc59f481ee382363a9faa693 100644 (file)
@@ -2,12 +2,6 @@
 Test getimagesize() function : variation - Passing non image files
 --FILE--
 <?php
-/* Prototype  : array getimagesize(string imagefile [, array info])
- * Description: Get the size of an image as 4-element array
- * Source code: ext/standard/image.c
- */
-
-
 $file_types_array = array (
     //File containing text string
     "File with text data" => "test.txt",
index d2e2c8455463ee56e3bfe4cd44a56b21836974a0..fac3900417b8f1cd0859d689a4230cd408dd9695 100644 (file)
@@ -8,11 +8,6 @@ Test getimagesize() function : variation - For shockwave-flash format
 ?>
 --FILE--
 <?php
-/* Prototype  : array getimagesize(string imagefile [, array info])
- * Description: Get the size of an image as 4-element array
- * Source code: ext/standard/image.c
- */
-
 echo "*** Testing getimagesize() : variation ***\n";
 
 var_dump( getimagesize(__DIR__."/test13pix.swf", $info) );
index 93a8648c11078b636c5e9432dfd0ff04228136cc..503ed7657c735fb59421feb86682b2de75bb6260 100644 (file)
@@ -8,11 +8,6 @@ Test getimagesize() function : basic functionality for shockwave-flash
 ?>
 --FILE--
 <?php
-/* Prototype  : array getimagesize(string imagefile [, array info])
- * Description: Get the size of an image as 4-element array
- * Source code: ext/standard/image.c
- */
-
 echo "*** Testing getimagesize() : basic functionality ***\n";
 
 var_dump( getimagesize(__DIR__."/test13pix.swf", $info) );
index d0b0852a26d44c1937f18906dbceb858525ed269..0b0ebe52347d91853f8ce41dbd4631ccb6da559e 100644 (file)
@@ -2,12 +2,6 @@
 GetImageSize() for wbmp format
 --FILE--
 <?php
-/* Prototype  : proto array getimagesize(string imagefile [, array info])
- * Description: Get the size of an image as 4-element array
- * Source code: ext/standard/image.c
- * Alias to functions:
- */
-
 echo "*** Testing getimagesize() : wbmp format ***\n";
 var_dump(getimagesize(__DIR__ . "/75x50.wbmp", $arr));
 var_dump($arr);
index bf8bdf924da2f7bf9572d7ebbc1340f1825ef95c..5ecd6ad206348e35cf2c2d3d292ebcb7935ecef5 100644 (file)
@@ -2,12 +2,6 @@
 GetImageSize() for xbm format
 --FILE--
 <?php
-/* Prototype  : proto array getimagesize(string imagefile [, array info])
- * Description: Get the size of an image as 4-element array
- * Source code: ext/standard/image.c
- * Alias to functions:
- */
-
 echo "*** Testing getimagesize() : xbm format ***\n";
 var_dump(getimagesize(__DIR__ . "/75x50.xbm", $arr));
 var_dump($arr);
index 684056459ef952e76054cb296b234e9179d6d0c5..bf5a1ee250990becb295f33e2855a51137a4bb8d 100644 (file)
@@ -3,12 +3,6 @@ image_type_to_mime_type()
 --FILE--
 <?php
 
-/* Prototype  : string image_type_to_mime_type  ( int $imagetype  )
- * Description: Get Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetype.
- * Source code: ext/standard/image.c
- * Alias to functions:
- */
-
 echo "Starting image_type_to_mime_type() test\n\n";
 
 $image_types = array (
index 5123f373a73bf9434ed1bb8832fc232d55fa29f9..19241d9dd0fb7959b6f17e9d6926eb316519fd1b 100644 (file)
@@ -2,11 +2,6 @@
 Test image_type_to_mime_type() function : usage variations  - Pass decimal, octal, and hexadecimal values as imagetype
 --FILE--
 <?php
-/* Prototype  : string image_type_to_mime_type(int imagetype)
- * Description: Get Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetype
- * Source code: ext/standard/image.c
- */
-
 echo "*** Testing image_type_to_mime_type() : usage variations ***\n";
 
 error_reporting(E_ALL ^ E_NOTICE);
index ac77faad33c2f9a1ad794472ecaa35ff15616136..49a53c468b1d3714d4bd41b1377630d606696013 100644 (file)
@@ -4,11 +4,6 @@ image_type_to_mime_type() (passinf equivalent integer values)
 Sanjay Mantoor <sanjay.mantoor@gmail.com>
 --FILE--
 <?php
-/* Prototype  : string image_type_to_mime_type(int imagetype)
- * Description: Get Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetype
- * Source code: ext/standard/image.c
- */
-
 echo "*** Testing image_type_to_mime_type() : usage variations ***\n";
 
 for($imagetype = 0; $imagetype <= IMAGETYPE_COUNT; ++$imagetype) {
index baaca4650a6f3c07471f9996aea196c4c18d2cce..ca487e00a2bebab96cfb6f8f9076c8f902adff84 100644 (file)
@@ -8,12 +8,6 @@ Test image_type_to_mime_type() function : usage variations - Passing IMAGETYPE_I
 ?>
 --FILE--
 <?php
-/* Prototype  : string image_type_to_mime_type(int imagetype)
- * Description: Get Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetype
- * Source code: ext/standard/image.c
- */
-
-
 echo "*** Testing image_type_to_mime_type() : usage variations ***\n";
 
 error_reporting(E_ALL ^ E_NOTICE);
index db947e11725b33523f259a77b5754cf6fde11e44..6006c75451ec6d3325c28fb01749183545d7bbde 100644 (file)
@@ -5,12 +5,6 @@ sendmail_path={MAIL:mailBug66535.out}
 mail.add_x_header = On
 --FILE--
 <?php
-/* Prototype  : int mail(string to, string subject, string message [, string additional_headers [, string additional_parameters]])
- * Description: Send an email message
- * Source code: ext/standard/mail.c
- * Alias to functions:
- */
-
 echo "*** Testing mail() : send email without additional headers ***\n";
 
 // Initialise all required variables
index 89c966d085296737579875095f371fdc74b57168..7476b6f4698c6716d1873d94f4dd6a596b975724 100644 (file)
@@ -5,12 +5,6 @@ sendmail_path={MAIL:mailBug69874.out}
 mail.add_x_header = Off
 --FILE--
 <?php
-/* Prototype  : int mail(string to, string subject, string message [, string additional_headers [, string additional_parameters]])
- * Description: Send an email message
- * Source code: ext/standard/mail.c
- * Alias to functions:
- */
-
 echo "*** Testing mail() : send email without additional headers ***\n";
 
 // Initialise all required variables
index 9c603a13ea5478a54f9840b4325b2923b0e06609..5465293f7dc7b29b6601cea12a970139ab4d1c14 100644 (file)
@@ -5,12 +5,6 @@ sendmail_path={MAIL:mailBug69874_2.out}
 mail.add_x_header = On
 --FILE--
 <?php
-/* Prototype  : int mail(string to, string subject, string message [, string additional_headers [, string additional_parameters]])
- * Description: Send an email message
- * Source code: ext/standard/mail.c
- * Alias to functions:
- */
-
 echo "*** Testing mail() : send email without additional headers ***\n";
 
 // Initialise all required variables
index fb8cb58e847c33dd7cd04d20cc26806cc83248f4..80270810777f285e737f856153da15aa0a531497 100644 (file)
@@ -5,12 +5,6 @@ sendmail_path={MAIL:mailBasic.out}
 mail.add_x_header = Off
 --FILE--
 <?php
-/* Prototype  : int mail(string to, string subject, string message [, string additional_headers [, string additional_parameters]])
- * Description: Send an email message
- * Source code: ext/standard/mail.c
- * Alias to functions:
- */
-
 echo "*** Testing mail() : basic functionality ***\n";
 
 
index bee44f9f6bffca947020b962975a799a3723bb80..44d8d86310b014f387a0891550a3b615674a79a4 100644 (file)
@@ -10,12 +10,6 @@ sendmail_path="cat > /tmp/php_test_mailBasic2.out"
 mail.add_x_header = Off
 --FILE--
 <?php
-/* Prototype  : int mail(string to, string subject, string message [, string additional_headers [, string additional_parameters]])
- * Description: Send an email message
- * Source code: ext/standard/mail.c
- * Alias to functions:
- */
-
 echo "*** Testing mail() : basic functionality ***\n";
 
 
index 37e0d5ba3d443d6c0e151a6c23e3bff3fe2e6c67..b427fbeb670a08d67bf909d18e68b2ddf6520f76 100644 (file)
@@ -9,12 +9,6 @@ if(substr(PHP_OS, 0, 3) == "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype  : int mail(string to, string subject, string message [, string additional_headers [, string additional_parameters]])
- * Description: Send an email message
- * Source code: ext/standard/mail.c
- * Alias to functions:
- */
-
 echo "*** Testing mail() : basic functionality ***\n";
 
 
index e7af072ff5b2d3de66991e64de2e6b9f9ffb94c9..5a1cac7c656181f0f63397730a2c5cd661b32fb8 100644 (file)
@@ -10,12 +10,6 @@ if(substr(PHP_OS, 0, 3) == "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype  : int mail(string to, string subject, string message [, string additional_headers [, string additional_parameters]])
- * Description: Send an email message with invalid addtional_headers
- * Source code: ext/standard/mail.c
- * Alias to functions:
- */
-
 echo "*** Testing mail() : basic functionality ***\n";
 
 
index 9c9c61d835e48dc04bb2aaa87c753f583e2f5007..54d020e46ce2a61d42fdab72091eed54a7af1b06 100644 (file)
@@ -5,12 +5,6 @@ sendmail_path={MAIL:mailBasic7.out}
 mail.add_x_header = Off
 --FILE--
 <?php
-/* Prototype  : int mail(string to, string subject, string message [, mixed additional_headers [, string additional_parameters]])
- * Description: Send an email message
- * Source code: ext/standard/mail.c
- * Alias to functions:
- */
-
 error_reporting(-1);
 
 echo "*** Testing mail() : basic functionality ***\n";
@@ -142,21 +136,21 @@ A Message
 ************* TEST ******************
 -- All Mail Content Parameters --
 
-Warning: mail(): 'orig-date' header must be at most one header. Array is passed for 'orig-date' in %s on line 59
+Warning: mail(): 'orig-date' header must be at most one header. Array is passed for 'orig-date' in %s on line %d
 
-Warning: mail(): 'from' header must be at most one header. Array is passed for 'from' in %s on line 59
+Warning: mail(): 'from' header must be at most one header. Array is passed for 'from' in %s on line %d
 
-Warning: mail(): 'sender' header must be at most one header. Array is passed for 'sender' in %s on line 59
+Warning: mail(): 'sender' header must be at most one header. Array is passed for 'sender' in %s on line %d
 
-Warning: mail(): 'reply-to' header must be at most one header. Array is passed for 'reply-to' in %s on line 59
+Warning: mail(): 'reply-to' header must be at most one header. Array is passed for 'reply-to' in %s on line %d
 
-Warning: mail(): Extra header cannot contain 'To' header in %s on line 59
+Warning: mail(): Extra header cannot contain 'To' header in %s on line %d
 
-Warning: mail(): 'bcc' header must be at most one header. Array is passed for 'bcc' in %s on line 59
+Warning: mail(): 'bcc' header must be at most one header. Array is passed for 'bcc' in %s on line %d
 
-Warning: mail(): 'message-id' header must be at most one header. Array is passed for 'message-id' in %s on line 59
+Warning: mail(): 'message-id' header must be at most one header. Array is passed for 'message-id' in %s on line %d
 
-Warning: mail(): 'in-reply-to' header must be at most one header. Array is passed for 'in-reply-to' in %s on line 59
+Warning: mail(): 'in-reply-to' header must be at most one header. Array is passed for 'in-reply-to' in %s on line %d
 bool(true)
 To: user@example.com
 Subject: Test Subject
@@ -167,19 +161,19 @@ A Message
 ************* TEST ******************
 -- All Mail Content Parameters --
 
-Warning: mail(): Multiple header key must be numeric index (foo1) in %s on line 84
+Warning: mail(): Multiple header key must be numeric index (foo1) in %s on line %d
 
-Warning: mail(): Multiple header values must be string (foo2) in %s on line 84
+Warning: mail(): Multiple header values must be string (foo2) in %s on line %d
 
-Warning: mail(): Multiple header values must be string (foo3) in %s on line 84
+Warning: mail(): Multiple header values must be string (foo3) in %s on line %d
 
-Warning: mail(): Multiple header values must be string (foo4) in %s on line 84
+Warning: mail(): Multiple header values must be string (foo4) in %s on line %d
 
-Warning: mail(): Multiple header values must be string (foo5) in %s on line 84
+Warning: mail(): Multiple header values must be string (foo5) in %s on line %d
 
-Warning: mail(): Multiple header values must be string (foo6) in %s on line 84
+Warning: mail(): Multiple header values must be string (foo6) in %s on line %d
 
-Warning: mail(): Multiple header values must be string (foo7) in %s on line 84
+Warning: mail(): Multiple header values must be string (foo7) in %s on line %d
 bool(true)
 To: user@example.com
 Subject: Test Subject
@@ -191,15 +185,15 @@ A Message
 ************* TEST ******************
 -- All Mail Content Parameters --
 
-Warning: mail(): Header field name (*:foo1) contains invalid chars in %s on line 112
+Warning: mail(): Header field name (*:foo1) contains invalid chars in %s on line %d
 
-Warning: mail(): Header field name (foo2:::) contains invalid chars in %s on line 112
+Warning: mail(): Header field name (foo2:::) contains invalid chars in %s on line %d
 
-Warning: mail(): Header field name () contains invalid chars in %s on line 112
+Warning: mail(): Header field name () contains invalid chars in %s on line %d
 
-Warning: mail(): Header field name (foo7) contains invalid chars in %s on line 112
+Warning: mail(): Header field name (foo7) contains invalid chars in %s on line %d
 
-Warning: mail(): Header field value (foo10 => abc) contains invalid chars or format in %s on line 112
+Warning: mail(): Header field value (foo10 => abc) contains invalid chars or format in %s on line %d
 bool(true)
 To: user@example.com
 Subject: Test Subject
index 5952a14f59ab1e595dd5a7218c8af3539319e662..0cffdfd2aa21e9127696195169f0feac44d19a6d 100644 (file)
@@ -13,12 +13,6 @@ require_once(__DIR__.'/mail_skipif.inc');
 max_execution_time = 120
 --FILE--
 <?php
-/* Prototype  : int mail(string to, string subject, string message [, string additional_headers [, string additional_parameters]])
- * Description: Send an email message
- * Source code: ext/standard/mail.c
- * Alias to functions:
- */
-
 ini_set("SMTP", "localhost");
 ini_set("smtp_port", 25);
 ini_set("sendmail_from", "user@example.com");
index 8c7a28983ceaabaefc0bb7a63de5a2e7e2b3dadf..d90575610d539c079fb5b44184e8efeee40a74c4 100644 (file)
@@ -12,12 +12,6 @@ require_once(__DIR__.'/mail_skipif.inc');
 max_execution_time = 120
 --FILE--
 <?php
-/* Prototype  : int mail(string to, string subject, string message [, string additional_headers [, string additional_parameters]])
- * Description: Send an email message
- * Source code: ext/standard/mail.c
- * Alias to functions:
- */
-
 echo "*** Testing mail() : basic functionality ***\n";
 require_once(__DIR__.'/mail_include.inc');
 $subject_prefix = "!**PHPT**!";
index 15fb701e28fa31444999544b6770ac30c00d856b..1ae04bc40a39b3088c7c752bb2216a57d97fd615 100644 (file)
@@ -12,12 +12,6 @@ require_once(__DIR__.'/mail_skipif.inc');
 max_execution_time = 120
 --FILE--
 <?php
-/* Prototype  : int mail(string to, string subject, string message [, string additional_headers [, string additional_parameters]])
- * Description: Send an email message
- * Source code: ext/standard/mail.c
- * Alias to functions:
- */
-
 echo "*** Testing mail() : basic functionality ***\n";
 require_once(__DIR__.'/mail_include.inc');
 $subject_prefix = "!**PHPT**!";
index 96c6fb11f5e271527017731377cc519deddc724f..1628a2da6f9f9fe36825a4d3cb9a154faff8b2f3 100644 (file)
@@ -12,12 +12,6 @@ require_once(__DIR__.'/mail_skipif.inc');
 max_execution_time = 120
 --FILE--
 <?php
-/* Prototype  : int mail(string to, string subject, string message [, string additional_headers [, string additional_parameters]])
- * Description: Send an email message
- * Source code: ext/standard/mail.c
- * Alias to functions:
- */
-
 echo "*** Testing mail() : basic functionality ***\n";
 require_once(__DIR__.'/mail_include.inc');
 $subject_prefix = "!**PHPT**!";
index 3e4d346b0bc3ddba61ed30c159e5a9577e0344ee..75adc6282235892cf5ed3b0e51ba477b0a7018e7 100644 (file)
@@ -9,12 +9,6 @@ if(substr(PHP_OS, 0, 3) == "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype  : int mail(string to, string subject, string message [, string additional_headers [, string additional_parameters]])
- * Description: Send an email message
- * Source code: ext/standard/mail.c
- * Alias to functions:
- */
-
 echo "*** Testing mail() : variation ***\n";
 
 // Initialise all required variables
index 9ab8071b4bdd21b9e29ddac58c72646dcce40b3c..fd6d91312a70b33a50609682b72a48617bb8cb77 100644 (file)
@@ -11,12 +11,6 @@ if(substr(PHP_OS, 0, 3) == "WIN")
 ?>
 --FILE--
 <?php
-/* Prototype  : int mail(string to, string subject, string message [, string additional_headers [, string additional_parameters]])
- * Description: Send an email message
- * Source code: ext/standard/mail.c
- * Alias to functions:
- */
-
 echo "*** Testing mail() : basic functionality ***\n";
 
 
index 155dc9815a6fc47d773ba0c5df28ddbbdf0be01e..5ba36cea7bb9e4672279d4f009964fe7954adb94 100644 (file)
@@ -12,12 +12,6 @@ require_once(__DIR__.'/mail_skipif.inc');
 max_execution_time = 120
 --FILE--
 <?php
-/* Prototype  : int mail(string to, string subject, string message [, string additional_headers [, string additional_parameters]])
- * Description: Send an email message
- * Source code: ext/standard/mail.c
- * Alias to functions:
- */
-
 ini_set("SMTP", "localhost");
 ini_set("smtp_port", 2525);
 ini_set("sendmail_from", "user@example.com");
index 36d971329f45f7a522be4edfcd70ffd221b8f675..78ebbf9355f3218c3ac5181ed730ac04b13e9680 100644 (file)
@@ -12,12 +12,6 @@ require_once(__DIR__.'/mail_skipif.inc');
 max_execution_time = 120
 --FILE--
 <?php
-/* Prototype  : int mail(string to, string subject, string message [, string additional_headers [, string additional_parameters]])
- * Description: Send an email message
- * Source code: ext/standard/mail.c
- * Alias to functions:
- */
-
 ini_set("SMTP", "localplace");
 ini_set("smtp_port", 25);
 ini_set("sendmail_from", "user@example.com");
index 96d5d796bb0c03489b5c6b4a26c53984568ee008..d7fc0b72eb95f5f200e1f25a5e81b9442849394e 100644 (file)
@@ -12,12 +12,6 @@ require_once(__DIR__.'/mail_skipif.inc');
 max_execution_time = 120
 --FILE--
 <?php
-/* Prototype  : int mail(string to, string subject, string message [, string additional_headers [, string additional_parameters]])
- * Description: Send an email message
- * Source code: ext/standard/mail.c
- * Alias to functions:
- */
-
 ini_set("SMTP", "localhost");
 ini_set("smtp_port", 25);
 
index b7da2a49bd071582334934ea3069febc99b82840..65120efef6cdd2453e36e62f7f372922c64a1711 100644 (file)
@@ -4,11 +4,6 @@ Test abs() function : basic functionality
 precision = 14
 --FILE--
 <?php
-/* Prototype  : number abs  ( mixed $number  )
- * Description: Returns the absolute value of number.
- * Source code: ext/standard/math.c
- */
-
 echo "*** Testing abs() : basic functionality ***\n";
 
 $values = array(23,
index 9541c08bc23bdee0a745d9a21949ae59c6c47090..4a40ab4e37cdb7b7a907191cbab2ef2ab650699b 100644 (file)
@@ -2,11 +2,6 @@
 Test abs() function : usage variations - different data types as $number arg
 --FILE--
 <?php
-/* Prototype  : number abs  ( mixed $number  )
- * Description: Returns the absolute value of number.
- * Source code: ext/standard/math.c
- */
-
 /*
  * Pass different data types as $number argument to abs() to test behaviour
  */
index 4f7962ce5eb0a544719a1f69e4d3de9ccfac3715..4bf4f946090f88705953f4361559385f09d758d7 100644 (file)
@@ -5,7 +5,6 @@ precision = 14
 --FILE--
 <?php
 /*
- * proto float acos(float number)
  * Function is implemented in ext/standard/math.c
 */
 
index 3c04fd181df66a2699ebeb715347d0e104ee5803..88b035d0bf3a1ebaa2366a7998ab1f266d5ca679 100644 (file)
@@ -5,7 +5,6 @@ precision=10
 --FILE--
 <?php
 /*
- * proto float acos(float number)
  * Function is implemented in ext/standard/math.c
 */
 
index aed150cba84b5912284b3837d9e0c04e5f49d662..06d9ba8821e7d54aded841c14c6d1bf8e292de43 100644 (file)
@@ -5,7 +5,6 @@ precision = 14
 --FILE--
 <?php
 /*
- * proto float acosh(float number)
  * Function is implemented in ext/standard/math.c
 */
 
index 923268127bfa5004c29ad7e3eae757681f66324f..345a5f19cda7a0f04082af47e476a0be7caa1f7b 100644 (file)
@@ -5,7 +5,6 @@ precision = 10
 --FILE--
 <?php
 /*
- * proto float acosh(float number)
  * Function is implemented in ext/standard/math.c
 */
 
index 419a9ef34373ad9d95244726336f41a5d3cb35a2..2afbfcb7724cb9d553076bd91af8adc09e0a79f6 100644 (file)
@@ -5,7 +5,6 @@ precision = 14
 --FILE--
 <?php
 /*
- * proto float asin(float number)
  * Function is implemented in ext/standard/math.c
 */
 
index c59e43323ef6534da961c7c82551a8ec9ca1e401..f58e30306412c5c85500b0ef0f4b84f122dcbd21 100644 (file)
@@ -5,7 +5,6 @@ precision = 10
 --FILE--
 <?php
 /*
- * proto float asin(float number)
  * Function is implemented in ext/standard/math.c
 */
 
index 16380da128a7054fb5cb494d5c8fd8bd39c4ea76..fb024b46ac40f52fd7cb61dec24ba3d7bda37cf7 100644 (file)
@@ -5,7 +5,6 @@ precision = 14
 --FILE--
 <?php
 /*
- * proto float asinh(float number)
  * Function is implemented in ext/standard/math.c
 */
 
index 044668188340911a3fe64ca619ae53529f031265..a2762233e7207c2b79e2c2f6992342dc4090817e 100644 (file)
@@ -5,7 +5,6 @@ serialize_precision = 10
 --FILE--
 <?php
 /*
- * proto float asinh(float number)
  * Function is implemented in ext/standard/math.c
 */
 
index 9f41e58234af3d5cb64a1bafdbff55053aefb368..45e63e9dbd06bb7abeb12384440d64fcd6aa759e 100644 (file)
@@ -5,7 +5,6 @@ precision = 14
 --FILE--
 <?php
 /*
- * proto float atan(float number)
  * Function is implemented in ext/standard/math.c
 */
 
index 619f43248168b5cec1c575bc9ab2b317384a8745..35b0390b5a15c35ecc7bcb9b04436a3db9d34a92 100644 (file)
@@ -5,7 +5,6 @@ precision = 10
 --FILE--
 <?php
 /*
- * proto float atan(float number)
  * Function is implemented in ext/standard/math.c
 */
 
index 0a7040360b18273f92c8d74ec61594f9e2ae5319..7bb253df8c7eba7b5e7347c75cc6c83b784f9e90 100644 (file)
@@ -5,7 +5,6 @@ precision = 14
 --FILE--
 <?php
 /*
- * proto float atanh(float number)
  * Function is implemented in ext/standard/math.c
 */
 
index 610aaab3fb39c89cf97a2337f2f92cb8fb6f0e84..a03201825e2138e98578e5faae6b8c1bcda6dd55 100644 (file)
@@ -5,7 +5,6 @@ precision = 10
 --FILE--
 <?php
 /*
- * proto float atanh(float number)
  * Function is implemented in ext/standard/math.c
 */
 
index 2f20aeeef53f1de4d24b438b5dc222767d1c6c0b..e6e9d5b49ed683f9be64443ece8df8a948468295 100644 (file)
@@ -2,11 +2,6 @@
 Test base_convert() function :  error conditions - incorrect input
 --FILE--
 <?php
-/* Prototype  : string base_convert  ( string $number  , int $frombase  , int $tobase  )
- * Description: Convert a number between arbitrary bases.
- * Source code: ext/standard/math.c
- */
-
 echo "*** Testing base_convert() : error conditions ***\n";
 
 // get a class
index b0dba2b49bdad9975e313158a8d0600796b4bd33..0f08b2d8ab808e2a1181dfb7884248ae8f3ab89a 100644 (file)
@@ -2,11 +2,6 @@
 Test base_convert() function : usage variations - different data types as $number argument
 --FILE--
 <?php
-/* Prototype  : string base_convert  ( string $number  , int $frombase  , int $tobase  )
- * Description: Convert a number between arbitrary bases.
- * Source code: ext/standard/math.c
- */
-
 echo "*** Testing base_convert() : usage variations ***\n";
 
 //get an unset variable
index d219f313025419bfa46c8ec821d8df6974cebc8d..5c6b2e1b1e000b75a7462322f11a636057cb1cc7 100644 (file)
@@ -6,11 +6,6 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : number bindec  ( string $binary_string  )
- * Description: Returns the decimal equivalent of the binary number represented by the binary_string  argument.
- * Source code: ext/standard/math.c
- */
-
 echo "*** Testing bindec() : usage variations ***\n";
 //get an unset variable
 $unset_var = 10;
index 695c3f36ba9cf70a7f87a52cc772a8dee3474998..e83edbe59c6607ee203f1e61f90df6b4c49beb66 100644 (file)
@@ -6,11 +6,6 @@ if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : number bindec  ( string $binary_string  )
- * Description: Returns the decimal equivalent of the binary number represented by the binary_string  argument.
- * Source code: ext/standard/math.c
- */
-
 echo "*** Testing bindec() : usage variations ***\n";
 //get an unset variable
 $unset_var = 10;
index 54b91836d167a24b2e6f14aa6e43d366bec545bb..a8b3ede2a266ad8755029089b48f5d64de16ce9e 100644 (file)
@@ -4,11 +4,6 @@ Test ceil() - basic function test for ceil()
 precision=14
 --FILE--
 <?php
-/* Prototype  : float ceil  ( float $value  )
- * Description: Round fractions up.
- * Source code: ext/standard/math.c
- */
-
 echo "*** Testing ceil() : basic functionality ***\n";
 $values = array(0,
                 -0,
index 2a494ebcdf09ed2d8c8b92f90605147c3138acfe..a21ffe609d17aa5d7eb0e4e46177e8e3c0660e40 100644 (file)
@@ -4,11 +4,6 @@ Test ceil() function : usage variations - different data types as $value arg
 precision=14
 --FILE--
 <?php
-/* Prototype  : float ceil  ( float $value  )
- * Description: Round fractions up.
- * Source code: ext/standard/math.c
- */
-
 echo "*** Testing ceil() : usage variations ***\n";
 //get an unset variable
 $unset_var = 10;
index 5e471ae07f470292c9b9c3906cef45f2499297b1..8763949bb4c8ecc7ed0e7b8bc997616c7f1585dc 100644 (file)
@@ -5,7 +5,6 @@ precision = 14
 --FILE--
 <?php
 /*
- * proto float cos(float number)
  * Function is implemented in ext/standard/math.c
 */
 
index 1957e1332a7265223a06021c784e8b5126244474..abe2f8c23222c7185137167ba1309dedc94900d0 100644 (file)
@@ -5,7 +5,6 @@ serialize_precision = 10
 --FILE--
 <?php
 /*
- * proto float cos(float number)
  * Function is implemented in ext/standard/math.c
 */
 
index 620bbbebcd11ae44f52819e512eeb6cf3e1c446b..2a353b37154d4fa9da6f15aac1b9e33bf2540f26 100644 (file)
@@ -5,7 +5,6 @@ precision = 14
 --FILE--
 <?php
 /*
- * proto float cosh(float number)
  * Function is implemented in ext/standard/math.c
 */
 
index bac44f262ba7ca1e68d1c435dd96e242d11d36d8..6b0bf0a0c806432b2003336c59b58339e075d960 100644 (file)
@@ -5,7 +5,6 @@ serialize_precision = 10
 --FILE--
 <?php
 /*
- * proto float cosh(float number)
  * Function is implemented in ext/standard/math.c
 */
 
index 581e88b28314e57c5d2d1faa6c45e122e78bd558..76a98493535c2fe1536ee02cf94f7d869d4916a7 100644 (file)
@@ -8,11 +8,6 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : string decbin  ( int $number  )
- * Description: Decimal to binary.
- * Source code: ext/standard/math.c
- */
-
 echo "*** Testing decbin() : usage variations ***\n";
 //get an unset variable
 $unset_var = 10;
index 91f79aaecbf426b5c0285c856cd80b983e482ee8..cfaa600502d6328e6f6362b6eba13e46ca016487 100644 (file)
@@ -8,11 +8,6 @@ if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : string decbin  ( int $number  )
- * Description: Decimal to binary.
- * Source code: ext/standard/math.c
- */
-
 echo "*** Testing decbin() : usage variations ***\n";
 //get an unset variable
 $unset_var = 10;
index fd1ea6def1980f8800a93bcce0f8853607b8a730..bd4ed35e3e8110f4ee71f7793e836ad65b1f5579 100644 (file)
@@ -8,11 +8,6 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : string dechex  ( int $number  )
- * Description: Returns a string containing a hexadecimal representation of the given number  argument.
- * Source code: ext/standard/math.c
- */
-
 echo "*** Testing dechex() : usage variations ***\n";
 //get an unset variable
 $unset_var = 10;
index a566001d62aba6db5b4d5c80c5933e3bc64dab14..ac815ea1dd1f154a8bd6061eef85ac4c1d0b3e4c 100644 (file)
@@ -8,11 +8,6 @@ if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : string dechex  ( int $number  )
- * Description: Returns a string containing a hexadecimal representation of the given number  argument.
- * Source code: ext/standard/math.c
- */
-
 echo "*** Testing dechex() : usage variations ***\n";
 //get an unset variable
 $unset_var = 10;
index 174fddf470bfc91d5691a9c0d82a21a03f481495..94d385de01cd3d54af4bcc0a1a5b6b67772ccc85 100644 (file)
@@ -8,11 +8,6 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : string decoct  ( int $number  )
- * Description: Returns a string containing an octal representation of the given number argument.
- * Source code: ext/standard/math.c
- */
-
 echo "*** Testing decoct() : usage variations ***\n";
 //get an unset variable
 $unset_var = 10;
index 2ff2c4c48ee0817c5a706bf2d916a80426d991c5..7c1a8f21459d03315cfb206668e244eafbdb940a 100644 (file)
@@ -8,11 +8,6 @@ if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : string decoct  ( int $number  )
- * Description: Returns a string containing an octal representation of the given number argument.
- * Source code: ext/standard/math.c
- */
-
 echo "*** Testing decoct() : usage variations ***\n";
 //get an unset variable
 $unset_var = 10;
index ea1eba6ddf2f71912de65b1ea00f726a39699ec2..0049f6d4aa015926825a7c179facc088e14bce88 100644 (file)
@@ -5,7 +5,6 @@ precision = 14
 --FILE--
 <?php
 /*
- * proto float deg2rad(float number)
  * Function is implemented in ext/standard/math.c
 */
 
index 8a9874f847e26290c9d8dfc63e230cd443f8ef26..a9b9516efc6e2843a6fdbc4be134f541ea11584d 100644 (file)
@@ -5,7 +5,6 @@ precision = 10
 --FILE--
 <?php
 /*
- * proto float deg2rad(float number)
  * Function is implemented in ext/standard/math.c
 */
 
index f5faefd8bb8b33f48dcc1a83cd853ef1c1e36c5e..99a46e5599b4c7f3cde8d37c2d2726b49534def6 100644 (file)
@@ -4,12 +4,6 @@ Test expm1() - basic function test for expm1()
 serialize_precision=14
 --FILE--
 <?php
-/* Prototype  : float expm1 ( float $arg  )
- * Description: Returns exp(number) - 1, computed in a way that is accurate even
- *              when the value of number is close to zero.
- * Source code: ext/standard/math.c
- */
-
 echo "*** Testing expm1() : basic functionality ***\n";
 $values = array(10,
                 10.3,
index 84153af08e6f90762d6f71c8e3645ee30a8fc8f5..3e4650aaa6d6575fb6d6d81edbbb470e736bdc80 100644 (file)
@@ -4,11 +4,6 @@ Test floor() - basic function test for floor()
 precision=14
 --FILE--
 <?php
-/* Prototype  : float floor  ( float $value  )
- * Description: Round fractions down.
- * Source code: ext/standard/math.c
- */
-
 echo "*** Testing floor() : basic functionality ***\n";
 $values = array(0,
                 -0,
index 1679d23989dd90d2bc0b462bd07971ed732c77c9..95228b4418aacb96b7816180d946f8043e0f1ded 100644 (file)
@@ -4,11 +4,6 @@ Test floor() function : usage variations - different data types as $value arg
 precision=14
 --FILE--
 <?php
-/* Prototype  : float floor  ( float $value  )
- * Description: Round fractions down.
- * Source code: ext/standard/math.c
- */
-
 echo "*** Testing floor() : usage variations ***\n";
 //get an unset variable
 $unset_var = 10;
index 8b62d9458e023c2ec4a59930fb5f12a77453cd07..703d30f0862b053a15e6e965d91449df2c23f33f 100644 (file)
@@ -8,11 +8,6 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : number hexdec  ( string $hex_string  )
- * Description: Returns the decimal equivalent of the hexadecimal number represented by the hex_string  argument.
- * Source code: ext/standard/math.c
- */
-
 echo "*** Testing hexdec() : usage variations ***\n";
 //get an unset variable
 $unset_var = 10;
index 86ed97987baa17350eb897f99a62f833813749c3..9c76afec0bf2eadba737324c80d6e576cb1251af 100644 (file)
@@ -8,11 +8,6 @@ if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : number hexdec  ( string $hex_string  )
- * Description: Returns the decimal equivalent of the hexadecimal number represented by the hex_string  argument.
- * Source code: ext/standard/math.c
- */
-
 echo "*** Testing hexdec() : usage variations ***\n";
 //get an unset variable
 $unset_var = 10;
index cc2e73b3cda395c512ca47b78fd1f65bc40c0636..78bed909210150172fd3899caaac170b1a518460 100644 (file)
@@ -5,11 +5,6 @@ precision=14
 --FILE--
 <?php
 
-/* Prototype  : float hypot  ( float $x  , float $y  )
- * Description: Calculate the length of the hypotenuse of a right-angle triangle.
- * Source code: ext/standard/math.c
- */
-
 echo "*** Testing hypot() : basic functionality ***\n";
 
 $valuesy = array(23,
index 0997d3db4b70f5a7fe77baca61ce5c251c176bda..84400ae4c46c840bcaba08f4dfa32f1ae73766e1 100644 (file)
@@ -5,7 +5,6 @@ precision = 14
 --FILE--
 <?php
 /*
- * proto float log10(float number)
  * Function is implemented in ext/standard/math.c
 */
 
index e6af00ec2d9c70bd0efc540f9c329094215d5cb0..0795241471b1b498b478068ebee0af32ab0dea43 100644 (file)
@@ -5,7 +5,6 @@ precision = 10
 --FILE--
 <?php
 /*
- * proto float log10(float number)
  * Function is implemented in ext/standard/math.c
 */
 
index 9dce971f78cfc758a913be2699aad486ff99f28e..c7ffe2ec18e13d989e1092696f4875dc44f60b9a 100644 (file)
@@ -4,12 +4,6 @@ Test log1p() - basic function test log1p()
 precision=14
 --FILE--
 <?php
-/* Prototype  : float log1p  ( float $arg  )
- * Description: Returns log(1 + number), computed in a way that is accurate even
- *                             when the value of number is close to zero
- * Source code: ext/standard/math.c
- */
-
 echo "*** Testing log1p() : basic functionality ***\n";
 
 $values = array(23,
index 1c4ec0ec86555bf6ac406c05be57a1c7d7b98266..6ee2b6f91cf55ea8c36ee2cfa7dcceeda7fee1bf 100644 (file)
@@ -4,11 +4,6 @@ Test octdec() function : usage variations - different data types as $octal_strin
 precision=14
 --FILE--
 <?php
-/* Prototype  : number octdec  ( string $octal_string  )
- * Description: Returns the decimal equivalent of the octal number represented by the octal_string  argument.
- * Source code: ext/standard/math.c
- */
-
 echo "*** Testing octdec() : usage variations ***\n";
 //get an unset variable
 $unset_var = 10;
index f7e5a5c9e295ac928a69acc5178e3ea37314dd4c..d141ddd787db8334c42f90c1050f0d8716cf7f20 100644 (file)
@@ -8,11 +8,6 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : number pow  ( number $base  , number $exp  )
- * Description: Exponential expression.
- * Source code: ext/standard/math.c
- */
-
 echo "*** Testing pow() : usage variations ***\n";
 
 //get an unset variable
index 1743cf206a1a661ed89de794a72e4a5eaa4ae38c..64ef1e20f27d6227c6c596036046d9e46f54f29d 100644 (file)
@@ -8,11 +8,6 @@ if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : number pow  ( number $base  , number $exp  )
- * Description: Exponential expression.
- * Source code: ext/standard/math.c
- */
-
 echo "*** Testing pow() : usage variations ***\n";
 
 //get an unset variable
index e120abebe4dbda5abbb3326b4615fdca130eb394..c5fc862de466bf21bc67684f38585d664d9ddaea 100644 (file)
@@ -4,11 +4,6 @@ Test pow() function : usage variations - different data types as $exp argument
 serialize_precision = 14
 --FILE--
 <?php
-/* Prototype  : number pow  ( number $base  , number $exp  )
- * Description: Exponential expression.
- * Source code: ext/standard/math.c
- */
-
 echo "*** Testing pow() : usage variations ***\n";
 
 //get an unset variable
index df5f83742242c844df27b5b48aa8f8524572abbf..0c358ad0e4288c1a2b944add34a38bf7cf308c71 100644 (file)
@@ -5,7 +5,6 @@ precision = 14
 --FILE--
 <?php
 /*
- * proto float rad2deg(float number)
  * Function is implemented in ext/standard/math.c
 */
 
index aa2eb325b66f61791d2fa2a56a3dbbc5b62ee285..94a93396627a2238e8c86ee4f1aa77478f0edea3 100644 (file)
@@ -5,7 +5,6 @@ precision = 10
 --FILE--
 <?php
 /*
- * proto float rad2deg(float number)
  * Function is implemented in ext/standard/math.c
 */
 
index 70d5ae4806b4e67607c52655efe36d868314f368..8f2ded09f322259b09a8d639f347a4df59dec87a 100644 (file)
@@ -4,12 +4,6 @@ Test round() - basic function test for round()
 precision=14
 --FILE--
 <?php
-/* Prototype  : float round  ( float $val  [, int $precision  ] )
- * Description: Returns the rounded value of val  to specified precision (number of digits
- * after the decimal point)
- * Source code: ext/standard/math.c
- */
-
 echo "*** Testing round() : basic functionality ***\n";
 
 $values = array(123456789,
index 43ad4deae7773baf38f7ba3e2f14c4d4d70befa7..ab8eecbe842275ecfdf1992a969d18d919b4f418 100644 (file)
@@ -4,12 +4,6 @@ Test round() function : usage variations - different data types as $val argument
 precision=14
 --FILE--
 <?php
-/* Prototype  : float round  ( float $val  [, int $precision  ] )
- * Description: Returns the rounded value of val  to specified precision (number of digits
- * after the decimal point)
- * Source code: ext/standard/math.c
- */
-
 echo "*** Testing round() : usage variations ***\n";
 
 //get an unset variable
index 7c5b787a7af1a94c48dec2e8a55c16de04f4b7a1..480d47705e9ccd01b5472d0c9b989b2dc0f1a761 100644 (file)
@@ -5,7 +5,6 @@ precision = 14
 --FILE--
 <?php
 /*
- * proto float sin(float number)
  * Function is implemented in ext/standard/math.c
 */
 
index 8d4b1b86704119af83124617d3433a331a891d16..0695c5c05bcb43251b852b6ba47838f99a315b2c 100644 (file)
@@ -5,7 +5,6 @@ serialize_precision = 10
 --FILE--
 <?php
 /*
- * proto float sin(float number)
  * Function is implemented in ext/standard/math.c
 */
 
index 0cdd8f1179ad30c973c40cf737785d4857bed5cf..8f23a8bd51a231d581a743a3b5a5e778de9ccb85 100644 (file)
@@ -5,7 +5,6 @@ precision = 14
 --FILE--
 <?php
 /*
- * proto float sinh(float number)
  * Function is implemented in ext/standard/math.c
 */
 
index eb6a0f1cbd58df04326f6a6c48ac235adc78b6bc..4d5dbd1c4181a83f6088751067a19a323c3d1bc8 100644 (file)
@@ -5,7 +5,6 @@ serialize_precision = 10
 --FILE--
 <?php
 /*
- * proto float sinh(float number)
  * Function is implemented in ext/standard/math.c
 */
 
index ef665a02163aed5dfb13019a10a0114865da4bc2..385b19d7e357c529ead8a5efd924e71228bd5d02 100644 (file)
@@ -5,7 +5,6 @@ precision = 14
 --FILE--
 <?php
 /*
- * proto float sqrt(float number)
  * Function is implemented in ext/standard/math.c
 */
 
index 6166de905c773b594c2532fb48e879e9da590339..0d7941aa3b8b4739e1815e6e40d66c0aca47ce3f 100644 (file)
@@ -5,7 +5,6 @@ precision = 14
 --FILE--
 <?php
 /*
- * proto float sqrt(float number)
  * Function is implemented in ext/standard/math.c
 */
 
index 663653e485b13de85739b84d95a4ed463c5f7ca4..d3a5447553dce4de076a5f2927db25a998c51f52 100644 (file)
@@ -2,11 +2,6 @@
 Test srand() - basic function test for srand()
 --FILE--
 <?php
-/* Prototype  : void srand  ([ int $seed  ] )
- * Description: Seed the random number generator.
- * Source code: ext/standard/rand.c
- */
-
 echo "*** Testing srand() : basic functionality ***\n";
 
 // Should return NULL if given anything that it can convert to long
index 15e7848c488e491c516c5b7ae52da7a89a3a145c..b4302ea70abdf25fe05162abdde277e2c61362b6 100644 (file)
@@ -5,7 +5,6 @@ precision = 14
 --FILE--
 <?php
 /*
- * proto float tan(float number)
  * Function is implemented in ext/standard/math.c
 */
 
index 6aa57e75ff116d03e78d38512bdce669d448bf8e..58b9cb6b1554cce0e5d115e8b04b976e2503e3c5 100644 (file)
@@ -5,7 +5,6 @@ serialize_precision = 10
 --FILE--
 <?php
 /*
- * proto float tan(float number)
  * Function is implemented in ext/standard/math.c
 */
 
index d8288843a152121a22deb3fbdbbf3acdd10e542c..f78104035bff54ddc4373bde867007bbf8c782c0 100644 (file)
@@ -5,7 +5,6 @@ precision = 14
 --FILE--
 <?php
 /*
- * proto float tanh(float number)
  * Function is implemented in ext/standard/math.c
 */
 $file_path = __DIR__;
index 5ea8d8a98fbd748676bb9928d3c219c6439cad68..035f4b15c77bf530b576708e605f5c14eba9f55d 100644 (file)
@@ -5,7 +5,6 @@ precision = 10
 --FILE--
 <?php
 /*
- * proto float tanh(float number)
  * Function is implemented in ext/standard/math.c
 */
 
index 85ac8e3493fa8ce77dd8962542e9a48eb8a858bd..353c0e53fd4a7a9250054f20820850572313345e 100644 (file)
@@ -4,15 +4,6 @@ Test get_browser() function : basic functionality
 browscap={PWD}/browscap.ini
 --FILE--
 <?php
-/* Prototype  : mixed get_browser([string browser_name [, bool return_array]])
- * Description: Get information about the capabilities of a browser.
- * If browser_name is omitted or null, HTTP_USER_AGENT is used.
- * Returns an object by default; if return_array is true, returns an array.
- *
- * Source code: ext/standard/browscap.c
- * Alias to functions:
- */
-
 $browsers = include __DIR__ . DIRECTORY_SEPARATOR . 'browsernames.inc';
 
 echo "*** Testing get_browser() : basic functionality ***\n";
index f1930b71d808f3897d69bbe6268f422ed1cbeb02..f1d645b0263fd5a8286915c457f8536158aa1179 100644 (file)
@@ -4,15 +4,6 @@ Test get_browser() function : error functionality
 browscap={PWD}/browscap.ini
 --FILE--
 <?php
-/* Prototype  : mixed get_browser([string browser_name [, bool return_array]])
- * Description: Get information about the capabilities of a browser.
- * If browser_name is omitted or null, HTTP_USER_AGENT is used.
- * Returns an object by default; if return_array is true, returns an array.
- *
- * Source code: ext/standard/browscap.c
- * Alias to functions:
- */
-
 $browsers = include __DIR__ . DIRECTORY_SEPARATOR . 'browsernames.inc';
 
 echo "*** Testing get_browser() : error functionality ***\n";
index 58c3a24267839270c64d596a52d61deb691c5b4b..97c3240d83efb8e932bd7b74c49369d34b5a6189 100644 (file)
@@ -4,15 +4,6 @@ Test get_browser() function : variation functionality: extra browser names
 browscap={PWD}/browscap.ini
 --FILE--
 <?php
-/* Prototype  : mixed get_browser([string browser_name [, bool return_array]])
- * Description: Get information about the capabilities of a browser.
- * If browser_name is omitted or null, HTTP_USER_AGENT is used.
- * Returns an object by default; if return_array is true, returns an array.
- *
- * Source code: ext/standard/browscap.c
- * Alias to functions:
- */
-
 $browsers = include __DIR__ . DIRECTORY_SEPARATOR . 'browsernames.inc';
 
 echo "*** Testing get_browser() : variation functionality: extra browser names ***\n";
index 8031da37a53e6b4c6153ac1ada7291db48b06bf9..d52e55ae3eb9448a9c32be95ab117490c04da4ca 100644 (file)
@@ -2,12 +2,6 @@
 Test closelog() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : bool closelog(void)
- * Description: Close connection to system logger
- * Source code: ext/standard/syslog.c
- * Alias to functions:
- */
-
 echo "*** Testing closelog() : basic functionality ***\n";
 
 // Zero arguments
index 4795008b5baaf22053c63700e318de0957deb04a..1ee1f621d1fa690acd4efb58064887f5b83003e7 100644 (file)
@@ -2,12 +2,6 @@
 Test fsockopen() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : proto resource fsockopen(string hostname, int port [, int errno [, string errstr [, float timeout]]])
- * Description: Open Internet or Unix domain socket connection
- * Source code: ext/standard/fsock.c
- * Alias to functions:
- */
-
 echo "*** Testing fsockopen() : basic functionality ***\n";
 
 echo "Open a server socket\n";
index d5b6944192b626408a8fc4ce010603036b15652e..0474d21d8e421a490acb3bf75875c8676e5e80f0 100644 (file)
@@ -2,13 +2,6 @@
 Test fsockopen() function : error conditions
 --FILE--
 <?php
-/* Prototype  : proto resource fsockopen(string hostname, int port [, int errno [, string errstr [, float timeout]]])
- * Description: Open Internet or Unix domain socket connection
- * Source code: ext/standard/fsock.c
- * Alias to functions:
- */
-
-
 echo "*** Testing fsockopen() : basic error conditions ***\n";
 
 echo "\n-- Attempting to connect to a non-existent socket --\n";
index 27605e7d2ac0fe2959b65152925f9bf0fb52117c..d0dc7a6dfa566ab5967ee372a72f5e95835adb0f 100644 (file)
@@ -2,11 +2,6 @@
 Test gethostbyaddr() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : string gethostbyaddr  ( string $ip_address  )
- * Description: Get the Internet host name corresponding to a given IP address
- * Source code: ext/standard/dns.c
-*/
-
 echo "*** Testing gethostbyaddr() : basic functionality ***\n";
 echo gethostbyaddr("127.0.0.1")."\n";
 
index a33a71185f65c71ec93c8563e40616c23c73ec12..35b3f24558e9ed11348ecefe910885893c12ae51 100644 (file)
@@ -2,13 +2,6 @@
 Test gethostbyaddr() function : error conditions
 --FILE--
 <?php
-/* Prototype  : proto string gethostbyaddr(string ip_address)
- * Description: Get the Internet host name corresponding to a given IP address
- * Source code: ext/standard/dns.c
- * Alias to functions:
- */
-
-
 echo "Testing gethostbyaddr : error conditions\n";
 
 echo "\n-- Testing gethostbyaddr function with invalid addresses --\n";
index d7df11ec764e5484c76c5723610987db88296b99..eb7f5c33c57f3fba065bd5d6fcbc47e09ad874d1 100644 (file)
@@ -2,11 +2,6 @@
 Test gethostbyname() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : string gethostbyname  ( string $hostname  )
- * Description: Get the IPv4 address corresponding to a given Internet host name
- * Source code: ext/standard/dns.c
-*/
-
 echo "*** Testing gethostbyname() : basic functionality ***\n";
 
 echo gethostbyname("localhost")."\n";
index 85e2ff473d438a607906bbf5714f82204ebf8241..ca9d55d6c638cdbac709ec9a7c17d0f0bacd60f6 100644 (file)
@@ -2,11 +2,6 @@
 Test gethostbynamel() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : array gethostbynamel  ( string $hostname  )
- * Description: Get a list of IPv4 addresses corresponding to a given Internet host name
- * Source code: ext/standard/dns.c
-*/
-
 echo "*** Testing gethostbynamel() : basic functionality ***\n";
 var_dump(gethostbynamel("localhost"));
 ?>
index 56c74bb37eb0a2b60ff7971df8ba52b7d8d75157..bbcd4ea876cfa2910f21927325ecdb13974347b8 100644 (file)
@@ -5,12 +5,6 @@ Test ip2long() function : usage variation 2, 32 bit
 <?php if (strtolower(substr(PHP_OS, 0, 3)) == 'aix') {die('skip not for AIX');} ?>
 --FILE--
 <?php
-/* Prototype  : int ip2long(string ip_address)
- * Description: Converts a string containing an (IPv4) Internet Protocol dotted address into a proper address
- * Source code: ext/standard/basic_functions.c
- * Alias to functions:
- */
-
 $ips = array(
     "1.1.011.011",
     "127.0.0.1",
index 3ee59c9efb9f62e6dae792986844b52426378553..95d45213f0201867acc7bead555449002cc7a297 100644 (file)
@@ -12,12 +12,6 @@ if(PHP_INT_SIZE != 8) {die('skip 64 bit only');}
 ?>
 --FILE--
 <?php
-/* Prototype  : int ip2long(string ip_address)
- * Description: Converts a string containing an (IPv4) Internet Protocol dotted address into a proper address
- * Source code: ext/standard/basic_functions.c
- * Alias to functions:
- */
-
 $ips = array(
     "1.1.011.011",
     "127.0.0.1",
index 196b167f8b82f0b6afb62128f5bb571baabc36ed..128a73cbb836ec4ba6605bceb51dbb4a1758a7cd 100644 (file)
@@ -2,12 +2,6 @@
 Test syslog() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : bool syslog(int priority, string message)
- * Description: Generate a system log message
- * Source code: ext/standard/syslog.c
- * Alias to functions:
- */
-
 echo "*** Testing syslog() : basic functionality ***\n";
 
 
index 93c54787d0cd86663b5fbcada6e521f6299c580f..c1fc0932375c556de903bc1855160b3c80bdf0a3 100644 (file)
@@ -4,17 +4,6 @@ Test serialize() & unserialize() functions: arrays (circular references)
 serialize_precision=100
 --FILE--
 <?php
-/* Prototype  : proto string serialize(mixed variable)
- * Description: Returns a string representation of variable (which can later be unserialized)
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-/* Prototype  : proto mixed unserialize(string variable_representation)
- * Description: Takes a string representation of variable and recreates it
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-
 echo "\n--- Testing Circular reference of an array ---\n";
 
 echo "-- Normal array --\n";
index 67ad5b5daa979129d55f7e9409f5c031dc3e962a..beac5761f1272daa78b9b0197209fee95952e720 100644 (file)
@@ -2,17 +2,6 @@
 serialization: arrays with references amongst elements
 --FILE--
 <?php
-/* Prototype  : proto string serialize(mixed variable)
- * Description: Returns a string representation of variable (which can later be unserialized)
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-/* Prototype  : proto mixed unserialize(string variable_representation)
- * Description: Takes a string representation of variable and recreates it
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-
 function check(&$a) {
     var_dump($a);
     $ser = serialize($a);
index 8444f812a5d3669a264aade73127ac96c8874a19..080ed54b32ddd39632e920da68164c537507ab7d 100644 (file)
@@ -2,17 +2,6 @@
 serialization: arrays with references to an external variable
 --FILE--
 <?php
-/* Prototype  : proto string serialize(mixed variable)
- * Description: Returns a string representation of variable (which can later be unserialized)
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-/* Prototype  : proto mixed unserialize(string variable_representation)
- * Description: Takes a string representation of variable and recreates it
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-
 function check(&$a) {
     var_dump($a);
     $ser = serialize($a);
index b3d630ecf47c4a132354f2a90d7309321eeb7ffa..e3adc8a803cdf3766c098b54ca42ba0da67c6b13 100644 (file)
@@ -2,17 +2,6 @@
 serialization: arrays with references to the containing array
 --FILE--
 <?php
-/* Prototype  : proto string serialize(mixed variable)
- * Description: Returns a string representation of variable (which can later be unserialized)
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-/* Prototype  : proto mixed unserialize(string variable_representation)
- * Description: Takes a string representation of variable and recreates it
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-
 function check(&$a) {
     var_dump($a);
     $ser = serialize($a);
index 93e3ae513560c3433f3c83462ac06680ca243864..7bd87138b20f5bedff8f0d87e5a9c5394b0f2a88 100644 (file)
@@ -2,17 +2,6 @@
 serialization: arrays with references, nested
 --FILE--
 <?php
-/* Prototype  : proto string serialize(mixed variable)
- * Description: Returns a string representation of variable (which can later be unserialized)
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-/* Prototype  : proto mixed unserialize(string variable_representation)
- * Description: Takes a string representation of variable and recreates it
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-
 function check(&$a) {
     var_dump($a);
     $ser = serialize($a);
index 70f35e4f3b8660aedf967cfbc619617ed1fc4449..45872355481f5fa9b7335a39da70820b613b7ef9 100644 (file)
@@ -2,17 +2,6 @@
 Test unserialize(): error is indistinguishable from deserialized boolean
 --FILE--
 <?php
-/* Prototype  : proto string serialize(mixed variable)
- * Description: Returns a string representation of variable (which can later be unserialized)
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-/* Prototype  : proto mixed unserialize(string variable_representation)
- * Description: Takes a string representation of variable and recreates it
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-
 echo "*** Testing unserialize() error/boolean distinction ***\n";
 
 $garbage = "obvious non-serialized data";
@@ -43,7 +32,7 @@ echo "Done";
 *** Testing unserialize() error/boolean distinction ***
 string(4) "b:0;"
 
-Notice: unserialize(): Error at offset 0 of 27 bytes in %s%eserialization_error_002.php on line 20
+Notice: unserialize(): Error at offset 0 of 27 bytes in %s on line %d
 bool(false)
 bool(false)
 unserialize error and deserialized false are identical? 1
index ed9af46097cf0fa89d2226bbcbad0f42da09e6c4..50a96b2f7b4899268d5db17a2e4aceb429dbef42 100644 (file)
Binary files a/ext/standard/tests/serialize/serialization_miscTypes_001.phpt and b/ext/standard/tests/serialize/serialization_miscTypes_001.phpt differ
index 7142a290495ca82955f3128e0fafa36ba2d06f15..d1f26604fc6e4d61942e90555f07f7eb5a082d39 100644 (file)
Binary files a/ext/standard/tests/serialize/serialization_objects_001.phpt and b/ext/standard/tests/serialize/serialization_objects_001.phpt differ
index 369087b3ce567ed2d5abbf7faa3ffa81f4486247..ab77ece334133bbffb93289b92b567a5c793467f 100644 (file)
Binary files a/ext/standard/tests/serialize/serialization_objects_002.phpt and b/ext/standard/tests/serialize/serialization_objects_002.phpt differ
index a13af74e22834c77172028713be84a776f758bf3..e4b068b143a4102ee0a90abe8327a16c7b88e518 100644 (file)
@@ -4,17 +4,6 @@ Test serialize() & unserialize() functions: objects (abstract classes)
 serialize_precision=100
 --FILE--
 <?php
-/* Prototype  : proto string serialize(mixed variable)
- * Description: Returns a string representation of variable (which can later be unserialized)
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-/* Prototype  : proto mixed unserialize(string variable_representation)
- * Description: Takes a string representation of variable and recreates it
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-
 echo "\n--- Testing Abstract Class ---\n";
 // abstract class
 abstract class Name
index df9492354063ac7263f02acf2b074f999585ec0c..b2c7cd3dd8065c01ed3c75444fdbc07ec135366b 100644 (file)
@@ -2,17 +2,6 @@
 Test serialize() & unserialize() functions: objects - ensure that COW references of objects are not serialized separately (unlike other types).
 --FILE--
 <?php
-/* Prototype  : proto string serialize(mixed variable)
- * Description: Returns a string representation of variable (which can later be unserialized)
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-/* Prototype  : proto mixed unserialize(string variable_representation)
- * Description: Takes a string representation of variable and recreates it
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-
 $x = new stdClass;
 $ref = &$x;
 var_dump(serialize(array($x, $x)));
index 48325f4fba59a961f7e579e4e89be774cfcd2e93..41cc463c8ef5c5a64cdb3cea2b3bfa190f0e6203 100644 (file)
@@ -2,17 +2,6 @@
 Check behaviour of incomplete class
 --FILE--
 <?php
-/* Prototype  : proto string serialize(mixed variable)
- * Description: Returns a string representation of variable (which can later be unserialized)
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-/* Prototype  : proto mixed unserialize(string variable_representation)
- * Description: Takes a string representation of variable and recreates it
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-
 $serialized = 'O:1:"C":1:{s:1:"p";i:1;}';
 
 $incomplete = unserialize($serialized);
index 93fb726b4c82c49ec82f31b4e789ff1386e147b0..a077ba4ef6ff8220fcf4ba022532f6d329df7428 100644 (file)
@@ -2,17 +2,6 @@
 Behaviour of incomplete class is preserved even when it was not created by unserialize().
 --FILE--
 <?php
-/* Prototype  : proto string serialize(mixed variable)
- * Description: Returns a string representation of variable (which can later be unserialized)
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-/* Prototype  : proto mixed unserialize(string variable_representation)
- * Description: Takes a string representation of variable and recreates it
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-
 $a = new __PHP_Incomplete_Class;
 var_dump($a);
 var_dump($a->p);
index 5082b7ff0128c0b8f94dd0fddab894efd38c9d1b..a971db16be4733fb513b1309c84edcc671ff08dd 100644 (file)
@@ -2,17 +2,6 @@
 Ensure __autoload is called twice if unserialize_callback_func is defined.
 --FILE--
 <?php
-/* Prototype  : proto string serialize(mixed variable)
- * Description: Returns a string representation of variable (which can later be unserialized)
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-/* Prototype  : proto mixed unserialize(string variable_representation)
- * Description: Takes a string representation of variable and recreates it
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-
 spl_autoload_register(function ($name) {
     echo "in autoload($name)\n";
 });
@@ -34,7 +23,7 @@ in autoload(FOO)
 in check(FOO)
 in autoload(FOO)
 
-Warning: unserialize(): Function check() hasn't defined the class it was called for in %s on line 23
+Warning: unserialize(): Function check() hasn't defined the class it was called for in %s on line %d
 object(__PHP_Incomplete_Class)#%d (1) {
   ["__PHP_Incomplete_Class_Name"]=>
   string(3) "FOO"
index 675911f3e1dd22b48e14b35e1befde9559da2f6d..3670ddde5bbc27d305ebf7bcb8c7fac85d5c1b40 100644 (file)
@@ -2,24 +2,13 @@
 Bad unserialize_callback_func
 --FILE--
 <?php
-/* Prototype  : proto string serialize(mixed variable)
- * Description: Returns a string representation of variable (which can later be unserialized)
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-/* Prototype  : proto mixed unserialize(string variable_representation)
- * Description: Takes a string representation of variable and recreates it
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-
 ini_set('unserialize_callback_func','Nonexistent');
 $o = unserialize('O:3:"FOO":0:{}');
 var_dump($o);
 echo "Done";
 ?>
 --EXPECTF--
-Warning: unserialize(): defined (Nonexistent) but not found in %s on line 14
+Warning: unserialize(): defined (Nonexistent) but not found in %s on line %d
 object(__PHP_Incomplete_Class)#%d (1) {
   ["__PHP_Incomplete_Class_Name"]=>
   string(3) "FOO"
index 74acc16ced60b5ec63bc295f4135ec672bcae4ad..9485f3ef80683705f2cd385d3f3e7e4247da0c55 100644 (file)
@@ -2,17 +2,6 @@
 Custom unserialization of classes with no custom unserializer.
 --FILE--
 <?php
-/* Prototype  : proto string serialize(mixed variable)
- * Description: Returns a string representation of variable (which can later be unserialized)
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-/* Prototype  : proto mixed unserialize(string variable_representation)
- * Description: Takes a string representation of variable and recreates it
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-
 $ser = 'C:1:"C":6:{dasdas}';
 $a = unserialize($ser);
 eval('class C {}');
index 51938710cd93eb67659d5b535f646f812b5c091b..7a97bb38afed7d8e2d5bd691379b60a84b4535c6 100644 (file)
@@ -2,17 +2,6 @@
 Serialize() must return a string or NULL
 --FILE--
 <?php
-/* Prototype  : proto string serialize(mixed variable)
- * Description: Returns a string representation of variable (which can later be unserialized)
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-/* Prototype  : proto mixed unserialize(string variable_representation)
- * Description: Takes a string representation of variable and recreates it
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-
 Class C implements Serializable {
     public function serialize() {
         return $this;
index 9f360c2cb936f17f9e116245316e2332de4d8910..ba721a3d981428c3cb5ba4d6337d5e4f475131f1 100644 (file)
@@ -2,17 +2,6 @@
 Object serialization / unserialization with inherited and hidden properties.
 --FILE--
 <?php
-/* Prototype  : proto string serialize(mixed variable)
- * Description: Returns a string representation of variable (which can later be unserialized)
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-/* Prototype  : proto mixed unserialize(string variable_representation)
- * Description: Takes a string representation of variable and recreates it
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-
 Class A {
     private $APriv = "A.APriv";
     protected $AProt = "A.AProt";
index b095ce97b95f5022077fe1ea959b48a64a2cdeca..9887e9f4db1a8c511227555048f2642c3f8de9e2 100644 (file)
@@ -2,17 +2,6 @@
 Object serialization / unserialization: real references and COW references
 --FILE--
 <?php
-/* Prototype  : proto string serialize(mixed variable)
- * Description: Returns a string representation of variable (which can later be unserialized)
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-/* Prototype  : proto mixed unserialize(string variable_representation)
- * Description: Takes a string representation of variable and recreates it
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-
 echo "\n\nArray containing same object twice:\n";
 $obj = new stdclass;
 $a[0] = $obj;
index 547d7f75e897ef2a78bbbd48d6e1442269917a81..6e8a3c3a9a756fefb503a70dcdeb6f2557c006e1 100644 (file)
@@ -2,17 +2,6 @@
 Object serialization / unserialization: references amongst properties
 --FILE--
 <?php
-/* Prototype  : proto string serialize(mixed variable)
- * Description: Returns a string representation of variable (which can later be unserialized)
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-/* Prototype  : proto mixed unserialize(string variable_representation)
- * Description: Takes a string representation of variable and recreates it
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-
 function check(&$obj) {
     var_dump($obj);
     $ser = serialize($obj);
index b8bf6fd3bc943ecff2032be6109c04b80a3334a7..f8833120a22322a7a558481df55eb0d936f331df 100644 (file)
@@ -2,17 +2,6 @@
 Object serialization / unserialization: references to external values
 --FILE--
 <?php
-/* Prototype  : proto string serialize(mixed variable)
- * Description: Returns a string representation of variable (which can later be unserialized)
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-/* Prototype  : proto mixed unserialize(string variable_representation)
- * Description: Takes a string representation of variable and recreates it
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-
 function check(&$obj) {
     var_dump($obj);
     $ser = serialize($obj);
index 4d17e943c233bb102eca8db00e0fc1995b14f542..f50a384c8b2b90f96e46d09ab70915d0b2c7d0e3 100644 (file)
@@ -4,17 +4,6 @@ Test serialize_precision (part 1)
 serialize_precision=10
 --FILE--
 <?php
-/* Prototype  : proto string serialize(mixed variable)
- * Description: Returns a string representation of variable (which can later be unserialized)
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-/* Prototype  : proto mixed unserialize(string variable_representation)
- * Description: Takes a string representation of variable and recreates it
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-
 var_dump(serialize(0.1));
 ?>
 --EXPECT--
index fa731302414a00f5f8fc3f5cd6b7ed1bb8a864ab..1aa9266fc17e0d845c3dd488fbeadb6d7afc0c8e 100644 (file)
@@ -4,17 +4,6 @@ Test serialize_precision (part 2)
 serialize_precision=75
 --FILE--
 <?php
-/* Prototype  : proto string serialize(mixed variable)
- * Description: Returns a string representation of variable (which can later be unserialized)
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-/* Prototype  : proto mixed unserialize(string variable_representation)
- * Description: Takes a string representation of variable and recreates it
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-
 var_dump(serialize(0.1));
 ?>
 --EXPECT--
index 1ec975e3f91e62a40bccd0b0087027da50d2083d..64925d4eb4bf0ab1ce3e695cd1a17bfd534e90c5 100644 (file)
@@ -2,17 +2,6 @@
 Test serialize() & unserialize() functions: resources
 --FILE--
 <?php
-/* Prototype  : proto string serialize(mixed variable)
- * Description: Returns a string representation of variable (which can later be unserialized)
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-/* Prototype  : proto mixed unserialize(string variable_representation)
- * Description: Takes a string representation of variable and recreates it
- * Source code: ext/standard/var.c
- * Alias to functions:
- */
-
 echo "\n--- Testing Resource ---\n";
 $file_handle = fopen( __FILE__, "r" );
 $serialized_data = serialize( $file_handle );
index 7bfa4f05103f5c8a89e09a247f5f0e600f3dba7c..61b6182e70a2c7f25992cfce044fbd6c793a2585 100644 (file)
@@ -2,12 +2,6 @@
 Test stream_get_meta_data() function : error conditions
 --FILE--
 <?php
-/* Prototype  : proto array stream_get_meta_data(resource fp)
- * Description: Retrieves header/meta data from streams/file pointers
- * Source code: ext/standard/streamsfuncs.c
- * Alias to functions: socket_get_status
- */
-
 echo "*** Testing stream_get_meta_data() : error conditions ***\n";
 
 echo "\n-- Testing stream_get_meta_data() function with closed stream resource --\n";
index 64e9aa57734d9fca870ae89f257bb6dae9fa2752..58894b7d8c23cb2c9370027b1911ed1e143a4de3 100644 (file)
@@ -2,12 +2,6 @@
 Test stream_set_timeout() function : error conditions
 --FILE--
 <?php
-/* Prototype  : proto bool stream_set_timeout(resource stream, int seconds, int microseconds)
- * Description: Set timeout on stream read to seconds + microseonds
- * Source code: ext/standard/streamsfuncs.c
- * Alias to functions: socket_set_timeout
- */
-
 echo "*** Testing stream_set_timeout() : error conditions ***\n";
 
 for ($i=0; $i<100; $i++) {
index 8b2c7fb2e4105d90df4260e983ccf400357647a3..41bb25ca71889dfc96281569c3bb61202127b3aa 100644 (file)
@@ -2,12 +2,6 @@
 Test addslashes() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : string addslashes ( string $str )
- * Description: Returns a string with backslashes before characters (single quotes, double quote,
- *              backslash and nul character) that need to be quoted in database queries etc.
- * Source code: ext/standard/string.c
-*/
-
 /*
  * Testing addslashes() with strings containing characters that can be prefixed with backslash
  * by the function
index d4c0257b6e3b3a68657e8a36c99abee68657ca96..e5cb60a45ae4adb043a7a95869aa1b3c742be812 100644 (file)
@@ -2,11 +2,6 @@
 Test addslashes() function : usage variations - strings with characters to be backslashed
 --FILE--
 <?php
-/* Prototype  : string addslashes ( string $str )
- * Description: Returns a string with backslashes before characters that need to be quoted in database queries etc.
- * Source code: ext/standard/string.c
-*/
-
 /*
  * Test addslashes() with various strings containing characters that can be backslashed
 */
index 0a598b8bfa1043a61a15e0ed8b94a6e399f85f21..80d4789c7c92bef0e8e0076d6e1b3c9093b3a949 100644 (file)
Binary files a/ext/standard/tests/strings/basename_basic.phpt and b/ext/standard/tests/strings/basename_basic.phpt differ
index 7ede6a94733e57b0966aec4844e3a10ea35cb8be..87878f3586a297be2bffa79fa420d9007609e200 100644 (file)
@@ -7,12 +7,6 @@ if((substr(PHP_OS, 0, 3) == "WIN"))
 ?>
 --FILE--
 <?php
-/* Prototype: string basename ( string $path [, string $suffix] );
-   Description: Given a string containing a path to a file,
-                this function will return the base name of the file.
-                If the filename ends in suffix this will also be cut off.
-*/
-
 setlocale(LC_CTYPE, "C");
 var_dump(bin2hex(basename("\xff")));
 var_dump(bin2hex(basename("a\xffb")));
index bd6435a4b0e53cdde92720d98b473e6471697df6..27c298c37eede9d46d94cad6f54a4fb776a8c682 100644 (file)
@@ -7,12 +7,6 @@ if((substr(PHP_OS, 0, 3) != "WIN"))
 ?>
 --FILE--
 <?php
-/* Prototype: string basename ( string $path [, string $suffix] );
-   Description: Given a string containing a path to a file,
-                this function will return the base name of the file.
-                If the filename ends in suffix this will also be cut off.
-*/
-
 var_dump(basename("\377"));
 
 echo "Done\n";
index 0bcb18e6acfd9a7bdf96bc5b80c512f70598dc27..e41d370fc9b68a66b024a75abd0bef6331d9a938 100644 (file)
@@ -2,11 +2,6 @@
 Test basename() function : usage variations
 --FILE--
 <?php
-/* Prototype: string basename ( string $path [, string $suffix] );
-   Description: Given a string containing a path to a file,
-                this function will return the base name of the file.
-                If the filename ends in suffix this will also be cut off.
-*/
 $file_path_variations = array (
   /* paths with shortcut home dir char, with suffix variation */
   array("~/home/user/bar"),
index 8842b8fea8a0e221f835c061b10eee334fa5fdad..b397588506560e81a1007447b003af869026b8b0 100644 (file)
@@ -3,11 +3,6 @@ Test bin2hex() function : basic functionality
 --FILE--
 <?php
 
-/* Prototype  : string bin2hex  ( string $str  )
- * Description: Convert binary data into hexadecimal representation
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing bin2hex() : basic functionality ***\n";
 
 // array with different values for $string
index a8f2e028a00a6c4a900e036d12f7c0e1a51753ed..f25ceae3a5c5280e04fbb6309fc37b7994f9b0f0 100644 (file)
@@ -2,11 +2,6 @@
 Bug #47481 (natcasesort() does not sort extended ASCII characters correctly)
 --FILE--
 <?php
-/* Prototype  : bool natcasesort(array &$array_arg)
- * Description: Sort an array using case-insensitive natural sort
- * Source code: ext/standard/array.c
- */
-
 /*
  * Test natcasesort() with extended ASCII characters
  */
index 7e25ec12e3e1fe3c72e51e90c55397f13947847a..c9302a80ae41366f156827c710c4b76bb1dc850b 100644 (file)
Binary files a/ext/standard/tests/strings/chop_basic.phpt and b/ext/standard/tests/strings/chop_basic.phpt differ
index 1a4568dc280bff9373f3fafd4cd94ae058517f47..be545a1cdc3140b235c546776fce23a41403c2cb 100644 (file)
Binary files a/ext/standard/tests/strings/chop_variation3.phpt and b/ext/standard/tests/strings/chop_variation3.phpt differ
index 192e07aa3a79a22dce014b414dd5d5078473b056..0bb1c7020316fbb8880378aa7cb009660a14c36b 100644 (file)
Binary files a/ext/standard/tests/strings/chop_variation4.phpt and b/ext/standard/tests/strings/chop_variation4.phpt differ
index 7d915c2c8661624ab7be38170aa1294751da09f8..c0fe43976fe6b4435c813cf5ba9876ccd2199727 100644 (file)
@@ -2,11 +2,6 @@
 Test chop() function : usage variations - miscellaneous arguments
 --FILE--
 <?php
-/* Prototype  : string chop ( string $str [, string $charlist] )
- * Description: Strip whitespace (or other characters) from the end of a string
- * Source code: ext/standard/string.c
-*/
-
 /*
  * Testing chop() : with miscellaneous arguments
 */
index ec80d762138f4ded7e66dab60009be64e533b03d..3ba76ec39708099080d86d544ab0916abff9ab12 100644 (file)
@@ -3,11 +3,6 @@ Test chr() function : basic functionality
 --FILE--
 <?php
 
-/* Prototype  : string chr  ( int $ascii  )
- * Description: Return a specific character
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing chr() : basic functionality ***\n";
 
 echo chr(72). chr(101) . chr(108) . chr(108). chr(111); // Hello
index b6bd9973b6c583f60d26005f995128a91e5cde2b..59dfffd53b1d035442c12152e65632429ffbad19 100644 (file)
@@ -3,11 +3,6 @@ Test chr() function : error conditions
 --FILE--
 <?php
 
-/* Prototype  : string chr  ( int $ascii  )
- * Description: Return a specific character
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing chr() : error conditions ***\n";
 
 echo "\n-- Testing chr() function with no arguments --\n";
index fbf8e21f494dfa2033d572d31639d13586f1f347..f9df308a7a77f2a8963155139cec2c5a0866d600 100644 (file)
@@ -3,11 +3,6 @@ Test chr() function : usage variations - test values for $ascii argument
 --FILE--
 <?php
 
-/* Prototype  : string chr  ( int $ascii  )
- * Description: Return a specific character
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing chr() function: with unexpected inputs for 'ascii' argument ***\n";
 
 //get an unset variable
index cce8e4d64c90bfbd38cc1b953de59d9aab9d016a..45263d4bc3b9e8eda95389c62551dd222714f7e0 100644 (file)
@@ -2,12 +2,6 @@
 Test chunk_split() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : string chunk_split(string $str [, int $chunklen [, string $ending]])
- * Description: Returns split line
- * Source code: ext/standard/string.c
- * Alias to functions:
-*/
-
 /*
 * Testing chunk_split() for basic functionality by passing all possible
 * arguments as well as with default arguments chunklen and ending
index 755d4ab46a533b0408f80c74be512ce651ae1fd2..d40d713f1d5ed22712e65f0bd774b5cc4156d979 100644 (file)
@@ -2,12 +2,6 @@
 Test chunk_split() function : usage variations - different single quoted strings for 'ending' argument
 --FILE--
 <?php
-/* Prototype  : string chunk_split(string $str [, int $chunklen [, string $ending]])
- * Description: Returns split line
- * Source code: ext/standard/string.c
- * Alias to functions: none
-*/
-
 /*
 * passing different single quoted strings for 'ending' arguments to chunk_split()
 * 'chunklen' is set to 9.2 for this testcase
index 67b0f3e76ba27adc9f809d2af678b9346ec6fbaa..dff371ceaf597d9ea1e2fc90e92259e698427adc 100644 (file)
@@ -2,12 +2,6 @@
 Test chunk_split() function : usage variations - different strings for 'ending' with heredoc 'str'
 --FILE--
 <?php
-/* Prototype  : string chunk_split(string $str [, int $chunklen [, string $ending]])
- * Description: Returns split line
- * Source code: ext/standard/string.c
- * Alias to functions: none
-*/
-
 /*
 * passing different strings for 'ending' and heredoc string as 'str' to chunk_split()
 * 'chunklen' is set to 6E0 for this testcase
index bafd9f44aee7b4b9c319b5ec0d176d540f931651..8478cf7440dc1de74755cd6e33ced5986fcda553 100644 (file)
@@ -2,12 +2,6 @@
 Test chunk_split() function : usage variations - different heredoc strings for 'ending' argument
 --FILE--
 <?php
-/* Prototype  : string chunk_split(string $str [, int $chunklen [, string $ending]])
- * Description: Returns split line
- * Source code: ext/standard/string.c
- * Alias to functions: none
-*/
-
 /*
 * passing different heredoc strings as 'ending' argument to chunk_split()
 * 'chunklen' argument is set to 10
index 8e4da96e7bc015e6fca99ed8d6375d0b57da5bf3..b797ff45d2cd8bfb3e28c3a4005478dcb459707b 100644 (file)
@@ -2,12 +2,6 @@
 Test chunk_split() function : usage variations - default 'chunklen' with long string as 'str'argument
 --FILE--
 <?php
-/* Prototype  : string chunk_split(string $str [, int $chunklen [, string $ending]])
- * Description: Returns split line
- * Source code: ext/standard/string.c
- * Alias to functions:
-*/
-
 /*
 * passing long string as 'str' and testing default value of chunklen which is 76
 */
index f9825eb4384ace9b19c50318ff46d03aa8f82b04..b2fd29ad88098460b5242bfe30b1295949b984bf 100644 (file)
@@ -7,12 +7,6 @@ if (getenv("USE_ZEND_ALLOC") === "0") die("skip ZMM is disabled");
 ?>
 --FILE--
 <?php
-/* Prototype  : string chunk_split(string $str [, int $chunklen [, string $ending]])
- * Description: Returns split line
- * Source code: ext/standard/string.c
- * Alias to functions: none
-*/
-
 echo "*** Testing chunk_split() : unexpected large 'end' string argument variation 1 ***\n";
 
 $a=str_repeat("B", 65535);
index ca0948d999f6ffdc92afd999bcc7587d10e7abbb..0f777fbd386053dd8f67b5f773afee438082a58f 100644 (file)
@@ -6,12 +6,6 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : string chunk_split(string $str [, int $chunklen [, string $ending]])
- * Description: Returns split line
- * Source code: ext/standard/string.c
- * Alias to functions: none
-*/
-
 echo "*** Testing chunk_split() : unexpected large 'end' string argument variation 2 ***\n";
 
 $a=str_repeat("B", 65537);
index 3992e212d5052b2789bc1f08fc707d0d2abf5538..56c524ef02d57c87e0d73922249a67feba17b7e4 100644 (file)
@@ -6,12 +6,6 @@ if (getenv("USE_ZEND_ALLOC") === "0") die("skip ZMM is disabled");
 ?>
 --FILE--
 <?php
-/* Prototype  : string chunk_split(string $str [, int $chunklen [, string $ending]])
- * Description: Returns split line
- * Source code: ext/standard/string.c
- * Alias to functions: none
-*/
-
 $chunk_length = 1;
 
 echo "*** Testing chunk_split() : unexpected large 'end' string argument variation 2 ***\n";
index e7fc0744ee8060e2cbf0964d4a52341b9c757ea9..b4945abd03f27f706c4e4addee3a5154825dddb1 100644 (file)
@@ -2,12 +2,6 @@
 Test chunk_split() function : usage variations - different heredoc strings as 'str' argument
 --FILE--
 <?php
-/* Prototype  : string chunk_split(string $str [, int $chunklen [, string $ending]])
- * Description: Returns split line
- * Source code: ext/standard/string.c
- * Alias to functions: none
-*/
-
 /*
 * Passing different heredoc strings as 'str' argument to the chunk_split()
 * with 'chunklen' 4 and default value of 'ending' that is "\r\n"
index 7cdff8c6cdfbd3a2b4f5f7f4821115d9afae222f..31a7b2c0389a540b9f6744905002e7e297e71e2f 100644 (file)
Binary files a/ext/standard/tests/strings/chunk_split_variation5.phpt and b/ext/standard/tests/strings/chunk_split_variation5.phpt differ
index f7fcfb60f3635c380169e041c4081e65641063f8..489c1f2e71ce9f658b1b63624e387a88549a3097 100644 (file)
@@ -2,12 +2,6 @@
 Test chunk_split() function : usage variations - single quoted strings for 'str' argument
 --FILE--
 <?php
-/* Prototype  : string chunk_split(string $str [, int $chunklen [, string $ending]])
- * Description: Returns split line
- * Source code: ext/standard/string.c
- * Alias to functions: none
-*/
-
 /*
 * passing different single quoted strings as 'str' argument to the function
 * 'chunklen' is set to 7 and 'ending' is '):('
index fa9cc43086d53c346bca62dd1746465f8c2051da..9844f2097b117c071c5bb1f13aff27f351118453 100644 (file)
Binary files a/ext/standard/tests/strings/chunk_split_variation7.phpt and b/ext/standard/tests/strings/chunk_split_variation7.phpt differ
index cff7079607310076239a2ea9606ccfebf10e57fb..4a21455ecfd41d5acdf05af126d77a5cb2522d99 100644 (file)
@@ -6,12 +6,6 @@ if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : string chunk_split(string $str [, int $chunklen [, string $ending]])
- * Description: Returns split line
- * Source code: ext/standard/string.c
- * Alias to functions:
-*/
-
 /*
 * passing different integer values for 'chunklen' and heredoc string for 'str' to chunk_split()
 */
index 36bb26b4bca561256c35f6fc9ae1c52937d16e08..526a2cd569c6d984850dcf4c31d762415cd41dc9 100644 (file)
Binary files a/ext/standard/tests/strings/chunk_split_variation9.phpt and b/ext/standard/tests/strings/chunk_split_variation9.phpt differ
index 0c378bdb2245618f6977b9af98173082bf0a3b89..8f5bd5726539d0de4c235b01c2474633996aaba9 100644 (file)
@@ -3,11 +3,6 @@ Test convert_uudecode() function : basic functionality
 --FILE--
 <?php
 
-/* Prototype  : string convert_uudecode  ( string $data  )
- * Description: Decode a uuencoded string
- * Source code: ext/standard/uuencode.c
-*/
-
 echo "*** Testing convert_uudecode() : basic functionality ***\n";
 
 // array with different values for $string
index 8a4f57fa8736a4f63e6a4a75431a703ad02265ea..af665ef769d56c1fb70504786b596731d8499b3e 100644 (file)
@@ -3,11 +3,6 @@ Test convert_uuencode() function : basic functionality
 --FILE--
 <?php
 
-/* Prototype  : string convert_uuencode  ( string $data  )
- * Description: Uuencode a string
- * Source code: ext/standard/uuencode.c
-*/
-
 echo "*** Testing convert_uuencode() : basic functionality ***\n";
 
 // array with different values for $string
index 0e5c3455e8cb9480c9853670b52aac41f188fbd1..50f5aecd6be75bf1a9315b4d70c77ee06157d75b 100644 (file)
@@ -3,12 +3,6 @@ Test count_chars() function : basic functionality
 --FILE--
 <?php
 
-/* Prototype  : mixed count_chars  ( string $string  [, int $mode  ] )
- * Description: Return information about characters used in a string
- * Source code: ext/standard/string.c
-*/
-
-
 echo "*** Testing count_chars() : basic functionality ***\n";
 
 $string = "Return information about characters used in a string";
index 9c7794b96fec5775c13722743ba41919f5902f17..6452fe7dd42a6ebade3b5b9c6594d4ad9a26b380 100644 (file)
@@ -2,12 +2,6 @@
 Test crc32() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : string crc32(string $str)
- * Description: Calculate the crc32 polynomial of a string
- * Source code: ext/standard/crc32.c
- * Alias to functions: none
-*/
-
 /*
  * Testing crc32() : basic functionality
 */
index 76e57c57f749d11d15a7a55f8d8dc49e68e5cd85..b4e12adfb808990d99454e65c4505dac5a4fa6b8 100644 (file)
@@ -7,12 +7,6 @@ if (PHP_INT_SIZE != 4)
 ?>
 --FILE--
 <?php
-/* Prototype  : string crc32(string $str)
- * Description: Calculate the crc32 polynomial of a string
- * Source code: ext/standard/crc32.c
- * Alias to functions: none
-*/
-
 /*
 * Testing crc32() : with different strings in single quotes passed to the function
 */
index 44ab68d1ed0cb04ba468853e988c3522932625f4..1f5905f3a997781aa65a4a8ef17b5e58681e07e4 100644 (file)
@@ -7,12 +7,6 @@ if (PHP_INT_SIZE != 4)
 ?>
 --FILE--
 <?php
-/* Prototype  : string crc32(string $str)
- * Description: Calculate the crc32 polynomial of a string
- * Source code: ext/standard/crc32.c
- * Alias to functions: none
-*/
-
 /*
  * Testing crc32() : with different strings in double quotes passed to the function
 */
index 6953994a742209faf39f4b4b859bfb53d215bf3c..d4a6ae56003ef3c218f316217d40e8dd32836595 100644 (file)
@@ -7,12 +7,6 @@ if (PHP_INT_SIZE != 4)
 ?>
 --FILE--
 <?php
-/* Prototype  : string crc32(string $str)
- * Description: Calculate the crc32 polynomial of a string
- * Source code: ext/standard/crc32.c
- * Alias to functions: none
-*/
-
 /*
  * Testing crc32() : with different heredoc strings passed to the str argument
 */
index 1fafffde3f9a250fe5aabb6fb2d524ab4100702c..b3f8734433ba18bf58a6539ceafff75ac71bcb40 100644 (file)
@@ -2,9 +2,6 @@
 Test dirname() function : basic functionality
 --FILE--
 <?php
-/* Prototype: string dirname ( string $path );
-   Description: Returns directory name component of path.
-*/
 $file_paths = array (
   /* simple paths */
   "bar",
index 4bc01b6ff8b368fd6ea87860a92b08e98a65444d..16b0e94939d3f4a05569de4960f4e1ef743c415d 100644 (file)
@@ -2,9 +2,6 @@
 Test dirname() function : error conditions
 --FILE--
 <?php
-/* Prototype: string dirname ( string $path );
-   Description: Returns directory name component of path.
-*/
 echo "*** Testing error conditions ***\n";
 
 // Bad arg
index 58e9aaec8a5dda7ec94b2b32332684bc64ca9721..1c7875ad1569a32cf34145b0c88e9e33796d4ae2 100644 (file)
@@ -7,9 +7,6 @@ if((substr(PHP_OS, 0, 3) == "WIN"))
 ?>
 --FILE--
 <?php
-/* Prototype: string dirname ( string $path [, int nb]);
-   Description: Returns directory name component of path.
-*/
 for ($i=0 ; $i<5 ; $i++) {
     try {
         var_dump(dirname("/foo/bar/baz", $i));
index c6b0a59aa1227f3756a5e0261cf8d6bfacd26331..fa1f307a93d1e837c9ca726a7448bd2ecaf7e183 100644 (file)
@@ -7,10 +7,6 @@ if((substr(PHP_OS, 0, 3) != "WIN"))
 ?>
 --FILE--
 <?php
-/* Prototype: string dirname ( string $path [, int nb]);
-   Description: Returns directory name component of path.
-*/
-
 for ($i=0 ; $i<5 ; $i++) {
     try {
         var_dump(dirname("/foo/bar/baz", $i));
index 314fd3e742d45f6114fe0cafdd6faeaf6045aa7a..5b8e22f5ae594e55606f6a0e5a5e4ac965ae1313 100644 (file)
@@ -2,9 +2,6 @@
 Test dirname() function : usage variations
 --FILE--
 <?php
-/* Prototype: string dirname ( string $path );
-   Description: Returns directory name component of path.
-*/
 class temp
 {
    function __toString() {
index 4d62aa029d5834915e76207891fb5b9187e8541b..a15290f29fce5b472fd7be782513aeeb7964a3a7 100644 (file)
@@ -5,13 +5,6 @@ error_reporting=2047
 precision=14
 --FILE--
 <?php
-/* Prototype: array explode ( string $delimiter, string $string [, int $limit] );
-   Description: Returns an array of strings, each of which is a substring of string
-                formed by splitting it on boundaries formed by the string delimiter.
-                If limit is set, the returned array will contain a maximum of limit
-                elements with the last element containing the rest of string.
-*/
-
 echo "*** Testing explode() for basic operations ***\n";
 $delimiters = array (
   "",  // len=0
index 9a6a862f8b4480da35fca637146108ae4b6523e0..988f31ea34320f28c871e0d2d31ba1ef9c8fb3ad 100644 (file)
@@ -3,11 +3,6 @@ Test explode() function : usage variations - match longer string
 --FILE--
 <?php
 
-/* Prototype  : array explode  ( string $delimiter  , string $string  [, int $limit  ] )
- * Description: Split a string by string.
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing explode() function: match longer string ***\n";
 
 $pizza  = "piece1 piece2 piece3 piece4 piece5 piece6 p";
index d5c1938eaf0ce75094c303dcbeed318da487cc6d..7d825b95b35f5efee1ff8d22b57ef03208ed366a 100644 (file)
@@ -3,11 +3,6 @@ Test explode() function : usage variations - positive and negative limits
 --FILE--
 <?php
 
-/* Prototype  : array explode  ( string $delimiter  , string $string  [, int $limit  ] )
- * Description: Split a string by string.
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing explode() function: positive and negative limits ***\n";
 $str = 'one||two||three||four';
 
index 0dcce23077edc1ba9ae0eee4e687d9a6d33cbd93..9475e4de772e088b8a969e4d853f3ebeca4baa17 100644 (file)
@@ -3,11 +3,6 @@ Test explode() function : usage variations - misc tests
 --FILE--
 <?php
 
-/* Prototype  : array explode  ( string $delimiter  , string $string  [, int $limit  ] )
- * Description: Split a string by string.
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing explode() function: misc tests ***\n";
 
 $str = "one\x00two\x00three\x00four";
index 877da0edc05c5226cd0f659ad125078209c0d44e..683afd9c8db0fd7243b79a52b991b8b3af10ce26 100644 (file)
@@ -6,11 +6,6 @@ edgarsandi - <edgar.r.sandi@gmail.com>
 --FILE--
 <?php
 
-/* Prototype  : array explode  ( string $delimiter  , string $string  [, int $limit  ] )
- * Description: Split a string by string.
- * Source code: ext/standard/string.c
-*/
-
 var_dump(count(explode('|', implode('|', range(1,65)), -1)));
 
 ?>
index 83892a381ae39d7d2220c94f7d7c2d709e3380f2..4f4920c7ac08a7556b14d7ff82fad674c90cb0f3 100644 (file)
@@ -2,11 +2,6 @@
 Test get_html_translation_table() function : basic functionality - with default args
 --FILE--
 <?php
-/* Prototype  : array get_html_translation_table ( [int $table [, int $quote_style [, string charset_hint]]] )
- * Description: Returns the internal translation table used by htmlspecialchars and htmlentities
- * Source code: ext/standard/html.c
-*/
-
 /* Test get_html_translation_table() when table is specified as HTML_ENTITIES */
 
 
index 1ab2ffab25b101770df76fce9bd0e34ded11cb11..df61096aae643666bcdc99a9a777cbd834262f32 100644 (file)
@@ -2,11 +2,6 @@
 Test get_html_translation_table() function : basic functionality - table as HTML_ENTITIES & diff quote_style
 --FILE--
 <?php
-/* Prototype  : array get_html_translation_table ( [int $table [, int $quote_style [, string charset_hint]]] )
- * Description: Returns the internal translation table used by htmlspecialchars and htmlentities
- * Source code: ext/standard/html.c
-*/
-
 /* Test get_html_translation_table() when table is specified as HTML_ENTITIES */
 
 //set locale to en_US.UTF-8
index 9fe832eab2cc0d0456091458f7707e8146c230cb..0927bd44c08506a7aa4acf07c74391eca127806f 100644 (file)
@@ -2,11 +2,6 @@
 Test get_html_translation_table() function : basic functionality - table as HTML_SPECIALCHARS
 --FILE--
 <?php
-/* Prototype  : array get_html_translation_table ( [int $table [, int $quote_style [, string charset_hint]]] )
- * Description: Returns the internal translation table used by htmlspecialchars and htmlentities
- * Source code: ext/standard/html.c
-*/
-
 /* test get_html_translation_table() when $table argument is specified as HTML_SPECIALCHARS */
 
 echo "*** Testing get_html_translation_table() : basic functionality ***\n";
index 8ec12b23646304fd3b1d5b278e4a6f81ff990a50..136c9df6a1f680d6ba7e1d9f9e6e92f519784ccd 100644 (file)
@@ -2,12 +2,6 @@
 Test get_html_translation_table() function : basic functionality - charset WINDOWS-1252
 --FILE--
 <?php
-/* Prototype  : array get_html_translation_table ( [int $table [, int $quote_style [, string charset_hint]]] )
- * Description: Returns the internal translation table used by htmlspecialchars and htmlentities
- * Source code: ext/standard/html.c
-*/
-
-
 echo "*** Testing get_html_translation_table() : basic functionality/Windows-1252 ***\n";
 
 echo "-- with table = HTML_ENTITIES --\n";
index 83e2cc8a8faa8033dcfd490563eac24f4b805acd..9a6cbedce208e6adabb4a4dba55c5b39532d09eb 100644 (file)
@@ -3,11 +3,6 @@ Test hebrev() function : basic functionality
 --FILE--
 <?php
 
-/* Prototype  : string hebrev  ( string $hebrew_text  [, int $max_chars_per_line  ] )
- * Description: Convert logical Hebrew text to visual text
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing hebrev() : basic functionality ***\n";
 
 $hebrew_text = "The hebrev function converts logical Hebrew text to visual text.\nThe function tries to avoid breaking words.\n";
index 5677da6fe29f43f410e16582b00926401291db93..095225f53432bb3d96ac96f432fc2656b483cd7a 100644 (file)
@@ -2,10 +2,6 @@
 Test htmlspecialchars() function
 --FILE--
 <?php
-/* Prototype: string htmlspecialchars ( string $string [, int $quote_style [, string $charset]] );
-   Description: Convert special characters to HTML entities
-*/
-
 /* retrieving htmlspecialchars from the ANSI character table */
 echo "*** Retrieving htmlspecialchars for 256 characters ***\n";
 for($i=0; $i<256; $i++)
index 9bb4e4f82c089696f2642091d25f213dd7657bb9..578814beff53544243bb97135744976d7895f99f 100644 (file)
@@ -2,11 +2,6 @@
 Test htmlspecialchars() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : string htmlspecialchars  ( string $string  [, int $quote_style  [, string $charset  [, bool $double_encode  ]]] )
- * Description: Convert special characters to HTML entities
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing htmlspecialchars() : basic functionality ***\n";
 
 $s1 = "abc<>\"&\n";
index c43d385563fb21b31196c6e93a1c2288c473af8f..d3e3166fb95b48a7f3e1f5b7512116cdb55c7083 100644 (file)
@@ -2,11 +2,6 @@
 Test htmlspecialchars_decode() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : string htmlspecialchars_decode(string $string [, int $quote_style])
- * Description: Convert special HTML entities back to characters
- * Source code: ext/standard/html.c
-*/
-
 echo "*** Testing htmlspecialchars_decode() : basic functionality ***\n";
 
 
index de96c04db411e283f609935829dcffe8079078a7..93058d18531e16fb84218dea3cc2d5df1ee9a7fb 100644 (file)
@@ -2,11 +2,6 @@
 Test htmlspecialchars_decode() function : usage variations - heredoc strings for 'string' argument
 --FILE--
 <?php
-/* Prototype  : string htmlspecialchars_decode(string $string [, int $quote_style])
- * Description: Convert special HTML entities back to characters
- * Source code: ext/standard/html.c
-*/
-
 /*
  * testing htmlspecialchars_decode() with various heredoc strings as argument for $string
 */
index 7520dee09c8dbbc6ef1c2a506ff861d188950d7d..bdbddcf8a9d4bcb87d95e6516543fe28f1c9bd21 100644 (file)
@@ -2,11 +2,6 @@
 Test htmlspecialchars_decode() function : usage variations - single quoted strings for 'string' argument
 --FILE--
 <?php
-/* Prototype  : string htmlspecialchars_decode(string $string [, int $quote_style])
- * Description: Convert special HTML entities back to characters
- * Source code: ext/standard/html.c
-*/
-
 /*
  * Testing htmlspecialchars_decode() with various single quoted strings as argument for $string
 */
index b07f21acf635f9be04e68072467f6bf2c8faab21..9937ca9b54e563f3fca9c89a2f1fc712cb9785a1 100644 (file)
@@ -2,11 +2,6 @@
 Test htmlspecialchars_decode() function : usage variations - double quoted strings for 'string' argument
 --FILE--
 <?php
-/* Prototype  : string htmlspecialchars_decode(string $string [, int $quote_style])
- * Description: Convert special HTML entities back to characters
- * Source code: ext/standard/html.c
-*/
-
 /*
  * testing htmlspecialchars_decode() for various double quoted strings as argument for $string
 */
index 8a6100ac45f0cc6dcecd0e531f034fd59f22e1c9..9a828b911d2b4c8254e3540b8798f168950d375a 100644 (file)
Binary files a/ext/standard/tests/strings/htmlspecialchars_decode_variation6.phpt and b/ext/standard/tests/strings/htmlspecialchars_decode_variation6.phpt differ
index 7b73982c0cca7e2d82bd4dd75c6dcd214b06e0e6..d1eaffb25b4ae2676d9940ae70815e4a88286b8b 100644 (file)
@@ -4,11 +4,6 @@ Test http_build_query() function: usage variations - first arguments as object
 Adam Gegotek <adam [dot] gegotek [at] gmail [dot] com>
 --FILE--
 <?php
-/* Prototype  : string http_build_query ( mixed $query_data [, string $numeric_prefix [, string $arg_separator [, int $enc_type = PHP_QUERY_RFC1738 ]]] )
- * Description: Generates a URL-encoded query string from the associative (or indexed) array provided.
- * Source code: ext/standard/http.c
-*/
-
 class UrlBuilder
 {
   public $name = 'homepage';
index 2b8ca148ff6f6a7732a493f328209ad22880faee..777cd6c0eca7289ac88852cecc63e417948ea03f 100644 (file)
@@ -4,11 +4,6 @@ Test http_build_query() function: usage variations - first arguments as multidim
 Adam Gegotek <adam [dot] gegotek [at] gmail [dot] com>
 --FILE--
 <?php
-/* Prototype  : string http_build_query ( mixed $query_data [, string $numeric_prefix [, string $arg_separator [, int $enc_type = PHP_QUERY_RFC1738 ]]] )
- * Description: Generates a URL-encoded query string from the associative (or indexed) array provided.
- * Source code: ext/standard/http.c
-*/
-
 $mDimensional = array(
   20,
   5 => 13,
index c9b03141bfd59aa3f4866a6af1b517def8e0594e..d3d11a705d40c79ea219e0b32daaa54c38f6c184 100644 (file)
@@ -4,11 +4,6 @@ Test http_build_query() function: usage variations - testing four parameter adde
 Adam Gegotek <adam [dot] gegotek [at] gmail [dot] com>
 --FILE--
 <?php
-/* Prototype  : string http_build_query ( mixed $query_data [, string $numeric_prefix [, string $arg_separator [, int $enc_type = PHP_QUERY_RFC1738 ]]] )
- * Description: Generates a URL-encoded query string from the associative (or indexed) array provided.
- * Source code: ext/standard/http.c
-*/
-
 $oDimensional = array(
   "name" => "main page",
   "sort" => "desc,admin",
index 64c31048c8d7fbd285e5d182a526361cd2cfea53..bd0e03c6d565ad01faaf147b996261ead2ea8dd2 100644 (file)
Binary files a/ext/standard/tests/strings/implode1.phpt and b/ext/standard/tests/strings/implode1.phpt differ
index 0429fe0b49d7fe6eb6004b2297fd4fadf4de5da2..8e8c554ee9e11730bf8b144c7e2a49fd5b28e8c2 100644 (file)
@@ -2,12 +2,6 @@
 Test join() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : string join( string $glue, array $pieces )
- * Description: Join array elements with a string
- * Source code: ext/standard/string.c
- * Alias of function: implode()
-*/
-
 echo "*** Testing join() : basic functionality ***\n";
 
 // Initialize all required variables
index e77b20c744292b886166ee8a8c4a9ab621e05d0f..f52c4c1184d6f1147f4302338b8d734cdc9e5554 100644 (file)
@@ -2,12 +2,6 @@
 Test join() function: error conditions
 --FILE--
 <?php
-/* Prototype  : string join( string $glue, array $pieces )
- * Description: Join array elements with a string
- * Source code: ext/standard/string.c
- * Alias of function: implode()
-*/
-
 echo "*** Testing join() : error conditions ***\n";
 
 // Less than expected number of arguments
index 970d5da3305c75dfaa0c985c27b7c82023afcc49..2e394c08a890790d5575665cb03f40aca145147f 100644 (file)
@@ -2,12 +2,6 @@
 Test join() function : usage variations - unexpected values for 'glue' argument
 --FILE--
 <?php
-/* Prototype  : string join( string $glue, array $pieces )
- * Description: Join array elements with a string
- * Source code: ext/standard/string.c
- * Alias of function: implode()
-*/
-
 /*
  * testing join() by passing different unexpected value for glue argument
 */
index 169b912cd918693f2b44de410e5c97c6f832df0c..b48c35ca9448abafbfd0a9fecefdafd615237621 100644 (file)
@@ -2,12 +2,6 @@
 Test join() function : usage variations - unexpected values for 'pieces' argument(Bug#42789)
 --FILE--
 <?php
-/* Prototype  : string join( string $glue, array $pieces )
- * Description: Join array elements with a string
- * Source code: ext/standard/string.c
- * Alias of function: implode()
-*/
-
 /*
  * test join() by passing different unexpected value for pieces argument
 */
index 4e3b50a1fdf8def6d953fd5997ec811c584e73ce..dc6661f3bf55f74f304beedd00d325d36e8ebee8 100644 (file)
@@ -2,12 +2,6 @@
 Test join() function : usage variations - different values for 'pieces' argument
 --FILE--
 <?php
-/* Prototype  : string join( string $glue, array $pieces )
- * Description: Join array elements with a string
- * Source code: ext/standard/string.c
- * Alias of function: implode()
-*/
-
 /*
  * test join() by giving different pieces values
 */
index 162576bb93b59b0c6b5298594d64fad5b7c1394d..6a9ff44297ed5777d70aba8c343ee8a44dc0f444 100644 (file)
Binary files a/ext/standard/tests/strings/join_variation4.phpt and b/ext/standard/tests/strings/join_variation4.phpt differ
index 60c1d681e1ab5fa125d1c255b5ef2063a25fd6d6..50dd08cbf2af39849ef49d3546faaac6cf04dd11 100644 (file)
@@ -2,12 +2,6 @@
 Test join() function : usage variations - sub array as argument
 --FILE--
 <?php
-/* Prototype  : string join( string $glue, array $pieces )
- * Description: Join array elements with a string
- * Source code: ext/standard/string.c
- * Alias of function: implode()
-*/
-
 /*
  * test join() by passing pieces as array containing sub array(s)
 */
index 08938bfad74959a282fbac6554845a6d8ff440eb..010e449085a572e2b3d038212ad54e05665f2845 100644 (file)
Binary files a/ext/standard/tests/strings/join_variation6.phpt and b/ext/standard/tests/strings/join_variation6.phpt differ
index 61994364a83e708ec641e6d950bc2d85f7175167..094ae223f006fb176eca765be7d55706e5ca0426 100644 (file)
@@ -3,11 +3,6 @@ Test ltrim() function : basic functionality
 --FILE--
 <?php
 
-/* Prototype  : string ltrim  ( string $str  [, string $charlist  ] )
- * Description: Strip whitespace (or other characters) from the beginning of a string.
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing ltrim() : basic functionality ***\n";
 
 $text  = " \t\r\n\0\x0B ---These are a few words---  ";
index 9da128c890454f3a9515bba081cdc6d2b00305f5..28d30f58741236c33676bcf59891c738ca4ed07c 100644 (file)
@@ -3,12 +3,6 @@ Test ltrim() function : error conditions
 --FILE--
 <?php
 
-/* Prototype  : string ltrim  ( string $str  [, string $charlist  ] )
- * Description: Strip whitespace (or other characters) from the beginning of a string.
- * Source code: ext/standard/string.c
-*/
-
-
 echo "*** Testing ltrim() : error conditions ***\n";
 
 $hello = "  Hello World\n";
index 6e8dfe7fde604c351b93ecd10c52eaf8b003b8c1..d0af237122112aaea7e70689116b7d81d80d8e14 100644 (file)
@@ -2,11 +2,6 @@
 Test md5() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : string md5  ( string $str  [, bool $raw_output= false  ] )
- * Description: Calculate the md5 hash of a string
- * Source code: ext/standard/md5.c
-*/
-
 echo "*** Testing md5() : basic functionality ***\n";
 var_dump(md5("apple"));
 ?>
index 0e2db58e9502f60a84759a32c04c35dc17d27b93..a7920648e40f070aeac8f93e7b98c5a96a192b19 100644 (file)
@@ -2,11 +2,6 @@
 Test md5() function : basic functionality - with raw output
 --FILE--
 <?php
-/* Prototype  : string md5  ( string $str  [, bool $raw_output= false  ] )
- * Description: Calculate the md5 hash of a string
- * Source code: ext/standard/md5.c
-*/
-
 echo "*** Testing md5() : basic functionality - with raw output***\n";
 $str = "Hello World";
 $md5_raw = md5($str, true);
index 200bb3b7392bda5b1a43f7b7ca8da68b50b9c7a4..4bc909601725157bf4036d5b172cf8ab175d477f 100644 (file)
Binary files a/ext/standard/tests/strings/md5_file.phpt and b/ext/standard/tests/strings/md5_file.phpt differ
index 1d1d6592b4e24e2a60c3ca86f4042ba62b85dbbe..d7de19bff613db1a596a56640283cf39ebdc6c5a 100644 (file)
@@ -2,11 +2,6 @@
 Test nl2br() function : usage variations - double quoted strings for 'str' argument
 --FILE--
 <?php
-/* Prototype  : string nl2br(string $str);
- * Description: Inserts HTML line breaks before all newlines in a string
- * Source code: ext/standard/string.c
-*/
-
 /* Test nl2br() function by passing double quoted strings containing various
  *   combinations of new line chars to 'str' argument
 */
index 79be6f5f030df7058f5195c4fd981326278c78b5..88e976932569de3943bb6735d313af713a6227b5 100644 (file)
@@ -2,11 +2,6 @@
 Test nl2br() function : usage variations - single quoted strings for 'str' argument
 --FILE--
 <?php
-/* Prototype  : string nl2br(string $str);
- * Description: Inserts HTML line breaks before all newlines in a string
- * Source code: ext/standard/string.c
-*/
-
 /* Test nl2br() function by passing single quoted strings containing various
  *   combinations of new line chars to 'str' argument
 */
index 587518d1eee72ffb958687b20501ea1e0e5fb229..e066a592b47bc4e7e35c963db57f10ba82e26a7a 100644 (file)
@@ -2,11 +2,6 @@
 Test nl2br() function : usage variations - heredoc strings for 'str' argument
 --FILE--
 <?php
-/* Prototype  : string nl2br(string $str);
- * Description: Inserts HTML line breaks before all newlines in a string.
- * Source code: ext/standard/string.c
-*/
-
 /* Test nl2br() function by passing heredoc strings containing various
  *   combinations of new line chars to 'str' argument
 */
index 04244dcccebb4fa21f06e12fd20b6ca1bc5efb03..85d7131520892a409af0c4ab699c59c1e6e22b3b 100644 (file)
@@ -2,11 +2,6 @@
 Test nl2br() function : usage variations - html values for 'str' argument
 --FILE--
 <?php
-/* Prototype  : string nl2br(string $str)
- * Description: Inserts HTML line breaks before all newlines in a string.
- * Source code: ext/standard/string.c
-*/
-
 /*
 * Test nl2br() function by passing html string inputs containing line breaks and
 *   new line chars for 'str'
index c686caf25d2ee7460ac0ab53a4a008904c67673a..c0f6d7efa85ad2842a14357b0447469b20284019 100644 (file)
@@ -9,11 +9,6 @@ if( substr(PHP_OS, 0, 3) == 'WIN'){
 --FILE--
 <?php
 
-/* Prototype  : string nl_langinfo  ( int $item  )
- * Description: Query language and locale information
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing nl_langinfo() : basic functionality ***\n";
 
 $original = setlocale(LC_ALL, 'C');
index f06a55cb6368e6831cd3132025aa407be08c8e35..2566f365741b1b65c651b5635445c695787488e7 100644 (file)
@@ -2,12 +2,6 @@
 Test number_format() - basic function test number_format()
 --FILE--
 <?php
-/* Prototype  :  string number_format  ( float $number  [, int $decimals  ] )
- *               string number_format ( float $number , int $decimals , string $dec_point , string $thousands_sep )
- * Description: Format a number with grouped thousands
- * Source code: ext/standard/string.c
- */
-
 echo "*** Testing number_format() : basic functionality ***\n";
 
 $values = array(1234.5678,
index c7d6891a096758717ee21ca039bf352dbb500ce9..0921dfda55aa2ca7d4926b08dc7071792d2fc84a 100644 (file)
@@ -3,11 +3,6 @@ Test ord() function : basic functionality
 --FILE--
 <?php
 
-/* Prototype  : int ord  ( string $string  )
- * Description: Return ASCII value of character
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing ord() : basic functionality ***\n";
 
 var_dump(ord("a"));
index 38652ba0faf059f3c2675e98bcae5693c0944f83..c63b22734f62c0891e338a41550122968c3e1800 100644 (file)
@@ -3,11 +3,6 @@ Test parse_str() function : basic functionality
 --FILE--
 <?php
 
-/* Prototype  : void parse_str  ( string $str , array &$arr )
- * Description: Parses the string into variables
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing parse_str() : basic functionality ***\n";
 
 echo "\nBasic test WITH undefined var for result arg\n";
index 15bd3024d63439d996a598b4303801001132625b..2996f8c6a39ccc858903b1a80b978c500d33fad5 100644 (file)
@@ -4,11 +4,6 @@ Test parse_str() function : non-default arg_separator.input specified
 arg_separator.input = "/"
 --FILE--
 <?php
-/* Prototype  : void parse_str  ( string $str  [, array &$arr  ] )
- * Description: Parses the string into variables
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing parse_str() : non-default arg_separator.input specified ***\n";
 
 $s1 = "first=val1/second=val2/third=val3";
index 0ea88a365bc4ba2a8a8e1551cc21c47f26bc0af7..a15edd529f44896fd0e30ac785d04a6165000b46 100644 (file)
Binary files a/ext/standard/tests/strings/parse_str_basic3.phpt and b/ext/standard/tests/strings/parse_str_basic3.phpt differ
index 5b128c7cfca1738d6ae6d75014bda97b88dd6dac..ce8e00c09094f7f7f83c79a7aba59e994d898a54 100644 (file)
@@ -2,11 +2,6 @@
 Test parse_str() function : test with badly formed strings
 --FILE--
 <?php
-/* Prototype  : void parse_str  ( string $str  [, array &$arr  ] )
- * Description: Parses the string into variables
- * Source code: ext/standard/string.c
-*/
-
 echo "\nTest string with badly formed strings\n";
 $str = "arr[1=sid&arr[4][2=fred";
 var_dump(parse_str($str, $res));
index 9d8c8a618c566811672cc6cde4d680550aa7ef87..094e709e9a466a35aa2d599623d1224de5d581e6 100644 (file)
@@ -3,12 +3,6 @@ Test print() function : basic functionality
 --FILE--
 <?php
 
-/* Prototype  : int print  ( string $arg  )
- * Description: Output a string
- * Source code: n/a, print is a language construct not an extension function
- * Test based on php.net manual example.
-*/
-
 echo "*** Testing print() : basic functionality ***\n";
 
 echo "\n-- Iteration 1 --\n";
index e5849ecfdf72f5bdb719b52911fa8fa83cbda4e9..1288a242d80b99fa9276b0a8417eadcbe15f265d 100644 (file)
@@ -3,12 +3,6 @@ Test print() function : usage variations
 --FILE--
 <?php
 
-/* Prototype  : int print  ( string $arg  )
- * Description: Output a string
- * Source code: n/a, print is a language construct not an extension function
- * Test based on php.net manual example.
-*/
-
 echo "*** Testing print() function: with unexpected inputs for 'arg' argument ***\n";
 
 //get an unset variable
index b2cbe223751d1f1e6d93f07f15e9eb55056822a4..f0b6f2e4e4862a214c9287ba2475ddc3098333e7 100644 (file)
@@ -2,11 +2,6 @@
 Test printf() function : basic functionality - string format
 --FILE--
 <?php
-/* Prototype  : int printf  ( string $format  [, mixed $args  [, mixed $...  ]] )
- * Description: Produces output according to format .
- * Source code: ext/standard/formatted_print.c
- */
-
 echo "*** Testing printf() : basic functionality - using string format ***\n";
 
 // Initialise all required variables
index d7ed15e29e9e3a7ac4067faeffc090d8e1dd8703..5a5df0ad682d6ae4f9b0bbd6ae65b8ece73493de 100644 (file)
@@ -2,11 +2,6 @@
 Test printf() function : basic functionality - integer format
 --FILE--
 <?php
-/* Prototype  : int printf  ( string $format  [, mixed $args  [, mixed $...  ]] )
- * Description: Produces output according to format .
- * Source code: ext/standard/formatted_print.c
- */
-
 echo "*** Testing printf() : basic functionality - using integer format ***\n";
 
 
index b5ee1b82b0be8f0a15e6ae56fcdfa639ab433574..0e26dbd58531d28aadc54b95208aefbf11159836 100644 (file)
@@ -2,11 +2,6 @@
 Test printf() function : basic functionality - float format
 --FILE--
 <?php
-/* Prototype  : int printf  ( string $format  [, mixed $args  [, mixed $...  ]] )
- * Description: Produces output according to format .
- * Source code: ext/standard/formatted_print.c
- */
-
 echo "*** Testing printf() : basic functionality - using float format ***\n";
 
 
index cc1b533db66373dc20f3ea9b3d137fd9c03f9254..3cc00cce4dab66bd1b165a4590a749f563fff1d1 100644 (file)
@@ -2,11 +2,6 @@
 Test printf() function : basic functionality - bool format
 --FILE--
 <?php
-/* Prototype  : int printf  ( string $format  [, mixed $args  [, mixed $...  ]] )
- * Description: Produces output according to format .
- * Source code: ext/standard/formatted_print.c
- */
-
 echo "*** Testing printf() : basic functionality - using bool format ***\n";
 
 
index e50e9d58b870b49919a9ecc491efe5b20c1815ff..90b16051fdcada8ace414b6befdd4c634876a2e8 100644 (file)
@@ -2,11 +2,6 @@
 Test printf() function : basic functionality - char format
 --FILE--
 <?php
-/* Prototype  : int printf  ( string $format  [, mixed $args  [, mixed $...  ]] )
- * Description: Produces output according to format .
- * Source code: ext/standard/formatted_print.c
- */
-
 echo "*** Testing printf() : basic functionality - using char format ***\n";
 
 
index f84d703089680197cfc0850f87abca67483ed5ce..30872440c2a19132f801fe113fd628f1e85d068d 100644 (file)
@@ -2,11 +2,6 @@
 Test printf() function : basic functionality - exponential format
 --FILE--
 <?php
-/* Prototype  : int printf  ( string $format  [, mixed $args  [, mixed $...  ]] )
- * Description: Produces output according to format .
- * Source code: ext/standard/formatted_print.c
- */
-
 echo "*** Testing printf() : basic functionality - using exponential format ***\n";
 
 // Initialise all required variables
index 1a7c24d89580586849e20eee1051e27ff38d4f46..19c1f42104782a764222bdc3738751a34d77a285 100644 (file)
@@ -8,11 +8,6 @@ if (PHP_INT_SIZE != 4) {
 ?>
 --FILE--
 <?php
-/* Prototype  : int printf  ( string $format  [, mixed $args  [, mixed $...  ]] )
- * Description: Produces output according to format .
- * Source code: ext/standard/formatted_print.c
- */
-
 echo "*** Testing printf() : basic functionality - using unsigned format ***\n";
 
 
index 5df156a553e87c4681397e5e370d96a0f25e7dbe..800d6cc1e77aa101ec1485875d030d6ddbc260ec 100644 (file)
@@ -8,11 +8,6 @@ if (PHP_INT_SIZE != 4) {
 ?>
 --FILE--
 <?php
-/* Prototype  : int printf  ( string $format  [, mixed $args  [, mixed $...  ]] )
- * Description: Produces output according to format .
- * Source code: ext/standard/formatted_print.c
- */
-
 echo "*** Testing printf() : basic functionality - using octal format ***\n";
 
 // Initialise all required variables
index b86da032e820093ae0724ad742d9fea06ea829fc..b24f862a0993a3c12d819d59fa5da56ae55b72d5 100644 (file)
@@ -2,11 +2,6 @@
 Test printf() function : basic functionality - hexadecimal format
 --FILE--
 <?php
-/* Prototype  : int printf  ( string $format  [, mixed $args  [, mixed $...  ]] )
- * Description: Produces output according to format .
- * Source code: ext/standard/formatted_print.c
- */
-
 echo "*** Testing printf() : basic functionality - using hexadecimal format ***\n";
 
 // Initialise all required variables
index e9fc0a4383cc01f51155636d913d1cc1fb33b138..819bb7d1e0f8dd02331d72caf6f313f4c0bff2b9 100644 (file)
@@ -2,11 +2,6 @@
 Test printf() function : error conditions
 --FILE--
 <?php
-/* Prototype  : int printf  ( string $format  [, mixed $args  [, mixed $...  ]] )
- * Description: Produces output according to format .
- * Source code: ext/standard/formatted_print.c
- */
-
 echo "*** Testing printf() : error conditions ***\n";
 
 // Zero arguments
index 8fed7737fc37fc15e21ebc7a6412384cf14f1aa3..55237168c56fd1901dc018ecba41ce32d1eeb79a 100644 (file)
@@ -2,11 +2,6 @@
 Test printf() function : usage variations - unexpected values for format argument
 --FILE--
 <?php
-/* Prototype  : int printf  ( string $format  [, mixed $args  [, mixed $...  ]] )
- * Description: Produces output according to format .
- * Source code: ext/standard/formatted_print.c
- */
-
 /*
 * Testing printf() : with different unexpected values for format argument other than the strings
 */
index d0335b455e109a96d15372faec12d40260c0c23c..1ee44a61e6a80c50a43c2ebe178772dad452ad05 100644 (file)
@@ -2,11 +2,6 @@
 Test printf() function : usage variations - with all types of values for arg1 argument
 --FILE--
 <?php
-/* Prototype  : int printf  ( string $format  [, mixed $args  [, mixed $...  ]] )
- * Description: Produces output according to format .
- * Source code: ext/standard/formatted_print.c
- */
-
 echo "*** Testing printf() : with different types of values passed for arg1 argument ***\n";
 
 // initialing required variables
index b40080cdf3da59980908e8527da4021c76456b14..5b23f1a7117cd6c7da2af62003a2574f3a8bd252 100644 (file)
@@ -2,11 +2,6 @@
 Test quoted_printable_decode() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : string quoted_printable_decode  ( string $str  )
- * Description: Convert a quoted-printable string to an 8 bit string
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing quoted_printable_decode() : basic functionality ***\n";
 
 $str = "=FAwow-factor=C1=d0=D5=DD=C5=CE=CE=D9=C5=0A=
index 87b0718bd311571d188e72c2d00c07339c88d59d..5ea93e69138ac65cce5675b0cc39075d09815979 100644 (file)
@@ -3,11 +3,6 @@ Test quotemeta() function : basic functionality
 --FILE--
 <?php
 
-/* Prototype  : string quotemeta  ( string $str  )
- * Description: Quote meta characters
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing quotemeta() : basic functionality ***\n";
 
 var_dump(quotemeta("Hello how are you ?"));
index d58a9e4a95358e6d4649ceaf7abde8cc20c52865..ed0ca83b2f5d294a23db409663eb253489ea938b 100644 (file)
@@ -3,11 +3,6 @@ Test rtrim() function : basic functionality
 --FILE--
 <?php
 
-/* Prototype  : string rtrim  ( string $str  [, string $charlist  ] )
- * Description: Strip whitespace (or other characters) from the end of a string.
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing rtrim() : basic functionality ***\n";
 
 $text  = "---These are a few words---  \t\r\n\0\x0B  ";
index ef45f723f35b2e3af36d91c8e6109adc4d8ab8d8..4717a400a6139cc397fcfe3c66a84fe43eb0ecad 100644 (file)
@@ -3,12 +3,6 @@ Test rtrim() function : error conditions
 --FILE--
 <?php
 
-/* Prototype  : string rtrim  ( string $str  [, string $charlist  ] )
- * Description: Strip whitespace (or other characters) from the end of a string.
- * Source code: ext/standard/string.c
-*/
-
-
 echo "*** Testing rtrim() : error conditions ***\n";
 
 $hello = "  Hello World\n";
index 08c4cf442429d537d085f3f45d6ec45dd3037c46..3a1b4acea4145694a062e6fa2efe13a278367e7e 100644 (file)
@@ -11,20 +11,8 @@ if (setlocale(LC_ALL, "en_US.utf8", "en_AU.utf8", "ko_KR.utf8", "zh_CN.utf8", "d
 ?>
 --FILE--
 <?php
-/* Prototype  : string setlocale (int $category , string $locale [,string $..] )
-              : string setlocale(int $category , array $locale);
- * Description: Sets locale information.Returns the new current locale ,
- *              or FALSE if locale functionality is not implemented in this platform.
- * Source code: ext/standard/string.c
-*/
-
 /* test setlocale by specifying a specific locale as input */
 
-/* Prototype  : array list_system_locales( void )
-   Description: To get the currently installed locle in this platform
-   Arguments  : Nil
-   Returns    : set of locale as array
-*/
 function list_system_locales() {
   // start the buffering of next command to internal output buffer
   ob_start();
index 75ae1545d99cf16d7835d3c0809b34d5b0372a08..c4cf909719feb758017d4db7603194e2aa252866 100644 (file)
@@ -11,20 +11,8 @@ if (setlocale(LC_ALL, "en_US.utf8", "en_AU.utf8", "ko_KR.utf8", "zh_CN.utf8", "d
 ?>
 --FILE--
 <?php
-/* Prototype  : string setlocale (int $category , string $locale [,string $..] )
-              : string setlocale(int $category , array $locale);
- * Description: Sets locale information.Returns the new current locale , or FALSE
-                if locale  functionality is not implemented in this platform.
- * Source code: ext/standard/string.c
-*/
-
 /* Test the setlocale() when an array is provided as input containing list of locales */
 
-/* Prototype  : array list_system_locales( void )
- * Description: To get the currently installed locle in this platform
- * Arguments  : Nil
- * Returns    : set of locale as array
-*/
 function list_system_locales() {
   // start the buffering of next command to internal output buffer
   ob_start();
index 46beeda10e1de131fe1a661b253a0d6adc3c1534..37acde5f9a88bbf5abdcee114060f641b4e01034 100644 (file)
@@ -11,20 +11,8 @@ if (setlocale(LC_ALL, "en_US.utf8", "Ko_KR.utf8", "zh_CN.utf8") === false) {
 ?>
 --FILE--
 <?php
-/* Prototype  : string setlocale (int $category , string $locale [,string $..] )
-              : string setlocale(int $category , array $locale);
- * Description: Sets locale information.Returns the new current locale , or FALSE
-                if locale functionality is not implemented in this platform.
- * Source code: ext/standard/string.c
-*/
-
 /* Test the setlocale() when multiple locales are provided as argument */
 
-/* Prototype  : array list_system_locales( void )
-   Description: To get the currently installed locle in this platform
-   Arguments  : Nil
-   Returns    : set of locale as array
-*/
 function list_system_locales() {
   // start the buffering of next command to internal output buffer
   ob_start();
index c2b18b199241323ebc92c54422cb65de807a57b4..2d73b8d1aed69fbe890395bf03df55092235e6bb 100644 (file)
@@ -10,12 +10,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : string setlocale (int $category , string $locale [,string $..] )
-              : string setlocale(int $category , array $locale);
- * Description: Sets locale information.Returns the new current locale , or FALSE if locale functionality is not implemented in this platform.
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing setlocale() : error conditions ***\n";
 
 echo "\n-- Testing setlocale() function with invalid locale array, 'category' = LC_ALL --\n";
index a44dbc7e9eaf825cb9ac1de8e9b47bbde46b253d..3238e5f7b8dd204f7edeb0e4a0145e9c03776140 100644 (file)
@@ -11,20 +11,8 @@ if (setlocale(LC_ALL, "en_US.utf8", "Ko_KR.utf8", "zh_CN.utf8") === false) {
 ?>
 --FILE--
 <?php
-/* Prototype  : string setlocale (int $category , string $locale [,string $..] )
-              : string setlocale(int $category , array $locale);
- * Description: Sets locale information.Returns the new current locale , or FALSE
-                if locale functionality is not implemented in this platform.
- * Source code: ext/standard/string.c
-*/
-
 /* Test the setlocale() when multiple valid/invalid locales are provided as argument */
 
-/* Prototype  : array list_system_locales( void )
-   Description: To get the currently installed locle in this platform
-   Arguments  : Nil
-   Returns    : set of locale as array
-*/
 function list_system_locales() {
   // start the buffering of next command to internal output buffer
   ob_start();
index 41a706c8bf46546c4b0dd51137f81790c55866b0..a24551f93725449bae955d1bda8c63ffa0d977ea 100644 (file)
@@ -8,13 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-/* Prototype  : string setlocale (int $category , string $locale [,string $..] )
-              : string setlocale(int $category , array $locale);
- * Description: Sets locale information.Returns the new current locale , or FALSE
-                if locale functionality is not implemented in this platform.
- * Source code: ext/standard/string.c
-*/
-
 /* setlocale() to set all available locales in the system and check the success count */
 echo "*** Testing setlocale() : usage variations ***\n";
 
@@ -25,11 +18,6 @@ function good_locale($locale) {
     return $locale !== 'tt_RU@iqtelif.UTF-8' && $locale !== 'no_NO.ISO-8859-1';
 }
 
-/* Prototype  : array list_system_locales( void )
- * Description: To get the currently installed locle in this platform
- * Arguments  : Nil
- * Returns    : set of locale as array
-*/
 function list_system_locales() {
   // start the buffering of next command to internal output buffer
   ob_start();
index dcdab87bdc56522e1bbd58d2f1690e5724adb7c1..2875795e3fa36daa472de727687180acb838290c 100644 (file)
@@ -11,13 +11,6 @@ if (setlocale(LC_ALL,'en_US.utf8') === false) {
 ?>
 --FILE--
 <?php
-/* Prototype  : string setlocale (int $category , string $locale [,string $..] )
- *            : string setlocale(int $category , array $locale);
- * Description: Sets locale information.Returns the new current locale , or FALSE
- *              if locale functionality is not implemented in this platform.
- * Source code: ext/standard/string.c
-*/
-
 /* If locale is "0", the locale setting is not affected, only the current setting is returned */
 
 echo "*** Testing setlocale() : usage variations - setting system locale = 0 ***\n";
index 68728206b772ec33175963f760a46fc76c2859e7..540d9066e2375a7ea7fb1d3888e3636ba9f8b8ef 100644 (file)
@@ -13,13 +13,6 @@ if (setlocale(LC_ALL,'en_US.utf8') === false || setlocale(LC_ALL,'en_AU.utf8') =
 LC_ALL=en_US.utf8;
 --FILE--
 <?php
-/* Prototype  : string setlocale (int $category , string $locale [,string $..] )
- *            : string setlocale(int $category , array $locale);
- * Description: Sets locale information.Returns the new current locale , or FALSE
- *              if locale functionality is not implemented in this platform.
- * Source code: ext/standard/string.c
-*/
-
 /*If locale is NULL, the locale names will be set from the values of environment variables with the same names as the above ENV settings */
 
 echo "*** Testing setlocale() : usage variations - Setting system locale = null ***\n";
index 0ba6d8902488529a6ee384629d97d5cf4ec1570c..6e624e64c344c773baedab083356c693786b9389 100644 (file)
@@ -13,13 +13,6 @@ if (setlocale(LC_ALL,'en_AU.utf8') === false || setlocale(LC_ALL,'en_US.utf8') =
 LC_ALL=en_US.utf8;
 --FILE--
 <?php
-/* Prototype  : string setlocale (int $category , string $locale [,string $..] )
- *            : string setlocale(int $category , array $locale);
- * Description: Sets locale information.Returns the new current locale , or FALSE
- *              if locale functionality is not implemented in this platform.
- * Source code: ext/standard/string.c
-*/
-
 /* If locale is empty string "", the locale names will be set from the values of environment variables with the same names as from ENV */
 
 echo "*** Testing setlocale() : usage variations - setting system locale = \"\" ***\n";
index 1c179da2028858f55db1f79b25e4a1a89490195f..bd8c448edf86e69bf47795d4ca5e87bde7d3c14c 100644 (file)
@@ -3,9 +3,6 @@ sha1() with ASCII output.
 --FILE--
 <?php
 
-/* Prototype: string sha1  ( string $str  [, bool $raw_output  ] )
- * Description: Calculate the sha1 hash of a string
- */
 
 echo "*** Testing sha1() : basic functionality ***\n";
 
index 7a55cedee6e7fadeac2849afd083d5906c65ee4c..3d4dbfe2cfbd9c9f633ed4e031992e2eae597adc 100644 (file)
@@ -3,9 +3,6 @@ Test sha1_file() function with ASCII output and raw binary output. Based on ext/
 --FILE--
 <?php
 
-/* Prototype: string sha1_file( string filename[, bool raw_output] )
- * Description: Calculate the sha1 hash of a file
- */
 
 echo "*** Testing sha1_file() : basic functionality ***\n";
 
index 1a0b30f8916769e47fb7d9d93651d455e5bfa936..5d5f15c69f11055979ad1b0d25728915e34599c3 100644 (file)
@@ -7,10 +7,6 @@ Mats Lindh <mats at lindh.no>
 precision=14
 --FILE--
 <?php
-/* Prototype  : proto int similar_text(string str1, string str2 [, float percent])
-* Description: Calculates the similarity between two strings
-* Source code: ext/standard/string.c
-*/
 var_dump(similar_text("abcdefgh", "efg"));
 var_dump(similar_text("abcdefgh", "mno"));
 var_dump(similar_text("abcdefghcc", "c"));
index 7c536f1d34e83dd3cacf7a119e62a87f3ae731cc..208265a4a20b899ee8ae4abef8cfc81240bf59e3 100644 (file)
@@ -2,10 +2,6 @@
 Test soundex() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : string soundex  ( string $str  )
- * Description: Calculate the soundex key of a string
- * Source code: ext/standard/string.c
-*/
 echo "*** Testing soundex() : basic functionality ***\n";
 
 var_dump(soundex("Euler"));
index b9327687e95c50665fd57c4691b08184d11f8a9c..23ac21de3fd0e7f987a7f99b0f7914a3f3d9a915 100644 (file)
@@ -2,11 +2,6 @@
 Test sprintf() function : basic functionality - string format
 --FILE--
 <?php
-/* Prototype  : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
- * Description: Return a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing sprintf() : basic functionality - using string format ***\n";
 
 // Initialise all required variables
index 8d682ad9f952fa0510f3aae140b49d22835938b4..639545acb442029e0e6bcbc7d0297907c7e3378f 100644 (file)
@@ -2,11 +2,6 @@
 Test sprintf() function : basic functionality - integer format
 --FILE--
 <?php
-/* Prototype  : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
- * Description: Return a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing sprintf() : basic functionality - using integer format ***\n";
 
 
index 343437615af7023796b6e40bf5236030d82ac91c..d82097d1423ae4d4e5ba9d1d52f2e72fd1f0aa8a 100644 (file)
@@ -2,11 +2,6 @@
 Test sprintf() function : basic functionality - float format
 --FILE--
 <?php
-/* Prototype  : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
- * Description: Return a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing sprintf() : basic functionality - using float format ***\n";
 
 
index 21a9ea280b1aeaa8e1af06110cecbb0376631696..18a4b4554c03088fd1f6e6e169e9e20028a7e1cd 100644 (file)
@@ -2,11 +2,6 @@
 Test sprintf() function : basic functionality - bool format
 --FILE--
 <?php
-/* Prototype  : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
- * Description: Return a formatted string
- * Source code: ext/standard/formatted_print.c
- */
-
 echo "*** Testing sprintf() : basic functionality - using bool format ***\n";
 
 
index 85660544bc37e4934b0b7b7788754a6e83d40094..0244524a019fe9f54e51ec275aa16e70ba4a5959 100644 (file)
@@ -2,11 +2,6 @@
 Test sprintf() function : basic functionality - char format
 --FILE--
 <?php
-/* Prototype  : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
- * Description: Return a formatted string
- * Source code: ext/standard/formatted_print.c
- */
-
 echo "*** Testing sprintf() : basic functionality - using char format ***\n";
 
 
index 913817015be13c04689f3aa368bb89d7028d4227..99a85ddde340034b6c55a4730f6b2fcab5bbbd51 100644 (file)
@@ -2,11 +2,6 @@
 Test sprintf() function : basic functionality - exponential format
 --FILE--
 <?php
-/* Prototype  : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
- * Description: Return a formatted string
- * Source code: ext/standard/formatted_print.c
- */
-
 echo "*** Testing sprintf() : basic functionality - using exponential format ***\n";
 
 // Initialise all required variables
index 0b3140dd0df26557659830ea9359843c43b8f94f..63cf1975bb6868383cb357b856f89856f5d698c2 100644 (file)
@@ -8,11 +8,6 @@ if (PHP_INT_SIZE != 4) {
 ?>
 --FILE--
 <?php
-/* Prototype  : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
- * Description: Return a formatted string
- * Source code: ext/standard/formatted_print.c
- */
-
 echo "*** Testing sprintf() : basic functionality - using unsigned format ***\n";
 
 
index c3cd33656ef151efa000433c2b7672a7dd3b5c79..212800e5617af5bba8799bbc31a8bd65a6234beb 100644 (file)
@@ -4,11 +4,6 @@ Test sprintf() function : basic functionality - unsigned format
 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
 --FILE--
 <?php
-/* Prototype  : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
- * Description: Return a formatted string
- * Source code: ext/standard/formatted_print.c
- */
-
 echo "*** Testing sprintf() : basic functionality - using unsigned format ***\n";
 
 
index f705e7bd1db5d16cde0aaefe14cf2102ed28d839..5c8cdb5d5a0d4745c2ea5729ffa3b2655a14a28b 100644 (file)
@@ -8,11 +8,6 @@ if (PHP_INT_SIZE != 4) {
 ?>
 --FILE--
 <?php
-/* Prototype  : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
- * Description: Return a formatted string
- * Source code: ext/standard/formatted_print.c
- */
-
 echo "*** Testing sprintf() : basic functionality - using octal format ***\n";
 
 // Initialise all required variables
index ec4063eef7dc615664faf63bef2158caeea18b09..528d82c66a3099df809dba90cd77ec2f2fc790b5 100644 (file)
@@ -4,11 +4,6 @@ Test sprintf() function : basic functionality - octal format
 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
 --FILE--
 <?php
-/* Prototype  : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
- * Description: Return a formatted string
- * Source code: ext/standard/formatted_print.c
- */
-
 echo "*** Testing sprintf() : basic functionality - using octal format ***\n";
 
 // Initialise all required variables
index 53c8777cfdb965e3bc9320bda19b458d41c25122..0f923f86bf771622c69204d6d94ffb34bdb1e734 100644 (file)
@@ -2,11 +2,6 @@
 Test sprintf() function : basic functionality - hexadecimal format
 --FILE--
 <?php
-/* Prototype  : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
- * Description: Return a formatted string
- * Source code: ext/standard/formatted_print.c
- */
-
 echo "*** Testing sprintf() : basic functionality - using hexadecimal format ***\n";
 
 // Initialise all required variables
index a65bf318d3931f8ff552ce4d34aff23620df246f..89ff16b72ba3ba57156ff2655137de9558b1a6e2 100644 (file)
@@ -2,11 +2,6 @@
 Test sprintf() function : error conditions
 --FILE--
 <?php
-/* Prototype  : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
- * Description: Return a formatted string
- * Source code: ext/standard/formatted_print.c
- */
-
 echo "*** Testing sprintf() : error conditions ***\n";
 
 // Zero arguments
index 56ff4f0b4c116491bb7f7e2fe93b83b8e81cb53c..a75e67b96e39aa6fd18033d23472a61f909fe11f 100644 (file)
@@ -2,11 +2,6 @@
 Test sprintf() function : usage variations - unexpected values for format argument
 --FILE--
 <?php
-/* Prototype  : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
- * Description: Return a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 /*
 * Testing sprintf() : with different unexpected values for format argument other than the strings
 */
index 796cb91a0390da224f73196421f74f6fe5df1c3e..5a62047e9dc28a79159edfcdfc538df44c01803c 100644 (file)
@@ -2,11 +2,6 @@
 Test sprintf() function : usage variations - float formats with integer values
 --FILE--
 <?php
-/* Prototype  : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
- * Description: Return a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing sprintf() : float formats with integer values ***\n";
 
 // array of int type values
index 66d85647ff38d57b35338ed9423e542378cd8ebb..e23fe1147f4b5fd737082a05497dd9c55aa4ceac 100644 (file)
Binary files a/ext/standard/tests/strings/sprintf_variation15.phpt and b/ext/standard/tests/strings/sprintf_variation15.phpt differ
index 0f8290a9a77b4e2d79d3963efe1bd64cdaed482e..0695f9e6ad22136906223d1a9ddc7d8bb3951769 100644 (file)
@@ -2,11 +2,6 @@
 Test sprintf() function : usage variations - with all types of values for arg1 argument
 --FILE--
 <?php
-/* Prototype  : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
- * Description: Return a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing sprintf() : with different types of values passed for arg1 argument ***\n";
 
 // initialing required variables
index 746a6074e3c4ec7a9ac516ea1a38ef6e1a351452..d0430d204943ad0029d1b5268613881284ee39a0 100644 (file)
Binary files a/ext/standard/tests/strings/sprintf_variation27.phpt and b/ext/standard/tests/strings/sprintf_variation27.phpt differ
index eecce60d9808dfd06ae6f5869e6ddd2b41df773e..53c6bd015f07fb037c4be6666ec4eead3dec985d 100644 (file)
@@ -8,11 +8,6 @@ if (PHP_INT_SIZE != 4) {
 ?>
 --FILE--
 <?php
-/* Prototype  : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
- * Description: Return a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing sprintf() : octal formats with integer values ***\n";
 
 // array of integer values
index 403d8c687fe7e2b8a10746a96b63de6d5acd74e6..331cb4be7c2bcfd324d7cc57fa46560947f8758d 100644 (file)
@@ -4,11 +4,6 @@ Test sprintf() function : usage variations - octal formats with integer values
 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
 --FILE--
 <?php
-/* Prototype  : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
- * Description: Return a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing sprintf() : octal formats with integer values ***\n";
 
 // array of integer values
index c5c1b6ccf30ff3bb661d3b436e0aebdbf1f66fd1..e82adc7a2d9894bd17c2613793fdbfc969a71470 100644 (file)
@@ -2,11 +2,6 @@
 Test sprintf() function : usage variations - int formats with int values
 --FILE--
 <?php
-/* Prototype  : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
- * Description: Return a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing sprintf() : integer formats with integer values ***\n";
 
 // different valid  integer values
index 4c4f15a1702139d16943d90cb5a94191ab8dac0e..a02f5cda6e5ab068805c2a8d1faf78e03461016b 100644 (file)
@@ -8,11 +8,6 @@ if (PHP_INT_SIZE != 4) {
 ?>
 --FILE--
 <?php
-/* Prototype  : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
- * Description: Return a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing sprintf() : hexa formats with integer values ***\n";
 
 // array of integer values
index 305c14c25b8cda042abfeae0786e54e9ac516949..aaaca43885d7fc97cfc50256311be6cfa6c6c4f0 100644 (file)
@@ -4,11 +4,6 @@ Test sprintf() function : usage variations - hexa formats with integer values
 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
 --FILE--
 <?php
-/* Prototype  : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
- * Description: Return a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing sprintf() : hexa formats with integer values ***\n";
 
 // array of integer values
index f4b04d9a9ebc747414cbc39a5bec3817f658dbc8..9b3890f15df0e1968f9057933c5fa9aefa4bce7f 100644 (file)
@@ -8,11 +8,6 @@ if (PHP_INT_SIZE != 4) {
 ?>
 --FILE--
 <?php
-/* Prototype  : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
- * Description: Return a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing sprintf() : unsigned formats with integer values ***\n";
 
 // array of integer values
index 57a740210ccb2e92852a1a65c722f6e0c2aeab48..da9b6949a14e957c10730c15317f6adbc1c63ffe 100644 (file)
@@ -4,11 +4,6 @@ Test sprintf() function : usage variations - unsigned formats with integer value
 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
 --FILE--
 <?php
-/* Prototype  : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
- * Description: Return a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing sprintf() : unsigned formats with integer values ***\n";
 
 // array of integer values
index 05750ee31ef6da393640a307f08e64a40f3b8e4a..aafea5c53ee1542a7fac1ed2e0656fce6c8314f4 100644 (file)
@@ -2,11 +2,6 @@
 Test sprintf() function : usage variations - scientific formats with integer values
 --FILE--
 <?php
-/* Prototype  : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
- * Description: Return a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing sprintf() : scientific formats with integer values ***\n";
 
 // array of integer values
index 8e50645b5082fcf8f8437105da7b9e9adbd437fc..f0187b8918fec0f2ac033406c40f2166e52c845f 100644 (file)
@@ -2,11 +2,6 @@
 Test sprintf() function : usage variations - scientific formats with float values
 --FILE--
 <?php
-/* Prototype  : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
- * Description: Return a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing sprintf() : scientific formats with float values ***\n";
 
 // array of float values
index bd7872133a42d7e5b7bf8f5010bab9fde86e08d4..f41d7a182c8038c21d0edd339f26460610d79862 100644 (file)
@@ -2,11 +2,6 @@
 Test sprintf() function : usage variations - typical format strings
 --FILE--
 <?php
-/* Prototype  : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
- * Description: Return a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing sprintf() : with  typical format strings ***\n";
 
 // initialising required variables
index b3a034c5a746196149c1fc3d1dde59810cedb6aa..26f84a508d027308f2dc8aa9d6976de0995ec18e 100644 (file)
@@ -2,11 +2,6 @@
 Test sprintf() function : usage variations - with whitespaces in format strings
 --FILE--
 <?php
-/* Prototype  : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
- * Description: Return a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing sprintf() : with  white spaces in format strings ***\n";
 
 // initializing the format array
index 59d73484264a2312e37a7e0b5864f3b6f1df01c3..e2f4d113245ab092f771ee36c18156eafaaed8c7 100644 (file)
@@ -2,11 +2,6 @@
 Test sprintf() function : usage variations - float formats with float values
 --FILE--
 <?php
-/* Prototype  : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
- * Description: Return a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing sprintf() : float formats with float values ***\n";
 
 // array of float type values
index 388d80ea738d760b44e19dc0b0532aa13c2747f5..0c2adaaae85a4150e21fcb30de74a24acef13e9c 100644 (file)
@@ -2,11 +2,6 @@
 Test sscanf() function : basic functionality - string format
 --FILE--
 <?php
-/* Prototype  : mixed sscanf  ( string $str  , string $format  [, mixed &$...  ] )
- * Description: Parses input from a string according to a format
- * Source code: ext/standard/string.c
-*/
-
 /*
  * Testing sscanf() : basic functionality
 */
index 2c29bcacce9f43e45937a2876d810de673ea1e86..f42cb450c94318e0e5874ace0ca7e1052a9e6bee 100644 (file)
@@ -2,11 +2,6 @@
 Test sscanf() function : basic functionality - integer format
 --FILE--
 <?php
-/* Prototype  : mixed sscanf  ( string $str  , string $format  [, mixed &$...  ] )
- * Description: Parses input from a string according to a format
- * Source code: ext/standard/string.c
-*/
-
 /*
  * Testing sscanf() : basic functionality
 */
index e30f67aa44f4ed96598c92650b8f7a2f9056b331..fd25f314f946e51d5cec6dc452d8c543844ff32f 100644 (file)
@@ -3,11 +3,6 @@ Test sscanf() function : basic functionality - float format
 --FILE--
 <?php
 
-/* Prototype  : mixed sscanf  ( string $str  , string $format  [, mixed &$...  ] )
- * Description: Parses input from a string according to a format
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing sscanf() : basic functionality -- using float format ***\n";
 
 $str = "Part: Widget Length: 111.53 Width: 22.345 Depth: 12.4";
index 2cf05383d52a31211eba3ada6db63ead3ac3625c..beb21aeea51073e35430d066750955a9926dc9cf 100644 (file)
@@ -3,11 +3,6 @@ Test sscanf() function : basic functionality - char format
 --FILE--
 <?php
 
-/* Prototype  : mixed sscanf  ( string $str  , string $format  [, mixed &$...  ] )
- * Description: Parses input from a string according to a format
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing sscanf() : basic functionality - using char format ***\n";
 
 $str = "X = A + B - C";
index 16012f26cfffe1475ccdfe9a1ff46922f7b5170e..6346dfcf5b26a7d6bca55c29ea9296f77e56dbe1 100644 (file)
@@ -3,11 +3,6 @@ Test sscanf() function : basic functionality - exponential format
 --FILE--
 <?php
 
-/* Prototype  : mixed sscanf  ( string $str  , string $format  [, mixed &$...  ] )
- * Description: Parses input from a string according to a format
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing sscanf() : basic functionality -using exponential format ***\n";
 
 $str = "10.12345 10.12345E3 10.12345e3 -10.12345e4" ;
index 4b109b9584e3b8b2835bdc16d345fa7a6df9db78..dad84c3e6331f4a1a31c4dc8216f05b4e2a21665 100644 (file)
@@ -9,11 +9,6 @@ if (PHP_INT_SIZE != 4) {
 --FILE--
 <?php
 
-/* Prototype  : mixed sscanf  ( string $str  , string $format  [, mixed &$...  ] )
- * Description: Parses input from a string according to a format
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing sscanf() : basic functionality - using unsigned format ***\n";
 
 $str = "-11 +11 11 -11.234 +11.234 11.234";
index daa93715d6f0c2b3bf8325d7b691c82d7f645fd7..1d228ae6179b2b11cb836e4bcedeb413895e83e0 100644 (file)
@@ -3,11 +3,6 @@ Test sscanf() function : basic functionality - octal format
 --FILE--
 <?php
 
-/* Prototype  : mixed sscanf  ( string $str  , string $format  [, mixed &$...  ] )
- * Description: Parses input from a string according to a format
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing sscanf() : basic functionality - using octal format ***\n";
 
 $str = "0123 -0123 +0123 0129 -0129 +0129";
index 0adcb3d516a4a1cbaaafb88ccc441eb28d6b889a..1534b63629f6a4c2ce1120fac782cd755e48c41b 100644 (file)
@@ -3,11 +3,6 @@ Test sscanf() function : basic functionality - hexadecimal format
 --FILE--
 <?php
 
-/* Prototype  : mixed sscanf  ( string $str  , string $format  [, mixed &$...  ] )
- * Description: Parses input from a string according to a format
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing sscanf() : basic functionality - - using hexadecimal format ***\n";
 
 $str = "129 12F 123B -123B 01ABC 1G";
index 0af8f9ed14703d14c7c2efc91b061a6610972d19..e04b5e2cbb625081d016cc68020dcb21227755b9 100644 (file)
@@ -3,10 +3,6 @@ Test sscanf() function : error conditions
 --FILE--
 <?php
 
-/* Prototype  : mixed sscanf  ( string $str  , string $format  [, mixed &$...  ] )
- * Description: Parses input from a string according to a format
- * Source code: ext/standard/string.c
-*/
 echo "*** Testing sscanf() : error conditions ***\n";
 
 $str = "Hello World";
index f54cd1c00c4b27c14cb57174053f74e236a30559..efca334feee52199f947dd1a23389894799c8c63 100644 (file)
@@ -2,10 +2,6 @@
 Test str_contains() function
 --FILE--
 <?php
-/* Prototype: str_contains ( string $haystack , string $needle ) : bool
-   Description: Check if a string contains another string
-   Source code: ext/standard/string.c
-*/
 var_dump(str_contains("test string", "test"));
 var_dump(str_contains("test string", "string"));
 var_dump(str_contains("test string", "strin"));
index 8aa5f0aa1c9c50d553c15ba3c1b98dfdd08588b0..92e4fc65f16f5cadc67b5982e8b3878e3f188842 100644 (file)
@@ -2,9 +2,6 @@
 str_ends_with() function - unit tests for str_ends_with()
 --FILE--
 <?php
-/* Prototype: bool str_ends_with (string $haystack, string $needle);
-   Description: Determine if $haystack ends with $needle
-*/
 $testStr = "beginningMiddleEnd";
 var_dump(str_ends_with($testStr, "End"));
 var_dump(str_ends_with($testStr, "end"));
index 25b062d7a17e467ea361951c7829e6f5c915c409..d0f953a184ae2fdeb95fc640db50fd4dc0b07aaf 100644 (file)
@@ -8,11 +8,6 @@ if (getenv("USE_ZEND_ALLOC") === "0") {
 ?>
 --FILE--
 <?php
-/* Prototype  : string str_pad  ( string $input  , int $pad_length  [, string $pad_string  [, int $pad_type  ]] )
- * Description: Pad a string to a certain length with another string
- * Source code: ext/standard/string.c
-*/
-
 /* Test str_pad() function: with unexpected inputs for '$pad_length'
  *  and expected type for '$input'
 */
index 41a70e675a059dcd8f558c0b4e676231ef70a063..1a65366c823ce54be12725622ced0ddeb2fa675f 100644 (file)
@@ -11,11 +11,6 @@ if (getenv("USE_ZEND_ALLOC") === "0") {
 ?>
 --FILE--
 <?php
-/* Prototype  : string str_pad  ( string $input  , int $pad_length  [, string $pad_string  [, int $pad_type  ]] )
- * Description: Pad a string to a certain length with another string
- * Source code: ext/standard/string.c
-*/
-
 /* Test str_pad() function: with unexpected inputs for '$pad_length'
  *  and expected type for '$input'
 */
index 73a17818efd9172e9b542b718aded5aff0784594..7919dfda219894cfd4f9c1d2b1642da93ec32c65 100644 (file)
Binary files a/ext/standard/tests/strings/str_repeat.phpt and b/ext/standard/tests/strings/str_repeat.phpt differ
index 7de2d498bb5cdda0aa99cbabce0f7547d3909472..bbabf198ee1d1e2ed96d08bdc4cd733f63105278 100644 (file)
@@ -4,13 +4,6 @@ Test str_replace() function basic function
 precision=14
 --FILE--
 <?php
-/*
-  Prototype: mixed str_replace(mixed $search, mixed $replace,
-                               mixed $subject [, int &$count]);
-  Description: Replace all occurrences of the search string with
-               the replacement string
-*/
-
 echo "\n*** Testing str_replace() on basic operations ***\n";
 
 var_dump( str_replace("", "", "") );
index 78b483ad934c663fca7039ce7490d56436c3999e..aa7360a7f1c9752405fedca16ff19f3b356b962b 100644 (file)
@@ -4,14 +4,6 @@ Test str_replace() function - test search values
 precision=14
 --FILE--
 <?php
-/*
-  Prototype: mixed str_replace(mixed $search, mixed $replace,
-                               mixed $subject [, int &$count]);
-  Description: Replace all occurrences of the search string with
-               the replacement string
-*/
-
-
 echo "\n*** Testing str_replace() with various search values ***";
 $search_arr = array( TRUE, FALSE, 1, 0, -1, "1", "0", "-1",  NULL,
                      array(), "php", "");
index 92a1e8a975d5876c707a2a66f263ccaadad5cc18..1e92ff2bd22215e1d502b86c79b31f5dd16b0806 100644 (file)
Binary files a/ext/standard/tests/strings/str_replace_variation2.phpt and b/ext/standard/tests/strings/str_replace_variation2.phpt differ
index fba241924f65639683d6bd3d8cd578fb1993e4bc..3c0562615a755a7decd4d887daebb5252c826f77 100644 (file)
@@ -5,8 +5,6 @@ precision=14
 --FILE--
 <?php
 /*
-  Prototype: mixed str_replace(mixed $search, mixed $replace,
-                               mixed $subject [, int &$count]);
   Description: Replace all occurrences of the search string with
                the replacement string
 */
index bc071be2b4f53947e7210da6ca8f784f4737d549..5a71a9376923dc3c58dbc29e979ddc27eae3b777 100644 (file)
@@ -2,10 +2,6 @@
 Test soundex() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : string str_rot13  ( string $str  )
- * Description: Perform the rot13 transform on a string
- * Source code: ext/standard/string.c
-*/
 echo "*** Testing str_rot13() : basic functionality ***\n";
 
 echo "\nBasic tests\n";
index 8e857ff4ec24d294db3c8c6d5590c56595c47de0..d077b30556b953ee84dd411f668c69724fb027c9 100644 (file)
@@ -2,11 +2,6 @@
 Test str_shuffle() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : string str_shuffle  ( string $str  )
- * Description: Randomly shuffles a string
- * Source code: ext/standard/string.c
-*/
-
 /*
  * Testing str_shuffle() : basic functionality
 */
index b9cc8068bcd696f104ce4445026435786b310fa0..ce0f1004c7a05c012e84de1bdd58f79439275636 100644 (file)
@@ -2,14 +2,6 @@
 Test str_split() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : array str_split(string $str [, int $split_length])
- * Description: Convert a string to an array. If split_length is
-                specified, break the string down into chunks each
-                split_length characters long.
- * Source code: ext/standard/string.c
- * Alias to functions: none
-*/
-
 echo "*** Testing str_split() : basic functionality ***\n";
 
 // Initialise all required variables
index 6c2a3c83f8c16b94cbcb0a1464a8155d7cd86273..dc8d9783fb8560f8d81d60a10c67e62c41c10fb0 100644 (file)
Binary files a/ext/standard/tests/strings/str_split_variation3.phpt and b/ext/standard/tests/strings/str_split_variation3.phpt differ
index caeba8a6f27c40893f1222f1d592ce15ba276f38..b10fd0c7d9e3c387639dbacd013a8b1da46d248a 100644 (file)
@@ -2,14 +2,6 @@
 Test str_split() function : usage variations - different single quoted strings for 'str' argument
 --FILE--
 <?php
-/* Prototype  : array str_split(string $str [, int $split_length])
- * Description: Convert a string to an array. If split_length is
-                specified, break the string down into chunks each
-                split_length characters long.
- * Source code: ext/standard/string.c
- * Alias to functions: none
-*/
-
 /*
 * passing different single quoted strings as 'str' argument to str_split()
 * split_length is set to 5
index 81247bc0ab6c781b9c39ec4f43b78bef36926a03..02c7d61eb13b17c761b3c656301c6e427d5554f1 100644 (file)
@@ -2,14 +2,6 @@
 Test str_split() function : usage variations - different heredoc strings as 'str' argument
 --FILE--
 <?php
-/* Prototype  : array str_split(string $str [, int $split_length] )
- * Description: Convert a string to an array. If split_length is
-                specified, break the string down into chunks each
-                split_length characters long.
- * Source code: ext/standard/string.c
- * Alias to functions: none
-*/
-
 /*
 * Passing different heredoc strings as 'str' argument to the str_split()
 * with 'split_length' 10
index 4425baa01cae0ac00e95d7a9213fcf848ef66156..21843a618a403045b258c9ecc0126a2dd6c1abb1 100644 (file)
@@ -6,14 +6,6 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : array str_split(string $str [, int $split_length])
- * Description: Convert a string to an array. If split_length is
-                specified, break the string down into chunks each
-                split_length characters long.
- * Source code: ext/standard/string.c
- * Alias to functions: none
-*/
-
 /*
 * passing different integer values for 'split_length' argument to str_split()
 */
index 4c52f9f68e59c8262e8eff1d9e3391067e011e54..090459aac912658e5a4ea9e04d6a2334bfcad804 100644 (file)
@@ -6,14 +6,6 @@ if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : array str_split(string $str [, int $split_length])
- * Description: Convert a string to an array. If split_length is
-                specified, break the string down into chunks each
-                split_length characters long.
- * Source code: ext/standard/string.c
- * Alias to functions: none
-*/
-
 /*
 * passing different integer values for 'split_length' argument to str_split()
 */
index e1e1b1d6b4785d5f1d2d6004dfd516e3c8e4e4f3..f38ad89c6033c9bd17f9a3286103a6f8edd3d1f2 100644 (file)
@@ -6,14 +6,6 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : array str_split(string $str [, int $split_length])
- * Description: Convert a string to an array. If split_length is
-                specified, break the string down into chunks each
-                split_length characters long.
- * Source code: ext/standard/string.c
- * Alias to functions: none
-*/
-
 /*
 * passing different integer values for 'split_length' and heredoc string as 'str' argument to str_split()
 */
index 1de0906b98d5c6e844209473a89d90709a1354d2..aa888ec846c9673feebd3f833396dea41c9f8aca 100644 (file)
@@ -6,14 +6,6 @@ if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : array str_split(string $str [, int $split_length])
- * Description: Convert a string to an array. If split_length is
-                specified, break the string down into chunks each
-                split_length characters long.
- * Source code: ext/standard/string.c
- * Alias to functions: none
-*/
-
 /*
 * passing different integer values for 'split_length' and heredoc string as 'str' argument to str_split()
 */
index 776d945dae2916669462d24a51f1579c5b1c1ef4..552b298334f0dceecc2eea88f250685574f57359 100644 (file)
@@ -2,9 +2,6 @@
 str_starts_with() function - unit tests for str_starts_with()
 --FILE--
 <?php
-/* Prototype: bool str_starts_with (string $haystack, string $needle);
-   Description: Determine if $haystack begins with $needle
-*/
 $testStr = "beginningMiddleEnd";
 var_dump(str_starts_with($testStr, "beginning"));
 var_dump(str_starts_with($testStr, "Beginning"));
index d31756050cc986a32a75f525e5af55410b096ae4..88ef76619b7b212046ba1e7dc9ea48c2dd43ebb5 100644 (file)
@@ -2,13 +2,6 @@
 Test strcspn() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : proto int strcspn(string str, string mask [, int start [, int len]])
- * Description: Finds length of initial segment consisting entirely of characters not found in mask.
-                If start or/and length is provided, it works like strcspn(substr($s,$start,$len),$bad_chars)
- * Source code: ext/standard/string.c
- * Alias to functions: none
-*/
-
 /*
 * Testing strcspn() : basic functionality
 */
index 0b933b8049dbe112e902b3b4bb29f9974f40408b..fd69a5a5768d5a1c0042d3bc7e8e583a244b311f 100644 (file)
@@ -2,13 +2,6 @@
 Test strcspn() function : usage variations - with varying mask & default start and len args
 --FILE--
 <?php
-/* Prototype  : proto int strcspn(string str, string mask [, int start [, int len]])
- * Description: Finds length of initial segment consisting entirely of characters not found in mask.
-                If start or/and length is provided works like strcspn(substr($s,$start,$len),$bad_chars)
- * Source code: ext/standard/string.c
- * Alias to functions: none
-*/
-
 /*
 * Testing strcspn() : with varying mask and default start and len arguments
 */
index 9acefd074caee602eca9801690fe9c98c55a1fc2..f491177f6b9bce7f94b798ebe3dc65a24e12ad5f 100644 (file)
@@ -2,13 +2,6 @@
 Test strcspn() function : usage variations - with varying start and default len args
 --FILE--
 <?php
-/* Prototype  : proto int strcspn(string str, string mask [, int start [, int len]])
- * Description: Finds length of initial segment consisting entirely of characters not found in mask.
-                If start or/and length is provided works like strcspn(substr($s,$start,$len),$bad_chars)
- * Source code: ext/standard/string.c
- * Alias to functions: none
-*/
-
 /*
 * Testing strcspn() : with varying start and default len arguments
 */
index 83530aee719b654bf43b2684be6fe3e912a9d721..c4103e8a99ff32e3c8bc818f96d7ac18113f345e 100644 (file)
@@ -2,13 +2,6 @@
 Test strcspn() function : usage variations - with varying start and len args
 --FILE--
 <?php
-/* Prototype  : proto int strcspn(string str, string mask [,int start [,int len]])
- * Description: Finds length of initial segment consisting entirely of characters not found in mask.
-                If start or/and length is provided works like strcspn(substr($s,$start,$len),$bad_chars)
- * Source code: ext/standard/string.c
- * Alias to functions: none
-*/
-
 /*
 * Testing strcspn() : with varying start and len arguments
 */
index dc8ceb6ddf46fb3f838406e0093c41dfa0e41e7e..7ac6f354a51b7907ebad952e944770d7a97da051 100644 (file)
@@ -2,13 +2,6 @@
 Test strcspn() function : usage variations - with heredoc strings, varying mask & default start and len args
 --FILE--
 <?php
-/* Prototype  : proto int strcspn(string str, string mask [,int start [,int len]])
- * Description: Finds length of initial segment consisting entirely of characters not found in mask.
-                If start or/and length is provided works like strcspn(substr($s,$start,$len),$bad_chars)
- * Source code: ext/standard/string.c
- * Alias to functions: none
-*/
-
 /*
 * Testing strcspn() : with heredoc string, varying mask and default start and len arguments
 */
index 6c88b45f28f4e186d6daa8da3ac65362d035a815..2b89e1efa328eb2be15ece2a7323c80523ee81aa 100644 (file)
@@ -2,13 +2,6 @@
 Test strcspn() function : usage variations - with heredoc strings, varying start and default len args
 --FILE--
 <?php
-/* Prototype  : proto int strcspn(string str, string mask [, int start [,int len]])
- * Description: Finds length of initial segment consisting entirely of characters not found in mask.
-                If start or/and length is provided works like strcspn(substr($s,$start,$len),$bad_chars)
- * Source code: ext/standard/string.c
- * Alias to functions: none
-*/
-
 /*
 * Testing strcspn() : with heredoc string, varying start and default len arguments
 */
index 388d9156a58d4a98ed0183c89d0f0f56adecbbbe..6689d2b52fdc284cdf418f0fb7a488b87478e9a5 100644 (file)
@@ -2,13 +2,6 @@
 Test strcspn() function : usage variations - with heredoc strings, varying start and len args
 --FILE--
 <?php
-/* Prototype  : proto int strcspn(string str, string mask [, int start [, int len]])
- * Description: Finds length of initial segment consisting entirely of characters not found in mask.
-                If start or/and length is provided works like strcspn(substr($s,$start,$len),$bad_chars)
- * Source code: ext/standard/string.c
- * Alias to functions: none
-*/
-
 /*
 * Testing strcspn() : with heredoc string, varying start and len arguments
 */
index 77cab238769fc1caa05e0765b2833a77a44219f5..b930e5851b2572c5d5a2b551174576a1439cf7e2 100644 (file)
@@ -2,11 +2,6 @@
 Test strip_tags() function : basic functionality - with default arguments
 --FILE--
 <?php
-/* Prototype  : string strip_tags(string $str [, string $allowable_tags])
- * Description: Strips HTML and PHP tags from a string
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing strip_tags() : basic functionality ***\n";
 
 // array of arguments
index 854c267b2266f79230ea5ea1c9e9d0b366109e6b..6d961bc13391f1d4c3afd8984a059942df770f24 100644 (file)
@@ -2,11 +2,6 @@
 Test strip_tags() function : basic functionality - with all arguments
 --FILE--
 <?php
-/* Prototype  : string strip_tags(string $str [, string $allowable_tags])
- * Description: Strips HTML and PHP tags from a string
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing strip_tags() : basic functionality ***\n";
 
 // Calling strip_tags() with all possible arguments
index f04f06a527a3b457f73d5030a2f5124d9a85787b..73e775a13e92992d76050d5e8570fb46a56981b8 100644 (file)
@@ -2,11 +2,6 @@
 Test strip_tags() function : usage variations - single quoted strings
 --FILE--
 <?php
-/* Prototype  : string strip_tags(string $str [, string $allowable_tags])
- * Description: Strips HTML and PHP tags from a string
- * Source code: ext/standard/string.c
-*/
-
 /*
  * testing functionality of strip_tags() by giving single quoted strings as values for $str argument
 */
index 1a504530d29f3cbdf666d4471da8f4509553d422..794933e7c0962e3da4b0d199cd42441333e426b2 100644 (file)
@@ -2,11 +2,6 @@
 Test strip_tags() function : usage variations - unexpected values for 'allowable_tags'
 --FILE--
 <?php
-/* Prototype  : string strip_tags(string $str [, string $allowable_tags])
- * Description: Strips HTML and PHP tags from a string
- * Source code: ext/standard/string.c
-*/
-
 /*
  * testing functionality of strip_tags() by giving unexpected values for $allowable_tags argument
 */
index 484438ef6e5c2477e6a315f113a8b0766e702f40..f82be502a160578dd5e40d34da8d6f628b6eee04 100644 (file)
@@ -2,11 +2,6 @@
 Test strip_tags() function : usage variations - invalid values for 'str' and valid 'allowable_tags'
 --FILE--
 <?php
-/* Prototype  : string strip_tags(string $str [, string $allowable_tags])
- * Description: Strips HTML and PHP tags from a string
- * Source code: ext/standard/string.c
-*/
-
 /*
  * testing functionality of strip_tags() by giving invalid values for $str and valid values for $allowable_tags argument
 */
index e96d2c55c139ea5d89dcaa488ac9d96a03494298..71406c289e0036bed011b2a016da5e4bd29cc87d 100644 (file)
@@ -2,12 +2,6 @@
 Test strip_tags() function : usage variations - heredoc strings
 --FILE--
 <?php
-/* Prototype  : string strip_tags(string $str [, string $allowable_tags])
- * Description: Strips HTML and PHP tags from a string
- * Source code: ext/standard/string.c
-*/
-
-
 /*
  * testing functionality of strip_tags() by giving heredoc strings as values for $str argument
 */
index 3fbda44023ff143f78b923b670f1d89aa2a55c1d..be46406e02c54039b96dd9af8fd290699cbbfa82 100644 (file)
@@ -2,11 +2,6 @@
 Test strip_tags() function : usage variations - binary safe checking
 --FILE--
 <?php
-/* Prototype  : string strip_tags(string $str [, string $allowable_tags])
- * Description: Strips HTML and PHP tags from a string
- * Source code: ext/standard/string.c
-*/
-
 /*
  * testing whether strip_tags() is binary safe or not
 */
index 7c2d9255d6f51995bcc00c8fcb0143b334ca661d..0c00a6c14c42fc5abdeec75d5debda2021af7f27 100644 (file)
@@ -2,11 +2,6 @@
 Test strip_tags() function : usage variations - invalid values for 'str' and 'allowable_tags'
 --FILE--
 <?php
-/* Prototype  : string strip_tags(string $str [, string $allowable_tags])
- * Description: Strips HTML and PHP tags from a string
- * Source code: ext/standard/string.c
-*/
-
 /*
  * testing functionality of strip_tags() by giving invalid values for $str and $allowable_tags argument
 */
index e44e296c5ddd231943eba4ecae9a73bdb65682c6..5a61568d4ebcdf925eefda4c33046146d097fdf2 100644 (file)
@@ -2,11 +2,6 @@
 Test strip_tags() function : usage variations - valid value for 'str' and invalid values for 'allowable_tags'
 --FILE--
 <?php
-/* Prototype  : string strip_tags(string $str [, string $allowable_tags])
- * Description: Strips HTML and PHP tags from a string
- * Source code: ext/standard/string.c
-*/
-
 /*
  * testing functionality of strip_tags() by giving valid value for $str and invalid values for $allowable_tags argument
 */
index a4e9951ba511afbebb93dea402b3ce9eee8acdf0..fc4936525d64d64ce9f843dcbf69f99c72442726 100644 (file)
@@ -2,11 +2,6 @@
 Test strip_tags() function : usage variations - double quoted strings
 --FILE--
 <?php
-/* Prototype  : string strip_tags(string $str [, string $allowable_tags])
- * Description: Strips HTML and PHP tags from a string
- * Source code: ext/standard/string.c
-*/
-
 /*
  * testing functionality of strip_tags() by giving double quoted strings as values for $str argument
 */
index 70538b75b0abe718247d57e6a7e9532eec4b991c..fecef85c425ffd0f1d671efa7fa767342531ed22 100644 (file)
@@ -3,12 +3,6 @@ Test stripcslashes() function : basic functionality
 --FILE--
 <?php
 
-/* Prototype  : string stripcslashes  ( string $str  )
- * Description: Returns a string with backslashes stripped off. Recognizes C-like \n, \r ...,
- *              octal and hexadecimal representation.
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing stripcslashes() : basic functionality ***\n";
 var_dump(stripcslashes('\H\e\l\l\o \W\or\l\d'));
 var_dump(stripcslashes('Hello World\\r\\n'));
index a9424b60c348697916c3250628259adf4d9c3e7d..51e6ce2e4f991f69857be0690cf1a519e19f48a5 100644 (file)
@@ -2,11 +2,6 @@
 Test stripos() function : basic functionality - with default arguments
 --FILE--
 <?php
-/* Prototype  : int stripos ( string $haystack, string $needle [, int $offset] );
- * Description: Find position of first occurrence of a case-insensitive string
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing stripos() function: basic functionality ***\n";
 $heredoc_str = <<<Identifier
 Hello, World
index b2dbece174de6f97db93e53f4ac701a901bcbfd6..02949fbbd32bf564bccdcccc3fb3ac137c1d5276 100644 (file)
@@ -2,11 +2,6 @@
 Test stripos() function : basic functionality - with all arguments
 --FILE--
 <?php
-/* Prototype  : int stripos ( string $haystack, string $needle [, int $offset] );
- * Description: Find position of first occurrence of a case-insensitive string
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing stripos() function: basic functionality ***\n";
 $heredoc_str = <<<Identifier
 Hello, World
index 57ad35135f0efc1717cfd6140854162dd508e0de..a3e805a709f98abd1b1ea9d92554baa9c72c670f 100644 (file)
@@ -2,11 +2,6 @@
 Test stripos() function : error conditions
 --FILE--
 <?php
-/* Prototype  : int stripos ( string $haystack, string $needle [, int $offset] );
- * Description: Find position of first occurrence of a case-insensitive string
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing stripos() function: error conditions ***\n";
 
 echo "\n-- Offset beyond the end of the string --\n";
index c34917ffce63c642c7845590772cb66047f493a1..47a0b10b5e39d16997eeae131a2ee39132ccb98f 100644 (file)
@@ -2,11 +2,6 @@
 Test stripos() function : usage variations - double quoted strings for 'haystack' & 'needle' arguments
 --FILE--
 <?php
-/* Prototype  : int stripos ( string $haystack, string $needle [, int $offset] );
- * Description: Find position of first occurrence of a case-insensitive string
- * Source code: ext/standard/string.c
-*/
-
 /* Test stripos() function by passing double quoted strings for 'haystack' & 'needle' arguments */
 
 echo "*** Testing stripos() function: with double quoted strings ***\n";
index 92592de0f544df4976e890aad32e6d3bbd513c8c..156023c7281137a3885824d295d31518a55a1c34 100644 (file)
@@ -2,11 +2,6 @@
 Test stripos() function : usage variations - unexpected inputs for 'needle' argument
 --FILE--
 <?php
-/* Prototype  : int stripos ( string $haystack, string $needle [, int $offset] );
- * Description: Find position of first occurrence of a case-insensitive string
- * Source code: ext/standard/string.c
-*/
-
 /* Test stripos() function with unexpected inputs for 'needle' and
  *  an expected type of input for 'haystack' argument
 */
index b1e72e3e4c7fc8134b84305b06cb5b58eb57d98b..6d9df2bd2ea03d28ef6fe208684ab1dffbaaeac1 100644 (file)
@@ -2,11 +2,6 @@
 Test stripos() function : usage variations - unexpected inputs for 'haystack' and 'needle' arguments
 --FILE--
 <?php
-/* Prototype  : int stripos ( string $haystack, string $needle [, int $offset] );
- * Description: Find position of first occurrence of a case-insensitive string
- * Source code: ext/standard/string.c
-*/
-
 /* Test stripos() function with unexpected inputs for 'haystack' and 'needle' arguments */
 
 echo "*** Testing stripos() function with unexpected values for haystack and needle ***\n";
index cc419787d6978100ac505645a63262b7f57b2004..71fb0924f2c191a883f57083dfdc04d8d4c18335 100644 (file)
@@ -2,11 +2,6 @@
 Test stripos() function : usage variations - null terminated strings for 'haystack' argument
 --FILE--
 <?php
-/* Prototype  : int stripos ( string $haystack, string $needle [, int $offset] );
- * Description: Find position of first occurrence of a case-insensitive string
- * Source code: ext/standard/string.c
-*/
-
 /* Test stripos() function with null terminated strings for 'haystack' argument
  *  in order to check the binary safe
 */
index a64148975549122ec720788f24f1471c35398299..e86548ee6d7bd8185c61bda219931ca43ed15e86 100644 (file)
@@ -2,11 +2,6 @@
 Test stripos() function : usage variations - null terminated strings for 'needle' argument
 --FILE--
 <?php
-/* Prototype  : int stripos ( string $haystack, string $needle [, int $offset] );
- * Description: Find position of first occurrence of a case-insensitive string
- * Source code: ext/standard/string.c
-*/
-
 /* Test stripos() function with null terminated strings for 'needle' argument
  *  in order to check binary safe
 */
index 294b088d02e0c61536861b1b3f83ca64e8953a07..bc176eecfeccae1fcff767b3f312352e8a7597b7 100644 (file)
@@ -2,11 +2,6 @@
 Test stripos() function : usage variations - single quoted strings for 'haystack' & 'needle' arguments
 --FILE--
 <?php
-/* Prototype  : int stripos ( string $haystack, string $needle [, int $offset] );
- * Description: Find position of first occurrence of a case-insensitive string
- * Source code: ext/standard/string.c
-*/
-
 /* Test stripos() function by passing single quoted strings to 'haystack' & 'needle' arguments */
 
 echo "*** Testing stripos() function: with single quoted strings ***\n";
index 32faf63871bd4472898fcb616e920b69cb94a63d..894d262aeffd34d84bb6232a3408f352b7d9dff0 100644 (file)
@@ -2,11 +2,6 @@
 Test stripos() function : usage variations - multi line heredoc string for 'haystack' argument
 --FILE--
 <?php
-/* Prototype  : int stripos ( string $haystack, string $needle [, int $offset] );
- * Description: Find position of first occurrence of a case-insensitive string
- * Source code: ext/standard/string.c
-*/
-
 /* Test stripos() function by passing multi-line heredoc string for haystack and
  *  with various needles & offsets
 */
index f9b43e15ba19869a7c380c3b1ddc2eb009628363..b4e4b071d183c4f302b77a7a79a1c493c2296f09 100644 (file)
@@ -2,11 +2,6 @@
 Test stripos() function : usage variations - heredoc string containing special chars for 'haystack' argument
 --FILE--
 <?php
-/* Prototype  : int stripos ( string $haystack, string $needle [, int $offset] );
- * Description: Find position of first occurrence of a case-insensitive string
- * Source code: ext/standard/string.c
-*/
-
 /* Test stripos() function by passing heredoc string containing special chars for haystack
  *  and with various needles & offsets
 */
index 095937fabf9cc22bc763f2de68cc492fb7770a45..7368903e7ca568101b666487bad49261150f977b 100644 (file)
@@ -2,11 +2,6 @@
 Test stripos() function : usage variations - heredoc string containing escape chars for 'haystack' argument
 --FILE--
 <?php
-/* Prototype  : int stripos ( string $haystack, string $needle [, int $offset] );
- * Description: Find position of first occurrence of a case-insensitive string
- * Source code: ext/standard/string.c
-*/
-
 /* Test stripos() function by passing heredoc string containing escape chars for haystack
  *  and with various needles & offsets
 */
index fc441e108845f09526283578165aa3b67e6f574a..d2be564d02f4c4921253cc1b61a7cb4ffcb57de9 100644 (file)
@@ -2,11 +2,6 @@
 Test stripos() function : usage variations - heredoc string containing quotes for 'haystack' argument
 --FILE--
 <?php
-/* Prototype  : int stripos ( string $haystack, string $needle [, int $offset] );
- * Description: Find position of first occurrence of a case-insensitive string
- * Source code: ext/standard/string.c
-*/
-
 /* Test stripos() function by passing heredoc string containing quotes for haystack
  *  and with various needles & offsets
 */
index f6b123997314e8a1e947d0a24593559b338b11aa..b9aa7db1181ad6264ed12d286a726ef79154dd76 100644 (file)
@@ -2,11 +2,6 @@
 Test stripos() function : usage variations - empty heredoc string for 'haystack' argument
 --FILE--
 <?php
-/* Prototype  : int stripos ( string $haystack, string $needle [, int $offset] );
- * Description: Find position of first occurrence of a case-insensitive string
- * Source code: ext/standard/string.c
-*/
-
 /* Test stripos() function by passing empty heredoc string for haystack
  *  and with various needles & offsets
 */
index 41ff384c38becdbe22656995bdf3cc895782410d..675e557c626213890186a9773cfd61eda971de6f 100644 (file)
@@ -2,11 +2,6 @@
 Test stripos() function : usage variations - repetitive chars for 'haystack' argument
 --FILE--
 <?php
-/* Prototype  : int stripos ( string $haystack, string $needle [, int $offset] );
- * Description: Find position of first occurrence of a case-insensitive string
- * Source code: ext/standard/string.c
-*/
-
 /* Test stripos() function with strings containing repetitive chars for haystak
  *  and with various needles & offsets
 */
index 3e0fb6f2ab9f9a7e3385a902b4a04b3bcb140166..f1da924fee6784cccb0eea60d07107033d84eddc 100644 (file)
Binary files a/ext/standard/tests/strings/stripslashes_basic.phpt and b/ext/standard/tests/strings/stripslashes_basic.phpt differ
index fdca660c4df399234bbf78956a2111a49316ccd9..d0d474d14d38e9662af219952de3a7c2257c1c4b 100644 (file)
Binary files a/ext/standard/tests/strings/stripslashes_variation2.phpt and b/ext/standard/tests/strings/stripslashes_variation2.phpt differ
index 54a8b3d02e6b1e68f2c4724b87d1d55887fd375d..a2e909b2304b7a26c5e38c4a213b5844d632e935 100644 (file)
@@ -2,11 +2,6 @@
 Test stripslashes() function : usage variations - strings with newline and tab characters
 --FILE--
 <?php
-/* Prototype  : string stripslashes ( string $str )
- * Description: Returns an un-quoted string
- * Source code: ext/standard/string.c
-*/
-
 /*
  * Test stripslashes() with strings containing newline and tab characters.
 */
index 32e0c2fdc314cc4b35e375b1f22584e067fb7ba3..8eca3f2352ae9480247cfc32ae6c96ef34ba99bf 100644 (file)
@@ -2,11 +2,6 @@
 Test stripslashes() function : usage variations - double dimensional arrays
 --FILE--
 <?php
-/* Prototype  : string stripslashes ( string $str )
- * Description: Returns an un-quoted string
- * Source code: ext/standard/string.c
-*/
-
 /*
  * Test stripslashes() with double dimensional arrays
 */
index f95f9d2b1ebda72c4f8d26952d6d8eb649e9f5da..922e11b7d5a1523f6bc80bc8cb0964f2a8b32ccb 100644 (file)
@@ -2,9 +2,6 @@
 Test stristr() function : basic functionality
 --FILE--
 <?php
-/* Prototype:  string stristr  ( string $haystack  , mixed $needle  [, bool $before_needle  ] )
-   Description: Case-insensitive strstr().
-*/
 
 echo "*** Testing stristr() : basic functionality ***\n";
 
index 27cecec3c231fa97d3c7cc2c72c1831a0eb60085..fdc48a0922e6f207a086d4612c2b2ca30ee7f5db 100644 (file)
@@ -3,10 +3,6 @@ Test stristr() function : usage variations - test values for $needle argument
 --FILE--
 <?php
 
-/* Prototype: string stristr ( string $haystack, string $needle );
-   Description: Case-insensitive strstr().
-*/
-
 echo "*** Testing stristr() function: with unexpected inputs for 'needle' argument ***\n";
 
 //get an unset variable
index fce6d70da0920b6f77b40e09edfb4d3a8b56ae19..428d1a170972ef6c1b9277f73cec6221531402d8 100644 (file)
@@ -3,11 +3,6 @@ Test strlen() function : basic functionality
 --FILE--
 <?php
 
-/* Prototype  : int strlen  ( string $string  )
- * Description: Get string length
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing strlen() : basic functionality ***\n";
 var_dump(strlen("abcdef"));
 var_dump(strlen(" ab de "));
index 5968980642dfee245ecb3d522d3ceaa776ad3160..fd799051ecd97f10b211a3e507bfbf2555a67221 100644 (file)
@@ -4,12 +4,6 @@ Test strnatcasecmp() function : basic functionality
 Felix De Vliegher <felix.devliegher@gmail.com>
 --FILE--
 <?php
-/* Prototype  : int strnatcasecmp(string s1, string s2)
- * Description: Returns the result of case-insensitive string comparison using 'natural' algorithm
- * Source code: ext/standard/string.c
- * Alias to functions:
- */
-
 function str_dump($one, $two) {
     var_dump(strnatcasecmp($one, $two));
 }
index 44d2a09c5a231836f8c01e6557d119080f1781ef..dff57b33720893789eefd5e551429275a22fd04e 100644 (file)
@@ -4,12 +4,6 @@ Test strnatcasecmp() function : variation
 Felix De Vliegher <felix.devliegher@gmail.com>
 --FILE--
 <?php
-/* Prototype  : int strnatcasecmp(string s1, string s2)
- * Description: Returns the result of case-insensitive string comparison using 'natural' algorithm
- * Source code: ext/standard/string.c
- * Alias to functions:
- */
-
 /* Preparation */
 class a
 {
index 8f303e73957146124dccd1365531c5cae993e60a..e7cb3586f9459597c99777ec0f8fbdb83179fd26 100644 (file)
@@ -2,10 +2,6 @@
 Test strnatcmp() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : int strnatcmp  ( string $str1  , string $str2  )
- * Description: String comparisons using a "natural order" algorithm
- * Source code: ext/standard/string.c
-*/
 echo "*** Testing strnatcmp() : basic functionality ***\n";
 
 $a1 = "abc1";
index d00b3b83f02ad313e612fc29501cda727641b863..bdff3d2181d144c42e91c34723e006159eb45f7a 100644 (file)
@@ -4,11 +4,6 @@ Test strnatcmp() function : left align, whitespace, digits
 Sol Richardson <sr5732358@hotmail.com>
 --FILE--
 <?php
-/* Prototype  : int strnatcmp  ( string $str1  , string $str2  )
-* Description: String comparisons using a "natural order" algorithm
-* Source code: ext/standard/string.c
-*/
-
 echo "-- Testing strnatcmp() function whitespace, left-align, digit --\n";
 echo "-- Leading whitespace, digits, string 1 longer --\n";
 $str1 = " 00";
index c02148335943a43e86b1a5b1222883d61856687a..39c06c45915dd48d056fd6c6933cab577dca0b14 100644 (file)
@@ -2,11 +2,6 @@
 Test strncasecmp() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : int strncasecmp ( string $str1, string $str2, int $len );
- * Description: Binary safe case-insensitive string comparison of the first n characters
- * Source code: Zend/zend_builtin_functions.c
-*/
-
 echo "*** Testing strncasecmp() function: basic functionality ***\n";
 
 echo "-- Testing strncasecmp() with single quoted string --\n";
index f120f4af8200fa3fb18fa6624be69ed407337828..6b303c0607ef6f5e0fcc86c739f81419041efc8e 100644 (file)
@@ -2,11 +2,6 @@
 Test strncasecmp() function : error conditions
 --FILE--
 <?php
-/* Prototype  : int strncasecmp ( string $str1, string $str2, int $len );
- * Description: Binary safe case-insensitive string comparison of the first n characters
- * Source code: Zend/zend_builtin_functions.c
-*/
-
 echo "*** Testing strncasecmp() function: error conditions ***\n";
 $str1 = 'string_val';
 $str2 = 'string_val';
index eabc164481a34e80f08b402b08484ba8e18db3ff..a63879bef867f4a1c3a988f0fb484bba1431ea93 100644 (file)
@@ -2,11 +2,6 @@
 Test strncasecmp() function: usage variations - case-sensitivity
 --FILE--
 <?php
-/* Prototype  : int strncasecmp ( string $str1, string $str2, int $len );
- * Description: Binary safe case-insensitive string comparison of the first n characters
- * Source code: Zend/zend_builtin_functions.c
-*/
-
 /* Test strncasecmp() function with upper-case and lower-case alphabets as inputs for 'str1' and 'str2' */
 
 echo "*** Test strncasecmp() function: with alphabets ***\n";
index a6f8c1ebb8bcb64f9a3681a37c65700ad3da630d..19b56f3e1e1c12d845ae41811d2c19f516096b7d 100644 (file)
@@ -2,11 +2,6 @@
 Test strncasecmp() function: usage variations - double quoted strings
 --FILE--
 <?php
-/* Prototype  : int strncasecmp ( string $str1, string $str2, int $len );
- * Description: Binary safe case-insensitive string comparison of the first n characters
- * Source code: Zend/zend_builtin_functions.c
-*/
-
 /* Test strncasecmp() function with various double quoted strings for 'str1', 'str2' */
 
 echo "*** Test strncasecmp() function: with double quoted strings ***\n";
index b6d0f2917b75f4297439a45e6c238427a7205126..c81ef24bb7d8e8e5cfd4c7cfc56ade66444e5b66 100644 (file)
@@ -2,11 +2,6 @@
 Test strncasecmp() function: usage variations - various lengths
 --FILE--
 <?php
-/* Prototype  : int strncasecmp ( string $str1, string $str2, int $len );
- * Description: Binary safe case-insensitive string comparison of the first n characters
- * Source code: Zend/zend_builtin_functions.c
-*/
-
 /* Test strncasecmp() with various lengths */
 
 echo "*** Test strncasecmp() function: with different lengths ***\n";
index 5c6bdf6d22597f48330274ba61af54e13a9be32f..78a0ddd549bf26577fc87d32e0663bdabfa42b8a 100644 (file)
@@ -2,11 +2,6 @@
 Test strncasecmp() function : usage variations - binary safe - all ASCII chars
 --FILE--
 <?php
-/* Prototype  : int strncasecmp ( string $str1, string $str2, int $len );
- * Description: Binary safe case-insensitive string comparison of the first n characters
- * Source code: Zend/zend_builtin_functions.c
-*/
-
 /* Test strncasecmp() function with binary values passed to 'str1' & 'str2' */
 
 echo "*** Test strncasecmp() function: with binary inputs ***\n";
index 0c711ea42f62871f7524eb249e46f0a7d6c21d05..ed9a89e25a360a7211959041ffa44639e73be556 100644 (file)
@@ -2,11 +2,6 @@
 Test strncasecmp() function : usage variations - binary safe
 --FILE--
 <?php
-/* Prototype  : int strncasecmp ( string $str1, string $str2, int $len );
- * Description: Binary safe case-insensitive string comparison of the first n characters
- * Source code: Zend/zend_builtin_functions.c
-*/
-
 /* Test strncasecmp() function with null terminated strings and binary values passed to 'str1' & 'str2' */
 
 echo "*** Test strncasecmp() function: with null terminated strings and binary inputs ***\n";
index 680653af903c56e0f9677107bcb2ab1c4df69700..b0a6f2fcc424f757d01e49b4c1b53049ac48d6ef 100644 (file)
@@ -2,11 +2,6 @@
 Test strncasecmp() function: usage variations - single quoted strings
 --FILE--
 <?php
-/* Prototype  : int strncasecmp ( string $str1, string $str2, int $len );
- * Description: Binary safe case-insensitive string comparison of the first n characters
- * Source code: Zend/zend_builtin_functions.c
-*/
-
 /* Test strncasecmp() function with various single quoted strings for 'str1', 'str2' */
 
 echo "*** Test strncasecmp() function: with single quoted strings ***\n";
index caa2deccf282b70efcb82fc4e42bf6926e950cf1..72e8e1e443fdbafb7f3fe9895b52755f0e94ed30 100644 (file)
@@ -2,11 +2,6 @@
 Test strncasecmp() function: usage variations - heredoc strings
 --FILE--
 <?php
-/* Prototype  : int strncasecmp ( string $str1, string $str2, int $len );
- * Description: Binary safe case-insensitive string comparison of the first n characters
- * Source code: Zend/zend_builtin_functions.c
-*/
-
 /* Test strncasecmp() function with here-doc strings for 'str1', 'str2' */
 
 echo "*** Test strncasecmp() function: with here-doc strings ***\n";
index a836e591a54eee3054b896cdd9fe09c2d32a38e0..f0344f4c7470b2f3497d42ef4a4446cf4703f5e8 100644 (file)
@@ -2,11 +2,6 @@
 Test strncmp() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : int strncmp ( string $str1, string $str2, int $len );
- * Description: Binary safe case-sensitive string comparison of the first n characters
- * Source code: Zend/zend_builtin_functions.c
-*/
-
 echo "*** Testing strncmp() function: basic functionality ***\n";
 
 echo "-- Testing strncmp() with single quoted string --\n";
index e67b5d77e97c936516f07f41090dad320e1593d6..d5566a3f053d8c5a30333d42f43d6d2941439568 100644 (file)
@@ -2,11 +2,6 @@
 Test strncmp() function : error conditions
 --FILE--
 <?php
-/* Prototype  : int strncmp ( string $str1, string $str2, int $len );
- * Description: Binary safe case-sensitive string comparison of the first n characters
- * Source code: Zend/zend_builtin_functions.c
-*/
-
 /* Test strncmp() function with more/less number of args and invalid args */
 
 echo "*** Testing strncmp() function: error conditions ***\n";
index 7bc91784b39e9a8e1c1353606d66730be4144391..03353b4206393c8a5dce687fec5fade8c9412b10 100644 (file)
@@ -2,11 +2,6 @@
 Test strncmp() function: usage variations - case-sensitivity
 --FILE--
 <?php
-/* Prototype  : int strncmp ( string $str1, string $str2, int $len );
- * Description: Binary safe case-sensitive string comparison of the first n characters
- * Source code: Zend/zend_builtin_functions.c
-*/
-
 /* Test strncmp() function with upper-case and lower-case alphabets as inputs for 'str1' and 'str2' */
 
 echo "*** Test strncmp() function: with alphabets ***\n";
index 3c7452241725b5d30019b44c93153e6e3723abd7..d871a96005b2324073aa9a3de3fd6234468f1e57 100644 (file)
@@ -2,11 +2,6 @@
 Test strncmp() function: usage variations - double quoted strings
 --FILE--
 <?php
-/* Prototype  : int strncmp ( string $str1, string $str2, int $len );
- * Description: Binary safe case-sensitive string comparison of the first n characters
- * Source code: Zend/zend_builtin_functions.c
-*/
-
 /* Test strncmp() function with double quoted strings for 'str1', 'str2' */
 
 echo "*** Test strncmp() function: with double quoted strings ***\n";
index 6a703c705077013c4d6fa966002ed1011b0acfd9..6375f630f8b19bde2327e11336d914a2e45eb655 100644 (file)
@@ -2,11 +2,6 @@
 Test strncmp() function: usage variations - different lengths
 --FILE--
 <?php
-/* Prototype  : int strncmp ( string $str1, string $str2, int $len );
- * Description: Binary safe case-sensitive string comparison of the first n characters
- * Source code: Zend/zend_builtin_functions.c
-*/
-
 /* Test strncmp() with various lengths */
 
 echo "*** Test strncmp() function: with different lengths ***\n";
index 6634b22c4e64b1fb7eb4e925587aca02a236389d..0bdc2c4a58b17fb98c71e1d5707b62dd4a37beba 100644 (file)
@@ -2,11 +2,6 @@
 Test strncmp() function : usage variations - binary safe(null terminated strings)
 --FILE--
 <?php
-/* Prototype  : int strncmp ( string $str1, string $str2, int $len );
- * Description: Binary safe case-sensitive string comparison of the first n characters
- * Source code: Zend/zend_builtin_functions.c
-*/
-
 /* Test strncmp() function with binary values passed to 'str1' & 'str2' and with the null terminated strings */
 
 echo "*** Test strncmp() function: Checking with the null terminated strings ***\n";
index 9d8c841d682fdddea3f6f9e0baa79efa3e57f8b3..ff4864e15ebaf8ffc851cd811f63a22e15571f94 100644 (file)
@@ -2,11 +2,6 @@
 Test strncmp() function: usage variations - single quoted strings
 --FILE--
 <?php
-/* Prototype  : int strncmp ( string $str1, string $str2, int $len );
- * Description: Binary safe case-sensitive string comparison of the first n characters
- * Source code: Zend/zend_builtin_functions.c
-*/
-
 /* Test strncmp() function with single quoted strings for 'str1', 'str2' */
 
 echo "*** Test strncmp() function: with single quoted strings ***\n";
index 194642fad4298a19ff0b0b51d24b450619ef4258..baa9691d78761d71e96abc4169774f705fbd19b7 100644 (file)
@@ -2,11 +2,6 @@
 Test strncmp() function: usage variations - different inputs(heredoc strings)
 --FILE--
 <?php
-/* Prototype  : int strncmp ( string $str1, string $str2, int $len );
- * Description: Binary safe case-sensitive string comparison of the first n characters
- * Source code: Zend/zend_builtin_functions.c
-*/
-
 /* Test strncmp() function with different strings for 'str1', 'str2' and considering case sensitive */
 
 echo "*** Test strncmp() function: with different input strings ***\n";
index f5a0306eaf83ee674c98c22592fd1db35a1f62eb..a9a798fe517c9a176cd82513717d69846585c9d5 100644 (file)
@@ -2,12 +2,6 @@
 Test strpbrk() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : array strpbrk(string haystack, string char_list)
- * Description: Search a string for any of a set of characters
- * Source code: ext/standard/string.c
- * Alias to functions:
- */
-
 echo "*** Testing strpbrk() : basic functionality ***\n";
 
 // Initialise all required variables
index 2c6584f8bd2336c35e7e65b6912a6d5dcc039a96..78550ab009b9ad21b2098b6975766666e7719c47 100644 (file)
@@ -2,12 +2,6 @@
 Test strpbrk() function : error conditions
 --FILE--
 <?php
-/* Prototype  : array strpbrk(string haystack, string char_list)
- * Description: Search a string for any of a set of characters
- * Source code: ext/standard/string.c
- * Alias to functions:
- */
-
 $haystack = 'This is a Simple text.';
 
 echo "-- Testing strpbrk() function with empty second argument --\n";
index 1c9045b76a4bf30fb30dfc6b7f4d24bea217f5a3..e7c35ab270ce930ca90a60b9e8e45016c573587f 100644 (file)
Binary files a/ext/standard/tests/strings/strpos.phpt and b/ext/standard/tests/strings/strpos.phpt differ
index 822a755322ebb8451d9d27e90557f371f4c05441..23ae46fd1443f8eca26215ed7c06b7c45ecb5434 100644 (file)
@@ -2,11 +2,6 @@
 Test strrchr() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : string strrchr(string $haystack, string $needle);
- * Description: Finds the last occurrence of a character in a string.
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing strrchr() function: basic functionality ***\n";
 var_dump( strrchr("Hello, World", "H") ); //needle as single char
 var_dump( strrchr("Hello, World", "Hello") ); //needle as a first word of haystack
index f28571ba7ff9ea611572bff7dc8e9b56292d8380..9617f5fff2040da19ed17f6d94367ac7abe0c672 100644 (file)
Binary files a/ext/standard/tests/strings/strrchr_variation1.phpt and b/ext/standard/tests/strings/strrchr_variation1.phpt differ
index 269c2e09ccfbd054018d8d57b5eeae5797d87313..4f28ad4e6b03822f7b69eb1542de669035b91c9f 100644 (file)
@@ -2,11 +2,6 @@
 Test strrchr() function : usage variations - unexpected inputs for needle
 --FILE--
 <?php
-/* Prototype  : string strrchr(string $haystack, string $needle);
- * Description: Finds the last occurrence of a character in a string.
- * Source code: ext/standard/string.c
-*/
-
 /* Test strrchr() function: with unexpected inputs for needle
  *  and expected type for haystack
 */
index 7944ff82c6121736d10f6c65a1b8fe681c18a450..287d81c11c97621fb7810748704d99c7508cf5ca 100644 (file)
@@ -2,11 +2,6 @@
 Test strrchr() function : usage variations - unexpected inputs for haystack and needle
 --FILE--
 <?php
-/* Prototype  : string strrchr(string $haystack, string $needle);
- * Description: Finds the last occurrence of a character in a string.
- * Source code: ext/standard/string.c
-*/
-
 /* Test strrchr() function with unexpected inputs for haystack and needle */
 
 echo "*** Testing strrchr() function: with unexpected inputs for haystack and needle ***\n";
index a17902604a5c71190484e06695042b6367f06a9e..972ff3e703bf49df823bceff7a30253c2c6a05ee 100644 (file)
Binary files a/ext/standard/tests/strings/strrchr_variation12.phpt and b/ext/standard/tests/strings/strrchr_variation12.phpt differ
index e6e510dd55b95a0178729963c9b7fc7ef336a993..72bb3fb0d3e3ad678c55ca63674a58ee8d3c3b88 100644 (file)
@@ -2,11 +2,6 @@
 Test strrchr() function : usage variations - single quoted strings
 --FILE--
 <?php
-/* Prototype  : string strrchr(string $haystack, string $needle);
- * Description: Finds the last occurrence of a character in a string.
- * Source code: ext/standard/string.c
-*/
-
 /* Test strrchr() function by passing various single quoted strings to 'haystack' & 'needle' */
 
 echo "*** Testing strrchr() function: with various single quoted strings ***";
index a9695fad6f862ceedf984600b79ecf8e8e6c0f76..b536dd5b6bdb0a966e25995533d9649fc585e90f 100644 (file)
@@ -2,11 +2,6 @@
 Test strrchr() function : usage variations - multi line heredoc string for 'haystack'
 --FILE--
 <?php
-/* Prototype  : string strrchr(string $haystack, string $needle);
- * Description: Finds the last occurrence of a character in a string.
- * Source code: ext/standard/string.c
-*/
-
 /* Test strrchr() function by passing multi-line heredoc string for haystack and
  *    with various needles
 */
index 1bef8a95122146068c6e2a4ac60dbb89456fa177..dfec9f8233622e695587fb3a9c6e599df12ad53d 100644 (file)
@@ -2,11 +2,6 @@
 Test strrchr() function : usage variations - heredoc string containing special chars for 'haystack'
 --FILE--
 <?php
-/* Prototype  : string strrchr(string $haystack, string $needle);
- * Description: Finds the last occurrence of a character in a string.
- * Source code: ext/standard/string.c
-*/
-
 /* Test strrchr() function by passing heredoc string containing special chars for haystack
  * and with various needles
 */
index fff943b1793311463d5191e9e68debb06f0f2f75..cec657c6d4c1be305c85ca7956057c02c5448a9c 100644 (file)
@@ -2,11 +2,6 @@
 Test strrchr() function : usage variations - heredoc string containing quote chars for 'haystack'
 --FILE--
 <?php
-/* Prototype  : string strrchr(string $haystack, string $needle);
- * Description: Finds the last occurrence of a character in a string.
- * Source code: ext/standard/string.c
-*/
-
 /* Test strrchr() function by passing heredoc string containing quote chars for haystack
  *  and with various needles
 */
index bd58189c20022bf4343b525a12f28024ed6779d2..f27c47491af194f0f956595b473a791dbc26d6cb 100644 (file)
@@ -2,11 +2,6 @@
 Test strrchr() function : usage variations - heredoc string containing blank line for 'haystack'
 --FILE--
 <?php
-/* Prototype  : string strrchr(string $haystack, string $needle);
- * Description: Finds the last occurrence of a character in a string.
- * Source code: ext/standard/string.c
-*/
-
 /* Test strrchr() function by passing heredoc string containing
  *  blank-line for haystack and with various needles
 */
index 31a727ed6fbebfc55d45c8d350116f02fede922d..826db29dfd40cb51bf6cc21ff643d5b688a1b596 100644 (file)
@@ -2,11 +2,6 @@
 Test strrchr() function : usage variations - empty heredoc string for 'haystack'
 --FILE--
 <?php
-/* Prototype  : string strrchr(string $haystack, string $needle);
- * Description: Finds the last occurrence of a character in a string.
- * Source code: ext/standard/string.c
-*/
-
 /* Test strrchr() function by passing empty heredoc string for haystack
  *  and with various needles
 */
index 64687272c05d9f850155d2f4bfcb9f8907494057..357ae5140f32fb515ca4d012e1da0fdeddb1213c 100644 (file)
@@ -2,11 +2,6 @@
 Test strrev() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : string strrev(string $str);
- * Description: Reverse a string
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing strrev() : basic functionality ***\n";
 $heredoc = <<<EOD
 Hello, world
index b13579f20ba443ffb4ba76e181d6a310c6a44410..0ed3acd5b5136f470fb7cf57b396a9d2d90d093a 100644 (file)
Binary files a/ext/standard/tests/strings/strrev_variation1.phpt and b/ext/standard/tests/strings/strrev_variation1.phpt differ
index d8ddda476c755a6300d12294471b9a785e0cf358..92f45d7df90f477c62d9c884cf760bf9e68a0fb9 100644 (file)
Binary files a/ext/standard/tests/strings/strrev_variation2.phpt and b/ext/standard/tests/strings/strrev_variation2.phpt differ
index 6648c1b7fc5c7c144cec1f05457b2a734cc53754..c83a241d099ceed541f8339d5508c33a3ab9748d 100644 (file)
Binary files a/ext/standard/tests/strings/strrev_variation3.phpt and b/ext/standard/tests/strings/strrev_variation3.phpt differ
index 4f8f8e84512e0ec1d43048430ea0097c1655efb3..06e503af14d4fa912a46c257eb9fb281dfd77d67 100644 (file)
@@ -2,11 +2,6 @@
 Test strripos() function : basic functionality - with default arguments
 --FILE--
 <?php
-/* Prototype  : int strripos ( string $haystack, string $needle [, int $offset] );
- * Description: Find position of last occurrence of a case-insensitive 'needle' in a 'haystack'
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing strripos() function: basic functionality ***\n";
 $heredoc_str = <<<EOD
 Hello, World
index e13a8e5747594ec159329cc6773f905bccfb4d83..18625fb726cab52e62b4c3601485d68dd6e57fb8 100644 (file)
@@ -2,11 +2,6 @@
 Test strripos() function : basic functionality - with all arguments
 --FILE--
 <?php
-/* Prototype  : int strripos ( string $haystack, string $needle [, int $offset] );
- * Description: Find position of last occurrence of a case-insensitive 'needle' in a 'haystack'
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing strripos() function: basic functionality ***\n";
 $heredoc_str = <<<EOD
 Hello, World
index d8188bdd8753887df559b4a5a5d9029727f0e994..75330184ffb9f5b7bc9fadd2fc48e0e7c27665b5 100644 (file)
@@ -2,11 +2,6 @@
 Test strripos() function : usage variations - double quoted strings for 'haystack' & 'needle' arguments
 --FILE--
 <?php
-/* Prototype  : int strripos ( string $haystack, string $needle [, int $offset] );
- * Description: Find position of last occurrence of a case-insensitive 'needle' in a 'haystack'
- * Source code: ext/standard/string.c
-*/
-
 /* Test strripos() function by passing double quoted strings for 'haystack' & 'needle' arguments */
 
 echo "*** Testing strripos() function: with double quoted strings ***\n";
index 55753c5c9b23ae54313211cb634241e57f84b7f3..5a409c28d1256b3e0f14bc1602af91573d3a2e6a 100644 (file)
@@ -2,11 +2,6 @@
 Test strripos() function : usage variations - single quoted strings for 'haystack' & 'needle' arguments
 --FILE--
 <?php
-/* Prototype  : int strripos ( string $haystack, string $needle [, int $offset] );
- * Description: Find position of last occurrence of a case-insensitive 'needle' in a 'haystack'
- * Source code: ext/standard/string.c
-*/
-
 /* Test strripos() function by passing single quoted strings to 'haystack' & 'needle' arguments */
 
 echo "*** Testing strripos() function: with single quoted strings ***\n";
index f7a1f0ab201904b841e8d1c18bcac9ee4ca19979..df61842a6c7d53dc5cfaeede0143ac7ecbc28c23 100644 (file)
@@ -2,11 +2,6 @@
 Test strripos() function : usage variations - multi line heredoc string for 'haystack' argument
 --FILE--
 <?php
-/* Prototype  : int strripos ( string $haystack, string $needle [, int $offset] );
- * Description: Find position of last occurrence of a case-insensitive 'needle' in a 'haystack'
- * Source code: ext/standard/string.c
-*/
-
 /* Test strripos() function by passing multi-line heredoc string for haystack and
  *  with various needles & offsets
 */
index 4c8e6a44dc135c09ab7632ab7d3d27e1566e9d36..bd27fd95f5d302cb3a383eb3575284d8cb3f027b 100644 (file)
@@ -2,11 +2,6 @@
 Test strripos() function : usage variations - heredoc string containing special chars for 'haystack' argument
 --FILE--
 <?php
-/* Prototype  : int strripos ( string $haystack, string $needle [, int $offset] );
- * Description: Find position of last occurrence of a case-insensitive 'needle' in a 'haystack'
- * Source code: ext/standard/string.c
-*/
-
 /* Test strripos() function by passing heredoc string containing special chars for haystack
  *  and with various needles & offsets
 */
index 18572cc8d11fb2cafa393516a9972a65b18fb2f0..40bb331fa1380648e39ec4b40759be122062a668 100644 (file)
@@ -2,11 +2,6 @@
 Test strripos() function : usage variations - heredoc string containing escape chars for 'haystack' argument
 --FILE--
 <?php
-/* Prototype  : int strripos ( string $haystack, string $needle [, int $offset] );
- * Description: Find position of last occurrence of a case-insensitive 'needle' in a 'haystack'
- * Source code: ext/standard/string.c
-*/
-
 /* Test strripos() function by passing heredoc string containing escape chars for haystack
  *  and with various needles & offsets
 */
index e8fc24ade3f75705747d067a5926bda0baf86313..f5ab1a37b71a94d93adece0f83b945505c78a151 100644 (file)
@@ -2,11 +2,6 @@
 Test strrpos() function : basic functionality - with default arguments
 --FILE--
 <?php
-/* Prototype  : int strrpos ( string $haystack, string $needle [, int $offset] );
- * Description: Find position of last occurrence of 'needle' in 'haystack'
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing strrpos() function: basic functionality ***\n";
 $heredoc_str = <<<EOD
 Hello, World
index 4698aafebf0cb1a752abc5fb9097298b1d87945c..9d84a7613cefcec1cab7f53283f0e9151d24d2d6 100644 (file)
@@ -2,11 +2,6 @@
 Test strrpos() function : basic functionality - with all arguments
 --FILE--
 <?php
-/* Prototype  : int strrpos ( string $haystack, string $needle [, int $offset] );
- * Description: Find position of last occurrence of 'needle' in 'haystack'
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing strrpos() function: basic functionality ***\n";
 $heredoc_str = <<<EOD
 Hello, World
index d54adaec7383d65537dd9ac2e732ae18047f415d..509c015e548794155287e3c8e78a20cc0149813b 100644 (file)
@@ -2,11 +2,6 @@
 Test strrpos() function : usage variations - double quoted strings for 'haystack' & 'needle' arguments
 --FILE--
 <?php
-/* Prototype  : int strrpos ( string $haystack, string $needle [, int $offset] );
- * Description: Find position of last occurrence of 'needle' in 'haystack'.
- * Source code: ext/standard/string.c
-*/
-
 /* Test strrpos() function by passing double quoted strings for 'haystack' & 'needle' arguments */
 
 echo "*** Testing strrpos() function: with double quoted strings ***\n";
index b16d946f6cf6d53bdaf91eb6146a65073aa0e7e5..a59827981e55dbd4cbe77006e2bd0a71876fd996 100644 (file)
@@ -2,11 +2,6 @@
 Test strrpos() function : usage variations - unexpected inputs for 'needle' argument
 --FILE--
 <?php
-/* Prototype  : int strrpos ( string $haystack, string $needle [, int $offset] );
- * Description: Find position of last occurrence of 'needle' in 'haystack'.
- * Source code: ext/standard/string.c
-*/
-
 /* Test strrpos() function with unexpected inputs for 'needle' and
  *  an expected type of input for 'haystack' argument
 */
index 185af4e1547a7a82be8063d55f80830c210c0780..da33a21dc5365d776048e4cf9303cc742258081c 100644 (file)
@@ -2,11 +2,6 @@
 Test strrpos() function : usage variations - unexpected inputs for 'haystack' and 'needle' arguments
 --FILE--
 <?php
-/* Prototype  : int strrpos ( string $haystack, string $needle [, int $offset] );
- * Description: Find position of last occurrence of 'needle' in 'haystack'.
- * Source code: ext/standard/string.c
-*/
-
 /* Test strrpos() function with unexpected inputs for 'haystack' and 'needle' arguments */
 
 echo "*** Testing strrpos() function with unexpected values for haystack and needle ***\n";
index 8f9946faf33aeb50b970f90e387d22aae366b10b..28a68339022d63fa0bde7bec9063e48fb66aa7f9 100644 (file)
@@ -2,11 +2,6 @@
 Test strrpos() function : usage variations - checking binary safe with 'haystack' argument
 --FILE--
 <?php
-/* Prototype  : int strrpos ( string $haystack, string $needle [, int $offset] );
- * Description: Find position of last occurrence of 'needle' in 'haystack'.
- * Source code: ext/standard/string.c
-*/
-
 /* Test strrpos() function with null terminated strings for 'haystack' argument
  *  in order to check the binary safe
 */
index bb8258ea0cfaf7a6d0cf9988ae42df9ae72d6580..e5757ae7ed3eaabfc84be4decee152dce2b13aa8 100644 (file)
@@ -2,11 +2,6 @@
 Test strrpos() function : usage variations - checking bianry safe with 'needle' argument
 --FILE--
 <?php
-/* Prototype  : int strrpos ( string $haystack, string $needle [, int $offset] );
- * Description: Find position of last occurrence of 'needle' in 'haystack'.
- * Source code: ext/standard/string.c
-*/
-
 /* Test strrpos() function with null terminated strings for 'needle' argument
  *  in order to check binary safe
 */
index 3accd165bb8d5552f7524f46eb19a6f28d163445..b6b7cb149d87e6fdd56a8ead0d5613c406be1ef4 100644 (file)
@@ -2,11 +2,6 @@
 Test strrpos() function : usage variations - single quoted strings for 'haystack' & 'needle' arguments
 --FILE--
 <?php
-/* Prototype  : int strrpos ( string $haystack, string $needle [, int $offset] );
- * Description: Find position of last occurrence of 'needle' in 'haystack'.
- * Source code: ext/standard/string.c
-*/
-
 /* Test strrpos() function by passing single quoted strings to 'haystack' & 'needle' arguments */
 
 echo "*** Testing strrpos() function: with single quoted strings ***\n";
index 1ebe9e7a21255f2d2037969f6561392a3efd1952..95f2c4dc2796254c28cdf37bdb9f820f38bbc407 100644 (file)
@@ -2,11 +2,6 @@
 Test strrpos() function : usage variations - multi line heredoc string for 'haystack' argument
 --FILE--
 <?php
-/* Prototype  : int strrpos ( string $haystack, string $needle [, int $offset] );
- * Description: Find position of last occurrence of 'needle' in 'haystack'.
- * Source code: ext/standard/string.c
-*/
-
 /* Test strrpos() function by passing multi-line heredoc string for haystack and
  *  with various needles & offsets
 */
index e885c7dfaededd5c37d1081be064536baa895a0e..494be992f7e2501d674686ae871b11a742ff5125 100644 (file)
@@ -2,11 +2,6 @@
 Test strrpos() function : usage variations - heredoc string containing special chars for 'haystack' argument
 --FILE--
 <?php
-/* Prototype  : int strrpos ( string $haystack, string $needle [, int $offset] );
- * Description: Find position of last occurrence of 'needle' in 'haystack'.
- * Source code: ext/standard/string.c
-*/
-
 /* Test strrpos() function by passing heredoc string containing special chars for haystack
  *  and with various needles & offsets
 */
index 6a7f37beeb1df01b03a7598fe46a9cec7e322ad6..a08c3ea2fb4951767c04dad17f43e3b661a428bc 100644 (file)
@@ -2,11 +2,6 @@
 Test strrpos() function : usage variations - heredoc string containing escape chars for 'haystack' argument
 --FILE--
 <?php
-/* Prototype  : int strrpos ( string $haystack, string $needle [, int $offset] );
- * Description: Find position of last occurrence of 'needle' in 'haystack'.
- * Source code: ext/standard/string.c
-*/
-
 /* Test strrpos() function by passing heredoc string containing escape chars for haystack
  *  and with various needles & offsets
 */
index 46f754dbc8ea5dba672d07737fbd10a252d9fc3e..be501b262bbbbe4b18499f0c66bb0b6cd2a6aedc 100644 (file)
@@ -2,11 +2,6 @@
 Test strrpos() function : usage variations - heredoc string containing quotes for 'haystack' argument
 --FILE--
 <?php
-/* Prototype  : int strrpos ( string $haystack, string $needle [, int $offset] );
- * Description: Find position of last occurrence of 'needle' in 'haystack'.
- * Source code: ext/standard/string.c
-*/
-
 /* Test strrpos() function by passing heredoc string containing quotes for haystack
  *  and with various needles & offsets
 */
index 79715453c9ef7ef941f9f8de5860f81cf568c595..884a9021127f5b18a76db52bec5bcc78ec9ead88 100644 (file)
@@ -2,11 +2,6 @@
 Test strrpos() function : usage variations - empty heredoc string for 'haystack' argument
 --FILE--
 <?php
-/* Prototype  : int strrpos ( string $haystack, string $needle [, int $offset] );
- * Description: Find position of last occurrence of 'needle' in 'haystack'.
- * Source code: ext/standard/string.c
-*/
-
 /* Test strrpos() function by passing empty heredoc string for haystack
  *  and with various needles & offsets
 */
index caf4928e24a4d4402f65f52d95cfd5329b7abb30..d16ec929a2c5f1f66e672c87ac6c4429a4363ae4 100644 (file)
@@ -2,11 +2,6 @@
 Test strrpos() function : usage variations - repetitive chars for 'haystack' argument
 --FILE--
 <?php
-/* Prototype  : int strrpos ( string $haystack, string $needle [, int $offset] );
- * Description: Find position of last occurrence of 'needle' in 'haystack'.
- * Source code: ext/standard/string.c
-*/
-
 /* Test strrpos() function with strings containing multiple occurrences of 'needle' in the 'haystack'
  *  and with various needles & offsets
 */
index cab4349677f3f21a917e08b351419deda6804679..068610a89bab4f20ad2e975a64ea4791321463e7 100644 (file)
@@ -2,13 +2,6 @@
 Test strspn() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : proto int strspn(string str, string mask [, int start [, int len]])
- * Description: Finds length of initial segment consisting entirely of characters found in mask.
-                If start or/and length is provided, it works like strspn(substr($s,$start,$len),$good_chars)
- * Source code: ext/standard/string.c
- * Alias to functions: none
-*/
-
 /*
 * Testing strspn() : basic functionality
 */
index 952110880f1c1298e11e80ee11f4a9dfeb7f636d..1334d8751d41c6e8b721888418e819ac7d517593 100644 (file)
@@ -2,13 +2,6 @@
 Test strspn() function : usage variations - with varying mask & default start and len args
 --FILE--
 <?php
-/* Prototype  : proto int strspn(string str, string mask [, int start [, int len]])
- * Description: Finds length of initial segment consisting entirely of characters found in mask.
-                If start or/and length is provided works like strspn(substr($s,$start,$len),$good_chars)
- * Source code: ext/standard/string.c
- * Alias to functions: none
-*/
-
 /*
 * Testing strspn() : with varying mask and default start and len arguments
 */
index 1737155a7ace1689d037a5ad408e778453d8422a..6692ce641b8c74c67c0020efd549548705a6f16b 100644 (file)
@@ -2,13 +2,6 @@
 Test strspn() function : usage variations - with varying start and default len args
 --FILE--
 <?php
-/* Prototype  : proto int strspn(string str, string mask [, int start [, int len]])
- * Description: Finds length of initial segment consisting entirely of characters found in mask.
-                If start or/and length is provided works like strspn(substr($s,$start,$len),$good_chars)
- * Source code: ext/standard/string.c
- * Alias to functions: none
-*/
-
 /*
 * Testing strspn() : with varying start and default len arguments
 */
index e5615c9532b2852d3ac7d30feeae8ae19ae390f9..6f5fddb5270049c81827ec73004fdb9dff5b04a6 100644 (file)
@@ -2,13 +2,6 @@
 Test strspn() function : usage variations - with varying start and len args
 --FILE--
 <?php
-/* Prototype  : proto int strspn(string str, string mask [, int start [, int len]])
- * Description: Finds length of initial segment consisting entirely of characters found in mask.
-                If start or/and length is provided works like strspn(substr($s,$start,$len),$good_chars)
- * Source code: ext/standard/string.c
- * Alias to functions: none
-*/
-
 /*
 * Testing strspn() : with varying start and len arguments
 */
index 8c75e89775b8ebcb433ce24a151048d3ba43f577..f4219620de2bebba751f7af239edf2a7134f39a0 100644 (file)
@@ -2,13 +2,6 @@
 Test strspn() function : usage variations - with heredoc strings, varying mask & default start and len args
 --FILE--
 <?php
-/* Prototype  : proto int strspn(string str, string mask [, int start [, int len]])
- * Description: Finds length of initial segment consisting entirely of characters found in mask.
-                If start or/and length is provided works like strspn(substr($s,$start,$len),$good_chars)
- * Source code: ext/standard/string.c
- * Alias to functions: none
-*/
-
 /*
 * Testing strspn() : with heredoc string, varying mask and default start and len arguments
 */
index 962c180c406df75ae867d88ba1cd66c6a3744b55..02b1286dca6fd48f046ff912e699d248a3ef9617 100644 (file)
@@ -2,13 +2,6 @@
 Test strspn() function : usage variations - with heredoc strings, varying start and default len args
 --FILE--
 <?php
-/* Prototype  : proto int strspn(string str, string mask [, int start [, int len]])
- * Description: Finds length of initial segment consisting entirely of characters found in mask.
-                If start or/and length is provided works like strspn(substr($s,$start,$len),$good_chars)
- * Source code: ext/standard/string.c
- * Alias to functions: none
-*/
-
 /*
 * Testing strspn() : with heredoc string, varying start and default len arguments
 */
index a3486908b76ded737d753f3c481b21cdec901511..58013a6dbafaeace7b4a615563db2e775fd3d0e7 100644 (file)
@@ -2,13 +2,6 @@
 Test strspn() function : usage variations - with heredoc strings, varying start and len args
 --FILE--
 <?php
-/* Prototype  : proto int strspn(string str, string mask [, int start [, int len]])
- * Description: Finds length of initial segment consisting entirely of characters found in mask.
-                If start or/and length is provided works like strspn(substr($s,$start,$len),$good_chars)
- * Source code: ext/standard/string.c
- * Alias to functions: none
-*/
-
 /*
 * Testing strspn() : with heredoc string, varying start and len arguments
 */
index 46f411f8767a7b43c10d65043178f735a1ee8866..da2aa1e22eb145b6e784898fb9271a6474e42257 100644 (file)
Binary files a/ext/standard/tests/strings/strstr.phpt and b/ext/standard/tests/strings/strstr.phpt differ
index f0774c86443e69e9a735208838870872742bb47b..102e0d034bfb992dc34881f1c9ede9c22f2210e9 100644 (file)
@@ -2,11 +2,6 @@
 Test strtok() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : string strtok ( str $str, str $token )
- * Description: splits a string (str) into smaller strings (tokens), with each token being delimited by any character from token
- * Source code: ext/standard/string.c
-*/
-
 /*
  * Testing strtok() : basic functionality
 */
index d26947afdeb7d76b16119aa43a914bb61a00e9f7..8ae1e03e7dba8cf4db87aa40be871a45c9a9ee08 100644 (file)
@@ -2,11 +2,6 @@
 Test strtok() function : usage variations - with heredoc strings
 --FILE--
 <?php
-/* Prototype  : string strtok ( str $str, str $token )
- * Description: splits a string (str) into smaller strings (tokens), with each token being delimited by any character from token
- * Source code: ext/standard/string.c
-*/
-
 /*
  * Testing strtok() : with heredoc strings
 */
index fb34639f4841bb6798c804722696b8c218c9d843..63090497097f9ee0554abe2e9cd4cd1243eab319 100644 (file)
@@ -2,11 +2,6 @@
 Test strtok() function : usage variations - with embedded nulls in the strings
 --FILE--
 <?php
-/* Prototype  : string strtok ( str $str, str $token )
- * Description: splits a string (str) into smaller strings (tokens), with each token being delimited by any character from token
- * Source code: ext/standard/string.c
-*/
-
 /*
  * Testing strtok() : with embedded nulls in the strings
 */
index e844f97eef55741e9134791e30a5d69e74553a9f..006cf7a9f960797f55618aa339846133c8830caa 100644 (file)
@@ -2,11 +2,6 @@
 Test strtok() function : usage variations - miscellaneous inputs
 --FILE--
 <?php
-/* Prototype  : string strtok ( str $str, str $token )
- * Description: splits a string (str) into smaller strings (tokens), with each token being delimited by any character from token
- * Source code: ext/standard/string.c
-*/
-
 /*
  * Testing strtok() : with miscellaneous combinations of string and token
 */
index 4d435dcef4870e1612eec5b93a4ed48d4be418f0..9b3f1d244d81fc45db61f4465190a1efaa2003c3 100644 (file)
@@ -2,11 +2,6 @@
 Test strtok() function : usage variations - invalid escape sequences as tokens
 --FILE--
 <?php
-/* Prototype  : string strtok ( str $str, str $token )
- * Description: splits a string (str) into smaller strings (tokens), with each token being delimited by any character from token
- * Source code: ext/standard/string.c
-*/
-
 /*
  * Testing strtok() : with invalid escape sequences in token
 */
index aeb6820f2a529b75a4a733f17e19622472a99776..07eb3ea01810dc77f5dec761d01d214afe277a29 100644 (file)
@@ -2,11 +2,6 @@
 Test strtok() function : usage variations - modifying the input string while tokenising
 --FILE--
 <?php
-/* Prototype  : string strtok ( str $str, str $token )
- * Description: splits a string (str) into smaller strings (tokens), with each token being delimited by any character from token
- * Source code: ext/standard/string.c
-*/
-
 /*
  * Testing strtok() : modifying the input string while it is getting tokenised
 */
index 2fc693641dbb38171e652a85e6e792731b65d8ba..ed82fddf81c9e8550c73d1aa1cd554f47e812e13 100644 (file)
Binary files a/ext/standard/tests/strings/strtolower-win32.phpt and b/ext/standard/tests/strings/strtolower-win32.phpt differ
index 041b66a00c8d2bcc81ac675062cf0fc5cb458b71..0f9b4299cf0db21fe959b0717cacb8a1263193ae 100644 (file)
Binary files a/ext/standard/tests/strings/strtolower.phpt and b/ext/standard/tests/strings/strtolower.phpt differ
index 619ab51d860273686c8af0d325f206a5cdd06984..ac5b0e5013e16e618fcc83098f89350b85cfd013 100644 (file)
Binary files a/ext/standard/tests/strings/strtoupper1-win32.phpt and b/ext/standard/tests/strings/strtoupper1-win32.phpt differ
index 6c7434ba16c142bad0d757ef82d2ed765a6f5604..bff3f97d96bb48e07b4b5249bd01f5c61ee3c764 100644 (file)
Binary files a/ext/standard/tests/strings/strtoupper1.phpt and b/ext/standard/tests/strings/strtoupper1.phpt differ
index 5660be9f9b49e3797a600bf68fe6ea9c48762724..7ec9e69709b9115c37bba1a75d7bcd4ff9711fb4 100644 (file)
@@ -2,11 +2,6 @@
 Test strtr() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : string strtr(string $str, string $from[, string $to]);
- * Description: Translates characters in str using given translation pairs
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing strtr() : basic functionality ***\n";
 //definitions of required input variables
 $trans1_arr = array("t" => "T", "e" => "E", "st" => "ST");
index 44326ad4aa7f9f40e03303d61339184eeeed0a80..f52e14b6eb698e4cccc7b8752c51dc6f10f45375 100644 (file)
@@ -2,12 +2,6 @@
 Test strtr() function : usage variations - regular & numeric strings for 'str' argument
 --FILE--
 <?php
-/* Prototype  : string strtr(string $str, string $from[, string $to]);
-                string strtr(string $str, array $replace_pairs);
- * Description: Translates characters in str using given translation tables
- * Source code: ext/standard/string.c
-*/
-
 /* Testing strtr() function by passing the
  *   combination of numeric & regular strings for 'str' argument and
  *   corresponding translation pair of chars for 'from', 'to' & 'replace_pairs' arguments
index 1ca96af3bf482bdff0cdd592685d9599b45f1802..35cbc1f0b3e557501d5853a13d586b81f5855927 100644 (file)
@@ -2,12 +2,6 @@
 Test strtr() function : usage variations - string containing special chars for 'str' argument
 --FILE--
 <?php
-/* Prototype  : string strtr(string $str, string $from[, string $to]);
-                string strtr(string $str, array $replace_pairs);
- * Description: Translates characters in str using given translation tables
- * Source code: ext/standard/string.c
-*/
-
 /* Testing strtr() function by passing the
  *   string containing various special characters for 'str' argument and
  *   corresponding translation pair of chars for 'from', 'to' & 'replace_pairs' arguments
index 5bec076e7e5f7f8d3cfade55cc01f7dbc492e335..012baf9a362bca6b1205d717c2f0716f0c7c08dc 100644 (file)
@@ -2,12 +2,6 @@
 Test strtr() function : usage variations - string containing escape sequences for 'str' argument
 --FILE--
 <?php
-/* Prototype  : string strtr(string $str, string $from[, string $to]);
-                string strtr(string $str, array $replace_pairs);
- * Description: Translates characters in str using given translation tables
- * Source code: ext/standard/string.c
-*/
-
 /* Testing strtr() function by passing the
  *   string containing various escape sequences for 'str' argument and
  *   corresponding translation pair of chars for 'from', 'to' & 'replace_pairs' arguments
index 899a17af85fef1cbec2aa4f1168b508500c80733..21e5cab7732280194a95a6714680e1b8d4bce1d1 100644 (file)
@@ -2,12 +2,6 @@
 Test strtr() function : usage variations - empty string & null for 'str' argument
 --FILE--
 <?php
-/* Prototype  : string strtr(string $str, string $from[, string $to]);
-                string strtr(string $str, array $replace_pairs);
- * Description: Translates characters in str using given translation tables
- * Source code: ext/standard/string.c
-*/
-
 /* Testing strtr() function by passing the
  *   empty string & null for 'str' argument and
  *   corresponding translation pair of chars for 'from', 'to' & 'replace_pairs' arguments
index 046b3764136ec3108fcd0036b5f8ee267d8b80a4..46902e5929d1f6944a9ea9b32cbcda3ab0262d97 100644 (file)
@@ -2,12 +2,6 @@
 Test strtr() function : usage variations - unexpected inputs for 'from' argument
 --FILE--
 <?php
-/* Prototype  : string strtr(string $str, string $from[, string $to]);
-                string strtr(string $str, array $replace_pairs);
- * Description: Translates characters in str using given translation tables
- * Source code: ext/standard/string.c
-*/
-
 /* Test strtr() function: with unexpected inputs for 'from'
  *  and expected type for 'str' & 'to' arguments
 */
index aec9d25532334d21e3608529e7ef067afcc3dbde..65aba9c51b6e7e4f38716392c2edaecd9cd7191a 100644 (file)
@@ -2,12 +2,6 @@
 Test strtr() function : usage variations - unexpected inputs for 'replace_pairs' argument
 --FILE--
 <?php
-/* Prototype  : string strtr(string $str, string $from[, string $to]);
-                string strtr(string $str, array $replace_pairs);
- * Description: Translates characters in str using given translation tables
- * Source code: ext/standard/string.c
-*/
-
 /* Test strtr() function: with unexpected inputs for 'replace_pairs'
  *  and expected type for 'str' arguments
 */
index 9e26446c4c65927f33987a282a92b5c25246318d..71131c26376aadc8c00dc66511642b6e21e10bd7 100644 (file)
@@ -2,11 +2,6 @@
 Test strval() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : string strval  ( mixed $var  )
- * Description: Get the string value of a variable.
- * Source code: ext/standard/string.c
- */
-
 echo "*** Testing strval() : basic variations ***\n";
 
 error_reporting(E_ALL ^ E_NOTICE);
index 88cca824a66ff9d5affdbdd0b4b1561efe522bef..8ec78f080f205d5fd75aaf84cdb93e20d9c1dcd7 100644 (file)
@@ -2,11 +2,6 @@
 Test strval() function : usage variations  - error conditions
 --FILE--
 <?php
-/* Prototype  : string strval  ( mixed $var  )
- * Description: Get the string value of a variable.
- * Source code: ext/standard/string.c
- */
-
 echo "*** Testing strval() : error conditions ***\n";
 
 error_reporting(E_ALL ^ E_NOTICE);
index d64a7c4ab0962fdb857466fdb98948fb8fb25706..69239df75ade10923168056bbe89690d62b84405 100644 (file)
@@ -2,11 +2,6 @@
 Test strval() function : usage variations  - Pass different data types as strval
 --FILE--
 <?php
-/* Prototype  : string strval  ( mixed $var  )
- * Description: Get the string value of a variable.
- * Source code: ext/standard/string.c
- */
-
 echo "*** Testing strval() : usage variations ***\n";
 
 //get an unset variable
index cf635294d039cc2f3c419055b95cbd3931693d25..46bf9dc39532f8a8c3b15b955b615dcc7af7690c 100644 (file)
@@ -2,11 +2,6 @@
 Test strval() function : usage variations  - Pass all valid char codes
 --FILE--
 <?php
-/* Prototype  : string strval  ( mixed $var  )
- * Description: Get the string value of a variable.
- * Source code: ext/standard/string.c
- */
-
 echo "*** Testing strval() : usage variations  - Pass all valid char codes ***\n";
 
 $s0 = "\x00\x01\x02\x03\x04\x05\x06\x07\x08\x09\x0a\x0b\x0c\x0d\x0e\x0f";
index 6028c1700884174d233b07cf876efe5cdc48a779..5addfdf2421c1e256e066b3250d0a89325e9797a 100644 (file)
Binary files a/ext/standard/tests/strings/substr.phpt and b/ext/standard/tests/strings/substr.phpt differ
index 5e22fccb88098ef8a97ffe42f91a756ac73b5b3d..d52983646acc5ce83ff6f6e57896f5937a616d3f 100644 (file)
@@ -2,11 +2,6 @@
 Test substr_replace() function : error conditions
 --FILE--
 <?php
-/* Prototype  : mixed substr_replace  ( mixed $string  , string $replacement  , int $start  [, int $length  ] )
- * Description: Replace text within a portion of a string
- * Source code: ext/standard/string.c
-*/
-
 /*
  * Testing substr_replace() for error conditions
 */
index a31d7213a1385df17656d4d581e6e6e2ca4a3794..e4601db7ac187f1373996d04082e974bc7b41ab9 100644 (file)
Binary files a/ext/standard/tests/strings/trim1.phpt and b/ext/standard/tests/strings/trim1.phpt differ
index 53fd4c7cc363f75cbc9cf57ecf33f6b25374552d..db41f27c39452f8e482f32a402d81554b44065b0 100644 (file)
@@ -3,11 +3,6 @@ Test trim() function : basic functionality
 --FILE--
 <?php
 
-/* Prototype  : string trim  ( string $str  [, string $charlist  ] )
- * Description: Strip whitespace (or other characters) from the beginning and end of a string.
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing trim() : basic functionality ***\n";
 
 $text  = "  \t\r\n\0\x0B  ---These are a few words---  \t\r\n\0\x0B  ";
index c9b92bc5c9702ca09fe0da3ffd7fc0c709f37813..d5dc27f7e0ed09ae5b7d6246140e652d0403943a 100644 (file)
@@ -3,12 +3,6 @@ Test trim() function : error conditions
 --FILE--
 <?php
 
-/* Prototype  : string trim  ( string $str  [, string $charlist  ] )
- * Description: Strip whitespace (or other characters) from the beginning and end of a string.
- * Source code: ext/standard/string.c
-*/
-
-
 echo "*** Testing trim() : error conditions ***\n";
 
 $hello = "  Hello World\n";
index 4567c3b4995ef934e723a1cdb422a29fe45f7b88..63b8eaa3b8c8ca8200e87f87748887498c308515 100644 (file)
@@ -2,11 +2,6 @@
 Test ucwords() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : string ucwords ( string $str )
- * Description: Uppercase the first character of each word in a string
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing ucwords() : basic functionality ***\n";
 
 // lines with different whitespace character
index b224caf49108e33f1789a962226786756b5d1d31..8e2e3a6f8b0e0c71fc81b4edfe16e255683b9e85 100644 (file)
@@ -2,11 +2,6 @@
 Test ucwords() function : usage variations - heredoc strings
 --FILE--
 <?php
-/* Prototype  : string ucwords ( string $str )
- * Description: Uppercase the first character of each word in a string
- * Source code: ext/standard/string.c
-*/
-
 /*
  * test ucwords() with different string prepared using heredoc
 */
index c807990091c78af65f79c93cf131f8f21ac99832..8e693647208349ab3c789c90eb503bc39ef93f28 100644 (file)
@@ -2,11 +2,6 @@
 Test ucwords() function : usage variations - single quoted string
 --FILE--
 <?php
-/* Prototype  : string ucwords ( string $str )
- * Description: Uppercase the first character of each word in a string
- * Source code: ext/standard/string.c
-*/
-
 /*
  * test ucwords() with different string prepared using single quote
 */
index be6764bc5f7a15184497a149b3846307cc254cce..70dbe4669592580ab83ed6a5d32b4d8b41ad3e6a 100644 (file)
@@ -2,11 +2,6 @@
 Test ucwords() function : usage variations - double quoted string
 --FILE--
 <?php
-/* Prototype  : string ucwords ( string $str )
- * Description: Uppercase the first character of each word in a string
- * Source code: ext/standard/string.c
-*/
-
 /*
  * test ucwords() with different string prepared using double quote
 */
index 985df47c4ab66572262bab6132b7fd3b4bc9ba02..b7613f22d2028c12bf0bfdfb2d628fc6eeaa2c92 100644 (file)
@@ -2,11 +2,6 @@
 Test ucwords() function : usage variations - custom delimiters
 --FILE--
 <?php
-/* Prototype  : string ucwords ( string $str )
- * Description: Uppercase the first character of each word in a string
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing ucwords() : usage variations ***\n";
 
 var_dump(ucwords('testing-dashed-words', '-'));
index 9308eef25e441cfd3cdf0b55c9e827838f1b0263..5da3cee2733727afb94809ce13bfd6f702a1ae2e 100644 (file)
@@ -3,11 +3,6 @@ Test unpack() function : error conditions
 --FILE--
 <?php
 
-/* Prototype  : array unpack  ( string $format  , string $data  )
- * Description: Unpack data from binary string
- * Source code: ext/standard/pack.c
-*/
-
 echo "*** Testing unpack() : error conditions ***\n";
 
 echo "\n-- Testing unpack() function with invalid format character --\n";
index 32193715943625892f83ca482805ce2ba5b2f266..3eff9ec2b0f355b0205836c5d7d9da1a533e606d 100644 (file)
@@ -6,12 +6,6 @@ Felix De Vliegher <felix.devliegher@gmail.com>
 precision=14
 --FILE--
 <?php
-/* Prototype  : int vfprintf(resource stream, string format, array args)
- * Description: Output a formatted string into a stream
- * Source code: ext/standard/formatted_print.c
- * Alias to functions:
- */
-
 function writeAndDump($fp, $format, $args)
 {
     ftruncate( $fp, 0 );
index 0c64784bc4edd3cc47373d0014459064cb35f5ed..d37f2a81c5f6f7ac0785345635551a631ea86024 100644 (file)
@@ -2,11 +2,6 @@
 Test vfprintf() function : basic functionality - string format
 --FILE--
 <?php
-/* Prototype  : int vfprintf  ( resource $handle  , string $format , array $args  )
- * Description: Write a formatted string to a stream
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing vfprintf() : basic functionality - using string format ***\n";
 
 // Initialise all required variables
index 770b41b5bc85832e74662e80574b32f7a78f6363..3d51bb7559419289050a5e0012f602b72edcc7fe 100644 (file)
@@ -2,11 +2,6 @@
 Test vfprintf() function : basic functionality - integer format
 --FILE--
 <?php
-/* Prototype  : int vfprintf  ( resource $handle  , string $format , array $args  )
- * Description: Write a formatted string to a stream
- * Source code: ext/standard/formatted_print.c
-*/
-
 /*
  *  Testing vfprintf() : basic functionality - using integer format
 */
index 142a7fdaa7777a9742027ec09e71bf5882a74688..e8b245b02c934cee37d42fa682254b3735597487 100644 (file)
@@ -2,11 +2,6 @@
 Test vfprintf() function : basic functionality - float format
 --FILE--
 <?php
-/* Prototype  : int vfprintf  ( resource $handle  , string $format , array $args  )
- * Description: Write a formatted string to a stream
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing vfprintf() : basic functionality - using float format ***\n";
 
 // Initialise all required variables
index c698c9776d9583620ed9b87739cd692d24bcdefc..d855b8b4a0846bcbff798581cef55db4d25ab951 100644 (file)
@@ -2,11 +2,6 @@
 Test vfprintf() function : basic functionality - bool format
 --FILE--
 <?php
-/* Prototype  : int vfprintf  ( resource $handle  , string $format , array $args  )
- * Description: Write a formatted string to a stream
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing vfprintf() : basic functionality - using bool format ***\n";
 
 // Initialise all required variables
index be35af78097c55b69a86107d789c87aa8c05e18e..13d17d00ec9a2f838ff2a527127ed4cc61c4d632 100644 (file)
@@ -2,11 +2,6 @@
 Test vfprintf() function : basic functionality - char format
 --FILE--
 <?php
-/* Prototype  : int vfprintf  ( resource $handle  , string $format , array $args  )
- * Description: Write a formatted string to a stream
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing vfprintf() : basic functionality - using char format ***\n";
 
 // Initialise all required variables
index 9cc0bc6a7ad9d9b0090eaa8d501da46b6e90f9e3..a11125c3658dc4ce230cbf3696fbd350ec314687 100644 (file)
@@ -2,12 +2,6 @@
 Test vfprintf() function : basic functionality - exponential format
 --FILE--
 <?php
-/* Prototype  : int vfprintf  ( resource $handle  , string $format , array $args  )
- * Description: Write a formatted string to a stream
- * Source code: ext/standard/formatted_print.c
-*/
-
-
 echo "*** Testing vfprintf() : basic functionality - using exponential format ***\n";
 
 // Initialise all required variables
index f1c36768e0c2611ee3b27ee70621251bdba8ae39..7f01387207e643d51d6b2ccf28dd1bf18438f57e 100644 (file)
@@ -6,11 +6,6 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : int vfprintf  ( resource $handle  , string $format , array $args  )
- * Description: Write a formatted string to a stream
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing vfprintf() : basic functionality - using unsigned format ***\n";
 
 // Initialise all required variables
index 54df744ff8c202ed678629a04c60a001face638a..38922f51248cb2cc8162fbdf99aa1117134ca0c2 100644 (file)
@@ -6,11 +6,6 @@ if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : int vfprintf  ( resource $handle  , string $format , array $args  )
- * Description: Write a formatted string to a stream
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing vfprintf() : basic functionality - using unsigned format ***\n";
 
 // Initialise all required variables
index a5ac35600e900f090bc75745ccab540c238a2066..99bf2da04a3698ec7ecdd27e791426c90aae329c 100644 (file)
@@ -2,11 +2,6 @@
 Test vfprintf() function : basic functionality - octal format
 --FILE--
 <?php
-/* Prototype  : int vfprintf  ( resource $handle  , string $format , array $args  )
- * Description: Write a formatted string to a stream
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing vfprintf() : basic functionality - using octal format ***\n";
 
 // Initialise all required variables
index 81cc8e0d9a47a37b1de573fd7c1ad7c995acea53..bcbd5320df24c7659973de1b5d94a86caa772681 100644 (file)
@@ -2,11 +2,6 @@
 Test vfprintf) function : basic functionality - hexadecimal format
 --FILE--
 <?php
-/* Prototype  : int vfprintf  ( resource $handle  , string $format , array $args  )
- * Description: Write a formatted string to a stream
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing vfprintf) : basic functionality - using hexadecimal format ***\n";
 
 // Initialising different format strings
index fdaecd6fb3553ae8f24d2cf7dae5c015d56e6745..bad7123456792a5e203077b17d3711ee6789398f 100644 (file)
@@ -6,12 +6,6 @@ Felix De Vliegher <felix.devliegher@gmail.com>
 precision=14
 --FILE--
 <?php
-/* Prototype  : int vfprintf(resource stream, string format, array args)
- * Description: Output a formatted string into a stream
- * Source code: ext/standard/formatted_print.c
- * Alias to functions:
- */
-
 // Open handle
 $file = 'vfprintf_error1.txt';
 $fp = fopen( $file, "a+" );
index d7ebdce3e2ebb4326964cda9dce89fd9a1464657..0f295416896dbf6fc5ad109d228b57a4d27678e6 100644 (file)
@@ -6,12 +6,6 @@ Felix De Vliegher <felix.devliegher@gmail.com>
 precision=14
 --FILE--
 <?php
-/* Prototype  : int vfprintf(resource stream, string format, array args)
- * Description: Output a formatted string into a stream
- * Source code: ext/standard/formatted_print.c
- * Alias to functions:
- */
-
 // Open handle
 $file = 'vfprintf_error3.txt';
 $fp = fopen( $file, "a+" );
index 4c5fd92d78c06307566c8e3d1a1f7f0e89c80240..fcbd86466dd5dbfdd157fbf327fed15d9e7cbe66 100644 (file)
@@ -6,12 +6,6 @@ Felix De Vliegher <felix.devliegher@gmail.com>
 precision=14
 --FILE--
 <?php
-/* Prototype  : int vfprintf(resource stream, string format, array args)
- * Description: Output a formatted string into a stream
- * Source code: ext/standard/formatted_print.c
- * Alias to functions:
- */
-
 // Open handle
 $file = 'vfprintf_error4.txt';
 $fp = fopen( $file, "a+" );
index bd8ba985cbc662881d9f06a5264ccad1698d9fe2..c9274d383bec4fed6b07a63cedbcb517bdfbbc23 100644 (file)
@@ -6,12 +6,6 @@ Felix De Vliegher <felix.devliegher@gmail.com>
 precision=14
 --FILE--
 <?php
-/* Prototype  : int vfprintf(resource stream, string format, array args)
- * Description: Output a formatted string into a stream
- * Source code: ext/standard/formatted_print.c
- * Alias to functions:
- */
-
 echo "*** Testing vfprintf() : variation functionality ***\n";
 
 // Open handle
index bfe287052c86498360ce00c9a876e922fc9feffd..c7b09c015b43d066e515e67b042c9c1676a00036 100644 (file)
@@ -2,11 +2,6 @@
 Test vprintf() function : basic functionality - string format
 --FILE--
 <?php
-/* Prototype  : int vprintf(string $format , array $args)
- * Description: Output a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing vprintf() : basic functionality - using string format ***\n";
 
 // Initialise all required variables
index e8bdb80738bfe4aa7dc4aa47fe331c420748f445..e7b7f03754ef91af43954c82bc7a4200a3376fea 100644 (file)
@@ -2,11 +2,6 @@
 Test vprintf() function : basic functionality - integer format
 --FILE--
 <?php
-/* Prototype  : string vprintf(string $format , array $args)
- * Description: Output a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 /*
  *  Testing vprintf() : basic functionality - using integer format
 */
index c052008666a7efb709d224fc3e5e25b0bca4db29..d585cf3b82c778540293bd91c0da07524323973b 100644 (file)
@@ -2,11 +2,6 @@
 Test vprintf() function : basic functionality - float format
 --FILE--
 <?php
-/* Prototype  : string vprintf(string $format , array $args)
- * Description: Output a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing vprintf() : basic functionality - using float format ***\n";
 
 // Initialise all required variables
index c884e9c3eb998b127584a74cb9d21f172866b0cf..d0a30439215421c445b35ce6eafcfccd92168442 100644 (file)
@@ -2,11 +2,6 @@
 Test vprintf() function : basic functionality - bool format
 --FILE--
 <?php
-/* Prototype  : string vprintf(string $format , array $args)
- * Description: Output a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing vprintf() : basic functionality - using bool format ***\n";
 
 // Initialise all required variables
index 94a71bedba91f6e51c7cf81239490b7796a7ad9d..56206a551097b836a930d4bba9af0585e6323421 100644 (file)
@@ -2,11 +2,6 @@
 Test vprintf() function : basic functionality - char format
 --FILE--
 <?php
-/* Prototype  : string vprintf(string $format , array $args)
- * Description: Output a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing vprintf() : basic functionality - using char format ***\n";
 
 // Initialise all required variables
index 29189ce9445507dba108dcf37034b7d917755632..6d290ab06f88ca250ba3f2d52c9a56ffdbf9fe75 100644 (file)
@@ -2,11 +2,6 @@
 Test vprintf() function : basic functionality - exponential format
 --FILE--
 <?php
-/* Prototype  : string vprintf(string $format , array $args)
- * Description: Output a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing vprintf() : basic functionality - using exponential format ***\n";
 
 // Initialise all required variables
index 14f00a8b2d00302ae88ffc51dc05c0a24770dbdd..e515edacdaf94ad2b35dab503d31f483602ba972 100644 (file)
@@ -6,11 +6,6 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : string vprintf(string $format , array $args)
- * Description: Output a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing vprintf() : basic functionality - using unsigned format ***\n";
 
 // Initialise all required variables
index 2d4424b2df19231066b3212245539230d06e43aa..7f2dd43701b88dd015cc5abc0e8db4847288bc13 100644 (file)
@@ -6,11 +6,6 @@ if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : string vprintf(string $format , array $args)
- * Description: Output a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing vprintf() : basic functionality - using unsigned format ***\n";
 
 // Initialise all required variables
index 873feb1a8f19bb455b7dfa0338e767d29015eba1..95de8557389b7f60797e4e1a9cac8ed43e01ab76 100644 (file)
@@ -2,11 +2,6 @@
 Test vprintf() function : basic functionality - octal format
 --FILE--
 <?php
-/* Prototype  : string vprintf(string $format , array $args)
- * Description: Output a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing vprintf() : basic functionality - using octal format ***\n";
 
 // Initialise all required variables
index 46b9cb94b866ab316eba23e71fb045519c643bdb..5e33b080d8b363a8488973b01baedf267a057ade 100644 (file)
@@ -2,11 +2,6 @@
 Test vprintf() function : basic functionality - hexadecimal format
 --FILE--
 <?php
-/* Prototype  : string vprintf(string $format , array $args)
- * Description: Output a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing vprintf() : basic functionality - using hexadecimal format ***\n";
 
 // Initialising different format strings
index 742c9cfadc3c29dec604df0c27ba9c5f620408b3..18cf1a7c0442a560d405cb24ad1f06a2bf3c50bb 100644 (file)
@@ -2,11 +2,6 @@
 Test vprintf() function : usage variations - unexpected values for the format argument
 --FILE--
 <?php
-/* Prototype  : string vprintf(string $format, array $args)
- * Description: Output a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 /*
  * Test vprintf() when different unexpected format strings are passed to
  * the '$format' argument of the function
index 5022b3d5c6f526cbe85cab2dc9721c25cb8b4988..2926c62a6ed9794506eee48490d2c7ba6f28dadb 100644 (file)
@@ -6,11 +6,6 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : string vprintf(string format, array args)
- * Description: Output a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 /*
  * Test vprintf() when different octal formats and octal values are passed to
  * the '$format' and '$args' arguments of the function
index e183dcd838e3b8db5539399c3d74b20c2aaabf2f..d642613b05d28f373a9b4bbfc9a57f2b27fb6fc3 100644 (file)
@@ -6,11 +6,6 @@ if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : string vprintf(string format, array args)
- * Description: Output a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 /*
  * Test vprintf() when different octal formats and octal values are passed to
  * the '$format' and '$args' arguments of the function
index 3bd79f92269340fa881e50fbc179c6f31183d431..cac53da18f4d83029daf48b863b25b448814bb3b 100644 (file)
@@ -6,11 +6,6 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : string vprintf(string format, array args)
- * Description: Output a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 /*
  * Test vprintf() when different octal formats and non-octal values are passed to
  * the '$format' and '$args' arguments of the function
index 5b34b4a5b679906dd5086aaff4312f82b80d7b81..e3eee1268124e3590f06bfaf2821358d13b5b2d3 100644 (file)
@@ -6,11 +6,6 @@ if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : string vprintf(string format, array args)
- * Description: Output a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 /*
  * Test vprintf() when different octal formats and non-octal values are passed to
  * the '$format' and '$args' arguments of the function
index 39c696368985701ab8bff8134ac8dbb0d9ee6f23..952115b2f1e3ea65a0d21aaf087b0bb804062947 100644 (file)
@@ -6,11 +6,6 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : string vprintf(string format, array args)
- * Description: Output a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 /*
  * Test vprintf() when different hexa formats and hexa values are passed to
  * the '$format' and '$args' arguments of the function
index c9af50fc948e493208d1cd14b6b4720fc511919f..881942e607c2ec295939ab9eb69c22660af6e244 100644 (file)
@@ -6,11 +6,6 @@ if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : string vprintf(string format, array args)
- * Description: Output a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 /*
  * Test vprintf() when different hexa formats and hexa values are passed to
  * the '$format' and '$args' arguments of the function
index 4ea430bcb8a4540139f0101165147e2b3f27aada..ce65e8726d871fc982edcd6d95c3df970ed6da20 100644 (file)
@@ -6,11 +6,6 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : string vprintf(string format, array args)
- * Description: Output a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 /*
  * Test vprintf() when different hexa formats and non-hexa values are passed to
  * the '$format' and '$args' arguments of the function
index 85fdab372a6fc0270d703f38e528ab99fcb17759..91ef18a9fb3b6d1501684f467783df98ab627557 100644 (file)
@@ -6,11 +6,6 @@ if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : string vprintf(string format, array args)
- * Description: Output a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 /*
  * Test vprintf() when different hexa formats and non-hexa values are passed to
  * the '$format' and '$args' arguments of the function
index 40dd2acce95f66c4a760c8678a84d381044edc11..c8ae74f2aa75efadae7a7009923ec00de8d7b8b0 100644 (file)
@@ -6,11 +6,6 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : string vprintf(string format, array args)
- * Description: Output a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 /*
  * Test vprintf() when different unsigned formats and unsigned values
  * are passed to the '$format' and '$args' arguments of the function
index 6a154143974e5f09fd2ab5c77f3161a88e12a122..2729e8f54af74f704f0befedb8941d4396fa86d6 100644 (file)
@@ -6,11 +6,6 @@ if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : string vprintf(string format, array args)
- * Description: Output a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 /*
  * Test vprintf() when different unsigned formats and unsigned values
  * are passed to the '$format' and '$args' arguments of the function
index b723c065255b0fdf4156cbc548d1f77a3a54b9b6..70ecdab99e071a1d888b34344bf0e3af10dcb4bd 100644 (file)
@@ -6,11 +6,6 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : string vprintf(string format, array args)
- * Description: Output a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 /*
  * Test vprintf() when different unsigned formats and signed values and other types of values
  * are passed to the '$format' and '$args' arguments of the function
index 1d33f070a536189994d61ff91c1b35c43d03c53f..9ea63998bfe0357b29af9b5a381cb4843a47dbb0 100644 (file)
@@ -6,11 +6,6 @@ if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : string vprintf(string format, array args)
- * Description: Output a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 /*
  * Test vprintf() when different unsigned formats and signed values and other types of values
  * are passed to the '$format' and '$args' arguments of the function
index d17b789ca3b1b81bae09d0f014ec4410e346dd2a..f4660fcb57f6c679be48abe54ca345c93343f8bf 100644 (file)
@@ -2,11 +2,6 @@
 Test vsprintf() function : usage variations - scientific formats with scientific values
 --FILE--
 <?php
-/* Prototype  : string vsprintf(string format, array args)
- * Description: Output a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 /*
  * Test vprintf() when different scientific formats and scientific values
  * are passed to the '$format' and '$args' arguments of the function
index 2c9168cc87b523ed95b00bf378705ff2a40b91d7..0a3251f0acb5fb9aec6d4bcdf49498c3fef3cca2 100644 (file)
@@ -2,11 +2,6 @@
 Test vprintf() function : usage variations - scientific formats with non-scientific values
 --FILE--
 <?php
-/* Prototype  : string vprintf(string format, array args)
- * Description: Output a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 /*
  * Test vprintf() when different scientific formats and non-scientific values are passed to
  * the '$format' and '$args' arguments of the function
index 446eb433835e6117da04e1a5ec5a9771390e2eda..d4f30ecec1f8bd1f74f27e418e541a3324045a49 100644 (file)
@@ -6,11 +6,6 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : string vprintf(string $format , array $args)
- * Description: Output a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing vprintf() : with  white spaces in format strings ***\n";
 
 // initializing the format array
index 779ed87740cbd8dad6bbb84c40040f4c8c5a7d1f..672ac62eea2787610bb046a07fc7ee1297fe0d0b 100644 (file)
@@ -6,11 +6,6 @@ if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : string vprintf(string $format , array $args)
- * Description: Output a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing vprintf() : with  white spaces in format strings ***\n";
 
 // initializing the format array
index 40b526f1e3a4b9d357819bdad1315422f2a9343e..1f04a6395dd35656e083349a3c5da0ab60e7b6b0 100644 (file)
@@ -2,11 +2,6 @@
 Test vprintf() function : usage variations - unexpected values for args argument
 --FILE--
 <?php
-/* Prototype  : string vprintf(string format, array args)
- * Description: Output a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 /*
  * Test vprintf() when different unexpected values are passed to
  * the '$args' arguments of the function
index e3350e70d709acab8f459ab66ff449759b0e8bcb..e6b0afab7db477f86aa0b2a6673a44e06846feef 100644 (file)
@@ -2,11 +2,6 @@
 Test vprintf() function : usage variations - int formats with int values
 --FILE--
 <?php
-/* Prototype  : string vprintf(string format, array args)
- * Description: Output a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 /*
  * Test vprintf() when different int formats and int values are passed to
  * the '$format' and '$args' arguments of the function
index 6df68cfb863dadfb4dc7819bdd780aa30e02b608..63018a9db8a86f6684e94957ae135aef96fe72cc 100644 (file)
@@ -6,11 +6,6 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : string vprintf(string format, array args)
- * Description: Output a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 /*
  * Test vprintf() when different int formats and non-int values are passed to
  * the '$format' and '$args' arguments of the function
index 3df0a9432d3e7bddd38536ecc42d689c08032884..5631a9adb72f16c2ac3799d22d4a3b9400bbae74 100644 (file)
@@ -6,11 +6,6 @@ if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : string vprintf(string format, array args)
- * Description: Output a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 /*
  * Test vprintf() when different int formats and non-int values are passed to
  * the '$format' and '$args' arguments of the function
index bdc41718f01e4f37d801bbaadd9ecb1c7df3fbfc..b09acb787739683c49ebccaf94dcd45c3956e133 100644 (file)
@@ -2,11 +2,6 @@
 Test vprintf() function : usage variations - float formats with float values
 --FILE--
 <?php
-/* Prototype  : string vprintf(string format, array args)
- * Description: Output a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 /*
  * Test vprintf() when different float formats and float values are passed to
  * the '$format' and '$args' arguments of the function
index 869babcb587b2c1f014be3d53691f8c70d984b8f..ab19f530699f760f1c40565e22ddbfcf4ed0b1fd 100644 (file)
@@ -2,11 +2,6 @@
 Test vprintf() function : usage variations - float formats with non-float values
 --FILE--
 <?php
-/* Prototype  : string vprintf(string format, array args)
- * Description: Output a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 /*
  * Test vprintf() when different float formats and non-float values are passed to
  * the '$format' and '$args' arguments of the function
index 6e66d9b182078bf8161b15c98063718675a1cd22..5cda7611a54489846ea29432d825a970b2b65946 100644 (file)
Binary files a/ext/standard/tests/strings/vprintf_variation7.phpt and b/ext/standard/tests/strings/vprintf_variation7.phpt differ
index a41f53cf02b8818ba8240eebdf21469dfd9168a8..9b838387c548ad78bcfac416585bd0e3177e6421 100644 (file)
@@ -2,11 +2,6 @@
 Test vprintf() function : usage variations - string formats with non-string values
 --FILE--
 <?php
-/* Prototype  : string vprintf(string format, array args)
- * Description: Return a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 /*
  * Test vprintf() when different string formats and non-string values are passed to
  * the '$format' and '$args' arguments of the function
index adc35c6b54562d81726dd3c512c091c9a68fea7c..7a1da7e69daf672adfd7ae39021ccec33eefff96 100644 (file)
Binary files a/ext/standard/tests/strings/vprintf_variation9.phpt and b/ext/standard/tests/strings/vprintf_variation9.phpt differ
index 611e4b8fbd73ac3ea6db914f663cdc1d0e9d7ad7..b8dea3342d66f26da2b0897360190ea476753a26 100644 (file)
@@ -2,11 +2,6 @@
 Test vsprintf() function : basic functionality - string format
 --FILE--
 <?php
-/* Prototype  : string vsprintf(string $format , array $args)
- * Description: Return a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing vsprintf() : basic functionality - using string format ***\n";
 
 // Initialise all required variables
index 1afaeb961514ddb425d8177e6f8edab85181c33f..86f7380dc1c6e006589dbe608b9f686fce6d3e41 100644 (file)
@@ -2,11 +2,6 @@
 Test vsprintf() function : basic functionality - integer format
 --FILE--
 <?php
-/* Prototype  : string vsprintf(string $format , array $args)
- * Description: Return a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 /*
  *  Testing vsprintf() : basic functionality - using integer format
 */
index 44da08c536480815c823a96eeab68f7ab468b5b9..97275193a4a912f2766698413b375f8e8c13c453 100644 (file)
@@ -2,11 +2,6 @@
 Test vsprintf() function : basic functionality - float format
 --FILE--
 <?php
-/* Prototype  : string vsprintf(string $format , array $args)
- * Description: Return a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing vsprintf() : basic functionality - using float format ***\n";
 
 // Initialise all required variables
index 569ba939875187f5d3a8c96192a17c722dca6a9d..80482b2dfe9405dbc81b53c025e18948b83200e1 100644 (file)
@@ -2,11 +2,6 @@
 Test vsprintf() function : basic functionality - bool format
 --FILE--
 <?php
-/* Prototype  : string vsprintf(string $format , array $args)
- * Description: Return a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing vsprintf() : basic functionality - using bool format ***\n";
 
 // Initialise all required variables
index 78abb4523d2f063a6ccaa083a8942d6fb7b4f0fd..82f78b18227187f208a37030602c29a8a5911c94 100644 (file)
@@ -2,11 +2,6 @@
 Test vsprintf() function : basic functionality - char format
 --FILE--
 <?php
-/* Prototype  : string vsprintf(string $format , array $args)
- * Description: Return a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing vsprintf() : basic functionality - using char format ***\n";
 
 // Initialise all required variables
index fe8e31d168479e380b0af96d1baa9c3b472ad2d8..ae72e5af044cd20f1b4a05bfe2bef672038b37f4 100644 (file)
@@ -2,11 +2,6 @@
 Test vsprintf() function : basic functionality - exponential format
 --FILE--
 <?php
-/* Prototype  : string vsprintf(string $format , array $args)
- * Description: Return a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing vsprintf() : basic functionality - using exponential format ***\n";
 
 // Initialise all required variables
index bb4bc246fea34f623adf0211103c45066a235a8d..e9a3dae7e7a4f14f582d466cf2295af861dec322 100644 (file)
@@ -6,11 +6,6 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : string vsprintf(string $format , array $args)
- * Description: Return a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing vsprintf() : basic functionality - using unsigned format ***\n";
 
 // Initialise all required variables
index fa040715df5f7393b8de046abc89ceaaa9a8c8de..664b5174a973c01e5f70940271227d73efb4526c 100644 (file)
@@ -6,11 +6,6 @@ if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
 ?>
 --FILE--
 <?php
-/* Prototype  : string vsprintf(string $format , array $args)
- * Description: Return a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing vsprintf() : basic functionality - using unsigned format ***\n";
 
 // Initialise all required variables
index e7728af3ca9d0a9d014d3b6d8974a509bd6c81aa..6a5b01fb1aebc0e0e200e2913841d1e889532b53 100644 (file)
@@ -2,11 +2,6 @@
 Test vsprintf() function : basic functionality - octal format
 --FILE--
 <?php
-/* Prototype  : string vsprintf(string $format , array $args)
- * Description: Return a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing vsprintf() : basic functionality - using octal format ***\n";
 
 // Initialise all required variables
index 6dc5a4f4b7b593b959d90b028f6542357fda0028..30019d35e7a4934d9a5e5aa7dec313e7c721643b 100644 (file)
@@ -2,11 +2,6 @@
 Test vsprintf() function : basic functionality - hexadecimal format
 --FILE--
 <?php
-/* Prototype  : string vsprintf(string $format , array $args)
- * Description: Return a formatted string
- * Source code: ext/standard/formatted_print.c
-*/
-
 echo "*** Testing vsprintf() : basic functionality - using hexadecimal format ***\n";
 
 // Initialising different format strings
index 37f15a3db211ec19027ff99eb2aa2e1f294c0258..ec40e96f801449ae837822d5ca92803000796931 100644 (file)
@@ -2,11 +2,6 @@
 Test wordwrap() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : string wordwrap ( string $str [, int $width [, string $break [, bool $cut]]] )
- * Description: Wraps buffer to selected number of characters using string break char
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing wordwrap() : basic functionality ***\n";
 
 // Initialize all required variables
index a3f75de6fb5b01eff6148a77fcdb62dd6a24b4c0..26020f1e17da87436aee3e2e54094fc0a5261162 100644 (file)
@@ -2,11 +2,6 @@
 Test wordwrap() function : error conditions
 --FILE--
 <?php
-/* Prototype  : string wordwrap ( string $str [, int $width [, string $break [, bool $cut]]] )
- * Description: Wraps buffer to selected number of characters using string break char
- * Source code: ext/standard/string.c
-*/
-
 echo "*** Testing wordwrap() : error conditions ***\n";
 
 $str = 'testing wordwrap function';
index 9efa096555cec1dba9faf95cf3b06d73959d292d..70c97ed5fa7aaca47d55d208fa795a5c20527925 100644 (file)
@@ -2,11 +2,6 @@
 Test wordwrap() function : usage variations  - valid break arguments(spaces)
 --FILE--
 <?php
-/* Prototype  : string wordwrap ( string $str [, int $width [, string $break [, bool $cut]]] )
- * Description: Wraps buffer to selected number of characters using string break char
- * Source code: ext/standard/string.c
-*/
-
 /*
  *test wordwrap() with break arguments as single spaces
 */
index 666cbcd0e3683ba9bda5c48a2768ba523b40c88b..7be1e75c001370936965eb490d525b82b1788ea0 100644 (file)
@@ -9,11 +9,6 @@ Test strptime() function : basic functionality
 ?>
 --FILE--
 <?php
-/* Prototype  : array strptime  ( string $date  , string $format  )
- * Description:  Parse a time/date generated with strftime()
- * Source code: ext/standard/datetime.c
-*/
-
 $orig = setlocale(LC_ALL, 'C');
 date_default_timezone_set("GMT");
 
index 87965cd1a2b048f8ba3581d68614387e68fdf19f..c71ee0b465dd004a902c4843beee30d752c8b9e0 100644 (file)
@@ -8,12 +8,6 @@ if (!function_exists('strptime')) {
 ?>
 --FILE--
 <?php
-/* Prototype  : array strptime  ( string $date  , string $format  )
- * Description: Parse a time/date generated with strftime()
- * Source code: ext/standard/datetime.c
- * Alias to functions:
- */
-
 //Set the default time zone
 date_default_timezone_set("Europe/London");
 
index bf7b8310f3afbbf6fe9576672cb25158b46c78d2..1905e1af350f02f6a46331902f755f0ec0de8b2f 100644 (file)
@@ -8,11 +8,6 @@ Test strptime() function : basic functionality
 ?>
 --FILE--
 <?php
-/* Prototype  : array strptime  ( string $date  , string $format  )
- * Description:  Parse a time/date generated with strftime()
- * Source code: ext/standard/datetime.c
-*/
-
 $orig = setlocale(LC_ALL, 'C');
 date_default_timezone_set("GMT");
 putenv("TZ=GMT");
index 2ce6ce6354b072906403e46f9d46a4e3323b7cc6..11264814fead3ec2066aa0adb68d6c3f6189ec7b 100644 (file)
@@ -2,12 +2,6 @@
 Test base64_decode() function : basic functionality - ensure all base64 alphabet is supported.
 --FILE--
 <?php
-/* Prototype  : proto string base64_decode(string str[, bool strict])
- * Description: Decodes string using MIME base64 algorithm
- * Source code: ext/standard/base64.c
- * Alias to functions:
- */
-
 echo "Decode an input string containing the whole base64 alphabet:\n";
 $allbase64 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/VV==";
 var_dump(bin2hex(base64_decode($allbase64)));
index 647fbd3b5c4d1b148e89165c2a774ea8312e645a..7d19e9cb9c65f90c0859652b26c9fa44a3e7c9a6 100644 (file)
@@ -2,12 +2,6 @@
 Test base64_decode() function : basic functionality - strict vs non-strict with non-base64 chars.
 --FILE--
 <?php
-/* Prototype  : proto string base64_decode(string str[, bool strict])
- * Description: Decodes string using MIME base64 algorithm
- * Source code: ext/standard/base64.c
- * Alias to functions:
- */
-
 echo "Decode 'hello world!':\n";
 $noWhiteSpace = "aGVsbG8gd29ybGQh";
 var_dump(base64_decode($noWhiteSpace));
index 0871404453b34b631d62ea62c3bd606c3970b96a..521f959da43c39773a87e2b4f9ed983470f67874 100644 (file)
@@ -2,12 +2,6 @@
 Test base64_decode() function : basic functionality - padding and whitespace
 --FILE--
 <?php
-/* Prototype  : proto string base64_decode(string str[, bool strict])
- * Description: Decodes string using MIME base64 algorithm
- * Source code: ext/standard/base64.c
- * Alias to functions:
- */
-
 echo "Test base64_decode (output as JSON):\n";
 $data = [
     "", "=", "==", "===", "====",
index ff8c20e1b5af90e03b7a1184e17d5533d8eb5446..a85c1b0a0f8daf4410f7520a647a1a4b2110a18c 100644 (file)
@@ -2,12 +2,6 @@
 Test base64_encode() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : proto string base64_encode(string str)
- * Description: Encodes string using MIME base64 algorithm
- * Source code: ext/standard/base64.c
- * Alias to functions:
- */
-
 /*
  * Test base64_encode with single byte values.
  */
index 94af3c93bde1e410ed3818b3a50aab0609ae4c96..697afc09160d53ca3c9e5f5f8daa1ee9f63b5ec4 100644 (file)
@@ -2,12 +2,6 @@
 Test base64_encode() function : basic functionality - check algorithm round trips
 --FILE--
 <?php
-/* Prototype  : proto string base64_encode(string str)
- * Description: Encodes string using MIME base64 algorithm
- * Source code: ext/standard/base64.c
- * Alias to functions:
- */
-
 /*
  * Test base64_encode with single byte values.
  */
index 89a63010b980d35b42b2afa9967e681d6d18d991..c5f5042483ba70363cf81a07cfc8761a65e74190 100644 (file)
@@ -2,12 +2,6 @@
 Test parse_url() function: Parse a load of URLs without specifying the component
 --FILE--
 <?php
-/* Prototype  : proto mixed parse_url(string url, [int url_component])
- * Description: Parse a and return its components
- * Source code: ext/standard/url.c
- * Alias to functions:
- */
-
 /*
  * Parse a load of URLs without specifying the component
  */
index 9616278fc639a97fc42eab9bab2e8cee3e509c6d..6b773671c9f4a686f28c8b2647dae0521901e6b4 100644 (file)
@@ -2,12 +2,6 @@
 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_SCHEME as the URL component
 --FILE--
 <?php
-/* Prototype  : proto mixed parse_url(string url, [int url_component])
- * Description: Parse a URL and return its components
- * Source code: ext/standard/url.c
- * Alias to functions:
- */
-
 /*
  * Parse a load of URLs without specifying PHP_URL_SCHEME as the URL component
  */
index 668ee5aab23aa6bf559c3eae39d5ee0b7f7e54e4..01f1ca7c2a5bd5dcf3011594a70c57eedd1d114a 100644 (file)
@@ -2,12 +2,6 @@
 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_HOST as the URL component
 --FILE--
 <?php
-/* Prototype  : proto mixed parse_url(string url, [int url_component])
- * Description: Parse a URL and return its components
- * Source code: ext/standard/url.c
- * Alias to functions:
- */
-
 /*
  * Parse a load of URLs without specifying PHP_URL_HOST as the URL component
  */
index 464ed20d423252c514d547eb5a3020155a8cdd17..2a57f8d4c7050d9059978c249d57104813582386 100644 (file)
@@ -2,12 +2,6 @@
 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_PORT as the URL component
 --FILE--
 <?php
-/* Prototype  : proto mixed parse_url(string url, [int url_component])
- * Description: Parse a URL and return its components
- * Source code: ext/standard/url.c
- * Alias to functions:
- */
-
 /*
  * Parse a load of URLs without specifying PHP_URL_PORT as the URL component
  */
index f7761819878147c46672c0995885d6e24c671c5f..1c85375b6f771bce63e949f557aae9c5e75ca698 100644 (file)
@@ -2,12 +2,6 @@
 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_USER as the URL component
 --FILE--
 <?php
-/* Prototype  : proto mixed parse_url(string url, [int url_component])
- * Description: Parse a URL and return its components
- * Source code: ext/standard/url.c
- * Alias to functions:
- */
-
 /*
  * Parse a load of URLs without specifying PHP_URL_USER as the URL component
  */
index fc6378106b2cc7c14798dda26341ca758633eb8c..a469e647ff663f08d39b32da456835ea258689ac 100644 (file)
@@ -2,12 +2,6 @@
 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_PASS as the URL component
 --FILE--
 <?php
-/* Prototype  : proto mixed parse_url(string url, [int url_component])
- * Description: Parse a URL and return its components
- * Source code: ext/standard/url.c
- * Alias to functions:
- */
-
 /*
  * Parse a load of URLs without specifying PHP_URL_PASS as the URL component
  */
index ebcd968879f90bbaeaf619b746d445db4da43bc1..c1f29119d9e866c0eb17ff032388d5782d043555 100644 (file)
@@ -2,12 +2,6 @@
 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_PATH as the URL component
 --FILE--
 <?php
-/* Prototype  : proto mixed parse_url(string url, [int url_component])
- * Description: Parse a URL and return its components
- * Source code: ext/standard/url.c
- * Alias to functions:
- */
-
 /*
  * Parse a load of URLs without specifying PHP_URL_PATH as the URL component
  */
index 033a4489d0f3af62c911f09bf066b10d938f55af..db7c7f088919614474927a84b7f4065fd38eebfb 100644 (file)
@@ -2,12 +2,6 @@
 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_QUERY as the URL component
 --FILE--
 <?php
-/* Prototype  : proto mixed parse_url(string url, [int url_component])
- * Description: Parse a URL and return its components
- * Source code: ext/standard/url.c
- * Alias to functions:
- */
-
 /*
  * Parse a load of URLs without specifying PHP_URL_QUERY as the URL component
  */
index 539d05bbd70f957e88ac36207713148c00ce6045..34c78869a5b1a6fcfe43e324da6533197d6cc316 100644 (file)
@@ -2,12 +2,6 @@
 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_FRAGMENT as the URL component
 --FILE--
 <?php
-/* Prototype  : proto mixed parse_url(string url, [int url_component])
- * Description: Parse a URL and return its components
- * Source code: ext/standard/url.c
- * Alias to functions:
- */
-
 /*
  * Parse a load of URLs without specifying PHP_URL_FRAGMENT as the URL component
  */
index bf1835fbf8d719dce8af96561208780a013634dc..4f977bc0e309beec9812064ceada8e1ecb12e093 100644 (file)
@@ -2,12 +2,6 @@
 Test parse_url() function : check values of URL related constants
 --FILE--
 <?php
-/* Prototype  : proto mixed parse_url(string url, [int url_component])
- * Description: Parse a URL and return its components
- * Source code: ext/standard/url.c
- * Alias to functions:
- */
-
 /*
  *  check values of URL related constants
  */
index f1581632d011acfec7668a97440405848203a967..8747e568e939109da18fe187ed477b84ed86da5c 100644 (file)
@@ -2,12 +2,6 @@
 Test parse_url() function: url component specifier out of range
 --FILE--
 <?php
-/* Prototype  : proto mixed parse_url(string url, [int url_component])
- * Description: Parse a URL and return its components
- * Source code: ext/standard/url.c
- * Alias to functions:
- */
-
 echo "*** Testing parse_url() : error conditions: url component specifier out of range ***\n";
 $url = 'http://secret:hideout@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123';
 
index f9bc28c6f2c784d962f48ea2a09958f3c0e1dee7..923a1d096b1300cb2e140f585bf0e51e4963d361 100644 (file)
@@ -4,11 +4,6 @@ Test token_get_all() function : basic functionality
 <?php if (!extension_loaded("tokenizer")) print "skip"; ?>
 --FILE--
 <?php
-/* Prototype  : array token_get_all(string $source)
- * Description : splits the given source into an array of PHP language tokens
- * Source code: ext/tokenizer/tokenizer.c
-*/
-
 echo "*** Testing token_get_all() : basic functionality ***\n";
 
 // with php open/close tags
index e81643fd61f478aa3da1d232a6b3f9881962e91b..743af16dd1047778af26f1f6bcde63c631d80844 100644 (file)
@@ -4,11 +4,6 @@ Test token_get_all() function : usage variations - with constant tokens
 <?php if (!extension_loaded("tokenizer")) print "skip"; ?>
 --FILE--
 <?php
-/* Prototype  : array token_get_all(string $source)
- * Description: splits the given source into an array of PHP language tokens
- * Source code: ext/tokenizer/tokenizer.c
-*/
-
 /*
  * Using different types of constants in 'source' string to check them for token
  * integer const - T_LNUMBER(305)
index 3a22a194b7e8a6c0d684e3022d0855662528e49e..e569145096c574cdc4a2b1748430e51f6cedbf15 100644 (file)
@@ -4,11 +4,6 @@ Test token_get_all() function : usage variations - with control structure tokens
 <?php if (!extension_loaded("tokenizer")) print "skip"; ?>
 --FILE--
 <?php
-/* Prototype  : array token_get_all(string $source)
- * Description: splits the given source into an array of PHP language tokens
- * Source code: ext/tokenizer/tokenizer.c
-*/
-
 /*
  * Using different control structure keywords
  *   if..else, elseif - T_IF(301), T_ELSEIF(302), T_ELSE(303)
index 4684edf7f7b0d6c584930ad948d5a9c9cbfb3964..e09fc0da8e389e7d99aafaf32317bdcfbef3a70c 100644 (file)
@@ -4,11 +4,6 @@ Test token_get_all() function : usage variations - with predefined language cons
 <?php if (!extension_loaded("tokenizer")) print "skip"; ?>
 --FILE--
 <?php
-/* Prototype  : array token_get_all(string $source)
- * Description: splits the given source into an array of PHP language tokens
- * Source code: ext/tokenizer/tokenizer.c
-*/
-
 /*
  * Testing token_get_all() with following predefined language constants:
  *   __FILE__     - T_FILE
index 6779048cf019e7b4cff07bcb2d63c9fc45880d18..9136aeec3f5f14ae6ca83c58000e3067242ffc33 100644 (file)
@@ -4,11 +4,6 @@ Test token_get_all() function : usage variations - with class/object constructs
 <?php if (!extension_loaded("tokenizer")) print "skip"; ?>
 --FILE--
 <?php
-/* Prototype  : array token_get_all(string $source)
- * Description: splits the given source into an array of PHP language tokens
- * Source code: ext/tokenizer/tokenizer.c
-*/
-
 /*
  * Testing token_get_all() with different class/object keywords
  *   scope related :
index aa41f066fda07b94d91ddf74631765f54a9f0e44..bfb968cab855e32e580681a89e29dd906f5ed9f8 100644 (file)
@@ -4,11 +4,6 @@ Test token_get_all() function : usage variations - invalid token values
 <?php if (!extension_loaded("tokenizer")) print "skip"; ?>
 --FILE--
 <?php
-/* Prototype  : array token_get_all(string $source)
- * Description: splits the given source into an array of PHP language tokens
- * Source code: ext/tokenizer/tokenizer.c
-*/
-
 /*
  * Testing token_get_all() with 'source' string containing invalid/unknown token value
  *  unknown tokens - T_UNKNOWN(307)
index c72bbe41b96a0874867659addac2999918a0473d..988135f05e7c4300614c97b214e1a5dbed0d92b1 100644 (file)
@@ -4,11 +4,6 @@ Test token_get_all() function : usage variations - heredoc string for 'source'
 <?php if (!extension_loaded("tokenizer")) print "skip"; ?>
 --FILE--
 <?php
-/* Prototype  : array token_get_all(string $source)
- * Description: splits the given source into an array of PHP language tokens
- * Source code: ext/tokenizer/tokenizer.c
-*/
-
 /*
  * Testing token_get_all() with heredoc 'source' string with all different types of token and heredoc string within
  *     <<<EOT - T_START_HEREDOC(371)
index f93ec870fcd8f4f61c357495df7ea2c745c6c9f6..bd97ff4eb89c8dac15f5e89a6651576159660677 100644 (file)
@@ -4,11 +4,6 @@ Test token_get_all() function : usage variations - with function constructs
 <?php if (!extension_loaded("tokenizer")) print "skip"; ?>
 --FILE--
 <?php
-/* Prototype  : array token_get_all(string $source)
- * Description: splits the given source into an array of PHP language tokens
- * Source code: ext/tokenizer/tokenizer.c
-*/
-
 /*
  * Testing token_get_all() with different function keywords
  *   function - T_FUNCTION(333), return - T_RETURN(335)
index da4df47594a1601334df758de1772f97667906aa..809a46b136927120b5acad7b3764b789b00c863b 100644 (file)
@@ -4,11 +4,6 @@ Test token_get_all() function : usage variations - with exception keywords
 <?php if (!extension_loaded("tokenizer")) print "skip"; ?>
 --FILE--
 <?php
-/* Prototype  : array token_get_all(string $source)
- * Description: splits the given source into an array of PHP language tokens
- * Source code: ext/tokenizer/tokenizer.c
-*/
-
 /*
  * Testing token_get_all() with different exception keywords
  *   try - T_TRY(336),
index b0578569509646d413fb7c739117169ae316ae0b..89b0223fc8a47d9895c7ba8d712965a5e1d0f32b 100644 (file)
@@ -4,11 +4,6 @@ Test token_get_all() function : usage variations - with HTML code
 <?php if (!extension_loaded("tokenizer")) print "skip"; ?>
 --FILE--
 <?php
-/* Prototype  : array token_get_all(string $source)
- * Description: splits the given source into an array of PHP language tokens
- * Source code: ext/tokenizer/tokenizer.c
-*/
-
 /*
  * Testing token_get_all() with source string containing HTML code with PHP
  *   HTML tags are considered to be T_INLINE_HTML(311)
index 866a67c6b6c19f5dd2d85db30d21dd891d889709..294bec1482c163a068258323b4f22c6b6c9a673c 100644 (file)
@@ -4,11 +4,6 @@ Test token_get_all() function : usage variations - with different arithmetic ope
 <?php if (!extension_loaded("tokenizer")) print "skip"; ?>
 --FILE--
 <?php
-/* Prototype  : array token_get_all(string $source)
- * Description: splits the given source into an array of PHP language tokens
- * Source code: ext/tokenizer/tokenizer.c
-*/
-
 /*
  * Passing 'source' argument with different arithmetic operators to test them for token
  * Arithmetic operators: +, -, *, /, % are not listed as specific operator tokens,
index fc995918bd5d05c5df7ef41beddf4d55e0e9fc5e..e0171d77a817f7fae0a1998569d761fe4ab39c38 100644 (file)
@@ -4,11 +4,6 @@ Test token_get_all() function : usage variations - with logical operators
 <?php if (!extension_loaded("tokenizer")) print "skip"; ?>
 --FILE--
 <?php
-/* Prototype  : array token_get_all(string $source)
- * Description: splits the given source into an array of PHP language tokens
- * Source code: ext/tokenizer/tokenizer.c
-*/
-
 /*
  * Passing 'source' argument with different logical operators to test them for tokens
  *   and - T_AND_LOGICAL_AND(265),
index be18ddf0b35c1dbce87fd849cc678fd5496a2994..3a20e93ae570d458e9d8af54fcf72838ec8fe18a 100644 (file)
@@ -4,11 +4,6 @@ Test token_get_all() function : usage variations - with comparison operators
 <?php if (!extension_loaded("tokenizer")) print "skip"; ?>
 --FILE--
 <?php
-/* Prototype  : array token_get_all(string $source)
- * Description: splits the given source into an array of PHP language tokens
- * Source code: ext/tokenizer/tokenizer.c
-*/
-
 /*
  * Passing 'source' argument with different comparison operators to test them for tokens
  *  == - T_IS_EQUAL(283), === - T_IS_IDENTICAL(281),
index 3eed7676658b200898e1cb58c562f543a83d5266..a7c87fb6910dc04662b6d169bc39d04aa5cff254 100644 (file)
@@ -4,11 +4,6 @@ Test token_get_all() function : usage variations - with assignment operators
 <?php if (!extension_loaded("tokenizer")) print "skip"; ?>
 --FILE--
 <?php
-/* Prototype  : array token_get_all(string $source)
- * Description: splits the given source into an array of PHP language tokens
- * Source code: ext/tokenizer/tokenizer.c
-*/
-
 /*
  * Passing 'source' argument with different assignment operators to test them for tokens
  *  += - T_PLUS_EQUAL(277), -= - T_MINUS-EQUAL(276),
index 06c13bd32c18acbd4c095297b8d229c1cd51af90..42e8a4bcb13cdea7cb796c36de45e7aa1a24e78e 100644 (file)
@@ -4,11 +4,6 @@ Test token_get_all() function : usage variations - with bitwise operators
 <?php if (!extension_loaded("tokenizer")) print "skip"; ?>
 --FILE--
 <?php
-/* Prototype  : array token_get_all(string $source)
- * Description: splits the given source into an array of PHP language tokens
- * Source code: ext/tokenizer/tokenizer.c
-*/
-
 /*
  * Passing 'source' argument with different bitwise operators to test them for token
  *  << - T_SL(287)
index 6d976a40549ddcf76585c16c3589aea22ede828a..6eff10054bd3f21f0e91dac6f0d512b74052824b 100644 (file)
@@ -4,11 +4,6 @@ Test token_get_all() function : usage variations - with increment/decrement oper
 <?php if (!extension_loaded("tokenizer")) print "skip"; ?>
 --FILE--
 <?php
-/* Prototype  : array token_get_all(string $source)
- * Description: splits the given source into an array of PHP language tokens
- * Source code: ext/tokenizer/tokenizer.c
-*/
-
 /*
  * Passing 'source' argument with different increment/decrement operators to test them for token
  *  ++ - T_INC(297)
index 14a051955ef5dbb6c086f934b78d362ca46bd070..b105a0792d8754c207232ec34f86944a55cb6bd9 100644 (file)
@@ -4,11 +4,6 @@ Test token_get_all() function : usage variations - with type casting operators
 <?php if (!extension_loaded("tokenizer")) print "skip"; ?>
 --FILE--
 <?php
-/* Prototype  : array token_get_all(string $source)
- * Description: splits the given source into an array of PHP language tokens
- * Source code: ext/tokenizer/tokenizer.c
-*/
-
 /*
  * Passing 'source' argument with different type casting operators to test them for token
  *  (int)/(integer) - T_INT_CAST(295), (float)/(real)/(double) - T_DOUBLE_CAST(294),
index 45660e984cf235b4e95f2cfca1b04e5408852e9a..082525a176ef8c43768ca9c6eb8dcd14de52030b 100644 (file)
@@ -4,11 +4,6 @@ Test token_get_all() function : usage variations - with different types of comme
 <?php if (!extension_loaded("tokenizer")) print "skip"; ?>
 --FILE--
 <?php
-/* Prototype  : array token_get_all(string $source)
- * Description: splits the given source into an array of PHP language tokens
- * Source code: ext/tokenizer/tokenizer.c
-*/
-
 /*
  * Passing 'source' argument with different style of comments
  */
index 28c7acf9c38f311efe3ca422eee31bb8364275a1..3f980495676f723000bae75749a341d2d06ab9ca 100644 (file)
@@ -8,12 +8,6 @@ if (!extension_loaded("xml")) {
 ?>
 --FILE--
 <?php
-/* Prototype  : proto int xml_parse_into_struct(resource parser, string data, array &struct, array &index)
- * Description: Parsing a XML document
- * Source code: ext/xml/xml.c
- * Alias to functions:
- */
-
 echo "*** Testing xml_parse_into_struct() : variation ***\n";
 
 $simple = "<main><para><note>simple note</note></para><para><note>simple note</note></para></main>";
index 48d91eafb6a7c3742603082a614dbbaef8b5776b..7d398dfd7014e3ed41d14e4a3dec7b4c1d455447 100644 (file)
@@ -8,12 +8,6 @@ if (!extension_loaded("xml")) {
 ?>
 --FILE--
 <?php
-/* Prototype  : proto bool xml_set_notation_decl_handler  ( resource $parser  , callback $handler  )
- * Description: Sets the notation declaration handler function for the XML parser.
- * Source code: ext/xml/xml.c
- * Alias to functions:
- */
-
 echo "Simple testcase for xml_parser_get_option() function\n";
 
 $parser = xml_parser_create_ns();
index 4187ddf0683476d8759d821a06fce6c8cda1b6ae..b9d4b945e711208165b831cbe706ea35d03a1d73 100644 (file)
@@ -8,12 +8,6 @@ if (!extension_loaded("xml")) {
 ?>
 --FILE--
 <?php
-/* Prototype  : proto int xml_parser_set_option(resource parser, int option, mixed value)
- * Description: Set options in an XML parser
- * Source code: ext/xml/xml.c
- * Alias to functions:
- */
-
 echo "*** Testing xml_parser_set_option() : usage variations ***\n";
 
 class aClass {
index c7b8b0904902e374b1e9c1c36acbbc0e3cbb47c3..6ceaea63d09145f5f2a1d0bf442b99cc94b1407f 100644 (file)
@@ -8,12 +8,6 @@ if (!extension_loaded("xml")) {
 ?>
 --FILE--
 <?php
-/* Prototype  : proto bool xml_set_notation_decl_handler  ( resource $parser  , callback $handler  )
- * Description: Sets the notation declaration handler function for the XML parser.
- * Source code: ext/xml/xml.c
- * Alias to functions:
- */
-
 class XML_Parser
 {
 
index f13c52517f40a5a7c16cd7314638777bba451d24..54a71fd48c7716221d8159172c17beb356b59da5 100644 (file)
@@ -8,12 +8,6 @@ if (!extension_loaded("xml")) {
 ?>
 --FILE--
 <?php
-/* Prototype  : proto bool xml_set_processing_instruction_handler  ( resource $parser  , callback $handler  )
- * Description: Sets the processing instruction (PI) handler function for the XML parser.
- * Source code: ext/xml/xml.c
- * Alias to functions:
- */
-
 class XML_Parser
 {
 
index 8d75d2099c1a5846c860fc5edd4a277f83d1e99a..6a783f6cfcd71def47bdd99424a53ff24f29cd32 100644 (file)
@@ -8,12 +8,6 @@ if (!extension_loaded("xml")) {
 ?>
 --FILE--
 <?php
-/* Prototype  : bool xml_set_start_namespace_decl_handler  ( resource $parser  , callback $handler  )
- * Description: Set up start namespace declaration handler.
- * Source code: ext/xml/xml.c
- * Alias to functions:
- */
-
 $xml = <<<HERE
 <aw1:book xmlns:aw1="http://www.somewhere.com/namespace1"
           xmlns:aw2="file:/DTD/somewhere.dtd">
index 66231a3f989dbdb47ed06823bc5fad1807c22361..3a8ee949bc4a75ea5da046ef2c9acb053ed57e92 100644 (file)
@@ -8,12 +8,6 @@ if (!extension_loaded("zlib")) {
 ?>
 --FILE--
 <?php
-/* Prototype  : string gzcompress(string data [, int level, [int encoding]])
- * Description: Gzip-compress a string
- * Source code: ext/zlib/zlib.c
- * Alias to functions:
- */
-
 /*
  * add a comment here to say what the test is supposed to do
  */
index 81fe35b27d2663393da2063fc5ca2f910cf8d407..c63df4347cefc48af890af4bad89beefc7faebc3 100644 (file)
@@ -8,12 +8,6 @@ if (!extension_loaded("zlib")) {
 ?>
 --FILE--
 <?php
-/* Prototype  : string gzcompress(string data [, int level, [int encoding]])
- * Description: Gzip-compress a string
- * Source code: ext/zlib/zlib.c
- * Alias to functions:
- */
-
 /*
  * add a comment here to say what the test is supposed to do
  */
index df7f84a66e4ed2db2c26787aed8ea22b74075394..e3cc8e846beee604ff1988624141b4eeab268ce8 100644 (file)
@@ -8,12 +8,6 @@ if (!extension_loaded("zlib")) {
 ?>
 --FILE--
 <?php
-/* Prototype  : string gzcompress(string data [, int level, [int encoding]])
- * Description: Gzip-compress a string
- * Source code: ext/zlib/zlib.c
- * Alias to functions:
- */
-
 include(__DIR__ . '/data.inc');
 
 echo "*** Testing gzcompress() : variation ***\n";
index 004637902e96d9e5c2219ace8c574fc2876e2867..5257e4db6c5374b358bff752b5c9c95d49d07191 100644 (file)
@@ -8,12 +8,6 @@ if (!extension_loaded("zlib")) {
 ?>
 --FILE--
 <?php
-/* Prototype  : string gzdeflate(string data [, int level, [int encoding]])
- * Description: Gzip-compress a string
- * Source code: ext/zlib/zlib.c
- * Alias to functions:
- */
-
 /*
  * add a comment here to say what the test is supposed to do
  */
index 9cee96259e30255789f735da249e9f7afdc26466..f229b353ed2e67c95640c5a40c8913ec51ec4027 100644 (file)
@@ -8,12 +8,6 @@ if (!extension_loaded("zlib")) {
 ?>
 --FILE--
 <?php
-/* Prototype  : string gzdeflate(string data [, int level, [int encoding]])
- * Description: Gzip-compress a string
- * Source code: ext/zlib/zlib.c
- * Alias to functions:
- */
-
 /*
  * add a comment here to say what the test is supposed to do
  */
index de632e8f7d480fe58c76f9c065e34abe8242e47d..3058b1d9008f41e45fb16c642d7e7428ee72c829 100644 (file)
@@ -8,12 +8,6 @@ if (!extension_loaded("zlib")) {
 ?>
 --FILE--
 <?php
-/* Prototype  : string gzdeflate(string data [, int level])
- * Description: Gzip-compress a string
- * Source code: ext/zlib/zlib.c
- * Alias to functions:
- */
-
 include(__DIR__ . '/data.inc');
 
 echo "*** Testing gzdeflate() : variation ***\n";
index bd23ad77e28627a7ca01900a8570ea1342ebf64d..927e0406db246371dce26876340fd969b986c0fe 100644 (file)
@@ -8,12 +8,6 @@ if (!extension_loaded("zlib")) {
 ?>
 --FILE--
 <?php
-/* Prototype  : string gzencode  ( string $data  [, int $level  [, int $encoding_mode  ]] )
- * Description: Gzip-compress a string
- * Source code: ext/zlib/zlib.c
- * Alias to functions:
- */
-
 /*
  * Test basic function of gzencode
  */
index 6c0974a6f6594d0e7c5ddf286c459e3ee03acbe7..062497ef11fd77bf68c8dc6858d126a0849af24a 100644 (file)
@@ -8,12 +8,6 @@ if (!extension_loaded("zlib")) {
 ?>
 --FILE--
 <?php
-/* Prototype  : string gzencode  ( string $data  [, int $level  [, int $encoding_mode  ]] )
- * Description: Gzip-compress a string
- * Source code: ext/zlib/zlib.c
- * Alias to functions:
- */
-
 /*
  * Test error cases for gzencode
  */
index 140ac6286b972ac9aebb07f7780a480fbe4850b0..7272b4e7dc582ce4a17c5667e18d0b7808a17505 100644 (file)
@@ -13,12 +13,6 @@ if (!extension_loaded("zlib")) {
 ?>
 --FILE--
 <?php
-/* Prototype  : string gzencode  ( string $data  [, int $level  [, int $encoding_mode  ]] )
- * Description: Gzip-compress a string
- * Source code: ext/zlib/zlib.c
- * Alias to functions:
- */
-
 if(!function_exists("gzdecode")) {
     function gzdecode($data)
     {
index 3c49e635cf31eeb20c49e4a2f3b14e9115765068..625745629872cfa24feb27cbb801a8699fc671ec 100644 (file)
@@ -17,12 +17,6 @@ if (PHP_OS == "Darwin") {
 ?>
 --FILE--
 <?php
-/* Prototype  : string gzencode  ( string $data  [, int $level  [, int $encoding_mode  ]] )
- * Description: Gzip-compress a string
- * Source code: ext/zlib/zlib.c
- * Alias to functions:
- */
-
 include(__DIR__ . '/data.inc');
 
 echo "*** Testing gzencode() : variation ***\n";
index e2a379ed139665da9fa24d553136a5d99ef9faa8..5ad5a1cdc424e857d30f126ec3ea02f205768412 100644 (file)
@@ -18,12 +18,6 @@ if (version_compare(get_zlib_version(), "1.2.11") < 0) {
 ?>
 --FILE--
 <?php
-/* Prototype  : string gzencode  ( string $data  [, int $level  [, int $encoding_mode  ]] )
- * Description: Gzip-compress a string
- * Source code: ext/zlib/zlib.c
- * Alias to functions:
- */
-
 echo "*** Testing gzencode() : variation ***\n";
 
 $data = "A small string to encode\n";
index a29079684826e3f8a22e56198bd736a6e0b90f50..d5c0844006908feea970d271d1f8641c2986851a 100644 (file)
@@ -17,12 +17,6 @@ if (PHP_OS == "Darwin") {
 ?>
 --FILE--
 <?php
-/* Prototype  : string gzencode  ( string $data  [, int $level  [, int $encoding_mode  ]] )
- * Description: Gzip-compress a string
- * Source code: ext/zlib/zlib.c
- * Alias to functions:
- */
-
 echo "*** Testing gzencode() : variation ***\n";
 
 $data = "A small string to encode\n";
index 870a2c2265c0b07126257fffd64343785de1d24e..2ddb3adb6b9fc07729b831f7c8bc7e3dedfa259b 100644 (file)
@@ -8,12 +8,6 @@ if (!extension_loaded("zlib")) {
 ?>
 --FILE--
 <?php
-/* Prototype  : string gzinflate(string data [, int length])
- * Description: Unzip a gzip-compressed string
- * Source code: ext/zlib/zlib.c
- * Alias to functions:
- */
-
 include(__DIR__ . '/data.inc');
 
 echo "*** Testing gzinflate() : error conditions ***\n";
index d6a2ab9b5ce53189e2b8ac0396d193200664e90e..a1768e8e005840af3e0dcade1c3e3c5202fdf00b 100644 (file)
@@ -8,12 +8,6 @@ if (!extension_loaded("zlib")) {
 ?>
 --FILE--
 <?php
-/* Prototype  : resource gzopen(string filename, string mode [, int use_include_path])
- * Description: Open a .gz-file and return a .gz-file pointer
- * Source code: ext/zlib/zlib.c
- * Alias to functions:
- */
-
 echo "*** Testing gzopen() : basic functionality ***\n";
 
 
index 5893270bb5bc1197861865c39cf3218e0e3ecf58..2b5a9c61d160474a9e55652d3ad17dff3744db86 100644 (file)
@@ -8,12 +8,6 @@ if (!extension_loaded("zlib")) {
 ?>
 --FILE--
 <?php
-/* Prototype  : resource gzopen(string filename, string mode [, int use_include_path])
- * Description: Open a .gz-file and return a .gz-file pointer
- * Source code: ext/zlib/zlib.c
- * Alias to functions:
- */
-
 echo "*** Testing gzopen() : basic functionality ***\n";
 
 
index 2c9214ff4318631248b0d7e620eac4cfb83cfd06..3fe924a282fc05037b0a6fdb8a85f2685ce3b2ce 100644 (file)
@@ -8,12 +8,6 @@ if (!extension_loaded("zlib")) {
 ?>
 --FILE--
 <?php
-/* Prototype  : resource gzopen(string filename, string mode [, int use_include_path])
- * Description: Open a .gz-file and return a .gz-file pointer
- * Source code: ext/zlib/zlib.c
- * Alias to functions:
- */
-
 echo "*** Testing gzopen() : usage variation ***\n";
 
 $testName = 'gzopen_variation4';
index 661ffe8759a00f48a1ff6bb73d6ab226d160dcd1..a1cf48ba18ed066927e3c736cc783324a96d98e6 100644 (file)
@@ -8,12 +8,6 @@ if (!extension_loaded("zlib")) {
 ?>
 --FILE--
 <?php
-/* Prototype  : resource gzopen(string filename, string mode [, int use_include_path])
- * Description: Open a .gz-file and return a .gz-file pointer
- * Source code: ext/zlib/zlib.c
- * Alias to functions:
- */
-
 require_once('gzopen_include_path.inc');
 
 echo "*** Testing gzopen() : variation ***\n";
index 08007bcc2403045ca5f11b9177f5a9e9d0352251..631314818fcddcabc0a6b83c4a59c604e3db2619 100644 (file)
@@ -8,12 +8,6 @@ if (!extension_loaded("zlib")) {
 ?>
 --FILE--
 <?php
-/* Prototype  : resource gzopen(string filename, string mode [, int use_include_path])
- * Description: Open a .gz-file and return a .gz-file pointer
- * Source code: ext/zlib/zlib.c
- * Alias to functions:
- */
-
 echo "*** Testing gzopen() : variation ***\n";
 $absfile = __FILE__.'.tmp';
 $relfile = "gzopen_variation6.tmp";
index ed6c55ff1c9caaf8bc6b8db93f4eb273b5da2871..1885a048d6807136965ed5b8d83065db893ace9a 100644 (file)
@@ -8,12 +8,6 @@ if (!extension_loaded("zlib")) {
 ?>
 --FILE--
 <?php
-/* Prototype  : resource gzopen(string filename, string mode [, int use_include_path])
- * Description: Open a .gz-file and return a .gz-file pointer
- * Source code: ext/zlib/zlib.c
- * Alias to functions:
- */
-
 echo "*** Testing gzopen() : variation ***\n";
 
 $data = <<<EOT
index d2148973db5853b80fa324e567e6d8db63658844..91e2a4297657f6852389b118887fb8fc7413ced2 100644 (file)
@@ -8,12 +8,6 @@ if (!extension_loaded("zlib")) {
 ?>
 --FILE--
 <?php
-/* Prototype  : resource gzopen(string filename, string mode [, int use_include_path])
- * Description: Open a .gz-file and return a .gz-file pointer
- * Source code: ext/zlib/zlib.c
- * Alias to functions:
- */
-
 echo "*** Testing gzopen() : variation ***\n";
 
 $modes = array('r+', 'rf', 'w+' , 'e');
index f572c704a81ae7dea07c9938175c258f0ded6d58..d82d7069e3a2d15f515e3918def3e2dd8a47e616 100644 (file)
@@ -8,12 +8,6 @@ if (!extension_loaded("zlib")) {
 ?>
 --FILE--
 <?php
-/* Prototype  : string gzuncompress(string data [, int length])
- * Description: Unzip a gzip-compressed string
- * Source code: ext/zlib/zlib.c
- * Alias to functions:
- */
-
 include(__DIR__ . '/data.inc');
 
 echo "*** Testing gzuncompress() : basic functionality ***\n";
index 2f9b6d9e451c5e1beb8f35c14efdc90956764477..5390cce93832d8c61f0b037ad0b4a7a46a7c2bed 100644 (file)
@@ -8,12 +8,6 @@ if (!extension_loaded("zlib")) {
 ?>
 --FILE--
 <?php
-/* Prototype  : string gzuncompress(string data [, int length])
- * Description: Unzip a gzip-compressed string
- * Source code: ext/zlib/zlib.c
- * Alias to functions:
- */
-
 echo "*** Testing gzuncompress() : error conditions ***\n";
 
 echo "\n-- Testing with a buffer that is too small --\n";
index fb1ce2c208dcccf056a28f3772342be6ae61ad39..266cda1e2434b6436b0b2edcd62c6dcc6e8ef5c8 100644 (file)
@@ -3,7 +3,6 @@ Test basic functionality of flush()
 --FILE--
 <?php
 /*
- * proto void flush(void)
  * Function is implemented in ext/standard/basic_functions.c.
  */
 
index 584df6b81c258fdd5bf96e3282b539b6c6f4d4e2..c247fd12f7c55f446852d4b156943cd5595d1204 100644 (file)
@@ -2,12 +2,6 @@
 Test ob_clean() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : proto bool ob_clean(void)
- * Description: Clean (delete) the current output buffer
- * Source code: main/output.c
- * Alias to functions:
- */
-
 echo "*** Testing ob_clean() : basic functionality ***\n";
 
 // Zero arguments
@@ -29,7 +23,7 @@ echo "Done";
 
 -- Testing ob_clean() function with Zero arguments --
 
-Notice: ob_clean(): Failed to delete buffer. No buffer to delete in %s on line 12
+Notice: ob_clean(): Failed to delete buffer. No buffer to delete in %s on line %d
 bool(false)
 string(61) "bool(true)
 Ensure the buffer is still active after the clean."
index 491618ddbf3b3b3d1db63f97cb8bf211189ca71c..e3432a2243f36763df005393fb066e4e2c6623dc 100644 (file)
@@ -3,7 +3,6 @@ Test return type and value, as well as basic behaviour, for ob_end_clean()
 --FILE--
 <?php
 /*
- * proto bool ob_end_clean(void)
  * Function is implemented in main/output.c
 */
 
@@ -20,10 +19,10 @@ var_dump(ob_end_clean());
 
 ?>
 --EXPECTF--
-Notice: ob_end_clean(): Failed to delete buffer. No buffer to delete in %s on line 7
+Notice: ob_end_clean(): Failed to delete buffer. No buffer to delete in %s on line %d
 bool(false)
 bool(true)
 bool(true)
 
-Notice: ob_end_clean(): Failed to delete buffer. No buffer to delete in %s on line 16
+Notice: ob_end_clean(): Failed to delete buffer. No buffer to delete in %s on line %d
 bool(false)
index 00e70b3b9262f6019d2fcce5664d9eeaa712b5b8..1a2e7f63a3b8b4f44968bc6c03be440db9c6bfa8 100644 (file)
@@ -2,12 +2,6 @@
 Test ob_end_flush() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : proto bool ob_end_flush(void)
- * Description: Flush (send) the output buffer, and delete current output buffer
- * Source code: main/output.c
- * Alias to functions:
- */
-
 echo "*** Testing ob_end_flush() : basic functionality ***\n";
 
 // Zero arguments
@@ -30,12 +24,12 @@ echo "Done";
 
 -- Testing ob_end_flush() function with Zero arguments --
 
-Notice: ob_end_flush(): Failed to delete and flush buffer. No buffer to delete or flush in %s on line 12
+Notice: ob_end_flush(): Failed to delete and flush buffer. No buffer to delete or flush in %s on line %d
 bool(false)
 bool(true)
 Hello
 bool(true)
 
-Notice: ob_end_flush(): Failed to delete and flush buffer. No buffer to delete or flush in %s on line 21
+Notice: ob_end_flush(): Failed to delete and flush buffer. No buffer to delete or flush in %s on line %d
 bool(false)
 Done
index 6c98738d47610c60b6fb5caee7738837035eaf10..e26f69f1a432df61d1816227fbcf79d3ac3f1830 100644 (file)
@@ -2,12 +2,6 @@
 Test ob_flush() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : proto bool ob_flush(void)
- * Description: Flush (send) contents of the output buffer. The last buffer content is sent to next buffer
- * Source code: main/output.c
- * Alias to functions:
- */
-
 echo "*** Testing ob_flush() : basic functionality ***\n";
 
 // Zero arguments
@@ -30,7 +24,7 @@ echo "Done";
 
 -- Testing ob_flush() function with Zero arguments --
 
-Notice: ob_flush(): Failed to flush buffer. No buffer to flush in %s on line 12
+Notice: ob_flush(): Failed to flush buffer. No buffer to flush in %s on line %d
 bool(false)
 This should get flushed.
 bool(true)
index 2ccf4904857f4f8295f480228b57dc080722a388..c545dcbd14469c377d63ab6369c33e045fdca2c6 100644 (file)
@@ -3,7 +3,6 @@ Test return type and value, as well as basic behaviour, of ob_get_clean()
 --FILE--
 <?php
 /*
- * proto bool ob_get_clean(void)
  * Function is implemented in main/output.c
 */
 
index 9b744385946506655e8b6ab34ec8c7ec09b145af..30e2adcfab11089c1809b965fd756fc7caea068e 100644 (file)
@@ -3,7 +3,6 @@ Test basic behaviour of ob_get_clean()
 --FILE--
 <?php
 /*
- * proto bool ob_get_clean(void)
  * Function is implemented in main/output.c
 */
 
index 3f24ea04f6609c0fd5c18f81389e230d8fa5ccc2..21c7d3c83a67029871ac1adb259acdc51692c2da 100644 (file)
@@ -4,13 +4,6 @@ Test ob_get_contents() function : basic functionality
 Iain Lewis <ilewis@php.net>
 --FILE--
 <?php
-/* Prototype  : proto string ob_get_contents(void)
- * Description: Return the contents of the output buffer
- * Source code: main/output.c
- * Alias to functions:
- */
-
-
 echo "*** Testing ob_get_contents() : basic functionality ***\n";
 
 // Zero arguments
index 892d10671918fe823172fa5b2ace68a696b56724..9895d3d806f1d2b566c993146da39e9d9a9b7bf1 100644 (file)
@@ -3,7 +3,6 @@ Test return type and value, as well as basic behaviour, of ob_get_length()
 --FILE--
 <?php
 /*
- * proto int ob_get_length(void)
  * Function is implemented in main/output.c
 */
 
index f9b009ac8e816374a74ba4cbdaea34398430231b..3c95d3661add2b55612cb24001c7c347d46e32b5 100644 (file)
@@ -2,12 +2,6 @@
 Test ob_get_level() function : basic functionality
 --FILE--
 <?php
-/* Prototype  : proto int ob_get_level(void)
- * Description: Return the nesting level of the output buffer
- * Source code: main/output.c
- * Alias to functions:
- */
-
 echo "*** Testing ob_get_level() : basic functionality ***\n";
 
 // Zero arguments
@@ -42,6 +36,6 @@ int(2)
 int(1)
 int(0)
 
-Notice: ob_end_flush(): Failed to delete and flush buffer. No buffer to delete or flush in %s on line 26
+Notice: ob_end_flush(): Failed to delete and flush buffer. No buffer to delete or flush in %s on line %d
 int(0)
 Done
index 780eb6dfbba7d6d96a1268a91b8411a15a35080c..a5370eda52c6af300ac906b135ec41d764be738d 100644 (file)
@@ -2,12 +2,6 @@
 Test ob_implicit_flush() function : check return value (always null).
 --FILE--
 <?php
-/* Prototype  : proto void ob_implicit_flush([int flag])
- * Description: Turn implicit flush on/off and is equivalent to calling flush() after every output call
- * Source code: main/output.c
- * Alias to functions:
- */
-
 echo "*** Testing ob_implicit_flush() : check return value ***\n";
 
 var_dump(ob_implicit_flush());
index 37d10ba6402980aa02a3749a00f4640eb923de7e..3e46d8f810f942f32686f3bb7e3c40016ad85e3e 100644 (file)
@@ -2,12 +2,6 @@
 Test ob_implicit_flush() function : ensure implicit flushing does not apply to user buffers.
 --FILE--
 <?php
-/* Prototype  : proto void ob_implicit_flush([int flag])
- * Description: Turn implicit flush on/off and is equivalent to calling flush() after every output call
- * Source code: main/output.c
- * Alias to functions:
- */
-
 echo "*** Testing ob_implicit_flush() : ensure implicit flushing does not apply to user buffers. ***\n";
 
 // Start a user buffer
index 0b06f6077f399a2e33dd1c5e0d7743a2729ce26f..8d9b3be2aca90ded4b8fbfb43e8f415a273f21f7 100644 (file)
@@ -3,7 +3,6 @@ Test return type and value for ob_start()
 --FILE--
 <?php
 /*
- * proto bool ob_start([ string|array user_function [, int chunk_size [, bool erase]]])
  * Function is implemented in main/output.c
 */
 
index f072a31f130ca5d27a9c1c230db873c338a8ca42..41edb01eb9f522f26aff68d221064c8a0fa7d014 100644 (file)
@@ -5,7 +5,6 @@ opcache.optimization_level=0
 --FILE--
 <?php
 /*
- * proto bool ob_start([ string|array user_function [, int chunk_size [, bool erase]]])
  * Function is implemented in main/output.c
 */
 // In HEAD, $chunk_size value of 1 should not have any special behaviour (http://marc.info/?l=php-internals&m=123476465621346&w=2).
index 4c3aa9c7eb06e446d30180648ed1569902a0f9cd..d13c27c4af99e4bff140237cfa7e16edaee17e2a 100644 (file)
@@ -3,7 +3,6 @@ ob_start(): non-static method as static callbacks.
 --FILE--
 <?php
 /*
- * proto bool ob_start([ string|array user_function [, int chunk_size [, bool erase]]])
  * Function is implemented in main/output.c
 */
 
index 6df545ea221d0f339d1d74e81525f45214fa6bcc..3e5666fd6b078f0e8ae54e94b4aab1820f91335d 100644 (file)
@@ -3,7 +3,6 @@ ob_start(): ensure multiple buffer initialization with a single call using array
 --FILE--
 <?php
 /*
- * proto bool ob_start([ string|array user_function [, int chunk_size [, bool erase]]])
  * Function is implemented in main/output.c
 */
 
@@ -72,43 +71,43 @@ var_dump(ob_start(array('f', 'C::g', array(array($c, "g"), array($c, "h")))));
 checkAndClean();
 ?>
 --EXPECTF--
- ---> Test arrays:
+---> Test arrays:
 
-Warning: ob_start(): array must have exactly two members in %s on line 44
+Warning: ob_start(): array must have exactly two members in %s on line %d
 
-Notice: ob_start(): Failed to create buffer in %s on line 44
+Notice: ob_start(): Failed to create buffer in %s on line %d
 bool(false)
 Array
 (
 )
 
-Warning: ob_start(): class 'f' not found in %s on line 47
+Warning: ob_start(): class 'f' not found in %s on line %d
 
-Notice: ob_start(): Failed to create buffer in %s on line 47
+Notice: ob_start(): Failed to create buffer in %s on line %d
 bool(false)
 Array
 (
 )
 
-Warning: ob_start(): array must have exactly two members in %s on line 50
+Warning: ob_start(): array must have exactly two members in %s on line %d
 
-Notice: ob_start(): Failed to create buffer in %s on line 50
+Notice: ob_start(): Failed to create buffer in %s on line %d
 bool(false)
 Array
 (
 )
 
-Warning: ob_start(): array must have exactly two members in %s on line 53
+Warning: ob_start(): array must have exactly two members in %s on line %d
 
-Notice: ob_start(): Failed to create buffer in %s on line 53
+Notice: ob_start(): Failed to create buffer in %s on line %d
 bool(false)
 Array
 (
 )
 
-Warning: ob_start(): array must have exactly two members in %s on line 56
+Warning: ob_start(): array must have exactly two members in %s on line %d
 
-Notice: ob_start(): Failed to create buffer in %s on line 56
+Notice: ob_start(): Failed to create buffer in %s on line %d
 bool(false)
 Array
 (
@@ -126,9 +125,9 @@ Array
 )
 
 
-Warning: ob_start(): array must have exactly two members in %s on line 68
+Warning: ob_start(): array must have exactly two members in %s on line %d
 
-Notice: ob_start(): Failed to create buffer in %s on line 68
+Notice: ob_start(): Failed to create buffer in %s on line %d
 bool(false)
 Array
 (
index 36efb124a75d45c1827c2e33beef144278ef080d..98c348fe4a580f1d8488fb5e6bb6b56c4c3a0fdf 100644 (file)
@@ -3,7 +3,6 @@ Test wrong number of arguments and wrong arg types for ob_start()
 --FILE--
 <?php
 /*
- * proto bool ob_start([ string|array user_function [, int chunk_size [, bool erase]]])
  * Function is implemented in main/output.c
 */
 
@@ -23,7 +22,7 @@ var_dump(ob_start(1.5));
 --EXPECTF--
 Arg 1 wrong type
 
-Warning: ob_start(): no array or string given in %s on line 17
+Warning: ob_start(): no array or string given in %s on line %d
 
-Notice: ob_start(): Failed to create buffer in %s on line 17
+Notice: ob_start(): Failed to create buffer in %s on line %d
 bool(false)
index 447547182bd29245b56dee0417d47eb86cb4c38c..7de4b77061304138a4fa886124feae88d2cb8856 100644 (file)
@@ -3,7 +3,6 @@ Test wrong number of arguments and wrong arg types for ob_start()
 --FILE--
 <?php
 /*
- * proto bool ob_start([ string|array user_function [, int chunk_size [, bool erase]]])
  * Function is implemented in main/output.c
 */
 
@@ -20,23 +19,23 @@ var_dump(ob_start("no"));
 echo "done"
 ?>
 --EXPECTF--
-Warning: ob_start(): class 'nonExistent' not found in %s on line 13
+Warning: ob_start(): class 'nonExistent' not found in %s on line %d
 
-Notice: ob_start(): Failed to create buffer in %s on line 13
+Notice: ob_start(): Failed to create buffer in %s on line %d
 bool(false)
 
-Warning: ob_start(): class 'C' does not have a method 'nonExistent' in %s on line 14
+Warning: ob_start(): class 'C' does not have a method 'nonExistent' in %s on line %d
 
-Notice: ob_start(): Failed to create buffer in %s on line 14
+Notice: ob_start(): Failed to create buffer in %s on line 13
 bool(false)
 
-Warning: ob_start(): class 'C' does not have a method 'no' in %s on line 15
+Warning: ob_start(): class 'C' does not have a method 'no' in %s on line %d
 
-Notice: ob_start(): Failed to create buffer in %s on line 15
+Notice: ob_start(): Failed to create buffer in %s on line 14
 bool(false)
 
-Warning: ob_start(): function 'no' not found or invalid function name in %s on line 16
+Warning: ob_start(): function 'no' not found or invalid function name in %s on line %d
 
-Notice: ob_start(): Failed to create buffer in %s on line 16
+Notice: ob_start(): Failed to create buffer in %s on line 15
 bool(false)
 done
index 30b030daf72f26923da0362d2f772670b00c303c..70e86e3728d5ffe5d8bd27ee35ac6c48b25b1bf1 100644 (file)
@@ -3,7 +3,6 @@ Test ob_start() with object supplied but no method.
 --FILE--
 <?php
 /*
- * proto bool ob_start([ string|array user_function [, int chunk_size [, bool erase]]])
  * Function is implemented in main/output.c
 */
 
@@ -17,6 +16,6 @@ echo "done"
 --EXPECTF--
 Warning: ob_start(): array must have exactly two members in %s on line %d
 
-Notice: ob_start(): Failed to create buffer in %s on line 11
+Notice: ob_start(): Failed to create buffer in %s on line %d
 bool(false)
 done
index ecbb40e7fc1f95207b687fdc8b7aea34c237b2b7..003c61d1fd8c03d9d532f81b682b2f1101a38b7e 100644 (file)
@@ -3,7 +3,6 @@ Test ob_start() with non existent callback method.
 --FILE--
 <?php
 /*
- * proto bool ob_start([ string|array user_function [, int chunk_size [, bool erase]]])
  * Function is implemented in main/output.c
 */
 
@@ -17,6 +16,6 @@ echo "done"
 --EXPECTF--
 Warning: ob_start(): class 'C' does not have a method 'f' in %s on line %d
 
-Notice: ob_start(): Failed to create buffer in %s on line 11
+Notice: ob_start(): Failed to create buffer in %s on line %d
 bool(false)
 done
index e11fc3ad89602dfc11ae5abf88660e2663a3a70f..2930a0474855e70179072908a42fb00296894ce5 100644 (file)
@@ -4,7 +4,6 @@ ob_start(): ensure buffers can't be added from within callback.
 <?php
 
 /*
- * proto bool ob_start([ string|array user_function [, int chunk_size [, bool erase]]])
  * Function is implemented in main/output.c
 */
 
@@ -20,4 +19,4 @@ var_dump(ob_start('f'));
 echo "done";
 ?>
 --EXPECTF--
-Fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in %s on line 9
+Fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in %s on line %d