]> granicus.if.org Git - php/commitdiff
Make error messages more consistent by fixing capitalization
authorMáté Kocsis <kocsismate@woohoolabs.com>
Wed, 15 Jan 2020 10:27:29 +0000 (11:27 +0100)
committerMáté Kocsis <kocsismate@woohoolabs.com>
Fri, 17 Jan 2020 13:52:46 +0000 (14:52 +0100)
Closes GH-5066 As a first step, let's capitalize their initial letter when it is applicable.

432 files changed:
Zend/tests/bug30998.phpt
Zend/tests/bug60909_1.phpt
Zend/tests/bug64960.phpt
Zend/tests/debug_backtrace_with_include_and_this.phpt
Zend/tests/include_stat_is_quiet.phpt
Zend/zend_exceptions.c
ext/bcmath/libbcmath/src/raise.c
ext/bcmath/libbcmath/src/raisemod.c
ext/bcmath/tests/bcpow_error1.phpt
ext/bcmath/tests/bcpow_error2.phpt
ext/bcmath/tests/bug72093.phpt
ext/bcmath/tests/bug75178.phpt
ext/bz2/bz2.c
ext/bz2/tests/001.phpt
ext/bz2/tests/002.phpt
ext/bz2/tests/bzopen_string_filename_with_null_bytes.phpt
ext/calendar/cal_unix.c
ext/calendar/calendar.c
ext/calendar/tests/cal_days_in_month_error1.phpt
ext/calendar/tests/cal_from_jd_error1.phpt
ext/calendar/tests/cal_info.phpt
ext/calendar/tests/cal_to_jd_error1.phpt
ext/calendar/tests/unixtojd_error1.phpt
ext/com_dotnet/com_iterator.c
ext/curl/interface.c
ext/curl/tests/bug48207.phpt
ext/curl/tests/curl_version_error_001.phpt
ext/date/php_date.c
ext/exif/tests/exif_imagetype_error.phpt
ext/ffi/ffi.c
ext/ffi/tests/003.phpt
ext/ffi/tests/004.phpt
ext/ffi/tests/013.phpt
ext/ffi/tests/015.phpt
ext/ffi/tests/016.phpt
ext/ffi/tests/017.phpt
ext/ffi/tests/018.phpt
ext/ffi/tests/028.phpt
ext/fileinfo/tests/bug68996.phpt
ext/fileinfo/tests/finfo_file_001.phpt
ext/fileinfo/tests/finfo_open_001.phpt
ext/fileinfo/tests/finfo_open_error.phpt
ext/fileinfo/tests/mime_content_type_001.phpt
ext/filter/logical_filters.c
ext/filter/tests/031.phpt
ext/filter/tests/bug51368.phpt
ext/ftp/ftp.c
ext/ftp/php_ftp.c
ext/ftp/tests/005.phpt
ext/gd/gd_compat.c
ext/gd/libgd/gd_security.c
ext/gd/libgd/gd_tga.c
ext/gd/libgd/gd_xbm.c
ext/gd/tests/001-mb.phpt
ext/gd/tests/001.phpt
ext/gd/tests/bug66356.phpt
ext/gd/tests/bug72339.phpt
ext/gd/tests/bug77269.phpt
ext/gd/tests/bug77272.phpt
ext/gd/tests/bug77479.phpt
ext/gd/tests/bug77973.phpt
ext/gd/tests/createfromwbmp2.phpt
ext/gd/tests/createfromwbmp2_extern.phpt
ext/gd/tests/imageloadfont_error2.phpt
ext/gd/tests/imageloadfont_invalid.phpt
ext/gd/tests/libgd00101.phpt
ext/gettext/gettext.c
ext/gettext/tests/44938.phpt
ext/hash/hash.c
ext/hash/tests/hash_file_error.phpt
ext/iconv/tests/iconv_stream_filter_delimiter.phpt
ext/imap/php_imap.c
ext/imap/tests/bug75774.phpt
ext/imap/tests/imap_body.phpt
ext/imap/tests/imap_close_variation4.phpt
ext/imap/tests/imap_fetch_overview_variation3.phpt
ext/imap/tests/imap_fetchbody_variation4.phpt
ext/imap/tests/imap_fetchheader_variation3.phpt
ext/imap/tests/imap_gc_error.phpt
ext/intl/dateformat/dateformat_helpers.cpp
ext/intl/tests/dateformat___construct_bad_tz_cal.phpt
ext/intl/tests/dateformat_calendars.phpt
ext/intl/tests/dateformat_calendars_variant2.phpt
ext/intl/tests/dateformat_calendars_variant3.phpt
ext/intl/tests/dateformat_setTimeZone_error.phpt
ext/intl/tests/dateformat_set_timezone_id2.phpt
ext/intl/tests/dateformat_set_timezone_id3.phpt
ext/intl/timezone/timezone_class.cpp
ext/ldap/ldap.c
ext/ldap/tests/ldap_next_attribute_error.phpt
ext/libxml/tests/bug61367-write.phpt
ext/mbstring/php_mbregex.c
ext/mbstring/tests/bug43994.phpt
ext/mbstring/tests/mb_ereg1.phpt
ext/mysqli/mysqli_api.c
ext/mysqli/mysqli_warning.c
ext/mysqli/tests/mysqli_class_mysqli_warning.phpt
ext/mysqli/tests/mysqli_pam_sha256_public_key_option_invalid.phpt
ext/mysqlnd/mysqlnd_connection.c
ext/oci8/oci8.c
ext/oci8/oci8_collection.c
ext/oci8/oci8_interface.c
ext/openssl/openssl.c
ext/openssl/tests/bug38255.phpt
ext/openssl/tests/bug54992.phpt
ext/openssl/tests/bug65538_002.phpt
ext/openssl/tests/bug65729.phpt
ext/openssl/tests/bug68920.phpt
ext/openssl/tests/bug71475.phpt
ext/openssl/tests/cve-2013-6420.phpt
ext/openssl/tests/openssl_csr_new_basic.phpt
ext/openssl/tests/openssl_csr_sign_basic.phpt
ext/openssl/tests/openssl_open_basic.phpt
ext/openssl/tests/openssl_peer_fingerprint_basic.phpt
ext/openssl/tests/openssl_pkcs12_export_basic.phpt
ext/openssl/tests/openssl_pkcs12_export_to_file_basic.phpt
ext/openssl/tests/openssl_pkcs12_export_to_file_error.phpt
ext/openssl/tests/openssl_pkcs7_decrypt_basic.phpt
ext/openssl/tests/openssl_pkcs7_decrypt_error.phpt
ext/openssl/tests/openssl_pkcs7_sign_basic.phpt
ext/openssl/tests/openssl_private_decrypt_basic.phpt
ext/openssl/tests/openssl_public_decrypt_basic.phpt
ext/openssl/tests/openssl_seal_basic.phpt
ext/openssl/tests/openssl_sign_basic.phpt
ext/openssl/tests/openssl_verify_basic.phpt
ext/openssl/tests/openssl_x509_export_basic.phpt
ext/openssl/tests/openssl_x509_export_to_file_basic.phpt
ext/openssl/tests/openssl_x509_fingerprint_basic.phpt
ext/openssl/tests/openssl_x509_read_basic.phpt
ext/openssl/tests/san_peer_matching.phpt
ext/openssl/tests/stream_security_level.phpt
ext/openssl/tests/stream_verify_peer_name_003.phpt
ext/openssl/xp_ssl.c
ext/pdo/pdo_dbh.c
ext/pdo_oci/oci_statement.c
ext/pdo_pgsql/pgsql_driver.c
ext/pdo_sqlite/sqlite_driver.c
ext/pdo_sqlite/tests/pdo_sqlite_createaggregate_002.phpt
ext/pdo_sqlite/tests/pdo_sqlite_createfunction_002.phpt
ext/pgsql/pgsql.c
ext/phar/func_interceptors.c
ext/phar/phar_object.c
ext/phar/tests/013.phpt
ext/phar/tests/014.phpt
ext/phar/tests/016.phpt
ext/phar/tests/016b.phpt
ext/phar/tests/017.phpt
ext/phar/tests/027.phpt
ext/phar/tests/bug69720.phpt
ext/phar/tests/cache_list/frontcontroller22.phpt
ext/phar/tests/create_new_phar_b.phpt
ext/phar/tests/create_path_error.phpt
ext/phar/tests/delete.phpt
ext/phar/tests/delete_in_phar.phpt
ext/phar/tests/delete_in_phar_confirm.phpt
ext/phar/tests/fgc_edgecases.phpt
ext/phar/tests/fopen.phpt
ext/phar/tests/fopen_edgecases.phpt
ext/phar/tests/fopen_edgecases2.phpt
ext/phar/tests/frontcontroller22.phpt
ext/phar/tests/include_path.phpt
ext/phar/tests/mounteddir.phpt
ext/phar/tests/open_for_write_existing_b.phpt
ext/phar/tests/open_for_write_existing_c.phpt
ext/phar/tests/open_for_write_newfile_b.phpt
ext/phar/tests/open_for_write_newfile_c.phpt
ext/phar/tests/opendir.phpt
ext/phar/tests/opendir_edgecases.phpt
ext/phar/tests/phar_buildfromdirectory2.phpt
ext/phar/tests/phar_gobyebye-win32.phpt
ext/phar/tests/phar_gobyebye.phpt
ext/phar/tests/phar_oo_getcontents.phpt
ext/phar/tests/readfile_edgecases.phpt
ext/phar/tests/rename.phpt
ext/phar/tests/rename_dir.phpt
ext/phar/tests/tar/create_new_phar_b.phpt
ext/phar/tests/tar/delete.phpt
ext/phar/tests/tar/delete_in_phar.phpt
ext/phar/tests/tar/delete_in_phar_confirm.phpt
ext/phar/tests/tar/open_for_write_existing_b.phpt
ext/phar/tests/tar/open_for_write_existing_c.phpt
ext/phar/tests/tar/open_for_write_newfile_b.phpt
ext/phar/tests/tar/open_for_write_newfile_c.phpt
ext/phar/tests/tar/phar_setdefaultstub.phpt
ext/phar/tests/tar/rename.phpt
ext/phar/tests/tar/rename_dir.phpt
ext/phar/tests/tar/tar_001.phpt
ext/phar/tests/tar/tar_002.phpt
ext/phar/tests/tar/tar_nostub.phpt
ext/phar/tests/test_alias_unset.phpt
ext/phar/tests/zip/create_new_phar_b.phpt
ext/phar/tests/zip/delete.phpt
ext/phar/tests/zip/delete_in_phar.phpt
ext/phar/tests/zip/delete_in_phar_confirm.phpt
ext/phar/tests/zip/notphar.phpt
ext/phar/tests/zip/open_for_write_existing_b.phpt
ext/phar/tests/zip/open_for_write_existing_c.phpt
ext/phar/tests/zip/open_for_write_newfile_b.phpt
ext/phar/tests/zip/open_for_write_newfile_c.phpt
ext/phar/tests/zip/phar_setdefaultstub.phpt
ext/phar/tests/zip/rename.phpt
ext/phar/tests/zip/rename_dir.phpt
ext/posix/posix.c
ext/session/mod_files.c
ext/session/mod_mm.c
ext/shmop/shmop.c
ext/shmop/tests/001.phpt
ext/shmop/tests/002.phpt
ext/snmp/snmp.c
ext/snmp/tests/ipv6.phpt
ext/sockets/multicast.c
ext/sockets/sendrecvmsg.c
ext/sockets/sockets.c
ext/sockets/tests/socket_create_pair-wrongparams-win32.phpt
ext/sockets/tests/socket_create_pair-wrongparams.phpt
ext/sockets/tests/socket_import_stream-2.phpt
ext/sockets/tests/socket_select-wrongparams-1.phpt
ext/sockets/tests/socket_select-wrongparams-2.phpt
ext/sockets/tests/socket_set_option_rcvtimeo.phpt
ext/sockets/tests/socket_set_option_seolinger.phpt
ext/sockets/tests/socket_set_option_sndtimeo.phpt
ext/spl/php_spl.c
ext/spl/tests/class_implements_variation1.phpt
ext/spl/tests/class_uses_variation1.phpt
ext/sqlite3/sqlite3.c
ext/standard/array.c
ext/standard/dns.c
ext/standard/filestat.c
ext/standard/filters.c
ext/standard/fsock.c
ext/standard/image.c
ext/standard/mail.c
ext/standard/proc_open.c
ext/standard/streamsfuncs.c
ext/standard/tests/array/count_variation3.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/opendir_error2.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/scandir_error2.phpt
ext/standard/tests/dir/scandir_variation5.phpt
ext/standard/tests/dir/scandir_variation6.phpt
ext/standard/tests/file/007_variation1.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_variation13-win32.phpt
ext/standard/tests/file/007_variation13.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_variation19.phpt
ext/standard/tests/file/007_variation21.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_variation5.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/bug35740.phpt
ext/standard/tests/file/bug35781.phpt
ext/standard/tests/file/bug43353.phpt
ext/standard/tests/file/bug45303.phpt
ext/standard/tests/file/bug47517.phpt
ext/standard/tests/file/bug69442.phpt
ext/standard/tests/file/chown.phpt
ext/standard/tests/file/copy_error.phpt
ext/standard/tests/file/copy_variation16-win32.phpt
ext/standard/tests/file/copy_variation6-win32.phpt
ext/standard/tests/file/fgetc_variation3.phpt
ext/standard/tests/file/fgetcsv_variation26.phpt
ext/standard/tests/file/fgets_variation1.phpt
ext/standard/tests/file/file_error.phpt
ext/standard/tests/file/file_get_contents_error.phpt
ext/standard/tests/file/file_get_contents_file_put_contents_error.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_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_variation8-win32.phpt
ext/standard/tests/file/file_variation8.phpt
ext/standard/tests/file/fopen_variation10-win32.phpt
ext/standard/tests/file/fopen_variation11-win32.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/fputcsv_variation14.phpt
ext/standard/tests/file/fread_variation2.phpt
ext/standard/tests/file/fread_variation4.phpt
ext/standard/tests/file/fscanf_variation51.phpt
ext/standard/tests/file/fwrite.phpt
ext/standard/tests/file/fwrite_variation1-win32-mb.phpt
ext/standard/tests/file/fwrite_variation1.phpt
ext/standard/tests/file/include_userstream_002.phpt
ext/standard/tests/file/include_userstream_003.phpt
ext/standard/tests/file/parse_ini_file_error.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/php_fd_wrapper_03.phpt
ext/standard/tests/file/php_fd_wrapper_04.phpt
ext/standard/tests/file/readfile_error.phpt
ext/standard/tests/file/readfile_variation10-win32.phpt
ext/standard/tests/file/readfile_variation10.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/stream_001.phpt
ext/standard/tests/file/stream_002.phpt
ext/standard/tests/file/stream_rfc2397_002.phpt
ext/standard/tests/file/stream_rfc2397_006.phpt
ext/standard/tests/file/userstreams_002.phpt
ext/standard/tests/filters/bug35916.phpt
ext/standard/tests/filters/filter_errors_convert_base64_decode.phpt
ext/standard/tests/filters/object_init_failure.phpt
ext/standard/tests/filters/object_init_failure_2.phpt
ext/standard/tests/general_functions/bug44295.phpt
ext/standard/tests/general_functions/ob_get_flush_error.phpt
ext/standard/tests/general_functions/parse_ini_file.phpt
ext/standard/tests/general_functions/proc_open_pipes3.phpt
ext/standard/tests/http/bug38802.phpt
ext/standard/tests/http/bug60570.phpt
ext/standard/tests/http/bug69337.phpt
ext/standard/tests/http/bug76342.phpt
ext/standard/tests/http/http_response_header_03.phpt
ext/standard/tests/http/ignore_errors.phpt
ext/standard/tests/image/bug13213.phpt
ext/standard/tests/image/bug72278.phpt
ext/standard/tests/image/getimagesize_variation3.phpt
ext/standard/tests/network/bug74764.phpt
ext/standard/tests/network/fsockopen_error.phpt
ext/standard/tests/serialize/bug69152.phpt
ext/standard/tests/streams/bug49936_win32.phpt
ext/standard/tests/streams/bug54946.phpt
ext/standard/tests/streams/bug72771.phpt
ext/standard/tests/streams/bug73457.phpt
ext/standard/tests/streams/bug74951.phpt
ext/standard/tests/streams/glob-wrapper.phpt
ext/standard/tests/streams/opendir-001.phpt
ext/standard/tests/streams/opendir-003.phpt
ext/standard/tests/strings/006.phpt
ext/standard/tests/strings/007-win32.phpt
ext/standard/tests/strings/007.phpt
ext/standard/tests/strings/bug68996.phpt
ext/standard/tests/strings/highlight_file.phpt
ext/standard/tests/strings/md5_file.phpt
ext/standard/tests/strings/php_strip_whitespace.phpt
ext/standard/tests/strings/sha1.phpt
ext/standard/tests/strings/sha1_file.phpt
ext/standard/user_filters.c
ext/sysvmsg/sysvmsg.c
ext/sysvmsg/tests/002.phpt
ext/sysvmsg/tests/005.phpt
ext/sysvsem/sysvsem.c
ext/sysvshm/sysvshm.c
ext/sysvshm/tests/004.phpt
ext/sysvshm/tests/005.phpt
ext/sysvshm/tests/006.phpt
ext/sysvshm/tests/bug72858.phpt
ext/xml/xml.c
ext/xmlrpc/tests/bug45556.phpt
ext/xmlrpc/xmlrpc-epi-php.c
ext/zip/tests/bug53603.phpt
ext/zip/tests/oo_encryption.phpt
ext/zlib/tests/004-mb.phpt
ext/zlib/tests/004.phpt
ext/zlib/tests/dictionary_usage.phpt
ext/zlib/tests/gzfile_variation4.phpt
ext/zlib/tests/gzfile_variation5.phpt
ext/zlib/tests/gzfile_variation7.phpt
ext/zlib/tests/gzopen_basic2.phpt
ext/zlib/tests/gzopen_variation4.phpt
ext/zlib/tests/gzopen_variation9.phpt
ext/zlib/tests/readgzfile_variation4.phpt
ext/zlib/tests/readgzfile_variation5.phpt
ext/zlib/tests/readgzfile_variation7.phpt
ext/zlib/tests/zlib_scheme_dir_basic.phpt
ext/zlib/zlib.c
ext/zlib/zlib_fopen_wrapper.c
main/network.c
main/output.c
main/streams/cast.c
main/streams/filter.c
main/streams/plain_wrapper.c
main/streams/streams.c
main/streams/transports.c
main/streams/userspace.c
main/streams/xp_socket.c
sapi/cli/tests/bug69655.phpt
sapi/cli/tests/bug70264.phpt
sapi/phpdbg/tests/bug78297.phpt
tests/lang/bug35176.phpt
tests/lang/bug43958.phpt
tests/output/bug46897.phpt
tests/output/bug75236.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_level_basic_001.phpt
tests/output/ob_start_basic_005.phpt
tests/output/ob_start_basic_006.phpt
tests/output/ob_start_basic_unerasable_002.phpt
tests/output/ob_start_basic_unerasable_003.phpt
tests/output/ob_start_basic_unerasable_004.phpt
tests/output/ob_start_basic_unerasable_005.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/security/open_basedir_copy.phpt
tests/security/open_basedir_dir.phpt
tests/security/open_basedir_error_log_variation.phpt
tests/security/open_basedir_file.phpt
tests/security/open_basedir_file_get_contents.phpt
tests/security/open_basedir_file_put_contents.phpt
tests/security/open_basedir_fopen.phpt
tests/security/open_basedir_opendir.phpt
tests/security/open_basedir_parse_ini_file.phpt
tests/security/open_basedir_scandir.phpt

index 310c08d75f49ae43ede60a6fbcea6187b153b788..9d84351216713cd37149c2521edbbfa5e24fef42 100644 (file)
@@ -14,6 +14,6 @@ set_error_handler('my_error');
 $f = fopen("/tmp/blah", "r");
 ?>
 --EXPECTF--
-fopen(/tmp/blah): failed to open stream: %s (2) in %s:%d
+fopen(/tmp/blah): Failed to open stream: %s (2) in %s:%d
 
-Warning: fopen(/tmp/blah): failed to open stream: %s in %s on line %d
+Warning: fopen(/tmp/blah): Failed to open stream: %s in %s on line %d
index 51b2dcae4c18ca8440f78b55b83d5bfa8c863de7..e709a55c7fc68dbb90826ded118c329b709d3a43 100644 (file)
@@ -10,7 +10,7 @@ set_error_handler(function($errno, $errstr, $errfile, $errline){
 
 require 'notfound.php';
 --EXPECTF--
-error(require(notfound.php): failed to open stream: %s)
+error(require(notfound.php): Failed to open stream: %s)
 Fatal error: Uncaught Exception: Foo in %sbug60909_1.php:5
 Stack trace:
 #0 %sbug60909_1.php(8): {closure}(2, 'require(notfoun...', '%s', 8)
index 59fbed0d820210b26379537b8ac4b8224e6db260..3c1d38ad9e88bc60a3e50916be961fd917a436c5 100644 (file)
@@ -29,7 +29,7 @@ set_error_handler(function()
 $a['waa'];
 ?>
 --EXPECTF--
-Notice: ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush in %sbug64960.php on line 3
+Notice: ob_end_flush(): Failed to delete and flush buffer. No buffer to delete or flush in %sbug64960.php on line 3
 
 Fatal error: Uncaught Exception in %sbug64960.php:19
 Stack trace:
index 5d58279eb50c952a3ebe3fdc96688238b69d3ad0..3ee3a7312f522a4ad8fd80850587c8c464f85279 100644 (file)
@@ -28,7 +28,7 @@ try {
   echo $e."\n";
 }
 --EXPECTF--
-ERR#2: include(class://non.existent.Class): failed to open stream: "CLWrapper::stream_open" call failed @ include
+ERR#2: include(class://non.existent.Class): Failed to open stream: "CLWrapper::stream_open" call failed @ include
 ERR#2: include(): Failed opening 'class://non.existent.Class' for inclusion (include_path='%s') @ include
 
 Fatal error: Uncaught Exception: Failed loading class://non.existent.Class in %s
index 006fad50bda1a4cc3e4ed50398f36520244cb180..932885bd6665e7cef3e655f39990d7dda970564f 100644 (file)
@@ -25,6 +25,6 @@ try {
 
 ?>
 --EXPECTF--
-Warning: require_once(doesnt_exist.php): failed to open stream: No such file or directory in %s on line %d
+Warning: require_once(doesnt_exist.php): Failed to open stream: No such file or directory in %s on line %d
 
 Fatal error: require_once(): Failed opening required 'doesnt_exist.php' (include_path='test://foo:test://bar') in %s on line %d
index 5ed25431aba2b9120b9f51549756217fe32505bf..f3846d326bbaeb72773dca0189f07242bb4e34e2 100644 (file)
@@ -627,7 +627,7 @@ ZEND_METHOD(exception, getTraceAsString)
 
        trace = zend_read_property_ex(base_ce, object, ZSTR_KNOWN(ZEND_STR_TRACE), 1, &rv);
        if (Z_TYPE_P(trace) != IS_ARRAY) {
-               zend_type_error("trace is not an array");
+               zend_type_error("Trace is not an array");
                return;
        }
        ZEND_HASH_FOREACH_NUM_KEY_VAL(Z_ARRVAL_P(trace), index, frame) {
index e00a62e2150f226f651ea459998ac07c4a7d5940..700a50f50c085086c8f6b07116ec5c061cd10ade 100644 (file)
@@ -54,10 +54,10 @@ bc_raise (bc_num num1, bc_num num2, bc_num *result, int scale)
 
    /* Check the exponent for scale digits and convert to a long. */
    if (num2->n_scale != 0)
-     php_error_docref (NULL, E_WARNING, "non-zero scale in exponent");
+     php_error_docref (NULL, E_WARNING, "Non-zero scale in exponent");
    exponent = bc_num2long (num2);
    if (exponent == 0 && (num2->n_len > 1 || num2->n_value[0] != 0))
-       php_error_docref (NULL, E_WARNING, "exponent too large");
+       php_error_docref (NULL, E_WARNING, "Exponent too large");
 
    /* Special case if exponent is a zero. */
    if (exponent == 0)
index 58f9532545676f5b7c91f0094214b5d0931a0183..286590394095f5da4b453e57ea560a607846055f 100644 (file)
@@ -79,21 +79,21 @@ bc_raisemod (bc_num base, bc_num expo, bc_num mod, bc_num *result, int scale)
   /* Check the base for scale digits. */
   if (power->n_scale != 0)
     {
-      php_error_docref (NULL, E_WARNING, "non-zero scale in base");
+      php_error_docref (NULL, E_WARNING, "Non-zero scale in base");
       _bc_truncate (&power);
     }
 
   /* Check the exponent for scale digits. */
   if (exponent->n_scale != 0)
     {
-      php_error_docref (NULL, E_WARNING, "non-zero scale in exponent");
+      php_error_docref (NULL, E_WARNING, "Non-zero scale in exponent");
       _bc_truncate (&exponent);
     }
 
   /* Check the modulus for scale digits. */
   if (modulus->n_scale != 0)
     {
-      php_error_docref (NULL, E_WARNING, "non-zero scale in modulus");
+      php_error_docref (NULL, E_WARNING, "Non-zero scale in modulus");
       _bc_truncate (&modulus);
     }
 
index 2dc2dbd092dffc14b806ec5d168d77e25ff55dc2..822b70eb86127f2ceceb4e0953053f68dee2668a 100644 (file)
@@ -9,5 +9,5 @@ if (!extension_loaded('bcmath')) die('skip bcmath extension is not available');
 var_dump(bcpow('1', '1.1', 2));
 ?>
 --EXPECTF--
-Warning: bcpow(): non-zero scale in exponent in %s on line %d
+Warning: bcpow(): Non-zero scale in exponent in %s on line %d
 string(4) "1.00"
index ca13875ed3c7db8636864cdf00ae0b241640ad36..95c3f80b08b253b0ba01dd4523dda90aeb766512 100644 (file)
@@ -9,5 +9,5 @@ if (!extension_loaded('bcmath')) die('skip bcmath extension is not available');
 var_dump(bcpow('0', '9223372036854775808', 2));
 ?>
 --EXPECTF--
-Warning: bcpow(): exponent too large in %s on line %d
+Warning: bcpow(): Exponent too large in %s on line %d
 string(4) "1.00"
index 4295384a30ad37629ec5081e0223c1b60f44dcb1..235a4e04a3e05e5242d0e2445a8a5d15897d0124 100644 (file)
@@ -12,5 +12,5 @@ var_dump(bcpowmod(1, 1.2, 1, 1));
 --EXPECTF--
 string(1) "1"
 
-Warning: bcpowmod(): non-zero scale in exponent in %s on line %d
+Warning: bcpowmod(): Non-zero scale in exponent in %s on line %d
 string(3) "0.0"
index dd811fccb99b0d272e270c32196dbd453f69d611..2b7ab4b2c608b9950c5534296b09b8eee0fb8d4b 100644 (file)
@@ -10,8 +10,8 @@ var_dump(bcpowmod('4.1', '4', '3', 3));
 var_dump(bcpowmod('4', '4', '3.1', 3));
 ?>
 --EXPECTF--
-Warning: bcpowmod(): non-zero scale in base in %s on line %d
+Warning: bcpowmod(): Non-zero scale in base in %s on line %d
 string(5) "1.000"
 
-Warning: bcpowmod(): non-zero scale in modulus in %s on line %d
+Warning: bcpowmod(): Non-zero scale in modulus in %s on line %d
 string(5) "1.000"
index d6cdcacdebba178dffe317ad6a2b06b3b53aca57..c90c117d713b3e7b6aad13a7cf3d3d1a8a5feea8 100644 (file)
@@ -374,12 +374,12 @@ static PHP_FUNCTION(bzopen)
        /* If it's not a resource its a string containing the filename to open */
        if (Z_TYPE_P(file) == IS_STRING) {
                if (Z_STRLEN_P(file) == 0) {
-                       php_error_docref(NULL, E_WARNING, "filename cannot be empty");
+                       php_error_docref(NULL, E_WARNING, "Filename cannot be empty");
                        RETURN_FALSE;
                }
 
                if (CHECK_ZVAL_NULL_PATH(file)) {
-                       zend_type_error("filename must not contain null bytes");
+                       zend_type_error("Filename must not contain null bytes");
                        RETURN_THROWS();
                }
 
@@ -393,10 +393,10 @@ static PHP_FUNCTION(bzopen)
                stream_mode_len = strlen(stream->mode);
 
                if (stream_mode_len != 1 && !(stream_mode_len == 2 && memchr(stream->mode, 'b', 2))) {
-                       php_error_docref(NULL, E_WARNING, "cannot use stream opened in mode '%s'", stream->mode);
+                       php_error_docref(NULL, E_WARNING, "Cannot use stream opened in mode '%s'", stream->mode);
                        RETURN_FALSE;
                } else if (stream_mode_len == 1 && stream->mode[0] != 'r' && stream->mode[0] != 'w' && stream->mode[0] != 'a' && stream->mode[0] != 'x') {
-                       php_error_docref(NULL, E_WARNING, "cannot use stream opened in mode '%s'", stream->mode);
+                       php_error_docref(NULL, E_WARNING, "Cannot use stream opened in mode '%s'", stream->mode);
                        RETURN_FALSE;
                }
 
@@ -404,7 +404,7 @@ static PHP_FUNCTION(bzopen)
                        case 'r':
                                /* only "r" and "rb" are supported */
                                if (stream->mode[0] != mode[0] && !(stream_mode_len == 2 && stream->mode[1] != mode[0])) {
-                                       php_error_docref(NULL, E_WARNING, "cannot read from a stream opened in write only mode");
+                                       php_error_docref(NULL, E_WARNING, "Cannot read from a stream opened in write only mode");
                                        RETURN_FALSE;
                                }
                                break;
index a0e8d2e60e088e00fa2bdd9dfe9b7583267e455a..1064e2b6a5214b21f35dd50c7ba743970f888e1b 100644 (file)
@@ -39,14 +39,14 @@ var_dump(bzopen($fp, "r"));
 --EXPECTF--
 '' is not a valid mode for bzopen(). Only 'w' and 'r' are supported.
 
-Warning: bzopen(): filename cannot be empty in %s on line %d
+Warning: bzopen(): Filename cannot be empty in %s on line %d
 bool(false)
 
-Warning: bzopen(): filename cannot be empty in %s on line %d
+Warning: bzopen(): Filename cannot be empty in %s on line %d
 bool(false)
 'x' is not a valid mode for bzopen(). Only 'w' and 'r' are supported.
 'rw' is not a valid mode for bzopen(). Only 'w' and 'r' are supported.
 
-Warning: bzopen(no_such_file): failed to open stream: No such file or directory in %s on line %d
+Warning: bzopen(no_such_file): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 resource(%d) of type (stream)
index c8069cc4a4c25dc3cb9efbe4b103dea095e5cae1..78c4a9bbdfdeea67b8190499ba33be4a1356ca80 100644 (file)
@@ -85,47 +85,47 @@ resource(%d) of type (stream)
 resource(%d) of type (stream)
 resource(%d) of type (stream)
 
-Warning: bzopen(): cannot read from a stream opened in write only mode in %s on line %d
+Warning: bzopen(): Cannot read from a stream opened in write only mode in %s on line %d
 bool(false)
 resource(%d) of type (stream)
 resource(%d) of type (stream)
 
-Warning: fopen(bz_open_002.txt): failed to open stream: Bad file %s in %s on line %d
+Warning: fopen(bz_open_002.txt): Failed to open stream: Bad file %s in %s on line %d
 First parameter has to be string or file-resource
 
-Warning: fopen(bz_open_002.txt): failed to open stream: Bad file %s in %s on line %d
+Warning: fopen(bz_open_002.txt): Failed to open stream: Bad file %s in %s on line %d
 First parameter has to be string or file-resource
 
 Warning: bzopen(): cannot write to a stream opened in read only mode in %s on line %d
 bool(false)
 
-Warning: bzopen(): cannot read from a stream opened in write only mode in %s on line %d
+Warning: bzopen(): Cannot read from a stream opened in write only mode in %s on line %d
 bool(false)
 
-Warning: bzopen(): cannot use stream opened in mode 'rw' in %s on line %d
+Warning: bzopen(): Cannot use stream opened in mode 'rw' in %s on line %d
 bool(false)
 
-Warning: bzopen(): cannot use stream opened in mode 'rw' in %s on line %d
+Warning: bzopen(): Cannot use stream opened in mode 'rw' in %s on line %d
 bool(false)
 
-Warning: bzopen(): cannot use stream opened in mode 'wr' in %s on line %d
+Warning: bzopen(): Cannot use stream opened in mode 'wr' in %s on line %d
 bool(false)
 
-Warning: bzopen(): cannot use stream opened in mode 'wr' in %s on line %d
+Warning: bzopen(): Cannot use stream opened in mode 'wr' in %s on line %d
 bool(false)
 
-Warning: bzopen(): cannot use stream opened in mode 'r+' in %s on line %d
+Warning: bzopen(): Cannot use stream opened in mode 'r+' in %s on line %d
 bool(false)
 
-Warning: bzopen(): cannot use stream opened in mode 'r+' in %s on line %d
+Warning: bzopen(): Cannot use stream opened in mode 'r+' in %s on line %d
 bool(false)
 
-Warning: bzopen(): cannot use stream opened in mode 'w+' in %s on line %d
+Warning: bzopen(): Cannot use stream opened in mode 'w+' in %s on line %d
 bool(false)
 
-Warning: bzopen(): cannot use stream opened in mode 'w+' in %s on line %d
+Warning: bzopen(): Cannot use stream opened in mode 'w+' in %s on line %d
 bool(false)
 
-Warning: bzopen(): cannot read from a stream opened in write only mode in %s on line %d
+Warning: bzopen(): Cannot read from a stream opened in write only mode in %s on line %d
 bool(false)
 resource(%d) of type (stream)
index 436f87cab40b5be9458e21111fbf927ab7bf0d58..9a05015bb985666c43de63dc8862a1c4f270948a 100644 (file)
@@ -19,5 +19,5 @@ try {
 
 ?>
 --EXPECT--
-filename must not contain null bytes
-filename must not contain null bytes
+Filename must not contain null bytes
+Filename must not contain null bytes
index f76fb908826fa2e7fd6c56118f8baf5ce676e07b..1d3401283de17eda701d7769f9734c50cbcdfe13 100644 (file)
@@ -35,7 +35,7 @@ PHP_FUNCTION(unixtojd)
        if (!ts) {
                ts = time(NULL);
        } else if (ts < 0) {
-               zend_value_error("timestamp must not be negative");
+               zend_value_error("Timestamp must not be negative");
                RETURN_THROWS();
        }
 
index 0254039a02b6ac9a6d7c0fcd8cda275b4266628e..a4a094fcdfd9b98a508103d5d0b71478be989153 100644 (file)
@@ -217,7 +217,7 @@ PHP_FUNCTION(cal_info)
 
 
        if (cal != -1 && (cal < 0 || cal >= CAL_NUM_CALS)) {
-               zend_value_error("invalid calendar ID " ZEND_LONG_FMT, cal);
+               zend_value_error("Invalid calendar ID: " ZEND_LONG_FMT, cal);
                RETURN_THROWS();
        }
 
@@ -239,7 +239,7 @@ PHP_FUNCTION(cal_days_in_month)
        }
 
        if (cal < 0 || cal >= CAL_NUM_CALS) {
-               zend_value_error("invalid calendar ID " ZEND_LONG_FMT, cal);
+               zend_value_error("Invalid calendar ID: " ZEND_LONG_FMT, cal);
                RETURN_THROWS();
        }
 
@@ -248,7 +248,7 @@ PHP_FUNCTION(cal_days_in_month)
        sdn_start = calendar->to_jd(year, month, 1);
 
        if (sdn_start == 0) {
-               zend_value_error("invalid date");
+               zend_value_error("Invalid date");
                RETURN_THROWS();
        }
 
@@ -285,7 +285,7 @@ PHP_FUNCTION(cal_to_jd)
        }
 
        if (cal < 0 || cal >= CAL_NUM_CALS) {
-               zend_value_error("invalid calendar ID " ZEND_LONG_FMT, cal);
+               zend_value_error("Invalid calendar ID: " ZEND_LONG_FMT, cal);
                RETURN_THROWS();
        }
 
@@ -306,7 +306,7 @@ PHP_FUNCTION(cal_from_jd)
        }
 
        if (cal < 0 || cal >= CAL_NUM_CALS) {
-               zend_value_error("invalid calendar ID " ZEND_LONG_FMT, cal);
+               zend_value_error("Invalid calendar ID: " ZEND_LONG_FMT, cal);
                RETURN_THROWS();
        }
        calendar = &cal_conversion_table[cal];
index 21dd76d26104dc36e1170de9aa6962f961004bc8..b7c82f2cbef5c9ca57c10508bde577a9274d4750 100644 (file)
@@ -18,5 +18,5 @@ try{
 }
 ?>
 --EXPECT--
-invalid calendar ID -1
-invalid date
+Invalid calendar ID: -1
+Invalid date
index 2a259121c1427ff18465c7335288e28637ff28db..8539117c0d169d5a7d3fe4203cd76b7e3fa5fcbe 100644 (file)
@@ -13,4 +13,4 @@ try {
 }
 ?>
 --EXPECT--
-invalid calendar ID -1
+Invalid calendar ID: -1
index f1d69203bf6d9af8fbcca807cb9e747dc40c6dc0..3e7e3b31883db235e139387a37815954f77dd98a 100644 (file)
@@ -216,4 +216,4 @@ Array
     [calname] => Julian
     [calsymbol] => CAL_JULIAN
 )
-invalid calendar ID 99999
+Invalid calendar ID: 99999
index 156afaab6fc35c983c58f5ca52550ef2b1b796c4..c1911a77b7d5cd1f30483ab7622a1215c8a2f247 100644 (file)
@@ -13,4 +13,4 @@ try {
 }
 ?>
 --EXPECT--
-invalid calendar ID -1
+Invalid calendar ID: -1
index 61068ad91eda349fe68223338809709d97bc9a55..856fc1bcf43a4b487f28c1fd42f0e6a871dbcbea 100644 (file)
@@ -20,7 +20,7 @@ var_dump(unixtojd(null)) . PHP_EOL;
 var_dump(unixtojd(time())) . PHP_EOL;
 ?>
 --EXPECTF--
-timestamp must not be negative
+Timestamp must not be negative
 int(%d)
 int(%d)
 int(%d)
index 4300fd2cdc99e094b81a0d968630804fd23f0747..7b031f419227d3e8c54d9e62e6a4d943c856be7f 100644 (file)
@@ -148,7 +148,7 @@ zend_object_iterator *php_com_iter_get(zend_class_entry *ce, zval *object, int b
        obj = CDNO_FETCH(object);
 
        if (V_VT(&obj->v) != VT_DISPATCH && !V_ISARRAY(&obj->v)) {
-               php_error_docref(NULL, E_WARNING, "variant is not an object or array VT=%d", V_VT(&obj->v));
+               php_error_docref(NULL, E_WARNING, "Variant is not an object or array VT=%d", V_VT(&obj->v));
                return NULL;
        }
 
index 5538ca0a8e8433c6b0a4053bf383102e2536e86f..c4a931bf9efe695e9ae1025eca89bca6ec6e698a 100644 (file)
@@ -1671,7 +1671,7 @@ PHP_FUNCTION(curl_version)
        ZEND_PARSE_PARAMETERS_END();
 
        if (uversion == CURLVERSION_NOW) {
-               php_error_docref(NULL, E_DEPRECATED, "the $version parameter is deprecated");
+               php_error_docref(NULL, E_DEPRECATED, "The $version parameter is deprecated");
        } else if (ZEND_NUM_ARGS() > 0) {
                php_error_docref(NULL, E_WARNING, "$version argument ignored");
        }
@@ -2576,7 +2576,7 @@ static int _php_curl_setopt(php_curl *ch, zend_long option, zval *zvalue) /* {{{
                                                ch->handlers->write->method = PHP_CURL_FILE;
                                                ZVAL_COPY(&ch->handlers->write->stream, zvalue);
                                        } else {
-                                               php_error_docref(NULL, E_WARNING, "the provided file handle is not writable");
+                                               php_error_docref(NULL, E_WARNING, "The provided file handle is not writable");
                                                return FAILURE;
                                        }
                                        break;
@@ -2594,7 +2594,7 @@ static int _php_curl_setopt(php_curl *ch, zend_long option, zval *zvalue) /* {{{
                                                ch->handlers->write_header->method = PHP_CURL_FILE;
                                                ZVAL_COPY(&ch->handlers->write_header->stream, zvalue);
                                        } else {
-                                               php_error_docref(NULL, E_WARNING, "the provided file handle is not writable");
+                                               php_error_docref(NULL, E_WARNING, "The provided file handle is not writable");
                                                return FAILURE;
                                        }
                                        break;
@@ -2623,7 +2623,7 @@ static int _php_curl_setopt(php_curl *ch, zend_long option, zval *zvalue) /* {{{
                                                zval_ptr_dtor(&ch->handlers->std_err);
                                                ZVAL_COPY(&ch->handlers->std_err, zvalue);
                                        } else {
-                                               php_error_docref(NULL, E_WARNING, "the provided file handle is not writable");
+                                               php_error_docref(NULL, E_WARNING, "The provided file handle is not writable");
                                                return FAILURE;
                                        }
                                        /* break omitted intentionally */
index 566b84b24605e2a1a076bb9909065070e7e89430..74511991566a06edd7fa1ead6f3889462f8bf7b9 100644 (file)
@@ -43,6 +43,6 @@ is_file($tempfile) and @unlink($tempfile);
 isset($tempname) and is_file($tempname) and @unlink($tempname);
 ?>
 --EXPECTF--
-Warning: curl_setopt(): the provided file handle is not writable in %s on line %d
+Warning: curl_setopt(): The provided file handle is not writable in %s on line %d
 Hello World!
 Hello World!
index 300f9c36d221f77fefbcc92782e591650b611e1a..c281cc116b0390f295f70ccb191f8427ede39223 100644 (file)
@@ -10,6 +10,6 @@ curl_version(CURLVERSION_NOW);
 curl_version(0);
 ?>
 --EXPECTF--
-Deprecated: curl_version(): the $version parameter is deprecated in %s on line %d
+Deprecated: curl_version(): The $version parameter is deprecated in %s on line %d
 
 Warning: curl_version(): $version argument ignored in %s on line %d
index 362bd711b6d3c3c8609ed700844c35f01a7ec94c..0f6432b1a79f9ca2ae8130b14dea6206604aaab4 100644 (file)
@@ -4642,7 +4642,7 @@ static void php_do_date_sunrise_sunset(INTERNAL_FUNCTION_PARAMETERS, int calc_su
                case 6:
                        break;
                default:
-                       php_error_docref(NULL, E_WARNING, "invalid format");
+                       php_error_docref(NULL, E_WARNING, "Invalid format");
                        RETURN_FALSE;
                        break;
        }
index 26757ed4c3f26655358c8daf07e31ffcfd9cc9bf..8ad1511e163dc25ec4f08f4e8638d114fbf47baf 100644 (file)
@@ -22,5 +22,5 @@ var_dump( exif_imagetype(__DIR__.'/foo.jpg') );
 
 -- Testing exif_imagetype() function with an unknown file  --
 
-Warning: exif_imagetype(%s/foo.jpg): failed to open stream: No such file or directory in %s on line %d
+Warning: exif_imagetype(%s/foo.jpg): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
index 46cc79a02183d790cc16cb04c5b74fabc6b6677b..482d7c1a619a51674f37be406fbc4a0f4c8d8eb2 100644 (file)
@@ -1009,7 +1009,7 @@ static zval *zend_ffi_cdata_set(zend_object *obj, zend_string *member, zval *val
 #endif
 
        if (UNEXPECTED(!zend_string_equals_literal(member, "cdata"))) {
-               zend_throw_error(zend_ffi_exception_ce, "only 'cdata' property may be set");
+               zend_throw_error(zend_ffi_exception_ce, "Only 'cdata' property may be set");
                return &EG(uninitialized_zval);;
        }
 
@@ -3437,11 +3437,11 @@ static int zend_ffi_validate_incomplete_type(zend_ffi_type *type, zend_bool allo
                        ZEND_HASH_FOREACH_STR_KEY_PTR(FFI_G(tags), key, tag) {
                                if (ZEND_FFI_TYPE(tag->type) == type) {
                                        if (type->kind == ZEND_FFI_TYPE_ENUM) {
-                                               zend_ffi_throw_parser_error("incomplete 'enum %s' at line %d", ZSTR_VAL(key), FFI_G(line));
+                                               zend_ffi_throw_parser_error("Incomplete 'enum %s' at line %d", ZSTR_VAL(key), FFI_G(line));
                                        } else if (type->attr & ZEND_FFI_ATTR_UNION) {
-                                               zend_ffi_throw_parser_error("incomplete 'union %s' at line %d", ZSTR_VAL(key), FFI_G(line));
+                                               zend_ffi_throw_parser_error("Incomplete 'union %s' at line %d", ZSTR_VAL(key), FFI_G(line));
                                        } else {
-                                               zend_ffi_throw_parser_error("incomplete 'struct %s' at line %d", ZSTR_VAL(key), FFI_G(line));
+                                               zend_ffi_throw_parser_error("Incomplete 'struct %s' at line %d", ZSTR_VAL(key), FFI_G(line));
                                        }
                                        return FAILURE;
                                }
@@ -3453,12 +3453,12 @@ static int zend_ffi_validate_incomplete_type(zend_ffi_type *type, zend_bool allo
 
                        ZEND_HASH_FOREACH_STR_KEY_PTR(FFI_G(symbols), key, sym) {
                                if (type == ZEND_FFI_TYPE(sym->type)) {
-                                       zend_ffi_throw_parser_error("incomplete C type '%s' at line %d", ZSTR_VAL(key), FFI_G(line));
+                                       zend_ffi_throw_parser_error("Incomplete C type '%s' at line %d", ZSTR_VAL(key), FFI_G(line));
                                        return FAILURE;
                                }
                        } ZEND_HASH_FOREACH_END();
                }
-               zend_ffi_throw_parser_error("incomplete type at line %d", FFI_G(line));
+               zend_ffi_throw_parser_error("Incomplete type at line %d", FFI_G(line));
                return FAILURE;
        } else if (!allow_incomplete_array && type->attr & ZEND_FFI_ATTR_INCOMPLETE_ARRAY) {
                zend_ffi_throw_parser_error("'[]' not allowed at line %d", FFI_G(line));
@@ -4003,16 +4003,16 @@ ZEND_METHOD(FFI, arrayType) /* {{{ */
        type = ZEND_FFI_TYPE(ctype->type);
 
        if (type->kind == ZEND_FFI_TYPE_FUNC) {
-               zend_throw_error(zend_ffi_exception_ce, "array of functions is not allowed");
+               zend_throw_error(zend_ffi_exception_ce, "Array of functions is not allowed");
                RETURN_THROWS();
        } else if (type->kind == ZEND_FFI_TYPE_ARRAY && (type->attr & ZEND_FFI_ATTR_INCOMPLETE_ARRAY)) {
-               zend_throw_error(zend_ffi_exception_ce, "only the leftmost array can be undimensioned");
+               zend_throw_error(zend_ffi_exception_ce, "Only the leftmost array can be undimensioned");
                RETURN_THROWS();
        } else if (type->kind == ZEND_FFI_TYPE_VOID) {
-               zend_throw_error(zend_ffi_exception_ce, "array of 'void' is not allowed");
+               zend_throw_error(zend_ffi_exception_ce, "Array of 'void' is not allowed");
                RETURN_THROWS();
        } else if (type->attr & ZEND_FFI_ATTR_INCOMPLETE_TAG) {
-               zend_throw_error(zend_ffi_exception_ce, "array of incomplete type is not allowed");
+               zend_throw_error(zend_ffi_exception_ce, "Array of incomplete type is not allowed");
                RETURN_THROWS();
        }
 
@@ -4189,7 +4189,7 @@ ZEND_METHOD(FFI, memcpy) /* {{{ */
        } else {
                ptr1 = cdata1->ptr;
                if (type1->kind != ZEND_FFI_TYPE_POINTER && size > type1->size) {
-                       zend_throw_error(zend_ffi_exception_ce, "attempt to write over data boundary");
+                       zend_throw_error(zend_ffi_exception_ce, "Attempt to write over data boundary");
                        RETURN_THROWS();
                }
        }
@@ -4198,7 +4198,7 @@ ZEND_METHOD(FFI, memcpy) /* {{{ */
        if (Z_TYPE_P(zv2) == IS_STRING) {
                ptr2 = Z_STRVAL_P(zv2);
                if (size > Z_STRLEN_P(zv2)) {
-                       zend_throw_error(zend_ffi_exception_ce, "attempt to read over string boundary");
+                       zend_throw_error(zend_ffi_exception_ce, "Attempt to read over string boundary");
                        RETURN_THROWS();
                }
        } else if (Z_TYPE_P(zv2) == IS_OBJECT && Z_OBJCE_P(zv2) == zend_ffi_cdata_ce) {
@@ -4209,7 +4209,7 @@ ZEND_METHOD(FFI, memcpy) /* {{{ */
                } else {
                        ptr2 = cdata2->ptr;
                        if (type2->kind != ZEND_FFI_TYPE_POINTER && size > type2->size) {
-                               zend_throw_error(zend_ffi_exception_ce, "attempt to read over data boundary");
+                               zend_throw_error(zend_ffi_exception_ce, "Attempt to read over data boundary");
                                RETURN_THROWS();
                        }
                }
@@ -4266,7 +4266,7 @@ ZEND_METHOD(FFI, memcmp) /* {{{ */
        if (Z_TYPE_P(zv2) == IS_STRING) {
                ptr2 = Z_STRVAL_P(zv2);
                if (size > Z_STRLEN_P(zv2)) {
-                       zend_throw_error(zend_ffi_exception_ce, "attempt to read over string boundary");
+                       zend_throw_error(zend_ffi_exception_ce, "Attempt to read over string boundary");
                        RETURN_THROWS();
                }
        } else if (Z_TYPE_P(zv2) == IS_OBJECT && Z_OBJCE_P(zv2) == zend_ffi_cdata_ce) {
@@ -4277,7 +4277,7 @@ ZEND_METHOD(FFI, memcmp) /* {{{ */
                } else {
                        ptr2 = cdata2->ptr;
                        if (type2->kind != ZEND_FFI_TYPE_POINTER && size > type2->size) {
-                               zend_throw_error(zend_ffi_exception_ce, "attempt to read over data boundary");
+                               zend_throw_error(zend_ffi_exception_ce, "Attempt to read over data boundary");
                                RETURN_THROWS();
                        }
                }
@@ -5512,7 +5512,7 @@ static int zend_ffi_validate_prev_field_type(zend_ffi_type *struct_type) /* {{{
                        break;
                } ZEND_HASH_FOREACH_END();
                if (ZEND_FFI_TYPE(field->type)->attr & ZEND_FFI_ATTR_INCOMPLETE_ARRAY) {
-                       zend_ffi_throw_parser_error("flexible array member not at end of struct at line %d", FFI_G(line));
+                       zend_ffi_throw_parser_error("Flexible array member not at end of struct at line %d", FFI_G(line));
                        return FAILURE;
                }
        }
@@ -5523,13 +5523,13 @@ static int zend_ffi_validate_prev_field_type(zend_ffi_type *struct_type) /* {{{
 static int zend_ffi_validate_field_type(zend_ffi_type *type, zend_ffi_type *struct_type) /* {{{ */
 {
        if (type == struct_type) {
-               zend_ffi_throw_parser_error("struct/union can't contain an instance of itself at line %d", FFI_G(line));
+               zend_ffi_throw_parser_error("Struct/union can't contain an instance of itself at line %d", FFI_G(line));
                return FAILURE;
        } else if (zend_ffi_validate_var_type(type, 1) != SUCCESS) {
                return FAILURE;
        } else if (struct_type->attr & ZEND_FFI_ATTR_UNION) {
                if (type->attr & ZEND_FFI_ATTR_INCOMPLETE_ARRAY) {
-                       zend_ffi_throw_parser_error("flexible array member in union at line %d", FFI_G(line));
+                       zend_ffi_throw_parser_error("Flexible array member in union at line %d", FFI_G(line));
                        return FAILURE;
                }
        }
@@ -5789,10 +5789,10 @@ void zend_ffi_make_pointer_type(zend_ffi_dcl *dcl) /* {{{ */
 static int zend_ffi_validate_array_element_type(zend_ffi_type *type) /* {{{ */
 {
        if (type->kind == ZEND_FFI_TYPE_FUNC) {
-               zend_ffi_throw_parser_error("array of functions is not allowed at line %d", FFI_G(line));
+               zend_ffi_throw_parser_error("Array of functions is not allowed at line %d", FFI_G(line));
                return FAILURE;
        } else if (type->kind == ZEND_FFI_TYPE_ARRAY && (type->attr & ZEND_FFI_ATTR_INCOMPLETE_ARRAY)) {
-               zend_ffi_throw_parser_error("only the leftmost array can be undimensioned at line %d", FFI_G(line));
+               zend_ffi_throw_parser_error("Only the leftmost array can be undimensioned at line %d", FFI_G(line));
                return FAILURE;
        }
        return zend_ffi_validate_type(type, 0, 1);
@@ -5849,10 +5849,10 @@ void zend_ffi_make_array_type(zend_ffi_dcl *dcl, zend_ffi_val *len) /* {{{ */
 static int zend_ffi_validate_func_ret_type(zend_ffi_type *type) /* {{{ */
 {
        if (type->kind == ZEND_FFI_TYPE_FUNC) {
-               zend_ffi_throw_parser_error("function returning function is not allowed at line %d", FFI_G(line));
+               zend_ffi_throw_parser_error("Function returning function is not allowed at line %d", FFI_G(line));
                return FAILURE;
         } else if (type->kind == ZEND_FFI_TYPE_ARRAY) {
-               zend_ffi_throw_parser_error("function returning array is not allowed at line %d", FFI_G(line));
+               zend_ffi_throw_parser_error("Function returning array is not allowed at line %d", FFI_G(line));
                return FAILURE;
        }
        return zend_ffi_validate_incomplete_type(type, 1, 0);
@@ -5986,7 +5986,7 @@ void zend_ffi_make_func_type(zend_ffi_dcl *dcl, HashTable *args, zend_ffi_dcl *n
                        }
                        type->func.args = NULL;
                        _zend_ffi_type_dtor(type);
-                       zend_ffi_parser_error("unsupported calling convention line %d", FFI_G(line));
+                       zend_ffi_parser_error("Unsupported calling convention line %d", FFI_G(line));
                        break;
        }
        type->func.args = args;
index d52e235644b8fd0a44c03cef8b3240333d032a57..f1041bf46031b06b16d4df3d365ce5aa15906536 100644 (file)
@@ -58,6 +58,6 @@ object(FFI\CData:struct _d)#%d (1) {
   ["x"]=>
   int(0)
 }
-FFI\ParserException: incomplete 'struct _e' at line 1
-FFI\ParserException: incomplete 'struct _f' at line 1
+FFI\ParserException: Incomplete 'struct _e' at line 1
+FFI\ParserException: Incomplete 'struct _f' at line 1
 ok
index e914b604ac991ba9a50cf3b6deff15196a275df4..7d265bfa68dbe192e3adef41379d5bebbe4109cc 100644 (file)
@@ -82,6 +82,6 @@ object(FFI\CData:int32_t[2])#%d (2) {
   [1]=>
   int(0)
 }
-FFI\ParserException: incomplete 'enum _e' at line 1
-FFI\ParserException: incomplete 'enum _f' at line 1
+FFI\ParserException: Incomplete 'enum _e' at line 1
+FFI\ParserException: Incomplete 'enum _f' at line 1
 ok
index 3e4c4d6fcaa9d7a4da4318dcbd2ae8b96bd86b87..b95acfbe4088acf2f5ca94e5a988aa43bbec3ba0 100644 (file)
@@ -59,8 +59,8 @@ int(2)
 int(3)
 FFI\ParserException: 'void' type is not allowed at line 1
 FFI\ParserException: 'void' type is not allowed at line 1
-FFI\ParserException: function returning array is not allowed at line 1
-FFI\ParserException: array of functions is not allowed at line 1
-FFI\ParserException: function returning function is not allowed at line 1
-FFI\ParserException: only the leftmost array can be undimensioned at line 1
+FFI\ParserException: Function returning array is not allowed at line 1
+FFI\ParserException: Array of functions is not allowed at line 1
+FFI\ParserException: Function returning function is not allowed at line 1
+FFI\ParserException: Only the leftmost array can be undimensioned at line 1
 ok
index 524ac950303f0d275ec1659799b52a7893ec9410..5143bea109afde1e24c2eea40734cb8b1b31f39f 100644 (file)
@@ -57,9 +57,9 @@ try {
 ?>
 ok
 --EXPECT--
-FFI\ParserException: incomplete 'struct DIR' at line 1
+FFI\ParserException: Incomplete 'struct DIR' at line 1
 ok
-FFI\ParserException: incomplete 'struct DIR' at line 1
+FFI\ParserException: Incomplete 'struct DIR' at line 1
 ok
 ok
 ok
index 857780b80c513fe1bdfdd79fde0ba8c647092281..89d765de03fbc4ceed9fd2e4dad4facb89825376 100644 (file)
@@ -28,6 +28,6 @@ try {
 ok
 --EXPECT--
 FFI\ParserException: 'function' type is not allowed at line 1
-FFI\ParserException: struct/union can't contain an instance of itself at line 1
+FFI\ParserException: Struct/union can't contain an instance of itself at line 1
 ok
 ok
index 718b078bc70482d3590b2e01749df4705320156a..cd64a85efcdfad2abc3bb261c886d8c75a4e1216 100644 (file)
@@ -25,7 +25,7 @@ try {
 ok
 --EXPECTF--
 FFI\ParserException: 'function' type is not allowed at line 1
-FFI\ParserException: struct/union can't contain an instance of itself at line 1
+FFI\ParserException: Struct/union can't contain an instance of itself at line 1
 object(FFI\CData:struct X)#%d (1) {
   ["ptr"]=>
   NULL
index 9e7c12438468f51615bb3fafd4d231c841ca3e22..14905e74f630b970a5985f77e780df4fb934a4b9 100644 (file)
@@ -21,6 +21,6 @@ try {
 ?>
 ok
 --EXPECT--
-FFI\ParserException: incomplete 'struct X' at line 1
+FFI\ParserException: Incomplete 'struct X' at line 1
 ok
 ok
index ee69d70f6846fdf724ec72f36420bac9682ff2cf..3015f784c6b83bcce5229f708754ab3fcbffc9f5 100644 (file)
@@ -47,6 +47,6 @@ try {
 ok
 ok
 ok
-FFI\ParserException: flexible array member not at end of struct at line 1
-FFI\ParserException: flexible array member not at end of struct at line 1
-FFI\ParserException: flexible array member in union at line 1
+FFI\ParserException: Flexible array member not at end of struct at line 1
+FFI\ParserException: Flexible array member not at end of struct at line 1
+FFI\ParserException: Flexible array member in union at line 1
index a489e3c0de94e11828ec6fe8616e8b79b720a4fa..83f276540819ff6ede64ceed515f9710b5dc2874 100644 (file)
@@ -15,8 +15,8 @@ finfo_open(FILEINFO_MIME_TYPE, "\xfc\x63");
 ?>
 --EXPECTF--
 <br />
-<b>Warning</b>:  : failed to open stream: No such file or directory in <b>%sbug68996.php</b> on line <b>%d</b><br />
+<b>Warning</b>:  : Failed to open stream: No such file or directory in <b>%sbug68996.php</b> on line <b>%d</b><br />
 <br />
-<b>Warning</b>:  : failed to open stream: No such file or directory in <b>%sbug68996.php</b> on line <b>%d</b><br />
+<b>Warning</b>:  : Failed to open stream: No such file or directory in <b>%sbug68996.php</b> on line <b>%d</b><br />
 <br />
 <b>Warning</b>:  finfo_open(): Failed to load magic database at '%s�c'. in <b>%sbug68996.php</b> on line <b>%d</b><br />
index 4650ff1c162030c976713df020852c28ebe92561..3d01c8e88131cc63c8f3d04260472a557ae8df25 100644 (file)
@@ -24,5 +24,5 @@ Warning: finfo_file(): Empty filename or path in %s on line %d
 bool(false)
 string(9) "directory"
 
-Warning: finfo_file(&): failed to open stream: No such file or directory in %s on line %d
+Warning: finfo_file(&): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
index 0b93e4cc40b8362e75ea7471d4f04a9cd8755272..af06278fae1c1ad9a1977a3c7352bfcfc381c132 100644 (file)
@@ -23,23 +23,23 @@ finfo_open() expects parameter 2 to be a valid path, string given
 resource(%d) of type (file_info)
 resource(%d) of type (file_info)
 
-Warning: finfo_open(%s123): failed to open stream: No such file or directory in %s on line %d
+Warning: finfo_open(%s123): Failed to open stream: No such file or directory in %s on line %d
 
-Warning: finfo_open(%s123): failed to open stream: No such file or directory in %s on line %d
+Warning: finfo_open(%s123): Failed to open stream: No such file or directory in %s on line %d
 
 Warning: finfo_open(): Failed to load magic database at '%s123'. in %s on line %d
 bool(false)
 
-Warning: finfo_open(%s1): failed to open stream: No such file or directory in %s on line %d
+Warning: finfo_open(%s1): Failed to open stream: No such file or directory in %s on line %d
 
-Warning: finfo_open(%s1): failed to open stream: No such file or directory in %s on line %d
+Warning: finfo_open(%s1): Failed to open stream: No such file or directory in %s on line %d
 
 Warning: finfo_open(): Failed to load magic database at '%s1'. in %s on line %d
 bool(false)
 
-Warning: finfo_open(%sinexistent): failed to open stream: No such file or directory in %s on line %d
+Warning: finfo_open(%sinexistent): Failed to open stream: No such file or directory in %s on line %d
 
-Warning: finfo_open(%sinexistent): failed to open stream: No such file or directory in %s on line %d
+Warning: finfo_open(%sinexistent): Failed to open stream: No such file or directory in %s on line %d
 
 Warning: finfo_open(): Failed to load magic database at '%sinexistent'. in %s on line %d
 bool(false)
index fb07ea8064ade9355bdddc1e435665e20f2d1a24..deb35bb95f706bced824a08a2092f92cf590b708 100644 (file)
@@ -33,9 +33,9 @@ try {
 --EXPECTF--
 *** Testing finfo_open() : error functionality ***
 
-Warning: finfo_open(%sfoobarfile): failed to open stream: No such file or directory in %sfinfo_open_error.php on line %d
+Warning: finfo_open(%sfoobarfile): Failed to open stream: No such file or directory in %sfinfo_open_error.php on line %d
 
-Warning: finfo_open(%sfoobarfile): failed to open stream: No such file or directory in %sfinfo_open_error.php on line %d
+Warning: finfo_open(%sfoobarfile): Failed to open stream: No such file or directory in %sfinfo_open_error.php on line %d
 
 Warning: finfo_open(): Failed to load magic database at '%sfoobarfile'. in %sfinfo_open_error.php on line %d
 bool(false)
index 8d18cb43ac49483d92ecf933b746d847be65cc67..472d3e84f8125253668c905961a69935d3006a50 100644 (file)
@@ -23,7 +23,7 @@ Warning: mime_content_type(): Can only process string or stream arguments in %s
 
 Warning: mime_content_type(): Can only process string or stream arguments in %s on line %d
 
-Warning: mime_content_type(foo/inexistent): failed to open stream: No such file or directory in %s on line %d
+Warning: mime_content_type(foo/inexistent): Failed to open stream: No such file or directory in %s on line %d
 
 Warning: mime_content_type(): Empty filename or path in %s on line %d
 
index 099211804b92cccbc3cf5591d793b971eb689882..79a0e9d9abe8b1bc049ca3e5c4dde9f4e742a51a 100644 (file)
@@ -360,7 +360,7 @@ void php_filter_float(PHP_INPUT_FILTER_PARAM_DECL) /* {{{ */
 
        if (decimal_set) {
                if (decimal_len != 1) {
-                       php_error_docref(NULL, E_WARNING, "decimal separator must be one char");
+                       php_error_docref(NULL, E_WARNING, "Decimal separator must be one char");
                        RETURN_VALIDATION_FAILED
                } else {
                        dec_sep = *decimal;
@@ -371,7 +371,7 @@ void php_filter_float(PHP_INPUT_FILTER_PARAM_DECL) /* {{{ */
 
        if (thousand_set) {
                if (thousand_len < 1) {
-                       php_error_docref(NULL, E_WARNING, "thousand separator must be at least one char");
+                       php_error_docref(NULL, E_WARNING, "Thousand separator must be at least one char");
                        RETURN_VALIDATION_FAILED
                } else {
                        tsd_sep = thousand;
index 23691fbbba739d7cfa9e67045333d1a92156aaff..e45e484bd450858b0b245dd9c669f3c037f34a04 100644 (file)
@@ -53,6 +53,6 @@ bool(false)
 float(1.234)
 float(1.234)
 
-Warning: filter_var(): decimal separator must be one char in %s on line %d
+Warning: filter_var(): Decimal separator must be one char in %s on line %d
 bool(false)
 bool(false)
index a8ebecb2d506db1a58fd52144f5b3794e166dd19..38ae03ca95909c37aaa82ec91af0ade19799a0ea 100644 (file)
@@ -18,5 +18,5 @@ var_dump(filter_var('12345', FILTER_VALIDATE_FLOAT, $options));
 float(1000)
 float(1234.567)
 
-Warning: filter_var(): thousand separator must be at least one char in %s on line %d
+Warning: filter_var(): Thousand separator must be at least one char in %s on line %d
 bool(false)
index cb8161a45627388ec830fce18575cdb2896bf736..71dc7f66917cfdf22ddfa890b324910298e49042 100644 (file)
@@ -272,7 +272,7 @@ ftp_login(ftpbuf_t *ftp, const char *user, const size_t user_len, const char *pa
 
                ctx = SSL_CTX_new(SSLv23_client_method());
                if (ctx == NULL) {
-                       php_error_docref(NULL, E_WARNING, "failed to create the SSL context");
+                       php_error_docref(NULL, E_WARNING, "Failed to create the SSL context");
                        return 0;
                }
 
@@ -288,7 +288,7 @@ ftp_login(ftpbuf_t *ftp, const char *user, const size_t user_len, const char *pa
                SSL_CTX_free(ctx);
 
                if (ftp->ssl_handle == NULL) {
-                       php_error_docref(NULL, E_WARNING, "failed to create the SSL handle");
+                       php_error_docref(NULL, E_WARNING, "Failed to create the SSL handle");
                        return 0;
                }
 
index e135cec0279de4c1580fbeee9d17cb59f2abf461..d196230a628dae4edabcd4aa7f4e3297a1320d05 100644 (file)
@@ -889,7 +889,7 @@ PHP_FUNCTION(ftp_nb_continue)
        }
 
        if (!ftp->nb) {
-               php_error_docref(NULL, E_WARNING, "no nbronous transfer to continue.");
+               php_error_docref(NULL, E_WARNING, "No nbronous transfer to continue.");
                RETURN_LONG(PHP_FTP_FAILED);
        }
 
index bbc11e87aeb38007fe3f8827cbd4d051bc204dcc..4b46321e26bde8f3f47e761989c66956ff85ee1c 100644 (file)
@@ -66,7 +66,7 @@ int(-1)
 Warning: ftp_mkdir(): Command not implemented (7). in %s005.php on line 20
 bool(false)
 
-Warning: ftp_nb_continue(): no nbronous transfer to continue. in %s005.php on line 21
+Warning: ftp_nb_continue(): No nbronous transfer to continue. in %s005.php on line 21
 int(0)
 
 Warning: ftp_nb_fget(): Mode must be FTP_ASCII or FTP_BINARY in %s005.php on line 22
index 448275b168d52f2cfe8f7977fe84a6a487d8c622..51692c47a4e3fa603f1b408ca738bd075b626ea4 100644 (file)
@@ -11,11 +11,11 @@ int overflow2(int a, int b)
 {
 
        if(a <= 0 || b <= 0) {
-               php_error_docref(NULL, E_WARNING, "one parameter to a memory allocation multiplication is negative or zero, failing operation gracefully\n");
+               php_error_docref(NULL, E_WARNING, "One parameter to a memory allocation multiplication is negative or zero, failing operation gracefully\n");
                return 1;
        }
        if(a > INT_MAX / b) {
-               php_error_docref(NULL, E_WARNING, "product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully\n");
+               php_error_docref(NULL, E_WARNING, "Product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully\n");
                return 1;
        }
        return 0;
index 2a7d4a032ac2bf33b0bcfeff82c33e65992fc8a4..438a564ff17cd7912a31c867b1478ae58d907985 100644 (file)
 int overflow2(int a, int b)
 {
        if(a <= 0 || b <= 0) {
-               gd_error("one parameter to a memory allocation multiplication is negative or zero, failing operation gracefully\n");
+               gd_error("One parameter to a memory allocation multiplication is negative or zero, failing operation gracefully\n");
                return 1;
        }
        if(a > INT_MAX / b) {
-               gd_error("product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully\n");
+               gd_error("Product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully\n");
                return 1;
        }
        return 0;
index 7328163f2c07fd3c638c77f26236896f49bec99f..125a698f247775c10fff7956ccc6fee8fa856954 100644 (file)
@@ -149,7 +149,7 @@ int read_header_tga(gdIOCtx *ctx, oTga *tga)
        unsigned char header[18];
 
        if (gdGetBuf(header, sizeof(header), ctx) < 18) {
-               gd_error("fail to read header");
+               gd_error("Fail to read header");
                return -1;
        }
 
index dabdf0a38fd2438c4d37dd00f78f62bf2617f8b1..0be7c2352bbbeba6a53fac08b60863a6ceca1260 100644 (file)
@@ -135,7 +135,7 @@ gdImagePtr gdImageCreateFromXbm(FILE * fd)
                        h[3] = ch;
                }
                if (sscanf(h, "%x", &b) != 1) {
-                       gd_error("invalid XBM");
+                       gd_error("Invalid XBM");
                        gdImageDestroy(im);
                        return 0;
                }
index 8ee2e9a41543330b7ac9e7f938e824ad84ac9751..c34c232d0ae706f76f1d930497dd49e6383c4b5c 100644 (file)
@@ -17,7 +17,7 @@ var_dump(imagecreatefrompng($file));
 echo "Done\n";
 ?>
 --EXPECTF--
-Warning: imagecreatefrompng(%s001私はガラスを食べられます.test): failed to open stream: No such file or directory in %s on line %d
+Warning: imagecreatefrompng(%s001私はガラスを食べられます.test): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
 Warning: imagecreatefrompng(): '%s001私はガラスを食べられます.test' is not a valid PNG file in %s on line %d
index b820ac1cc00cc6ccb678f16271d29c6e486314af..75dbcc0d471a3057c23c5df680decc40e8e51ac8 100644 (file)
@@ -17,7 +17,7 @@ var_dump(imagecreatefrompng($file));
 echo "Done\n";
 ?>
 --EXPECTF--
-Warning: imagecreatefrompng(%s001.test): failed to open stream: No such file or directory in %s on line %d
+Warning: imagecreatefrompng(%s001.test): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
 Warning: imagecreatefrompng(): '%s001.test' is not a valid PNG file in %s on line %d
index 0e13bca9b39571f6636ca734711656124113c420..a255997ca08aaf43da3a69a48020c729dfb20a97 100644 (file)
@@ -40,7 +40,7 @@ Array
     [height] => 10
 )
 
-Warning: imagecrop(): one parameter to a memory allocation multiplication is negative or zero, failing operation gracefully
+Warning: imagecrop(): One parameter to a memory allocation multiplication is negative or zero, failing operation gracefully
  in %s on line %d
 bool(false)
 object(GdImage)#2 (0) {
@@ -48,6 +48,6 @@ object(GdImage)#2 (0) {
 object(GdImage)#2 (0) {
 }
 
-Warning: imagecrop(): product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully
+Warning: imagecrop(): Product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully
  in %s on line %d
 bool(false)
index d63ce67c553f541aa569d53522c2da36ee00151f..5b5fdb6ee6572e4ad0e9535ac6eb7dd1be22f357 100644 (file)
@@ -32,7 +32,7 @@ unlink($fname);
 
 ?>
 --EXPECTF--
-Warning: imagecreatefromgd2(): product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully
+Warning: imagecreatefromgd2(): Product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully
  in %sbug72339.php on line %d
 
 Warning: imagecreatefromgd2(): '%sbug72339.gd' is not a valid GD2 file in %sbug72339.php on line %d
index 6a426a2aa083aa0d5ed3f2b85181efa888a92dc7..2bd5758e1a903f8b755e4c05ab9740b87046db85 100644 (file)
@@ -14,5 +14,5 @@ imagescale($im, 1, 1, IMG_TRIANGLE);
 
 ?>
 --EXPECTF--
-Warning: imagescale():%S product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully
+Warning: imagescale():%S Product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully
  in %s on line %d
index f2d1c90a6d734b0fe05aec1e6c5ac182c03eeddd..678333f06c0eb714d7e4833579f666e23325e3be 100644 (file)
@@ -14,6 +14,6 @@ $img = imagecreate(2**28, 1);
 var_dump(imagescale($img, 1, 1, IMG_TRIANGLE));
 ?>
 --EXPECTF--
-Warning: imagescale():%S product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully
+Warning: imagescale():%S Product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully
  in %s on line %d
 bool(false)
index 855d511992ebfbc2383d83b2b4de5b59f8c2a8a8..e57da564392d1614f3c90902ad9b3c3cc64716c8 100644 (file)
@@ -14,7 +14,7 @@ imagecolorallocate($im, 0, 0, 0);
 imagewbmp($im, __DIR__ . '/77479.wbmp');
 ?>
 --EXPECTF--
-Warning: imagewbmp():%S product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully
+Warning: imagewbmp():%S Product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully
  in %s on line %d
 
 Warning: imagewbmp(): Could not create WBMP in %s on line %d
index 6a469a32c2bdba5f408a0d78c50192f1ad514698..c9400987e07a64c4ced99ed96f97f20f377394d1 100644 (file)
@@ -14,7 +14,7 @@ $im = imagecreatefromxbm($filepath);
 var_dump($im);
 ?>
 --EXPECTF--
-Warning: imagecreatefromxbm(): invalid XBM in %s on line %d
+Warning: imagecreatefromxbm(): Invalid XBM in %s on line %d
 
 Warning: imagecreatefromxbm(): '%s' is not a valid XBM file in %s on line %d
 bool(false)
index e083b74c195d2a5d2f86468e3b53258c1164b66f..819795181a3ba2bc2e28fa0fbd33c114662d34be 100644 (file)
@@ -42,7 +42,7 @@ $im = imagecreatefromwbmp($filename);
 unlink($filename);
 ?>
 --EXPECTF--
-Warning: imagecreatefromwbmp(): product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully
+Warning: imagecreatefromwbmp(): Product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully
  in %s on line %d
 
 Warning: imagecreatefromwbmp(): '%s' is not a valid WBMP file in %s on line %d
index ed739461c4a53dce12a46aad6b84144f08ff3610..0aff8d8b9311df94db1400a1d3aa5f6ead0d07bf 100644 (file)
@@ -42,6 +42,6 @@ $im = imagecreatefromwbmp($filename);
 unlink($filename);
 ?>
 --EXPECTF--
-gd warning: product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully
+gd warning: Product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully
 
 Warning: imagecreatefromwbmp(): '%s_tmp.wbmp' is not a valid WBMP file in %s on line %d
index 262009f2cf8b25174827e173ef93cb819a6498ad..a4ad10839b91342a22686a1adc08b934e41dfc7b 100644 (file)
@@ -11,5 +11,5 @@ Austin Drouare <austin.drouare [at] gmail [dot] com> #testfest #tek11
 var_dump( imageloadfont('\src\invalidfile.font') );
 ?>
 --EXPECTF--
-Warning: imageloadfont(\src\invalidfile.font): failed to open stream: No such file or directory in %s on line %d
+Warning: imageloadfont(\src\invalidfile.font): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
index ed9d9e3a30dabdddf519b17cf683e00a0a55a501..0ef49da2a512908b03f109b0a82f419dc334c4fe 100644 (file)
@@ -19,7 +19,7 @@ imagestring($image, $font, 0, 0, "Hello", $black);
 unlink($filename);
 ?>
 --EXPECTF--
-Warning: imageloadfont(): product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully
+Warning: imageloadfont(): Product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully
  in %simageloadfont_invalid.php on line %d
 
 Warning: imageloadfont(): Error reading font, invalid font header in %simageloadfont_invalid.php on line %d
index dbb1886171f499b6844979ad35b85ff5b9be636c..7e1e4b587219cb8793e8b1f5a5b9791df473fcd3 100644 (file)
@@ -11,7 +11,7 @@ $im = imagecreatefromgd(__DIR__ . '/libgd00101.gd');
 var_dump($im);
 ?>
 --EXPECTF--
-Warning: imagecreatefromgd(): product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully
+Warning: imagecreatefromgd(): Product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully
  in %slibgd00101.php on line %d
 
 Warning: imagecreatefromgd(): '%slibgd00101.gd' is not a valid GD file in %slibgd00101.php on line %d
index 5ba07e6fee44ee17b139315b2b23ca57a34c03b7..ab796630f4a019836f74c6d676882e05f1bca3f9 100644 (file)
@@ -77,7 +77,7 @@ ZEND_GET_MODULE(php_gettext)
 
 #define PHP_GETTEXT_DOMAIN_LENGTH_CHECK(domain_len) \
        if (UNEXPECTED(domain_len > PHP_GETTEXT_MAX_DOMAIN_LENGTH)) { \
-               php_error_docref(NULL, E_WARNING, "domain passed too long"); \
+               php_error_docref(NULL, E_WARNING, "Domain passed too long"); \
                RETURN_FALSE; \
        }
 
index 00625904640214de58976d971b27e2d7a3fd1e62..a5b32c6bf2c478642adc697b2657093ac925de6f 100644 (file)
@@ -36,10 +36,10 @@ var_dump(dgettext($domain, $overflown));
 var_dump(textdomain($overflown));
 ?>
 --EXPECTF--
-Warning: bindtextdomain(): domain passed too long in %s on line %d
+Warning: bindtextdomain(): Domain passed too long in %s on line %d
 bool(false)
 
-Warning: dngettext(): domain passed too long in %s on line %d
+Warning: dngettext(): Domain passed too long in %s on line %d
 bool(false)
 
 Warning: dngettext(): msgid1 passed too long in %s on line %d
@@ -57,13 +57,13 @@ bool(false)
 Warning: ngettext(): msgid2 passed too long in %s on line %d
 bool(false)
 
-Warning: dcgettext(): domain passed too long in %s on line %d
+Warning: dcgettext(): Domain passed too long in %s on line %d
 bool(false)
 
 Warning: dcgettext(): msgid passed too long in %s on line %d
 bool(false)
 
-Warning: dcngettext(): domain passed too long in %s on line %d
+Warning: dcngettext(): Domain passed too long in %s on line %d
 bool(false)
 
 Warning: dcngettext(): msgid1 passed too long in %s on line %d
@@ -72,11 +72,11 @@ bool(false)
 Warning: dcngettext(): msgid2 passed too long in %s on line %d
 bool(false)
 
-Warning: dgettext(): domain passed too long in %s on line %d
+Warning: dgettext(): Domain passed too long in %s on line %d
 bool(false)
 
 Warning: dgettext(): msgid passed too long in %s on line %d
 bool(false)
 
-Warning: textdomain(): domain passed too long in %s on line %d
+Warning: textdomain(): Domain passed too long in %s on line %d
 bool(false)
index 34dccfb32ad9db69901b3a615bc0a13c12d670fa..614d53666b6c6c89819541bfa30444bbd4ad881b 100644 (file)
@@ -1065,7 +1065,7 @@ PHP_FUNCTION(mhash_keygen_s2k)
 
        bytes = (int)l_bytes;
        if (bytes <= 0){
-               php_error_docref(NULL, E_WARNING, "the byte parameter must be greater than 0");
+               php_error_docref(NULL, E_WARNING, "The byte parameter must be greater than 0");
                RETURN_FALSE;
        }
 
index 534d6a3f2c68b68db088356c7ce8cf169affc9c4..eecd2638dad0319984c6eb9a349b05ecfe18aa4c 100644 (file)
@@ -42,5 +42,5 @@ bool(false)
 
 -- Testing hash_file() function with a non-existent file --
 
-Warning: hash_file(%s): failed to open stream: No such file or directory in %s on line %d
+Warning: hash_file(%s): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
index 968cfcb606d7949d7e03d960baad0b1dee13d517..e08ceeb69f91984eb30000d7bf8e00b9b53c0c97 100644 (file)
@@ -44,7 +44,7 @@ string(20) "a4b3a4f3a4cba4c1a4cf"
 string(10) "69636f6e76"
 string(2) "0a"
 
-Warning: stream_filter_append(): unable to create or locate filter "convert.iconv.ISO-2022-JP\0EUC-JP" in %siconv_stream_filter_delimiter.php on line %d
+Warning: stream_filter_append(): Unable to create or locate filter "convert.iconv.ISO-2022-JP\0EUC-JP" in %siconv_stream_filter_delimiter.php on line %d
 string(20) "1b244224332473244b24"
 string(10) "41244f1b28"
 string(2) "42"
index 05e6b67723800fbaa5c3ccdb9174939e9ac85bed..d539f6fbcf33322c84878046efa896517d7c1197 100644 (file)
@@ -992,7 +992,7 @@ PHP_FUNCTION(imap_append)
                        0, Z_L(0), Z_L(0));
 
                if (!Z_LVAL_P(return_value)) {
-                       php_error_docref(NULL, E_WARNING, "internal date not correctly formatted");
+                       php_error_docref(NULL, E_WARNING, "Internal date not correctly formatted");
                        internal_date = NULL;
                }
        }
@@ -1091,7 +1091,7 @@ PHP_FUNCTION(imap_get_quota)
        /* set the callback for the GET_QUOTA function */
        mail_parameters(NIL, SET_QUOTA, (void *) mail_getquota);
        if (!imap_getquota(imap_le_struct->imap_stream, ZSTR_VAL(qroot))) {
-               php_error_docref(NULL, E_WARNING, "c-client imap_getquota failed");
+               php_error_docref(NULL, E_WARNING, "C-client imap_getquota failed");
                zend_array_destroy(Z_ARR_P(return_value));
                RETURN_FALSE;
        }
@@ -1120,7 +1120,7 @@ PHP_FUNCTION(imap_get_quotaroot)
        /* set the callback for the GET_QUOTAROOT function */
        mail_parameters(NIL, SET_QUOTA, (void *) mail_getquota);
        if (!imap_getquotaroot(imap_le_struct->imap_stream, ZSTR_VAL(mbox))) {
-               php_error_docref(NULL, E_WARNING, "c-client imap_getquotaroot failed");
+               php_error_docref(NULL, E_WARNING, "C-client imap_getquotaroot failed");
                zend_array_destroy(Z_ARR_P(return_value));
                RETURN_FALSE;
        }
@@ -1241,7 +1241,7 @@ PHP_FUNCTION(imap_gc)
        }
 
        if (flags && ((flags & ~(GC_TEXTS | GC_ELT | GC_ENV)) != 0)) {
-               php_error_docref(NULL, E_WARNING, "invalid value for the flags parameter");
+               php_error_docref(NULL, E_WARNING, "Invalid value for the flags parameter");
                RETURN_FALSE;
        }
 
@@ -1277,7 +1277,7 @@ PHP_FUNCTION(imap_close)
 
                /* Check that flags is exactly equal to PHP_EXPUNGE or zero */
                if (flags && ((flags & ~PHP_EXPUNGE) != 0)) {
-                       php_error_docref(NULL, E_WARNING, "invalid value for the flags parameter");
+                       php_error_docref(NULL, E_WARNING, "Invalid value for the flags parameter");
                        RETURN_FALSE;
                }
 
@@ -1363,7 +1363,7 @@ PHP_FUNCTION(imap_body)
        }
 
        if (flags && ((flags & ~(FT_UID|FT_PEEK|FT_INTERNAL)) != 0)) {
-               php_error_docref(NULL, E_WARNING, "invalid value for the options parameter");
+               php_error_docref(NULL, E_WARNING, "Invalid value for the options parameter");
                RETURN_FALSE;
        }
 
@@ -1989,7 +1989,7 @@ PHP_FUNCTION(imap_fetchstructure)
        }
 
        if (flags && ((flags & ~FT_UID) != 0)) {
-               php_error_docref(NULL, E_WARNING, "invalid value for the options parameter");
+               php_error_docref(NULL, E_WARNING, "Invalid value for the options parameter");
                RETURN_FALSE;
        }
 
@@ -2041,7 +2041,7 @@ PHP_FUNCTION(imap_fetchbody)
        }
 
        if (flags && ((flags & ~(FT_UID|FT_PEEK|FT_INTERNAL)) != 0)) {
-               php_error_docref(NULL, E_WARNING, "invalid value for the options parameter");
+               php_error_docref(NULL, E_WARNING, "Invalid value for the options parameter");
                RETURN_FALSE;
        }
 
@@ -2083,7 +2083,7 @@ PHP_FUNCTION(imap_fetchmime)
        }
 
        if (flags && ((flags & ~(FT_UID|FT_PEEK|FT_INTERNAL)) != 0)) {
-               php_error_docref(NULL, E_WARNING, "invalid value for the options parameter");
+               php_error_docref(NULL, E_WARNING, "Invalid value for the options parameter");
                RETURN_FALSE;
        }
 
@@ -2860,7 +2860,7 @@ PHP_FUNCTION(imap_fetchheader)
        }
 
        if (flags && ((flags & ~(FT_UID|FT_INTERNAL|FT_PREFETCHTEXT)) != 0)) {
-               php_error_docref(NULL, E_WARNING, "invalid value for the options parameter");
+               php_error_docref(NULL, E_WARNING, "Invalid value for the options parameter");
                RETURN_FALSE;
        }
 
@@ -3102,7 +3102,7 @@ PHP_FUNCTION(imap_fetch_overview)
        }
 
        if (flags && ((flags & ~FT_UID) != 0)) {
-               php_error_docref(NULL, E_WARNING, "invalid value for the options parameter");
+               php_error_docref(NULL, E_WARNING, "Invalid value for the options parameter");
                RETURN_FALSE;
        }
 
@@ -3460,7 +3460,7 @@ PHP_FUNCTION(imap_mail_compose)
        }
 
        if (bod && bod->type == TYPEMULTIPART && (!bod->nested.part || !bod->nested.part->next)) {
-               php_error_docref(NULL, E_WARNING, "cannot generate multipart e-mail without components.");
+               php_error_docref(NULL, E_WARNING, "Cannot generate multipart e-mail without components.");
                RETVAL_FALSE;
                goto done;
        }
index b47ef2e41543b41cc8977588c29e1f7795094b31..686ffe75b85a6c4975260285f3e9ff639c9b4457 100644 (file)
@@ -21,6 +21,6 @@ unlink($fn);
 
 ?>
 --EXPECTF--
-Warning: imap_append(): internal date not correctly formatted in %s on line %d
+Warning: imap_append(): Internal date not correctly formatted in %s on line %d
 
-Exception: imap_append(): supplied resource is not a valid imap resource
+Exception: imap_append(): Supplied resource is not a valid imap resource
index a9b3bcd6e564beeb5d116a28b005a12ac5446ae1..de5f7f286c8509001d16e5e60fcc345e7b0d9ece 100644 (file)
@@ -42,7 +42,7 @@ Warning: imap_body() expects at least 2 parameters, 1 given in %s on line %d
 
 Warning: imap_body(): Bad message number in %s on line %d
 
-Warning: imap_body(): invalid value for the options parameter in %s on line %d
+Warning: imap_body(): Invalid value for the options parameter in %s on line %d
 
 Warning: imap_body(): Bad message number in %s on line %d
 bool(false)
index 9faa21c2d74d7e41d7a11276a95f343f04ce083c..f45d34845cb5dc82df3c27a2335a2aa4d70cae3e 100644 (file)
@@ -77,15 +77,15 @@ CL_EXPUNGE was set
 
 -- Iteration 3 --
 
-Warning: imap_close(): invalid value for the flags parameter in %s on line %d
+Warning: imap_close(): Invalid value for the flags parameter in %s on line %d
 bool(false)
 
 -- Iteration 4 --
 
-Warning: imap_close(): invalid value for the flags parameter in %s on line %d
+Warning: imap_close(): Invalid value for the flags parameter in %s on line %d
 bool(false)
 
 -- Iteration 5 --
 
-Warning: imap_close(): invalid value for the flags parameter in %s on line %d
+Warning: imap_close(): Invalid value for the flags parameter in %s on line %d
 bool(false)
index 04ad6f4790c94b78c57d3baa898e97e8daa7addc..3bfb627d406c20e9235235e50184013c15b76f48 100644 (file)
@@ -71,8 +71,8 @@ imap_fetch_overview() returns an object
 
 Testing with option value:int(%d)
 
-Warning: imap_fetch_overview(): invalid value for the options parameter in %s on line %d
+Warning: imap_fetch_overview(): Invalid value for the options parameter in %s on line %d
 
 Testing with option value:int(-%d)
 
-Warning: imap_fetch_overview(): invalid value for the options parameter in %s on line %d
+Warning: imap_fetch_overview(): Invalid value for the options parameter in %s on line %d
index df773a3fb75eaa5bd0156a9f2549ca58e5ad018a..8648115896ec953288920d0317a98d426a242869 100644 (file)
@@ -68,10 +68,10 @@ FT_UID valid
 
 -- Iteration 5 --
 
-Warning: imap_fetchbody(): invalid value for the options parameter in %s on line %d
+Warning: imap_fetchbody(): Invalid value for the options parameter in %s on line %d
 FT_UID not valid
 
 -- Iteration 6 --
 
-Warning: imap_fetchbody(): invalid value for the options parameter in %s on line %d
+Warning: imap_fetchbody(): Invalid value for the options parameter in %s on line %d
 FT_UID not valid
index e07a97b121100153fe1818d099b7b4e8700742cd..073e9e7eca7faa0393b675c84c9b75b09f8aa8c1 100644 (file)
@@ -66,10 +66,10 @@ FT_UID valid
 
 -- Iteration 5 --
 
-Warning: imap_fetchheader(): invalid value for the options parameter in %s on line %d
+Warning: imap_fetchheader(): Invalid value for the options parameter in %s on line %d
 FT_UID not valid
 
 -- Iteration 6 --
 
-Warning: imap_fetchheader(): invalid value for the options parameter in %s on line %d
+Warning: imap_fetchheader(): Invalid value for the options parameter in %s on line %d
 FT_UID not valid
index e9b2222778c4b1722c0655d41197607c05ab494c..ee13f45ce702df21e3384960eba11b4804d97f32 100644 (file)
@@ -25,11 +25,11 @@ imap_gc($stream_id, -1);
 --EXPECTF--
 Checking with no parameters
 
-Warning: imap_gc() expects exactly 2 parameters, 0 given in %s on line %d
+Warning: imap_gc() Expects exactly 2 parameters, 0 given in %s on line %d
 Checking with incorrect parameter type
 
-Warning: imap_gc() expects parameter 1 to be resource, string given in %s on line %d
+Warning: imap_gc() Expects parameter 1 to be resource, string given in %s on line %d
 
-Warning: imap_gc() expects parameter 1 to be resource, bool given in %s on line %d
+Warning: imap_gc() Expects parameter 1 to be resource, bool given in %s on line %d
 
-Warning: imap_gc(): invalid value for the flags parameter in %s on line %d
+Warning: imap_gc(): Invalid value for the flags parameter in %s on line %d
index f578512de6f94ba64bf3cd6bea3123613c482694..69332e931c6f8fb45f92d1d199a65809f6107710 100644 (file)
@@ -51,7 +51,7 @@ int datefmt_process_calendar_arg(zval* calendar_zv,
 
                zend_long v = Z_LVAL_P(calendar_zv);
                if (v != (zend_long)UCAL_TRADITIONAL && v != (zend_long)UCAL_GREGORIAN) {
-                       spprintf(&msg, 0, "%s: invalid value for calendar type; it must be "
+                       spprintf(&msg, 0, "%s: Invalid value for calendar type; it must be "
                                        "one of IntlDateFormatter::TRADITIONAL (locale's default "
                                        "calendar) or IntlDateFormatter::GREGORIAN. "
                                        "Alternatively, it can be an IntlCalendar object",
index 91e5cd531deee687e42da4ffe28f05e8a1820356..1b346abf6767d123ee8debf14b8c9a25c6363788 100644 (file)
@@ -31,8 +31,8 @@ try {
 }
 ?>
 --EXPECTF--
-Exception: IntlDateFormatter::__construct(): datefmt_create: no such time zone: 'bad timezone' in %s on line %d
+Exception: IntlDateFormatter::__construct(): datefmt_create: No such time zone: 'bad timezone' in %s on line %d
 
-Exception: IntlDateFormatter::__construct(): datefmt_create: invalid value for calendar type; it must be one of IntlDateFormatter::TRADITIONAL (locale's default calendar) or IntlDateFormatter::GREGORIAN. Alternatively, it can be an IntlCalendar object in %s on line %d
+Exception: IntlDateFormatter::__construct(): datefmt_create: Invalid value for calendar type; it must be one of IntlDateFormatter::TRADITIONAL (locale's default calendar) or IntlDateFormatter::GREGORIAN. Alternatively, it can be an IntlCalendar object in %s on line %d
 
 Exception: IntlDateFormatter::__construct(): datefmt_create: Invalid calendar argument; should be an integer or an IntlCalendar instance in %s on line %d
index 275dba1c302ca7d6f69fb5b2737b8a3eaf530bdd..83c256b7136297f2580812ae1ad2de1eabc94028 100644 (file)
@@ -41,7 +41,7 @@ string(44) "Sunday, January 1, 2012 5:12:00 AM GMT+05:12"
 string(44) "Sunday, January 1, 2012 5:12:00 AM GMT+05:12"
 string(42) "Sunday, Tevet 6, 5772 5:12:00 AM GMT+05:12"
 
-Fatal error: Uncaught IntlException: IntlDateFormatter::__construct(): datefmt_create: invalid value for calendar type; it must be one of IntlDateFormatter::TRADITIONAL (locale's default calendar) or IntlDateFormatter::GREGORIAN. Alternatively, it can be an IntlCalendar object in %sdateformat_calendars.php:%d
+Fatal error: Uncaught IntlException: IntlDateFormatter::__construct(): datefmt_create: Invalid value for calendar type; it must be one of IntlDateFormatter::TRADITIONAL (locale's default calendar) or IntlDateFormatter::GREGORIAN. Alternatively, it can be an IntlCalendar object in %sdateformat_calendars.php:%d
 Stack trace:
 #0 %sdateformat_calendars.php(%d): IntlDateFormatter->__construct('en_US@calendar=...', 0, 0, 'GMT+05:12', -1)
 #1 {main}
index fe4493aa7fe720a7c7478f389e6dbf9f968526e6..8d051abe59e3f8e2a1cddb31ddebbde88230f8f9 100644 (file)
@@ -42,7 +42,7 @@ string(47) "Sunday, January 1, 2012 at 5:12:00 AM GMT+05:12"
 string(47) "Sunday, January 1, 2012 at 5:12:00 AM GMT+05:12"
 string(48) "Sunday, Tevet 6, 5772 AM at 5:12:00 AM GMT+05:12"
 
-Fatal error: Uncaught IntlException: IntlDateFormatter::__construct(): datefmt_create: invalid value for calendar type; it must be one of IntlDateFormatter::TRADITIONAL (locale's default calendar) or IntlDateFormatter::GREGORIAN. Alternatively, it can be an IntlCalendar object in %sdateformat_calendars_variant2.php:27
+Fatal error: Uncaught IntlException: IntlDateFormatter::__construct(): datefmt_create: Invalid value for calendar type; it must be one of IntlDateFormatter::TRADITIONAL (locale's default calendar) or IntlDateFormatter::GREGORIAN. Alternatively, it can be an IntlCalendar object in %sdateformat_calendars_variant2.php:27
 Stack trace:
 #0 %sdateformat_calendars_variant2.php(27): IntlDateFormatter->__construct('en_US@calendar=...', 0, 0, 'GMT+05:12', -1)
 #1 {main}
index d5bdac7fcd15c95082d8db80525f4b18039591c0..65597d6b45aed2acfd36c1c73fb10e8f0bec5363 100644 (file)
@@ -41,7 +41,7 @@ string(47) "Sunday, January 1, 2012 at 5:12:00 AM GMT+05:12"
 string(47) "Sunday, January 1, 2012 at 5:12:00 AM GMT+05:12"
 string(44) "Sunday, 6 Tevet 5772 at 5:12:00 AM GMT+05:12"
 
-Fatal error: Uncaught IntlException: IntlDateFormatter::__construct(): datefmt_create: invalid value for calendar type; it must be one of IntlDateFormatter::TRADITIONAL (locale's default calendar) or IntlDateFormatter::GREGORIAN. Alternatively, it can be an IntlCalendar object in %sdateformat_calendars_variant3.php:27
+Fatal error: Uncaught IntlException: IntlDateFormatter::__construct(): datefmt_create: Invalid value for calendar type; it must be one of IntlDateFormatter::TRADITIONAL (locale's default calendar) or IntlDateFormatter::GREGORIAN. Alternatively, it can be an IntlCalendar object in %sdateformat_calendars_variant3.php:27
 Stack trace:
 #0 %sdateformat_calendars_variant3.php(%d): IntlDateFormatter->__construct('en_US@calendar=...', 0, 0, 'GMT+05:12', -1)
 #1 {main}
index 2426c4ccf499d48816e504ebe9adf7fcf3a80bf9..72e78af5f3f0c38d30298f3dc98470bef6399646 100644 (file)
@@ -19,8 +19,8 @@ var_dump($df->setTimeZone('non existing timezone'));
 --EXPECTF--
 Warning: Array to string conversion in %s on line %d
 
-Warning: IntlDateFormatter::setTimeZone(): datefmt_set_timezone: no such time zone: 'Array' in %s on line %d
+Warning: IntlDateFormatter::setTimeZone(): datefmt_set_timezone: No such time zone: 'Array' in %s on line %d
 bool(false)
 
-Warning: IntlDateFormatter::setTimeZone(): datefmt_set_timezone: no such time zone: 'non existing timezone' in %s on line %d
+Warning: IntlDateFormatter::setTimeZone(): datefmt_set_timezone: No such time zone: 'non existing timezone' in %s on line %d
 bool(false)
index 57658610d53e19e1f4fac4ec47a437843347302f..4f1724520c3c0c6c9ecd17b24b8dc0f0f3c0d7d8 100644 (file)
@@ -57,9 +57,9 @@ include_once( 'ut_common.inc' );
 ut_run();
 ?>
 --EXPECTF--
-Warning: IntlDateFormatter::setTimeZone(): datefmt_set_timezone: no such time zone: 'CN' in %s on line %d
+Warning: IntlDateFormatter::setTimeZone(): datefmt_set_timezone: No such time zone: 'CN' in %s on line %d
 
-Warning: datefmt_set_timezone(): datefmt_set_timezone: no such time zone: 'CN' in %s on line %d
+Warning: datefmt_set_timezone(): datefmt_set_timezone: No such time zone: 'CN' in %s on line %d
 
 After creation of the dateformatter :  timezone_id= US/Pacific
 -----------
index 8c6a0c341c601ee727a1a76aabf914f379573bfc..0970089bed6f558a61cfb30bbcbdb21c64f6de1f 100644 (file)
@@ -57,9 +57,9 @@ include_once( 'ut_common.inc' );
 ut_run();
 ?>
 --EXPECTF--
-Warning: IntlDateFormatter::setTimeZone(): datefmt_set_timezone: no such time zone: 'CN' in %sut_common.inc on line %d
+Warning: IntlDateFormatter::setTimeZone(): datefmt_set_timezone: No such time zone: 'CN' in %sut_common.inc on line %d
 
-Warning: datefmt_set_timezone(): datefmt_set_timezone: no such time zone: 'CN' in %sut_common.inc on line %d
+Warning: datefmt_set_timezone(): datefmt_set_timezone: No such time zone: 'CN' in %sut_common.inc on line %d
 
 After creation of the dateformatter :  timezone_id= US/Pacific
 -----------
index 5ada926d9e08011c747a96641fe89c3d2c94a981..8a8ac2e29c0cbaaee9c6c0aae70a2abae85385b6 100644 (file)
@@ -195,7 +195,7 @@ U_CFUNC TimeZone *timezone_process_timezone_argument(zval *zv_timezone,
                }
                timeZone = TimeZone::createTimeZone(id);
                if (timeZone == NULL) {
-                       spprintf(&message, 0, "%s: could not create time zone", func);
+                       spprintf(&message, 0, "%s: Could not create time zone", func);
                        if (message) {
                                intl_errors_set(outside_error, U_MEMORY_ALLOCATION_ERROR, message, 1);
                                efree(message);
@@ -204,7 +204,7 @@ U_CFUNC TimeZone *timezone_process_timezone_argument(zval *zv_timezone,
                        return NULL;
                }
                if (timeZone->getID(gottenId) != id) {
-                       spprintf(&message, 0, "%s: no such time zone: '%s'",
+                       spprintf(&message, 0, "%s: No such time zone: '%s'",
                                func, Z_STRVAL_P(zv_timezone));
                        if (message) {
                                intl_errors_set(outside_error, U_ILLEGAL_ARGUMENT_ERROR, message, 1);
index 3647c4b14322b1e9f90dc9ced699c75836b6083c..728dd588d9396064e370d00c69f47644cbcb21c1 100644 (file)
@@ -1030,7 +1030,7 @@ PHP_FUNCTION(ldap_connect)
 
                        if (port <= 0 || port > 65535) {
                                efree(ld);
-                               php_error_docref(NULL, E_WARNING, "invalid port number: " ZEND_LONG_FMT, port);
+                               php_error_docref(NULL, E_WARNING, "Invalid port number: " ZEND_LONG_FMT, port);
                                RETURN_FALSE;
                        }
 
@@ -1968,7 +1968,7 @@ PHP_FUNCTION(ldap_next_attribute)
        }
 
        if (resultentry->ber == NULL) {
-               php_error_docref(NULL, E_WARNING, "called before calling ldap_first_attribute() or no attributes found in result entry");
+               php_error_docref(NULL, E_WARNING, "Called before calling ldap_first_attribute() or no attributes found in result entry");
                RETURN_FALSE;
        }
 
@@ -3894,7 +3894,7 @@ static void php_ldap_do_translate(INTERNAL_FUNCTION_PARAMETERS, int way)
                RETVAL_STRINGL(value, value_len);
                free(value);
        } else {
-               php_error_docref(NULL, E_WARNING, "Conversion from iso-8859-1 to t61 failed: %s", ldap_err2string(result));
+               php_error_docref(NULL, E_WARNING, "Conversion from ISO-8859-1 to t61 failed: %s", ldap_err2string(result));
                RETVAL_FALSE;
        }
 }
index e01297da504b5587fb0a1adce9cc0549f6bbb78c..94f7cfd475f761051233b2d7b0e5cda60ca209cf 100644 (file)
@@ -26,5 +26,5 @@ $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
 remove_dummy_data($link, $base);
 ?>
 --EXPECTF--
-Warning: ldap_next_attribute(): called before calling ldap_first_attribute() or no attributes found in result entry in %s on line %d
+Warning: ldap_next_attribute(): Called before calling ldap_first_attribute() or no attributes found in result entry in %s on line %d
 bool(false)
index 5da63d0b71e797ccdcae9dc02140f17fe7548bda..16951ec82519b85a994bf3cd9829b650a36b1860 100644 (file)
@@ -42,5 +42,5 @@ bool(true)
 
 Warning: DOMDocument::save(): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: DOMDocument::save(%s): failed to open stream: Operation not permitted in %s on line %d
+Warning: DOMDocument::save(%s): Failed to open stream: Operation not permitted in %s on line %d
 bool(false)
index c43644a2d5fb24d5d4b9b87128aae2ebc301a32d..3a49bc8614a68239b62d5c24ad30bef6f06ce60f 100644 (file)
@@ -921,7 +921,7 @@ static void _php_mb_regex_ereg_exec(INTERNAL_FUNCTION_PARAMETERS, int icase)
        }
 
        if (arg_pattern_len == 0) {
-               php_error_docref(NULL, E_WARNING, "empty pattern");
+               php_error_docref(NULL, E_WARNING, "Empty pattern");
                RETVAL_FALSE;
                goto out;
        }
index 5825a4901a8885d895b07b84b6413fd834d3944d..6bc03326ad9361321efbd278db14a7cb7a5c8ba8 100644 (file)
@@ -41,11 +41,11 @@ foreach($inputs as $input) {
 -- Iteration 1 --
 Without $regs arg:
 
-Warning: mb_ereg(): empty pattern in %s on line %d
+Warning: mb_ereg(): Empty pattern in %s on line %d
 bool(false)
 With $regs arg:
 
-Warning: mb_ereg(): empty pattern in %s on line %d
+Warning: mb_ereg(): Empty pattern in %s on line %d
 bool(false)
 array(0) {
 }
@@ -53,11 +53,11 @@ array(0) {
 -- Iteration 2 --
 Without $regs arg:
 
-Warning: mb_ereg(): empty pattern in %s on line %d
+Warning: mb_ereg(): Empty pattern in %s on line %d
 bool(false)
 With $regs arg:
 
-Warning: mb_ereg(): empty pattern in %s on line %d
+Warning: mb_ereg(): Empty pattern in %s on line %d
 bool(false)
 array(0) {
 }
@@ -65,11 +65,11 @@ array(0) {
 -- Iteration 3 --
 Without $regs arg:
 
-Warning: mb_ereg(): empty pattern in %s on line %d
+Warning: mb_ereg(): Empty pattern in %s on line %d
 bool(false)
 With $regs arg:
 
-Warning: mb_ereg(): empty pattern in %s on line %d
+Warning: mb_ereg(): Empty pattern in %s on line %d
 bool(false)
 array(0) {
 }
@@ -77,11 +77,11 @@ array(0) {
 -- Iteration 4 --
 Without $regs arg:
 
-Warning: mb_ereg(): empty pattern in %s on line %d
+Warning: mb_ereg(): Empty pattern in %s on line %d
 bool(false)
 With $regs arg:
 
-Warning: mb_ereg(): empty pattern in %s on line %d
+Warning: mb_ereg(): Empty pattern in %s on line %d
 bool(false)
 array(0) {
 }
@@ -89,11 +89,11 @@ array(0) {
 -- Iteration 5 --
 Without $regs arg:
 
-Warning: mb_ereg(): empty pattern in %s on line %d
+Warning: mb_ereg(): Empty pattern in %s on line %d
 bool(false)
 With $regs arg:
 
-Warning: mb_ereg(): empty pattern in %s on line %d
+Warning: mb_ereg(): Empty pattern in %s on line %d
 bool(false)
 array(0) {
 }
@@ -101,11 +101,11 @@ array(0) {
 -- Iteration 6 --
 Without $regs arg:
 
-Warning: mb_ereg(): empty pattern in %s on line %d
+Warning: mb_ereg(): Empty pattern in %s on line %d
 bool(false)
 With $regs arg:
 
-Warning: mb_ereg(): empty pattern in %s on line %d
+Warning: mb_ereg(): Empty pattern in %s on line %d
 bool(false)
 array(0) {
 }
@@ -113,11 +113,11 @@ array(0) {
 -- Iteration 7 --
 Without $regs arg:
 
-Warning: mb_ereg(): empty pattern in %s on line %d
+Warning: mb_ereg(): Empty pattern in %s on line %d
 bool(false)
 With $regs arg:
 
-Warning: mb_ereg(): empty pattern in %s on line %d
+Warning: mb_ereg(): Empty pattern in %s on line %d
 bool(false)
 array(0) {
 }
@@ -125,11 +125,11 @@ array(0) {
 -- Iteration 8 --
 Without $regs arg:
 
-Warning: mb_ereg(): empty pattern in %s on line %d
+Warning: mb_ereg(): Empty pattern in %s on line %d
 bool(false)
 With $regs arg:
 
-Warning: mb_ereg(): empty pattern in %s on line %d
+Warning: mb_ereg(): Empty pattern in %s on line %d
 bool(false)
 array(0) {
 }
index 0170e796a3f5d8c2b1980e1f3f63979bb24b0561..fcc7e72e9fa2e62b783256a083dd500947a414f7 100644 (file)
@@ -34,7 +34,7 @@ array(3) {
   }
 }
 
-Warning: mb_ereg(): empty pattern in %s on line %d
+Warning: mb_ereg(): Empty pattern in %s on line %d
 bool(false)
 array(3) {
   [0]=>
index 74dcc95ac9b67acefa3a703f77f1404dbb3388b3..85e7e93603a1205f8cba3b7ec630867283a3f4b3 100644 (file)
@@ -2342,7 +2342,7 @@ PHP_FUNCTION(mysqli_stmt_attr_set)
        MYSQLI_FETCH_RESOURCE_STMT(stmt, mysql_stmt, MYSQLI_STATUS_VALID);
 
        if (mode_in < 0) {
-               php_error_docref(NULL, E_WARNING, "mode should be non-negative, " ZEND_LONG_FMT " passed", mode_in);
+               php_error_docref(NULL, E_WARNING, "Mode should be non-negative, " ZEND_LONG_FMT " passed", mode_in);
                RETURN_FALSE;
        }
 
index c2c67abe0ed8b787acd645a2d766f87da7c80cdf..27f153a3f33d603067d3c967cade72a3cdf65ff2 100644 (file)
@@ -288,7 +288,7 @@ PHP_METHOD(mysqli_warning, __construct)
                        RETURN_FALSE;
                }
        } else {
-               php_error_docref(NULL, E_WARNING, "invalid class argument");
+               php_error_docref(NULL, E_WARNING, "Invalid class argument");
                RETURN_FALSE;
        }
 
index 4d3c883e45161ab1dcb400cf51d9c5433a43736b..3700431762ac95b899dbf8343171771597b6fc46 100644 (file)
@@ -108,7 +108,7 @@ Warning: mysqli_warning::mysqli_warning(): invalid object or resource mysqli_stm
 Warning: mysqli_warning::mysqli_warning(): invalid object or resource mysqli_stmt
  in %s on line %d
 
-Warning: mysqli_warning::mysqli_warning(): invalid class argument in /home/nixnutz/php6_mysqlnd/ext/mysqli/tests/mysqli_class_mysqli_warning.php on line 19
+Warning: mysqli_warning::mysqli_warning(): Invalid class argument in /home/nixnutz/php6_mysqlnd/ext/mysqli/tests/mysqli_class_mysqli_warning.php on line 19
 
 Warning: mysqli_warning::mysqli_warning(): No warnings found in %s on line %d
 Parent class:
index 73b2ebe95ce0327427dbda21cc6c6bc3b41d2256..8cbe1e7b4edbe599b0f486e346a2bda9b7a415d9 100644 (file)
@@ -181,7 +181,7 @@ Warning: mysqli::real_connect(): (HY000/1045): %s in %s on line %d
 Warning: mysqli::real_connect(): (HY000/1045): %s in %s on line %d
 [300 + 002] [1045] %s
 
-Warning: mysqli::real_connect(%sest_sha256_wrong_%d): failed to open stream: No such file or directory in %s on line %d
+Warning: mysqli::real_connect(%sest_sha256_wrong_%d): Failed to open stream: No such file or directory in %s on line %d
 
 Warning: mysqli::real_connect(): (HY000/1045): %s in %s on line %d
 [400 + 002] [1045] %s
index d1b59782702680f6f7ec4b6bcf4bfd60199ee2ab..c1b2926711a8525f5f0517883ccddf8341cd4c23 100644 (file)
@@ -2641,7 +2641,7 @@ mysqlnd_poll(MYSQLND **r_array, MYSQLND **e_array, MYSQLND ***dont_poll, long se
        retval = php_select(max_fd + 1, &rfds, &wfds, &efds, tv_p);
 
        if (retval == -1) {
-               php_error_docref(NULL, E_WARNING, "unable to select [%d]: %s (max_fd=%d)",
+               php_error_docref(NULL, E_WARNING, "Unable to select [%d]: %s (max_fd=%d)",
                                                errno, strerror(errno), max_fd);
                DBG_RETURN(FAIL);
        }
index b3b28a4016b5d4bbd6629de19c4e63bae842688b..b25a50dcb8914eb986733ac53b545785900ba76f 100644 (file)
@@ -1538,7 +1538,7 @@ sb4 php_oci_error(OCIError *err_p, sword errstatus)
                        if (errcode) {
                                php_error_docref(NULL, E_WARNING, "%s", errbuf);
                        } else {
-                               php_error_docref(NULL, E_WARNING, "failed to fetch error message");
+                               php_error_docref(NULL, E_WARNING, "Failed to fetch error message");
                        }
                        break;
                case OCI_INVALID_HANDLE:
index faf608b2c169b8406f8f9d07fb2a00c418df0296..b6a363da1b6e365e809ace23d8c9d7685a6ff95f 100644 (file)
@@ -195,7 +195,7 @@ php_oci_collection *php_oci_collection_create(php_oci_connection *connection, ch
                        break;
                        /* we only support VARRAYs and TABLEs */
                default:
-                       php_error_docref(NULL, E_WARNING, "unknown collection type %d", collection->coll_typecode);
+                       php_error_docref(NULL, E_WARNING, "Unknown collection type %d", collection->coll_typecode);
                        break;
        }
 
index 08d94b509467c3b3e8c9123e26c7ae4c590e8e4b..b48294e3a5b266d0129b1d77739ecd3f550c1e5b 100644 (file)
@@ -57,7 +57,7 @@ PHP_FUNCTION(oci_register_taf_callback)
 #if PHP_MAJOR_VERSION > 7 || (PHP_MAJOR_VERSION == 7 && PHP_MINOR_VERSION >= 2)
                if (!zend_is_callable(callback, 0, 0)) {
                        callback_name = zend_get_callable_name(callback);
-                       php_error_docref(NULL, E_WARNING, "function '%s' is not callable", ZSTR_VAL(callback_name));
+                       php_error_docref(NULL, E_WARNING, "Function '%s' is not callable", ZSTR_VAL(callback_name));
 #if PHP_VERSION_ID < 70300
                        zend_string_release(callback_name);
 #else
@@ -67,7 +67,7 @@ PHP_FUNCTION(oci_register_taf_callback)
                }
 #else
                if (!zend_is_callable(callback, 0, &callback_name)) {
-                       php_error_docref(NULL, E_WARNING, "function '%s' is not callable", ZSTR_VAL(callback_name));
+                       php_error_docref(NULL, E_WARNING, "Function '%s' is not callable", ZSTR_VAL(callback_name));
 #if PHP_VERSION_ID < 70300
                        zend_string_release(callback_name);
 #else
@@ -986,7 +986,7 @@ PHP_FUNCTION(oci_lob_export)
                        RETURN_FALSE;
                }
                if (ZEND_NUM_ARGS() > 2 && length < 0) {
-                       php_error_docref(NULL, E_WARNING, "Length parameter must be greater than or equal to 0");
+                       php_error_docref(NULL, E_WARNING, "length parameter must be greater than or equal to 0");
                        RETURN_FALSE;
                }
        }
@@ -1000,7 +1000,7 @@ PHP_FUNCTION(oci_lob_export)
                        RETURN_FALSE;
                }
                if (ZEND_NUM_ARGS() > 3 && length < 0) {
-                       php_error_docref(NULL, E_WARNING, "Length parameter must be greater than or equal to 0");
+                       php_error_docref(NULL, E_WARNING, "length parameter must be greater than or equal to 0");
                        RETURN_FALSE;
                }
        }
@@ -1758,7 +1758,7 @@ go_out:
        }
 
        if (!errh) {
-               php_error_docref(NULL, E_WARNING, "Oci_error: unable to find error handle");
+               php_error_docref(NULL, E_WARNING, "oci_error: unable to find error handle");
                RETURN_FALSE;
        }
 
@@ -2105,15 +2105,15 @@ PHP_FUNCTION(oci_password_change)
                PHP_OCI_ZVAL_TO_CONNECTION(z_connection, connection);
 
                if (!user_len) {
-                       php_error_docref(NULL, E_WARNING, "username cannot be empty");
+                       php_error_docref(NULL, E_WARNING, "Username cannot be empty");
                        RETURN_FALSE;
                }
                if (!pass_old_len) {
-                       php_error_docref(NULL, E_WARNING, "old password cannot be empty");
+                       php_error_docref(NULL, E_WARNING, "Old password cannot be empty");
                        RETURN_FALSE;
                }
                if (!pass_new_len) {
-                       php_error_docref(NULL, E_WARNING, "new password cannot be empty");
+                       php_error_docref(NULL, E_WARNING, "New password cannot be empty");
                        RETURN_FALSE;
                }
 
@@ -2124,15 +2124,15 @@ PHP_FUNCTION(oci_password_change)
        } else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "ssss", &dbname, &dbname_len, &user, &user_len, &pass_old, &pass_old_len, &pass_new, &pass_new_len) == SUCCESS) {
 
                if (!user_len) {
-                       php_error_docref(NULL, E_WARNING, "username cannot be empty");
+                       php_error_docref(NULL, E_WARNING, "Username cannot be empty");
                        RETURN_FALSE;
                }
                if (!pass_old_len) {
-                       php_error_docref(NULL, E_WARNING, "old password cannot be empty");
+                       php_error_docref(NULL, E_WARNING, "Old password cannot be empty");
                        RETURN_FALSE;
                }
                if (!pass_new_len) {
-                       php_error_docref(NULL, E_WARNING, "new password cannot be empty");
+                       php_error_docref(NULL, E_WARNING, "New password cannot be empty");
                        RETURN_FALSE;
                }
 
index a132a636780df354bf5ae4d0be077e5b9f07166e..e0e10973be6448bed3dfefa45feee80b11fb0928 100644 (file)
@@ -626,24 +626,24 @@ static time_t php_openssl_asn1_time_to_time_t(ASN1_UTCTIME * timestr) /* {{{ */
        size_t timestr_len;
 
        if (ASN1_STRING_type(timestr) != V_ASN1_UTCTIME && ASN1_STRING_type(timestr) != V_ASN1_GENERALIZEDTIME) {
-               php_error_docref(NULL, E_WARNING, "illegal ASN1 data type for timestamp");
+               php_error_docref(NULL, E_WARNING, "Illegal ASN1 data type for timestamp");
                return (time_t)-1;
        }
 
        timestr_len = (size_t)ASN1_STRING_length(timestr);
 
        if (timestr_len != strlen((const char *)ASN1_STRING_get0_data(timestr))) {
-               php_error_docref(NULL, E_WARNING, "illegal length in timestamp");
+               php_error_docref(NULL, E_WARNING, "Illegal length in timestamp");
                return (time_t)-1;
        }
 
        if (timestr_len < 13 && timestr_len != 11) {
-               php_error_docref(NULL, E_WARNING, "unable to parse time string %s correctly", timestr->data);
+               php_error_docref(NULL, E_WARNING, "Unable to parse time string %s correctly", timestr->data);
                return (time_t)-1;
        }
 
        if (ASN1_STRING_type(timestr) == V_ASN1_GENERALIZEDTIME && timestr_len < 15) {
-               php_error_docref(NULL, E_WARNING, "unable to parse time string %s correctly", timestr->data);
+               php_error_docref(NULL, E_WARNING, "Unable to parse time string %s correctly", timestr->data);
                return (time_t)-1;
        }
 
@@ -741,7 +741,7 @@ static int php_openssl_add_oid_section(struct php_x509_request * req) /* {{{ */
        sktmp = CONF_get_section(req->req_config, str);
        if (sktmp == NULL) {
                php_openssl_store_errors();
-               php_error_docref(NULL, E_WARNING, "problem loading oid section %s", str);
+               php_error_docref(NULL, E_WARNING, "Problem loading oid section %s", str);
                return FAILURE;
        }
        for (i = 0; i < sk_CONF_VALUE_num(sktmp); i++) {
@@ -749,7 +749,7 @@ static int php_openssl_add_oid_section(struct php_x509_request * req) /* {{{ */
                if (OBJ_sn2nid(cnf->name) == NID_undef && OBJ_ln2nid(cnf->name) == NID_undef &&
                                OBJ_create(cnf->value, cnf->name, cnf->name) == NID_undef) {
                        php_openssl_store_errors();
-                       php_error_docref(NULL, E_WARNING, "problem creating object %s=%s", cnf->name, cnf->value);
+                       php_error_docref(NULL, E_WARNING, "Problem creating object %s=%s", cnf->name, cnf->value);
                        return FAILURE;
                }
        }
@@ -974,7 +974,7 @@ static int php_openssl_load_rand_file(const char * file, int *egdsocket, int *se
        if (file == NULL || !RAND_load_file(file, -1)) {
                if (RAND_status() == 0) {
                        php_openssl_store_errors();
-                       php_error_docref(NULL, E_WARNING, "unable to load random state; not enough random data!");
+                       php_error_docref(NULL, E_WARNING, "Unable to load random state; not enough random data!");
                        return FAILURE;
                }
                return FAILURE;
@@ -1000,7 +1000,7 @@ static int php_openssl_write_rand_file(const char * file, int egdsocket, int see
        PHP_OPENSSL_RAND_ADD_TIME();
        if (file == NULL || !RAND_write_file(file)) {
                php_openssl_store_errors();
-               php_error_docref(NULL, E_WARNING, "unable to write random state");
+               php_error_docref(NULL, E_WARNING, "Unable to write random state");
                return FAILURE;
        }
        return SUCCESS;
@@ -1463,7 +1463,7 @@ PHP_FUNCTION(openssl_x509_export_to_file)
 
        cert = php_openssl_x509_from_zval(zcert, 0, NULL);
        if (cert == NULL) {
-               php_error_docref(NULL, E_WARNING, "cannot get cert from parameter 1");
+               php_error_docref(NULL, E_WARNING, "Cannot get cert from parameter 1");
                return;
        }
 
@@ -1483,7 +1483,7 @@ PHP_FUNCTION(openssl_x509_export_to_file)
                RETVAL_TRUE;
        } else {
                php_openssl_store_errors();
-               php_error_docref(NULL, E_WARNING, "error opening file %s", filename);
+               php_error_docref(NULL, E_WARNING, "Error opening file %s", filename);
        }
        if (Z_TYPE_P(zcert) != IS_RESOURCE) {
                X509_free(cert);
@@ -1783,7 +1783,7 @@ PHP_FUNCTION(openssl_x509_export)
 
        cert = php_openssl_x509_from_zval(zcert, 0, NULL);
        if (cert == NULL) {
-               php_error_docref(NULL, E_WARNING, "cannot get cert from parameter 1");
+               php_error_docref(NULL, E_WARNING, "Cannot get cert from parameter 1");
                return;
        }
 
@@ -1857,7 +1857,7 @@ PHP_FUNCTION(openssl_x509_fingerprint)
 
        cert = php_openssl_x509_from_zval(zcert, 0, NULL);
        if (cert == NULL) {
-               php_error_docref(NULL, E_WARNING, "cannot get cert from parameter 1");
+               php_error_docref(NULL, E_WARNING, "Cannot get cert from parameter 1");
                RETURN_FALSE;
        }
 
@@ -2189,7 +2189,7 @@ static STACK_OF(X509) *php_openssl_load_all_certs_from_file(char *certfile)
 
        if(!(stack = sk_X509_new_null())) {
                php_openssl_store_errors();
-               php_error_docref(NULL, E_ERROR, "memory allocation failure");
+               php_error_docref(NULL, E_ERROR, "Memory allocation failure");
                goto end;
        }
 
@@ -2200,7 +2200,7 @@ static STACK_OF(X509) *php_openssl_load_all_certs_from_file(char *certfile)
 
        if (!(in=BIO_new_file(certfile, PHP_OPENSSL_BIO_MODE_R(PKCS7_BINARY)))) {
                php_openssl_store_errors();
-               php_error_docref(NULL, E_WARNING, "error opening the file, %s", certfile);
+               php_error_docref(NULL, E_WARNING, "Error opening the file, %s", certfile);
                sk_X509_free(stack);
                goto end;
        }
@@ -2208,7 +2208,7 @@ static STACK_OF(X509) *php_openssl_load_all_certs_from_file(char *certfile)
        /* This loads from a file, a stack of x509/crl/pkey sets */
        if (!(sk=PEM_X509_INFO_read_bio(in, NULL, NULL, NULL))) {
                php_openssl_store_errors();
-               php_error_docref(NULL, E_WARNING, "error reading the file, %s", certfile);
+               php_error_docref(NULL, E_WARNING, "Error reading the file, %s", certfile);
                sk_X509_free(stack);
                goto end;
        }
@@ -2223,7 +2223,7 @@ static STACK_OF(X509) *php_openssl_load_all_certs_from_file(char *certfile)
                X509_INFO_free(xi);
        }
        if (!sk_X509_num(stack)) {
-               php_error_docref(NULL, E_WARNING, "no certificates in file, %s", certfile);
+               php_error_docref(NULL, E_WARNING, "No certificates in file, %s", certfile);
                sk_X509_free(stack);
                goto end;
        }
@@ -2245,12 +2245,12 @@ static int check_cert(X509_STORE *ctx, X509 *x, STACK_OF(X509) *untrustedchain,
        csc = X509_STORE_CTX_new();
        if (csc == NULL) {
                php_openssl_store_errors();
-               php_error_docref(NULL, E_ERROR, "memory allocation failure");
+               php_error_docref(NULL, E_ERROR, "Memory allocation failure");
                return 0;
        }
        if (!X509_STORE_CTX_init(csc, ctx, x, untrustedchain)) {
                php_openssl_store_errors();
-               php_error_docref(NULL, E_WARNING, "cert store initialization failed");
+               php_error_docref(NULL, E_WARNING, "Certificate store initialization failed");
                return 0;
        }
        if (purpose >= 0 && !X509_STORE_CTX_set_purpose(csc, purpose)) {
@@ -2347,7 +2347,7 @@ static X509_STORE *php_openssl_setup_verify(zval *calist)
                        }
 
                        if (VCWD_STAT(ZSTR_VAL(str), &sb) == -1) {
-                               php_error_docref(NULL, E_WARNING, "unable to stat %s", ZSTR_VAL(str));
+                               php_error_docref(NULL, E_WARNING, "Unable to stat %s", ZSTR_VAL(str));
                                zend_string_release(str);
                                continue;
                        }
@@ -2356,7 +2356,7 @@ static X509_STORE *php_openssl_setup_verify(zval *calist)
                                file_lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file());
                                if (file_lookup == NULL || !X509_LOOKUP_load_file(file_lookup, ZSTR_VAL(str), X509_FILETYPE_PEM)) {
                                        php_openssl_store_errors();
-                                       php_error_docref(NULL, E_WARNING, "error loading file %s", ZSTR_VAL(str));
+                                       php_error_docref(NULL, E_WARNING, "Error loading file %s", ZSTR_VAL(str));
                                } else {
                                        nfiles++;
                                }
@@ -2365,7 +2365,7 @@ static X509_STORE *php_openssl_setup_verify(zval *calist)
                                dir_lookup = X509_STORE_add_lookup(store, X509_LOOKUP_hash_dir());
                                if (dir_lookup == NULL || !X509_LOOKUP_add_dir(dir_lookup, ZSTR_VAL(str), X509_FILETYPE_PEM)) {
                                        php_openssl_store_errors();
-                                       php_error_docref(NULL, E_WARNING, "error loading directory %s", ZSTR_VAL(str));
+                                       php_error_docref(NULL, E_WARNING, "Error loading directory %s", ZSTR_VAL(str));
                                } else {
                                        ndirs++;
                                }
@@ -2405,7 +2405,7 @@ PHP_FUNCTION(openssl_x509_read)
        ZVAL_RES(return_value, res);
 
        if (x509 == NULL) {
-               php_error_docref(NULL, E_WARNING, "supplied parameter cannot be coerced into an X509 certificate!");
+               php_error_docref(NULL, E_WARNING, "Supplied parameter cannot be coerced into an X509 certificate!");
                RETURN_FALSE;
        }
 }
@@ -2518,19 +2518,19 @@ PHP_FUNCTION(openssl_pkcs12_export_to_file)
 
        cert = php_openssl_x509_from_zval(zcert, 0, NULL);
        if (cert == NULL) {
-               php_error_docref(NULL, E_WARNING, "cannot get cert from parameter 1");
+               php_error_docref(NULL, E_WARNING, "Cannot get cert from parameter 1");
                return;
        }
        priv_key = php_openssl_evp_from_zval(zpkey, 0, "", 0, 1, &keyresource);
        if (priv_key == NULL) {
                if (!EG(exception)) {
-                       php_error_docref(NULL, E_WARNING, "cannot get private key from parameter 3");
+                       php_error_docref(NULL, E_WARNING, "Cannot get private key from parameter 3");
                }
                goto cleanup;
        }
        if (!X509_check_private_key(cert, priv_key)) {
                php_openssl_store_errors();
-               php_error_docref(NULL, E_WARNING, "private key does not correspond to cert");
+               php_error_docref(NULL, E_WARNING, "Private key does not correspond to cert");
                goto cleanup;
        }
        if (php_openssl_open_base_dir_chk(filename)) {
@@ -2568,7 +2568,7 @@ PHP_FUNCTION(openssl_pkcs12_export_to_file)
                        RETVAL_TRUE;
                } else {
                        php_openssl_store_errors();
-                       php_error_docref(NULL, E_WARNING, "error opening file %s", filename);
+                       php_error_docref(NULL, E_WARNING, "Error opening file %s", filename);
                }
 
                PKCS12_free(p12);
@@ -2614,18 +2614,18 @@ PHP_FUNCTION(openssl_pkcs12_export)
 
        cert = php_openssl_x509_from_zval(zcert, 0, NULL);
        if (cert == NULL) {
-               php_error_docref(NULL, E_WARNING, "cannot get cert from parameter 1");
+               php_error_docref(NULL, E_WARNING, "Cannot get cert from parameter 1");
                return;
        }
        priv_key = php_openssl_evp_from_zval(zpkey, 0, "", 0, 1, &keyresource);
        if (priv_key == NULL) {
                if (!EG(exception)) {
-                       php_error_docref(NULL, E_WARNING, "cannot get private key from parameter 3");
+                       php_error_docref(NULL, E_WARNING, "Cannot get private key from parameter 3");
                }
                goto cleanup;
        }
        if (!X509_check_private_key(cert, priv_key)) {
-               php_error_docref(NULL, E_WARNING, "private key does not correspond to cert");
+               php_error_docref(NULL, E_WARNING, "Private key does not correspond to cert");
                goto cleanup;
        }
 
@@ -2897,7 +2897,7 @@ static int php_openssl_make_REQ(struct php_x509_request * req, X509_REQ * csr, z
                                return FAILURE;
                        }
                        if (!X509_NAME_entry_count(subj)) {
-                               php_error_docref(NULL, E_WARNING, "no objects specified in config file");
+                               php_error_docref(NULL, E_WARNING, "No objects specified in config file");
                                return FAILURE;
                        }
                }
@@ -3033,7 +3033,7 @@ PHP_FUNCTION(openssl_csr_export_to_file)
        csr = php_openssl_csr_from_zval(zcsr, 0, &csr_resource);
        if (csr == NULL) {
                if (!EG(exception)) {
-                       php_error_docref(NULL, E_WARNING, "cannot get CSR from parameter 1");
+                       php_error_docref(NULL, E_WARNING, "Cannot get CSR from parameter 1");
                }
                return;
        }
@@ -3048,7 +3048,7 @@ PHP_FUNCTION(openssl_csr_export_to_file)
                        php_openssl_store_errors();
                }
                if (!PEM_write_bio_X509_REQ(bio_out, csr)) {
-                       php_error_docref(NULL, E_WARNING, "error writing PEM to file %s", filename);
+                       php_error_docref(NULL, E_WARNING, "Error writing PEM to file %s", filename);
                        php_openssl_store_errors();
                } else {
                        RETVAL_TRUE;
@@ -3056,7 +3056,7 @@ PHP_FUNCTION(openssl_csr_export_to_file)
                BIO_free(bio_out);
        } else {
                php_openssl_store_errors();
-               php_error_docref(NULL, E_WARNING, "error opening file %s", filename);
+               php_error_docref(NULL, E_WARNING, "Error opening file %s", filename);
        }
 
        if (csr_resource == NULL && csr != NULL) {
@@ -3084,7 +3084,7 @@ PHP_FUNCTION(openssl_csr_export)
        csr = php_openssl_csr_from_zval(zcsr, 0, &csr_resource);
        if (csr == NULL) {
                if (!EG(exception)) {
-                       php_error_docref(NULL, E_WARNING, "cannot get CSR from parameter 1");
+                       php_error_docref(NULL, E_WARNING, "Cannot get CSR from parameter 1");
                }
                return;
        }
@@ -3138,27 +3138,27 @@ PHP_FUNCTION(openssl_csr_sign)
        csr = php_openssl_csr_from_zval(zcsr, 0, &csr_resource);
        if (csr == NULL) {
                if (!EG(exception)) {
-                       php_error_docref(NULL, E_WARNING, "cannot get CSR from parameter 1");
+                       php_error_docref(NULL, E_WARNING, "Cannot get CSR from parameter 1");
                }
                return;
        }
        if (zcert) {
                cert = php_openssl_x509_from_zval(zcert, 0, &certresource);
                if (cert == NULL) {
-                       php_error_docref(NULL, E_WARNING, "cannot get cert from parameter 2");
+                       php_error_docref(NULL, E_WARNING, "Cannot get cert from parameter 2");
                        goto cleanup;
                }
        }
        priv_key = php_openssl_evp_from_zval(zpkey, 0, "", 0, 1, &keyresource);
        if (priv_key == NULL) {
                if (!EG(exception)) {
-                       php_error_docref(NULL, E_WARNING, "cannot get private key from parameter 3");
+                       php_error_docref(NULL, E_WARNING, "Cannot get private key from parameter 3");
                }
                goto cleanup;
        }
        if (cert && !X509_check_private_key(cert, priv_key)) {
                php_openssl_store_errors();
-               php_error_docref(NULL, E_WARNING, "private key does not correspond to signing cert");
+               php_error_docref(NULL, E_WARNING, "Private key does not correspond to signing cert");
                goto cleanup;
        }
 
@@ -3169,7 +3169,7 @@ PHP_FUNCTION(openssl_csr_sign)
        key = X509_REQ_get_pubkey(csr);
        if (key == NULL) {
                php_openssl_store_errors();
-               php_error_docref(NULL, E_WARNING, "error unpacking public key");
+               php_error_docref(NULL, E_WARNING, "Error unpacking public key");
                goto cleanup;
        }
        i = X509_REQ_verify(csr, key);
@@ -3230,7 +3230,7 @@ PHP_FUNCTION(openssl_csr_sign)
        /* Now sign it */
        if (!X509_sign(new_cert, priv_key, req.digest)) {
                php_openssl_store_errors();
-               php_error_docref(NULL, E_WARNING, "failed to sign it");
+               php_error_docref(NULL, E_WARNING, "Failed to sign it");
                goto cleanup;
        }
 
@@ -3502,7 +3502,7 @@ static EVP_PKEY * php_openssl_evp_from_zval(
                /* get passphrase */
 
                if ((zphrase = zend_hash_index_find(Z_ARRVAL_P(val), 1)) == NULL) {
-                       php_error_docref(NULL, E_WARNING, "key array must be of the form array(0 => key, 1 => phrase)");
+                       php_error_docref(NULL, E_WARNING, "Key array must be of the form array(0 => key, 1 => phrase)");
                        return NULL;
                }
 
@@ -3521,7 +3521,7 @@ static EVP_PKEY * php_openssl_evp_from_zval(
 
                /* now set val to be the key param and continue */
                if ((val = zend_hash_index_find(Z_ARRVAL_P(val), 0)) == NULL) {
-                       php_error_docref(NULL, E_WARNING, "key array must be of the form array(0 => key, 1 => phrase)");
+                       php_error_docref(NULL, E_WARNING, "Key array must be of the form array(0 => key, 1 => phrase)");
                        TMP_CLEAN;
                }
        }
@@ -3549,7 +3549,7 @@ static EVP_PKEY * php_openssl_evp_from_zval(
 
                        /* check whether it is actually a private key if requested */
                        if (!public_key && !is_priv) {
-                               php_error_docref(NULL, E_WARNING, "supplied key param is a public key");
+                               php_error_docref(NULL, E_WARNING, "Supplied key param is a public key");
                                TMP_CLEAN;
                        }
 
@@ -3663,7 +3663,7 @@ static EVP_PKEY * php_openssl_generate_private_key(struct php_x509_request * req
        EVP_PKEY * return_val = NULL;
 
        if (req->priv_key_bits < MIN_KEY_LENGTH) {
-               php_error_docref(NULL, E_WARNING, "private key length is too short; it needs to be at least %d bits, not %d",
+               php_error_docref(NULL, E_WARNING, "Private key length is too short; it needs to be at least %d bits, not %d",
                                MIN_KEY_LENGTH, req->priv_key_bits);
                return NULL;
        }
@@ -3688,7 +3688,7 @@ static EVP_PKEY * php_openssl_generate_private_key(struct php_x509_request * req
                                                BIGNUM *bne = (BIGNUM *)BN_new();
                                                if (BN_set_word(bne, RSA_F4) != 1) {
                                                        BN_free(bne);
-                                                       php_error_docref(NULL, E_WARNING, "failed setting exponent");
+                                                       php_error_docref(NULL, E_WARNING, "Failed setting exponent");
                                                        return NULL;
                                                }
                                                rsaparam = RSA_new();
@@ -3865,7 +3865,7 @@ static int php_openssl_is_private_key(EVP_PKEY* pkey)
                        break;
 #endif
                default:
-                       php_error_docref(NULL, E_WARNING, "key type not supported in this PHP build!");
+                       php_error_docref(NULL, E_WARNING, "Key type not supported in this PHP build!");
                        break;
        }
        return 1;
@@ -4282,7 +4282,7 @@ PHP_FUNCTION(openssl_pkey_export_to_file)
 
        if (key == NULL) {
                if (!EG(exception)) {
-                       php_error_docref(NULL, E_WARNING, "cannot get key from parameter 1");
+                       php_error_docref(NULL, E_WARNING, "Cannot get key from parameter 1");
                }
                RETURN_FALSE;
        }
@@ -4369,7 +4369,7 @@ PHP_FUNCTION(openssl_pkey_export)
 
        if (key == NULL) {
                if (!EG(exception)) {
-                       php_error_docref(NULL, E_WARNING, "cannot get key from parameter 1");
+                       php_error_docref(NULL, E_WARNING, "Cannot get key from parameter 1");
                }
                RETURN_FALSE;
        }
@@ -4931,7 +4931,7 @@ PHP_FUNCTION(openssl_pkcs7_verify)
                                                if (!PEM_write_bio_X509(certout, sk_X509_value(signers, i))) {
                                                        php_openssl_store_errors();
                                                        RETVAL_LONG(-1);
-                                                       php_error_docref(NULL, E_WARNING, "failed to write signer %d", i);
+                                                       php_error_docref(NULL, E_WARNING, "Failed to write signer %d", i);
                                                }
                                        }
 
@@ -4944,7 +4944,7 @@ PHP_FUNCTION(openssl_pkcs7_verify)
                                BIO_free(certout);
                        } else {
                                php_openssl_store_errors();
-                               php_error_docref(NULL, E_WARNING, "signature OK, but cannot open %s for writing", signersfilename);
+                               php_error_docref(NULL, E_WARNING, "Signature OK, but cannot open %s for writing", signersfilename);
                                RETVAL_LONG(-1);
                        }
 
@@ -5251,14 +5251,14 @@ PHP_FUNCTION(openssl_pkcs7_sign)
        privkey = php_openssl_evp_from_zval(zprivkey, 0, "", 0, 0, &keyresource);
        if (privkey == NULL) {
                if (!EG(exception)) {
-                       php_error_docref(NULL, E_WARNING, "error getting private key");
+                       php_error_docref(NULL, E_WARNING, "Error getting private key");
                }
                goto clean_exit;
        }
 
        cert = php_openssl_x509_from_zval(zcert, 0, &certresource);
        if (cert == NULL) {
-               php_error_docref(NULL, E_WARNING, "error getting cert");
+               php_error_docref(NULL, E_WARNING, "Error getting cert");
                goto clean_exit;
        }
 
@@ -5269,21 +5269,21 @@ PHP_FUNCTION(openssl_pkcs7_sign)
        infile = BIO_new_file(infilename, PHP_OPENSSL_BIO_MODE_R(flags));
        if (infile == NULL) {
                php_openssl_store_errors();
-               php_error_docref(NULL, E_WARNING, "error opening input file %s!", infilename);
+               php_error_docref(NULL, E_WARNING, "Error opening input file %s!", infilename);
                goto clean_exit;
        }
 
        outfile = BIO_new_file(outfilename, PHP_OPENSSL_BIO_MODE_W(PKCS7_BINARY));
        if (outfile == NULL) {
                php_openssl_store_errors();
-               php_error_docref(NULL, E_WARNING, "error opening output file %s!", outfilename);
+               php_error_docref(NULL, E_WARNING, "Error opening output file %s!", outfilename);
                goto clean_exit;
        }
 
        p7 = PKCS7_sign(cert, privkey, others, infile, (int)flags);
        if (p7 == NULL) {
                php_openssl_store_errors();
-               php_error_docref(NULL, E_WARNING, "error creating PKCS7 structure!");
+               php_error_docref(NULL, E_WARNING, "Error creating PKCS7 structure!");
                goto clean_exit;
        }
 
@@ -5358,14 +5358,14 @@ PHP_FUNCTION(openssl_pkcs7_decrypt)
 
        cert = php_openssl_x509_from_zval(recipcert, 0, &certresval);
        if (cert == NULL) {
-               php_error_docref(NULL, E_WARNING, "unable to coerce parameter 3 to x509 cert");
+               php_error_docref(NULL, E_WARNING, "Unable to coerce parameter 3 to x509 cert");
                goto clean_exit;
        }
 
        key = php_openssl_evp_from_zval(recipkey ? recipkey : recipcert, 0, "", 0, 0, &keyresval);
        if (key == NULL) {
                if (!EG(exception)) {
-                       php_error_docref(NULL, E_WARNING, "unable to get private key");
+                       php_error_docref(NULL, E_WARNING, "Unable to get private key");
                }
                goto clean_exit;
        }
@@ -5733,7 +5733,7 @@ PHP_FUNCTION(openssl_sign)
        pkey = php_openssl_evp_from_zval(key, 0, "", 0, 0, &keyresource);
        if (pkey == NULL) {
                if (!EG(exception)) {
-                       php_error_docref(NULL, E_WARNING, "supplied key param cannot be coerced into a private key");
+                       php_error_docref(NULL, E_WARNING, "Supplied key param cannot be coerced into a private key");
                }
                RETURN_FALSE;
        }
@@ -5820,7 +5820,7 @@ PHP_FUNCTION(openssl_verify)
        pkey = php_openssl_evp_from_zval(key, 1, NULL, 0, 0, &keyresource);
        if (pkey == NULL) {
                if (!EG(exception)) {
-                       php_error_docref(NULL, E_WARNING, "supplied key param cannot be coerced into a public key");
+                       php_error_docref(NULL, E_WARNING, "Supplied key param cannot be coerced into a public key");
                }
                RETURN_FALSE;
        }
@@ -5902,7 +5902,7 @@ PHP_FUNCTION(openssl_seal)
                pkeys[i] = php_openssl_evp_from_zval(pubkey, 1, NULL, 0, 0, &key_resources[i]);
                if (pkeys[i] == NULL) {
                        if (!EG(exception)) {
-                               php_error_docref(NULL, E_WARNING, "not a public key (%dth member of pubkeys)", i+1);
+                               php_error_docref(NULL, E_WARNING, "Not a public key (%dth member of pubkeys)", i+1);
                        }
                        RETVAL_FALSE;
                        goto clean_exit;
@@ -6002,7 +6002,7 @@ PHP_FUNCTION(openssl_open)
        pkey = php_openssl_evp_from_zval(privkey, 0, "", 0, 0, &keyresource);
        if (pkey == NULL) {
                if (!EG(exception)) {
-                       php_error_docref(NULL, E_WARNING, "unable to coerce parameter 4 into a private key");
+                       php_error_docref(NULL, E_WARNING, "Unable to coerce parameter 4 into a private key");
                }
                RETURN_FALSE;
        }
index 03f9f29a03d715dacf2bfa9e3521fbad18d3a510..d0e5d542cd7dc3747a40bc0e87ba986ad29cff9a 100644 (file)
@@ -25,11 +25,11 @@ echo "Done\n";
 
 ?>
 --EXPECTF--
-Warning: openssl_verify(): supplied key param cannot be coerced into a public key in %s on line %d
+Warning: openssl_verify(): Supplied key param cannot be coerced into a public key in %s on line %d
 
-Warning: openssl_verify(): supplied key param cannot be coerced into a public key in %s on line %d
+Warning: openssl_verify(): Supplied key param cannot be coerced into a public key in %s on line %d
 bool(false)
 
-Warning: openssl_verify(): supplied key param cannot be coerced into a public key in %s on line %d
+Warning: openssl_verify(): Supplied key param cannot be coerced into a public key in %s on line %d
 bool(false)
 Done
index fdd75680a3cd5d32d7139e44e6b65461a814ce74..9f559453e7b53dd95d8dd07b034eaeace690a127 100644 (file)
@@ -60,5 +60,5 @@ Warning: stream_socket_client(): Peer certificate CN=`bug54992_actual_peer_name'
 
 Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
 
-Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:64321 (Unknown error) in %s on line %d
+Warning: stream_socket_client(): Unable to connect to ssl://127.0.0.1:64321 (Unknown error) in %s on line %d
 bool(false)
index 2a06d2d1b65abee323a0b95603235ff207753918..51d8f46f5b31f6c04992bb61e87cd806d7162d17 100644 (file)
@@ -22,4 +22,4 @@ Warning: remote cafile streams are disabled for security purposes in %s on line
 
 Warning: file_get_contents(): Failed to enable crypto in %s on line %d
 
-Warning: file_get_contents(%s): failed to open stream: operation failed in %s on line %d
+Warning: file_get_contents(%s): Failed to open stream: operation failed in %s on line %d
index cffba43dfeffe0aa65ebcdceb8220117a9f5f73b..7a516d0be6e1bf5372d35316a42029f7ffc665fc 100644 (file)
@@ -49,7 +49,7 @@ Warning: stream_socket_client(): Peer certificate CN=`*.test.com' did not match
 
 Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
 
-Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:64321 (Unknown error) in %s on line %d
+Warning: stream_socket_client(): Unable to connect to ssl://127.0.0.1:64321 (Unknown error) in %s on line %d
 bool(false)
 resource(%d) of type (stream)
 resource(%d) of type (stream)
@@ -58,5 +58,5 @@ Warning: stream_socket_client(): Peer certificate CN=`*.test.com' did not match
 
 Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
 
-Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:64321 (Unknown error) in %s on line %d
+Warning: stream_socket_client(): Unable to connect to ssl://127.0.0.1:64321 (Unknown error) in %s on line %d
 bool(false)
index 34e07a4532cd9e96ce72f726705d0c61c0ff1853..3419c06bed20732744b10f8ed58196e4f072807f 100644 (file)
@@ -54,14 +54,14 @@ Warning: stream_socket_client(): Expected peer fingerprint must be a string or a
 
 Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
 
-Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d
+Warning: stream_socket_client(): Unable to connect to %s (Unknown error) in %s on line %d
 bool(false)
 
 Warning: stream_socket_client(): Expected peer fingerprint must be a string or an array in %s on line %d
 
 Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
 
-Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d
+Warning: stream_socket_client(): Unable to connect to %s (Unknown error) in %s on line %d
 bool(false)
 
 Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form required in %s on line %d
@@ -70,7 +70,7 @@ Warning: stream_socket_client(): peer_fingerprint match failure in %s on line %d
 
 Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
 
-Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d
+Warning: stream_socket_client(): Unable to connect to %s (Unknown error) in %s on line %d
 bool(false)
 
 Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form required in %s on line %d
@@ -79,5 +79,5 @@ Warning: stream_socket_client(): peer_fingerprint match failure in %s on line %d
 
 Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
 
-Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d
+Warning: stream_socket_client(): Unable to connect to %s (Unknown error) in %s on line %d
 bool(false)
index 5df8ac27c64d592dbbf341872378c9e446733a41..6d4ca665806ee0f3f49e80573f18ec2c0aace967 100644 (file)
@@ -11,5 +11,5 @@ openssl_seal($_, $_, $_, array_fill(0,64,0));
 ?>
 DONE
 --EXPECTF--
-Warning: openssl_seal(): not a public key (1th member of pubkeys) in %s%ebug71475.php on line %d
+Warning: openssl_seal(): Not a public key (1th member of pubkeys) in %s%ebug71475.php on line %d
 DONE
index 4a4b28ca74cae45c7cf38a8f5863cefeca328f7f..82cbf47ca8c178125244acac4bce6ead0905311b 100644 (file)
@@ -10,7 +10,7 @@ var_dump($info['issuer']['emailAddress'], $info["validFrom_time_t"]);
 ?>
 Done
 --EXPECTF--
-%s openssl_x509_parse(): illegal length in timestamp in %s%ecve-2013-6420.php on line 3
+%s openssl_x509_parse(): Illegal length in timestamp in %s%ecve-2013-6420.php on line 3
 string(27) "stefan.esser@sektioneins.de"
 int(-1)
 Done
index 6774245dadb9b2b31ce2aeff97e6ec271ae53d66..c18ac2a22e77b4559ef65412cde22c2e27f17585 100644 (file)
@@ -23,7 +23,7 @@ var_dump(openssl_csr_new(["countryName" => "DE"], $x, $conf + ["x509_extensions"
 echo "Done\n";
 ?>
 --EXPECTF--
-Warning: openssl_csr_new(): key array must be of the form array(0 => key, 1 => phrase) in %s on line %d
+Warning: openssl_csr_new(): Key array must be of the form array(0 => key, 1 => phrase) in %s on line %d
 
 Warning: openssl_csr_new(): add1_attr_by_txt challengePassword_min -> 4 (failed; check error queue and value of string_mask OpenSSL option if illegal characters are reported) in %s on line %d
 bool(false)
index 01306599ada48a77f918516471403452d6e11732..03e070e52b156ed927ff7cc2d9002c7ad5ee40dd 100644 (file)
@@ -47,23 +47,23 @@ resource(%d) of type (OpenSSL X.509)
 resource(%d) of type (OpenSSL X.509)
 resource(%d) of type (OpenSSL X.509)
 
-Warning: openssl_csr_sign(): cannot get cert from parameter 2 in %s on line %d
+Warning: openssl_csr_sign(): Cannot get cert from parameter 2 in %s on line %d
 bool(false)
 
-Warning: openssl_csr_sign(): cannot get private key from parameter 3 in %s on line %d
+Warning: openssl_csr_sign(): Cannot get private key from parameter 3 in %s on line %d
 bool(false)
 
-Warning: openssl_csr_sign(): cannot get CSR from parameter 1 in %s on line %d
+Warning: openssl_csr_sign(): Cannot get CSR from parameter 1 in %s on line %d
 bool(false)
 
-Warning: openssl_csr_sign(): cannot get CSR from parameter 1 in %s on line %d
+Warning: openssl_csr_sign(): Cannot get CSR from parameter 1 in %s on line %d
 bool(false)
 
-Warning: openssl_csr_sign(): cannot get cert from parameter 2 in %s on line %d
+Warning: openssl_csr_sign(): Cannot get cert from parameter 2 in %s on line %d
 bool(false)
 
-Warning: openssl_csr_sign(): key array must be of the form array(0 => key, 1 => phrase) in %s on line %d
+Warning: openssl_csr_sign(): Key array must be of the form array(0 => key, 1 => phrase) in %s on line %d
 
-Warning: openssl_csr_sign(): cannot get private key from parameter 3 in %s on line %d
+Warning: openssl_csr_sign(): Cannot get private key from parameter 3 in %s on line %d
 bool(false)
 resource(%d) of type (OpenSSL X.509)
index d564bcf8e8fff92af2121295dd8fb432c83575d5..fc410228183909e1d31a1c4761f85e0566cf9912 100644 (file)
@@ -22,7 +22,7 @@ var_dump($output4);
 --EXPECTF--
 string(19) "openssl_open() test"
 
-Warning: openssl_open(): unable to coerce parameter 4 into a private key in %s on line %d
+Warning: openssl_open(): Unable to coerce parameter 4 into a private key in %s on line %d
 NULL
 string(19) "openssl_open() test"
 NULL
index 89741f29c4dde983cf3157e930ab05730baacd84..18fbeb0fd636a299622986fefec1a9f267662b1b 100644 (file)
@@ -74,6 +74,6 @@ Warning: stream_socket_client(): peer_fingerprint match failure in %s on line %d
 
 Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
 
-Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:64321 (Unknown error) in %s on line %d
+Warning: stream_socket_client(): Unable to connect to ssl://127.0.0.1:64321 (Unknown error) in %s on line %d
 bool(false)
 resource(%d) of type (stream)
index c6082bc6450394ebd0c7842ca9713863202578a2..41d2fbdedd9d09b1976591f3be055f41aabbd2f8 100644 (file)
@@ -48,11 +48,11 @@ bool(true)
 bool(true)
 int(3)
 
-Warning: openssl_pkcs12_export(): cannot get cert from parameter 1 in %s on line %d
+Warning: openssl_pkcs12_export(): Cannot get cert from parameter 1 in %s on line %d
 bool(false)
 
-Warning: openssl_pkcs12_export(): cannot get cert from parameter 1 in %s on line %d
+Warning: openssl_pkcs12_export(): Cannot get cert from parameter 1 in %s on line %d
 bool(false)
 
-Warning: openssl_pkcs12_export(): cannot get cert from parameter 1 in %s on line %d
+Warning: openssl_pkcs12_export(): Cannot get cert from parameter 1 in %s on line %d
 openssl_pkcs12_export(): supplied resource is not a valid OpenSSL X.509 resource
index f079ec8aac4032b1d413a1121d93ca6a0fcc77aa..994a0f85d55c755e77990afe8c5860219821ceb1 100644 (file)
@@ -53,11 +53,11 @@ bool(true)
 bool(true)
 bool(true)
 
-Warning: openssl_pkcs12_export_to_file(): cannot get cert from parameter 1 in %s on line %d
+Warning: openssl_pkcs12_export_to_file(): Cannot get cert from parameter 1 in %s on line %d
 bool(false)
 
-Warning: openssl_pkcs12_export_to_file(): cannot get cert from parameter 1 in %s on line %d
+Warning: openssl_pkcs12_export_to_file(): Cannot get cert from parameter 1 in %s on line %d
 bool(false)
 
-Warning: openssl_pkcs12_export_to_file(): cannot get cert from parameter 1 in %s on line %d
+Warning: openssl_pkcs12_export_to_file(): Cannot get cert from parameter 1 in %s on line %d
 openssl_pkcs12_export_to_file(): supplied resource is not a valid OpenSSL X.509 resource
index 407eb3aacd4e86c618921162de1991da553cf409..92d7f2789ebc77132ac8754fccaa50e2c80c320f 100644 (file)
@@ -27,11 +27,11 @@ if (file_exists($pkcsfile)) {
 }
 ?>
 --EXPECTF--
-Warning: openssl_pkcs12_export_to_file(): cannot get private key from parameter 3 in %s on line %d
+Warning: openssl_pkcs12_export_to_file(): Cannot get private key from parameter 3 in %s on line %d
 bool(false)
 
-Warning: openssl_pkcs12_export_to_file(): private key does not correspond to cert in %s on line %d
+Warning: openssl_pkcs12_export_to_file(): Private key does not correspond to cert in %s on line %d
 bool(false)
 
-Warning: openssl_pkcs12_export_to_file(): error opening file . in %s on line %d
+Warning: openssl_pkcs12_export_to_file(): Error opening file . in %s on line %d
 bool(false)
index 937180a22e37a65e32699aab80b3d7207962ba35..f96fd401cde90153ecb84751c63107157c8c8f79 100644 (file)
@@ -45,22 +45,22 @@ if (file_exists($outfile)) {
 bool(true)
 bool(true)
 
-Warning: openssl_pkcs7_decrypt(): unable to get private key in %s on line %d
+Warning: openssl_pkcs7_decrypt(): Unable to get private key in %s on line %d
 bool(false)
 
-Warning: openssl_pkcs7_decrypt(): unable to coerce parameter 3 to x509 cert in %s on line %d
+Warning: openssl_pkcs7_decrypt(): Unable to coerce parameter 3 to x509 cert in %s on line %d
 bool(false)
 
-Warning: openssl_pkcs7_decrypt(): unable to coerce parameter 3 to x509 cert in %s on line %d
+Warning: openssl_pkcs7_decrypt(): Unable to coerce parameter 3 to x509 cert in %s on line %d
 bool(false)
 bool(false)
 bool(false)
 bool(false)
 
-Warning: openssl_pkcs7_decrypt(): unable to coerce parameter 3 to x509 cert in %s on line %d
+Warning: openssl_pkcs7_decrypt(): Unable to coerce parameter 3 to x509 cert in %s on line %d
 bool(false)
 
-Warning: openssl_pkcs7_decrypt(): unable to get private key in %s on line %d
+Warning: openssl_pkcs7_decrypt(): Unable to get private key in %s on line %d
 bool(false)
 true
 true
index 63dabe8f32f674ea87d8d3d64aa3442b230f67e3..d7ae715efb136b02ccac4d6a15f5ebdeee2a85df 100644 (file)
@@ -33,12 +33,12 @@ echo "Done\n";
 Object of class stdClass could not be converted to string
 object(stdClass)#1 (0) {
 }
-string(66) "openssl_pkcs7_decrypt(): unable to coerce parameter 3 to x509 cert"
+string(66) "openssl_pkcs7_decrypt(): Unable to coerce parameter 3 to x509 cert"
 bool(false)
-string(66) "openssl_pkcs7_decrypt(): unable to coerce parameter 3 to x509 cert"
+string(66) "openssl_pkcs7_decrypt(): Unable to coerce parameter 3 to x509 cert"
 bool(false)
-string(66) "openssl_pkcs7_decrypt(): unable to coerce parameter 3 to x509 cert"
+string(66) "openssl_pkcs7_decrypt(): Unable to coerce parameter 3 to x509 cert"
 bool(false)
-string(66) "openssl_pkcs7_decrypt(): unable to coerce parameter 3 to x509 cert"
+string(66) "openssl_pkcs7_decrypt(): Unable to coerce parameter 3 to x509 cert"
 bool(false)
 Done
index 08c96f8069fc4a39f813d4e9f9b41df97c62843b..9b9ff91ddd0a0f164f2da377ca6a622715549430 100644 (file)
@@ -40,21 +40,21 @@ bool(true)
 bool(true)
 bool(true)
 
-Warning: openssl_pkcs7_sign(): error opening input file %s in %s on line %d
+Warning: openssl_pkcs7_sign(): Error opening input file %s in %s on line %d
 bool(false)
 
-Warning: openssl_pkcs7_sign(): error opening input file %s in %s on line %d
+Warning: openssl_pkcs7_sign(): Error opening input file %s in %s on line %d
 bool(false)
 
-Warning: openssl_pkcs7_sign(): error opening output file %s in %s on line %d
+Warning: openssl_pkcs7_sign(): Error opening output file %s in %s on line %d
 bool(false)
 
-Warning: openssl_pkcs7_sign(): error getting cert in %s on line %d
+Warning: openssl_pkcs7_sign(): Error getting cert in %s on line %d
 bool(false)
 
-Warning: openssl_pkcs7_sign(): error getting cert in %s on line %d
+Warning: openssl_pkcs7_sign(): Error getting cert in %s on line %d
 bool(false)
 
-Warning: openssl_pkcs7_sign(): error getting private key in %s on line %d
+Warning: openssl_pkcs7_sign(): Error getting private key in %s on line %d
 bool(false)
 true
index c318fe89b1575c8aa24376587f7379a569cc3ae4..6c1401a99a93d4be5e48d2d08cca61a1be3dc1f7 100644 (file)
@@ -31,7 +31,7 @@ NULL
 bool(false)
 NULL
 
-Warning: openssl_private_decrypt(): key array must be of the form array(0 => key, 1 => phrase) in %s on line %d
+Warning: openssl_private_decrypt(): Key array must be of the form array(0 => key, 1 => phrase) in %s on line %d
 
 Warning: openssl_private_decrypt(): key parameter is not a valid private key in %s on line %d
 bool(false)
index 6c6fdc90f8f1dcc707dd31ad8ac5bb14824d38b8..f6cd0aa5f04857345409814f582631605cb726a5 100644 (file)
@@ -33,13 +33,13 @@ NULL
 bool(false)
 NULL
 
-Warning: openssl_public_decrypt(): key array must be of the form array(0 => key, 1 => phrase) in %s on line %d
+Warning: openssl_public_decrypt(): Key array must be of the form array(0 => key, 1 => phrase) in %s on line %d
 
 Warning: openssl_public_decrypt(): key parameter is not a valid public key in %s on line %d
 bool(false)
 NULL
 
-Warning: openssl_public_decrypt(): key array must be of the form array(0 => key, 1 => phrase) in %s on line %d
+Warning: openssl_public_decrypt(): Key array must be of the form array(0 => key, 1 => phrase) in %s on line %d
 
 Warning: openssl_public_decrypt(): key parameter is not a valid public key in %s on line %d
 bool(false)
index 18d380874518133e8abccd0187d257c4d38b69eb..0914ab6df25437773e02c6390f77b34d8cb0a049 100644 (file)
@@ -27,7 +27,7 @@ var_dump(openssl_seal($data, $sealed, $ekeys, array($wrong)));
 echo "Done\n";
 ?>
 --EXPECTF--
-Warning: openssl_seal(): not a public key (1th member of pubkeys) in %s on line %d
+Warning: openssl_seal(): Not a public key (1th member of pubkeys) in %s on line %d
 bool(false)
 
 Warning: openssl_seal(): Fourth argument to openssl_seal() must be a non-empty array in %s on line %d
@@ -35,12 +35,12 @@ bool(false)
 int(19)
 int(19)
 
-Warning: openssl_seal(): not a public key (2th member of pubkeys) in %s on line %d
+Warning: openssl_seal(): Not a public key (2th member of pubkeys) in %s on line %d
 bool(false)
 
 Warning: openssl_seal(): Fourth argument to openssl_seal() must be a non-empty array in %s on line %d
 bool(false)
 
-Warning: openssl_seal(): not a public key (1th member of pubkeys) in %s on line %d
+Warning: openssl_seal(): Not a public key (1th member of pubkeys) in %s on line %d
 bool(false)
 Done
index c88d79f32331d88e563c66d34d76ff52bfb4368a..bbccda64a48103b6887b7f0d4c5f292fd1d6b0b5 100644 (file)
@@ -14,5 +14,5 @@ var_dump(openssl_sign($data, $sign, $wrong));
 --EXPECTF--
 bool(true)
 
-Warning: openssl_sign(): supplied key param cannot be coerced into a private key in %s on line %d
+Warning: openssl_sign(): Supplied key param cannot be coerced into a private key in %s on line %d
 bool(false)
index 84d69502bf11920fc0646804c96579ac7d1549f7..99ec78129de5e2b26382e62e61d92422406fcbb6 100644 (file)
@@ -19,10 +19,10 @@ var_dump(openssl_verify($wrong, $sign, $pubkey));
 --EXPECTF--
 int(1)
 
-Warning: openssl_verify(): supplied key param cannot be coerced into a public key in %s on line %d
+Warning: openssl_verify(): Supplied key param cannot be coerced into a public key in %s on line %d
 bool(false)
 
-Warning: openssl_verify(): supplied key param cannot be coerced into a public key in %s on line %d
+Warning: openssl_verify(): Supplied key param cannot be coerced into a public key in %s on line %d
 bool(false)
 int(0)
 int(0)
index aecf569489490d2de71fbca06a831565806b7934..03baae92664409b31fac8788d05f31469f38b077 100644 (file)
@@ -32,11 +32,11 @@ var_dump(strcmp($output, $output5)); // different
 bool(true)
 bool(true)
 
-Warning: openssl_x509_export(): cannot get cert from parameter 1 in %s on line %d
+Warning: openssl_x509_export(): Cannot get cert from parameter 1 in %s on line %d
 bool(false)
 bool(true)
 
-Warning: openssl_x509_export(): cannot get cert from parameter 1 in %s on line %d
+Warning: openssl_x509_export(): Cannot get cert from parameter 1 in %s on line %d
 bool(false)
 int(0)
 int(0)
index 7fb6c02168e295d10abd9572d6d04c0d53ebfc0d..45037449a9851add98a6d0bdf06fb68dc03cf7d8 100644 (file)
@@ -32,11 +32,11 @@ if (file_exists($outfilename)) {
 bool(true)
 bool(true)
 
-Warning: openssl_x509_export_to_file(): cannot get cert from parameter 1 in %s on line %d
+Warning: openssl_x509_export_to_file(): Cannot get cert from parameter 1 in %s on line %d
 bool(false)
 bool(true)
 
-Warning: openssl_x509_export_to_file(): cannot get cert from parameter 1 in %s on line %d
+Warning: openssl_x509_export_to_file(): Cannot get cert from parameter 1 in %s on line %d
 bool(false)
 ---
 bool(true)
index b2a87faa83d7549da2b44127283c9395545347f3..14f8c0c1ce8c04baf8d6c208eb818463f65f3d4e 100644 (file)
@@ -36,7 +36,7 @@ string(32) "ac77008e172897e06c0b065294487a67"
 string(40) "6e6fd1ea10a5a23071d61c728ee9b40df6dbc33c"
 ** Testing bad certification **
 
-Warning: openssl_x509_fingerprint(): cannot get cert from parameter 1 in %s on line %d
+Warning: openssl_x509_fingerprint(): Cannot get cert from parameter 1 in %s on line %d
 bool(false)
 ** Testing bad hash method **
 
index f7579c7e81d6e7cc02dd230e8c58ac52c36de9e4..d3aeadd29bc3782f7fc0566efe92340a9d551bc8 100644 (file)
@@ -25,12 +25,12 @@ var_dump(openssl_x509_read($f)); // read an array with the filename
 resource(%d) of type (OpenSSL X.509)
 resource(%d) of type (OpenSSL X.509)
 
-Warning: openssl_x509_read(): supplied parameter cannot be coerced into an X509 certificate! in %s on line %d
+Warning: openssl_x509_read(): Supplied parameter cannot be coerced into an X509 certificate! in %s on line %d
 bool(false)
 resource(%d) of type (OpenSSL X.509)
 
-Warning: openssl_x509_read(): supplied parameter cannot be coerced into an X509 certificate! in %s on line %d
+Warning: openssl_x509_read(): Supplied parameter cannot be coerced into an X509 certificate! in %s on line %d
 bool(false)
 
-Warning: openssl_x509_read(): supplied parameter cannot be coerced into an X509 certificate! in %s on line %d
+Warning: openssl_x509_read(): Supplied parameter cannot be coerced into an X509 certificate! in %s on line %d
 bool(false)
index 87410dd16dd8d6268591772f351b3aae50cdfc09..f981141f8357e09cdc8da1025b72b2cf4d96b02a 100644 (file)
@@ -48,5 +48,5 @@ Warning: stream_socket_client(): Unable to locate peer certificate CN in %s on l
 
 Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
 
-Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:64321 (Unknown error) in %s on line %d
+Warning: stream_socket_client(): Unable to connect to ssl://127.0.0.1:64321 (Unknown error) in %s on line %d
 bool(false)
index 8a8131542d87ba77e63cf2571579837a54a3565f..b47ab97adc5d596225729eb3d5d6b29c0752e59a 100644 (file)
@@ -67,5 +67,5 @@ error:1416F086:SSL routines:tls_process_server_certificate:certificate verify fa
 
 Warning: stream_socket_client(): Failed to enable crypto in %s : eval()'d code on line %d
 
-Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:64322 (Unknown error) in %s : eval()'d code on line %d
+Warning: stream_socket_client(): Unable to connect to ssl://127.0.0.1:64322 (Unknown error) in %s : eval()'d code on line %d
 bool(false)
index 1770c357bd73c8bc0e4fbaf6de1a35177773ce9d..a87b161b6a3c74df13d376d8e567239b8c28880a 100644 (file)
@@ -58,5 +58,5 @@ Warning: stream_socket_client(): Peer certificate CN=`stream_verify_peer_name_00
 
 Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
 
-Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:64321 (Unknown error) in %s on line %d
+Warning: stream_socket_client(): Unable to connect to ssl://127.0.0.1:64321 (Unknown error) in %s on line %d
 bool(false)
index 30863be6e9cb28fb621b80be02495b9dd6e3169d..da175dcfb9eab5ffd927fb9b6c8163c094acfaea 100644 (file)
@@ -1262,7 +1262,7 @@ static int php_openssl_set_server_dh_param(php_stream * stream, SSL_CTX *ctx) /*
        bio = BIO_new_file(Z_STRVAL_P(zdhpath), PHP_OPENSSL_BIO_MODE_R(PKCS7_BINARY));
 
        if (bio == NULL) {
-               php_error_docref(NULL, E_WARNING, "invalid dh_param");
+               php_error_docref(NULL, E_WARNING, "Invalid dh_param");
                return FAILURE;
        }
 
@@ -1270,12 +1270,12 @@ static int php_openssl_set_server_dh_param(php_stream * stream, SSL_CTX *ctx) /*
        BIO_free(bio);
 
        if (dh == NULL) {
-               php_error_docref(NULL, E_WARNING, "failed reading DH params");
+               php_error_docref(NULL, E_WARNING, "Failed reading DH params");
                return FAILURE;
        }
 
        if (SSL_CTX_set_tmp_dh(ctx, dh) < 0) {
-               php_error_docref(NULL, E_WARNING, "failed assigning DH params");
+               php_error_docref(NULL, E_WARNING, "Failed assigning DH params");
                DH_free(dh);
                return FAILURE;
        }
@@ -1308,14 +1308,14 @@ static int php_openssl_set_server_ecdh_curve(php_stream *stream, SSL_CTX *ctx) /
 
                curve_nid = OBJ_sn2nid(Z_STRVAL_P(zvcurve));
                if (curve_nid == NID_undef) {
-                       php_error_docref(NULL, E_WARNING, "invalid ecdh_curve specified");
+                       php_error_docref(NULL, E_WARNING, "Invalid ecdh_curve specified");
                        return FAILURE;
                }
        }
 
        ecdh = EC_KEY_new_by_curve_name(curve_nid);
        if (ecdh == NULL) {
-               php_error_docref(NULL, E_WARNING, "failed generating ECDH curve");
+               php_error_docref(NULL, E_WARNING, "Failed generating ECDH curve");
                return FAILURE;
        }
 
@@ -1403,7 +1403,7 @@ static SSL_CTX *php_openssl_create_sni_server_ctx(char *cert_path, char *key_pat
 
        if (SSL_CTX_use_certificate_chain_file(ctx, cert_path) != 1) {
                php_error_docref(NULL, E_WARNING,
-                       "failed setting local cert chain file `%s'; " \
+                       "Failed setting local cert chain file `%s'; " \
                        "check that your cafile/capath settings include " \
                        "details of your certificate and its issuer",
                        cert_path
@@ -1412,7 +1412,7 @@ static SSL_CTX *php_openssl_create_sni_server_ctx(char *cert_path, char *key_pat
                return NULL;
        } else if (SSL_CTX_use_PrivateKey_file(ctx, key_path, SSL_FILETYPE_PEM) != 1) {
                php_error_docref(NULL, E_WARNING,
-                       "failed setting private key from file `%s'",
+                       "Failed setting private key from file `%s'",
                        key_path
                );
                SSL_CTX_free(ctx);
@@ -1492,7 +1492,7 @@ static int php_openssl_enable_server_sni(php_stream *stream, php_openssl_netstre
                        }
                        if (!VCWD_REALPATH(ZSTR_VAL(local_cert_str), resolved_cert_path_buff)) {
                                php_error_docref(NULL, E_WARNING,
-                                       "failed setting local cert chain file `%s'; file not found",
+                                       "Failed setting local cert chain file `%s'; file not found",
                                        ZSTR_VAL(local_cert_str)
                                );
                                zend_string_release(local_cert_str);
@@ -1514,7 +1514,7 @@ static int php_openssl_enable_server_sni(php_stream *stream, php_openssl_netstre
                        }
                        if (!VCWD_REALPATH(ZSTR_VAL(local_pk_str), resolved_pk_path_buff)) {
                                php_error_docref(NULL, E_WARNING,
-                                       "failed setting local private key file `%s'; file not found",
+                                       "Failed setting local private key file `%s'; file not found",
                                        ZSTR_VAL(local_pk_str)
                                );
                                zend_string_release(local_pk_str);
@@ -1528,7 +1528,7 @@ static int php_openssl_enable_server_sni(php_stream *stream, php_openssl_netstre
                        ctx = php_openssl_create_sni_server_ctx(resolved_path_buff, resolved_path_buff);
                } else {
                        php_error_docref(NULL, E_WARNING,
-                               "failed setting local cert chain file `%s'; file not found",
+                               "Failed setting local cert chain file `%s'; file not found",
                                Z_STRVAL_P(current)
                        );
                        return FAILURE;
@@ -1808,9 +1808,9 @@ int php_openssl_setup_crypto(php_stream *stream,
 
        if (cparam->inputs.session) {
                if (cparam->inputs.session->ops != &php_openssl_socket_ops) {
-                       php_error_docref(NULL, E_WARNING, "supplied session stream must be an SSL enabled stream");
+                       php_error_docref(NULL, E_WARNING, "Supplied session stream must be an SSL enabled stream");
                } else if (((php_openssl_netstream_data_t*)cparam->inputs.session->abstract)->ssl_handle == NULL) {
-                       php_error_docref(NULL, E_WARNING, "supplied SSL session stream is not initialized");
+                       php_error_docref(NULL, E_WARNING, "Supplied SSL session stream is not initialized");
                } else {
                        SSL_copy_session_id(sslsock->ssl_handle, ((php_openssl_netstream_data_t*)cparam->inputs.session->abstract)->ssl_handle);
                }
index 495025096beb8d56476fd4e89ec162d48567f8d9..9a1e0f53f66f3f891f4ac40ac6eea6b3f4efc99f 100644 (file)
@@ -343,7 +343,7 @@ static PHP_METHOD(PDO, dbh_constructor)
        dbh->auto_commit = pdo_attr_lval(options, PDO_ATTR_AUTOCOMMIT, 1);
 
        if (!dbh->data_source || (username && !dbh->username) || (password && !dbh->password)) {
-               php_error_docref(NULL, E_ERROR, "out of memory");
+               php_error_docref(NULL, E_ERROR, "Out of memory");
        }
 
        zend_replace_error_handling(EH_THROW, pdo_exception_ce, &zeh);
index 6a7be25c0925f8b132bb9ed1ea04acb0fdf1ad61..d25c324eca40a9422006f13e1c4e55b3476b2538 100644 (file)
@@ -780,7 +780,7 @@ static int oci_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, size_t *len
                return 1;
        } else {
                /* it was truncated */
-               php_error_docref(NULL, E_WARNING, "column %d data was too large for buffer and was truncated to fit it", colno);
+               php_error_docref(NULL, E_WARNING, "Column %d data was too large for buffer and was truncated to fit it", colno);
 
                *ptr = C->data;
                *len = (size_t) C->fetched_len;
index 1dfb0bd82ed1a1968767e40dc033ad1eda666a0d..65a0191a8d4c3334a0f04b1540c7a643293733bd 100644 (file)
@@ -1061,7 +1061,7 @@ static PHP_METHOD(PDO, pgsqlGetNotify)
                RETURN_FALSE;
 #if ZEND_ENABLE_ZVAL_LONG64
        } else if (ms_timeout > INT_MAX) {
-               php_error_docref(NULL, E_WARNING, "timeout was shrunk to %d", INT_MAX);
+               php_error_docref(NULL, E_WARNING, "Timeout was shrunk to %d", INT_MAX);
                ms_timeout = INT_MAX;
 #endif
        }
index c0b7bc4a60593b2faeeb756860ad158d47d2f537..b96d59152e753174dc19834345623da142f7e594 100644 (file)
@@ -541,7 +541,7 @@ static PHP_METHOD(SQLite, sqliteCreateFunction)
 
        if (!zend_is_callable(callback, 0, NULL)) {
                zend_string *cbname = zend_get_callable_name(callback);
-               php_error_docref(NULL, E_WARNING, "function '%s' is not callable", ZSTR_VAL(cbname));
+               php_error_docref(NULL, E_WARNING, "Function '%s' is not callable", ZSTR_VAL(cbname));
                zend_string_release_ex(cbname, 0);
                RETURN_FALSE;
        }
@@ -613,14 +613,14 @@ static PHP_METHOD(SQLite, sqliteCreateAggregate)
 
        if (!zend_is_callable(step_callback, 0, NULL)) {
                zend_string *cbname = zend_get_callable_name(step_callback);
-               php_error_docref(NULL, E_WARNING, "function '%s' is not callable", ZSTR_VAL(cbname));
+               php_error_docref(NULL, E_WARNING, "Function '%s' is not callable", ZSTR_VAL(cbname));
                zend_string_release_ex(cbname, 0);
                RETURN_FALSE;
        }
 
        if (!zend_is_callable(fini_callback, 0, NULL)) {
                zend_string *cbname = zend_get_callable_name(fini_callback);
-               php_error_docref(NULL, E_WARNING, "function '%s' is not callable", ZSTR_VAL(cbname));
+               php_error_docref(NULL, E_WARNING, "Function '%s' is not callable", ZSTR_VAL(cbname));
                zend_string_release_ex(cbname, 0);
                RETURN_FALSE;
        }
@@ -673,7 +673,7 @@ static PHP_METHOD(SQLite, sqliteCreateCollation)
 
        if (!zend_is_callable(callback, 0, NULL)) {
                zend_string *cbname = zend_get_callable_name(callback);
-               php_error_docref(NULL, E_WARNING, "function '%s' is not callable", ZSTR_VAL(cbname));
+               php_error_docref(NULL, E_WARNING, "Function '%s' is not callable", ZSTR_VAL(cbname));
                zend_string_release_ex(cbname, 0);
                RETURN_FALSE;
        }
index 671e4b3454cc2bf6642a14afede0d13315c5c0bf..8bddde7165096f6826b19cfe2fb62e0de4f34384 100644 (file)
@@ -12,6 +12,6 @@ $pdo->sqliteCreateAggregate('foo', 'strlen', '');
 
 ?>
 --EXPECTF--
-Warning: PDO::sqliteCreateAggregate(): function 'a' is not callable in %s on line %d
+Warning: PDO::sqliteCreateAggregate(): Function 'a' is not callable in %s on line %d
 
-Warning: PDO::sqliteCreateAggregate(): function '' is not callable in %s on line %d
+Warning: PDO::sqliteCreateAggregate(): Function '' is not callable in %s on line %d
index a1d890ac1b52ce29e7bc93fabd6d3555b8eb75e6..190c0d8b6c33b34975efda75581c5a89081ff0a2 100644 (file)
@@ -14,4 +14,4 @@ $db->sqliteCreateFunction('bar-alias', 'bar');
 
 ?>
 --EXPECTF--
-Warning: PDO::sqliteCreateFunction(): function 'bar' is not callable in %s on line %d
+Warning: PDO::sqliteCreateFunction(): Function 'bar' is not callable in %s on line %d
index e430e03643f27393a9dbf780cf67e6c607f03053..c92a1ffaa54b9db1a1e004e8d42b19669dc0c67f 100644 (file)
@@ -3263,20 +3263,20 @@ PHP_FUNCTION(pg_lo_create)
                                wanted_oid = (Oid)strtoul(Z_STRVAL_P(oid), &end_ptr, 10);
                                if ((Z_STRVAL_P(oid)+Z_STRLEN_P(oid)) != end_ptr) {
                                /* wrong integer format */
-                               php_error_docref(NULL, E_NOTICE, "invalid OID value passed");
+                               php_error_docref(NULL, E_NOTICE, "Invalid OID value passed");
                                RETURN_FALSE;
                                }
                        }
                        break;
                case IS_LONG:
                        if (Z_LVAL_P(oid) < (zend_long)InvalidOid) {
-                               php_error_docref(NULL, E_NOTICE, "invalid OID value passed");
+                               php_error_docref(NULL, E_NOTICE, "Invalid OID value passed");
                                RETURN_FALSE;
                        }
                        wanted_oid = (Oid)Z_LVAL_P(oid);
                        break;
                default:
-                       php_error_docref(NULL, E_NOTICE, "invalid OID value passed");
+                       php_error_docref(NULL, E_NOTICE, "Invalid OID value passed");
                        RETURN_FALSE;
         }
                if ((pgsql_oid = lo_create(pgsql, wanted_oid)) == InvalidOid) {
@@ -3675,20 +3675,20 @@ PHP_FUNCTION(pg_lo_import)
                                wanted_oid = (Oid)strtoul(Z_STRVAL_P(oid), &end_ptr, 10);
                                if ((Z_STRVAL_P(oid)+Z_STRLEN_P(oid)) != end_ptr) {
                                /* wrong integer format */
-                               php_error_docref(NULL, E_NOTICE, "invalid OID value passed");
+                               php_error_docref(NULL, E_NOTICE, "Invalid OID value passed");
                                RETURN_FALSE;
                                }
                        }
                        break;
                case IS_LONG:
                        if (Z_LVAL_P(oid) < (zend_long)InvalidOid) {
-                               php_error_docref(NULL, E_NOTICE, "invalid OID value passed");
+                               php_error_docref(NULL, E_NOTICE, "Invalid OID value passed");
                                RETURN_FALSE;
                        }
                        wanted_oid = (Oid)Z_LVAL_P(oid);
                        break;
                default:
-                       php_error_docref(NULL, E_NOTICE, "invalid OID value passed");
+                       php_error_docref(NULL, E_NOTICE, "Invalid OID value passed");
                        RETURN_FALSE;
         }
 
index 17ade203d5a453a324660b17b0b47a4063855637..4e5115f8843e89480e53ad8a9a7ecb3f6d44e0c4 100644 (file)
@@ -137,7 +137,7 @@ PHAR_FUNC(phar_file_get_contents) /* {{{ */
 
                        if (ZEND_NUM_ARGS() == 5 && maxlen < 0) {
                                efree(arch);
-                               php_error_docref(NULL, E_WARNING, "length must be greater than or equal to zero");
+                               php_error_docref(NULL, E_WARNING, "Length must be greater than or equal to zero");
                                RETURN_FALSE;
                        }
 
index 595ff409e4784a1e96e2cb1c93ad2ad54ec5ec06..8a4599d5f439770f7023977665f310099bc66488 100644 (file)
@@ -2992,7 +2992,7 @@ PHP_METHOD(Phar, setDefaultStub)
        }
 
        if (ZEND_NUM_ARGS() > 0 && (phar_obj->archive->is_tar || phar_obj->archive->is_zip)) {
-               php_error_docref(NULL, E_WARNING, "method accepts no arguments for a tar- or zip-based phar stub, %d given", ZEND_NUM_ARGS());
+               php_error_docref(NULL, E_WARNING, "Method accepts no arguments for a tar- or zip-based phar stub, %d given", ZEND_NUM_ARGS());
                RETURN_FALSE;
        }
 
@@ -4438,7 +4438,7 @@ PHP_METHOD(Phar, extractTo)
                                                        RETURN_THROWS();
                                                case 0:
                                                        zend_throw_exception_ex(phar_ce_PharException, 0,
-                                                               "Phar Error: attempted to extract non-existent file or directory \"%s\" from phar \"%s\"",
+                                                               "phar error: attempted to extract non-existent file or directory \"%s\" from phar \"%s\"",
                                                                ZSTR_VAL(Z_STR_P(zval_file)), phar_obj->archive->fname);
                                                        RETURN_THROWS();
                                        }
@@ -4460,7 +4460,7 @@ PHP_METHOD(Phar, extractTo)
                efree(error);
        } else if (0 == ret && NULL != filename) {
                zend_throw_exception_ex(phar_ce_PharException, 0,
-                       "Phar Error: attempted to extract non-existent file or directory \"%s\" from phar \"%s\"",
+                       "phar error: attempted to extract non-existent file or directory \"%s\" from phar \"%s\"",
                        ZSTR_VAL(filename), phar_obj->archive->fname);
        } else {
                RETURN_TRUE;
@@ -4891,7 +4891,7 @@ PHP_METHOD(PharFileInfo, getContent)
 
        if (entry_obj->entry->is_dir) {
                zend_throw_exception_ex(spl_ce_BadMethodCallException, 0,
-                       "Phar error: Cannot retrieve contents, \"%s\" in phar \"%s\" is a directory", entry_obj->entry->filename, entry_obj->entry->phar->fname);
+                       "phar error: Cannot retrieve contents, \"%s\" in phar \"%s\" is a directory", entry_obj->entry->filename, entry_obj->entry->phar->fname);
                RETURN_THROWS();
        }
 
@@ -4903,14 +4903,14 @@ PHP_METHOD(PharFileInfo, getContent)
 
        if (SUCCESS != phar_open_entry_fp(link, &error, 0)) {
                zend_throw_exception_ex(spl_ce_BadMethodCallException, 0,
-                       "Phar error: Cannot retrieve contents, \"%s\" in phar \"%s\": %s", entry_obj->entry->filename, entry_obj->entry->phar->fname, error);
+                       "phar error: Cannot retrieve contents, \"%s\" in phar \"%s\": %s", entry_obj->entry->filename, entry_obj->entry->phar->fname, error);
                efree(error);
                RETURN_THROWS();
        }
 
        if (!(fp = phar_get_efp(link, 0))) {
                zend_throw_exception_ex(spl_ce_BadMethodCallException, 0,
-                       "Phar error: Cannot retrieve contents of \"%s\" in phar \"%s\"", entry_obj->entry->filename, entry_obj->entry->phar->fname);
+                       "phar error: Cannot retrieve contents of \"%s\" in phar \"%s\"", entry_obj->entry->filename, entry_obj->entry->phar->fname);
                RETURN_THROWS();
        }
 
@@ -4987,7 +4987,7 @@ PHP_METHOD(PharFileInfo, compress)
                                /* decompress this file indirectly */
                                if (SUCCESS != phar_open_entry_fp(entry_obj->entry, &error, 1)) {
                                        zend_throw_exception_ex(spl_ce_BadMethodCallException, 0,
-                                               "Phar error: Cannot decompress bzip2-compressed file \"%s\" in phar \"%s\" in order to compress with gzip: %s", entry_obj->entry->filename, entry_obj->entry->phar->fname, error);
+                                               "phar error: Cannot decompress bzip2-compressed file \"%s\" in phar \"%s\" in order to compress with gzip: %s", entry_obj->entry->filename, entry_obj->entry->phar->fname, error);
                                        efree(error);
                                        RETURN_THROWS();
                                }
@@ -5018,7 +5018,7 @@ PHP_METHOD(PharFileInfo, compress)
                                /* decompress this file indirectly */
                                if (SUCCESS != phar_open_entry_fp(entry_obj->entry, &error, 1)) {
                                        zend_throw_exception_ex(spl_ce_BadMethodCallException, 0,
-                                               "Phar error: Cannot decompress gzip-compressed file \"%s\" in phar \"%s\" in order to compress with bzip2: %s", entry_obj->entry->filename, entry_obj->entry->phar->fname, error);
+                                               "phar error: Cannot decompress gzip-compressed file \"%s\" in phar \"%s\" in order to compress with bzip2: %s", entry_obj->entry->filename, entry_obj->entry->phar->fname, error);
                                        efree(error);
                                        RETURN_THROWS();
                                }
index 7667a98db95fc5f14798871ff9d9639864a1d121..e486a560bc0e12df2fc4934af6a485e1b50f9adb 100644 (file)
@@ -20,4 +20,4 @@ echo file_get_contents($pname.'/a');
 --CLEAN--
 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?>
 --EXPECTF--
-Warning: file_get_contents(phar://%s/a): failed to open stream: phar error: internal corruption of phar "%s" (%s file "a") in %s on line %d
+Warning: file_get_contents(phar://%s/a): Failed to open stream: phar error: internal corruption of phar "%s" (%s file "a") in %s on line %d
index 08247d17435ac5b29b45e57cae187789fec36a56..4ecee19e907dc5a46930f19e09823c5940ef48ff 100644 (file)
@@ -20,4 +20,4 @@ echo file_get_contents($pname.'/a');
 --CLEAN--
 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?>
 --EXPECTF--
-Warning: file_get_contents(phar://%s/a): failed to open stream: phar error: internal corruption of phar "%s" (crc32 mismatch on file "a") in %s on line %d
+Warning: file_get_contents(phar://%s/a): Failed to open stream: phar error: internal corruption of phar "%s" (crc32 mismatch on file "a") in %s on line %d
index e94a17f059f70c374acc6b8c038ddcdecdd3831c..e9f6458243a655691f6d505d7c00ac81ba28f2fb 100644 (file)
@@ -28,12 +28,12 @@ var_dump(file_get_contents($pname . '/d'));
 --CLEAN--
 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?>
 --EXPECTF--
-Warning: file_get_contents(phar://%s/a): failed to open stream: phar error: internal corruption of phar "%s" (actual filesize mismatch on file "a") in %s on line %d
+Warning: file_get_contents(phar://%s/a): Failed to open stream: phar error: internal corruption of phar "%s" (actual filesize mismatch on file "a") in %s on line %d
 bool(false)
 
-Warning: file_get_contents(phar://%s/b): failed to open stream: phar error: internal corruption of phar "%s" (actual filesize mismatch on file "b") in %s on line %d
+Warning: file_get_contents(phar://%s/b): Failed to open stream: phar error: internal corruption of phar "%s" (actual filesize mismatch on file "b") in %s on line %d
 bool(false)
 string(1) "*"
 
-Warning: file_get_contents(phar://%s/d): failed to open stream: phar error: internal corruption of phar "%s" (actual filesize mismatch on file "d") in %s on line %d
+Warning: file_get_contents(phar://%s/d): Failed to open stream: phar error: internal corruption of phar "%s" (actual filesize mismatch on file "d") in %s on line %d
 bool(false)
index fa2727bede24379e1acceef0196732f74e7c4f30..465f94936d44e465fe8d3709e122d8c2afe24e70 100644 (file)
@@ -21,4 +21,4 @@ echo file_get_contents($pname . '/a');
 --CLEAN--
 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?>
 --EXPECTF--
-Warning: file_get_contents(phar://%s/a): failed to open stream: phar error: internal corruption of phar "%s" (actual filesize mismatch on file "a") in %s on line %d
+Warning: file_get_contents(phar://%s/a): Failed to open stream: phar error: internal corruption of phar "%s" (actual filesize mismatch on file "a") in %s on line %d
index 69169b7a0b5e37c4326dabc0e4ae80abb47bfa26..54c2eef13bc69603435a08404c8cfc5a5bea3be7 100644 (file)
@@ -29,5 +29,5 @@ $dir = opendir('phar://hio');
 string(%d) "%s017.phar.php"
 bool(true)
 
-Warning: opendir(phar://hio): failed to open dir: phar error: no directory in "phar://hio", must have at least phar://hio/ for root directory (always use full path to a new phar)
+Warning: opendir(phar://hio): Failed to open directory: phar error: no directory in "phar://hio", must have at least phar://hio/ for root directory (always use full path to a new phar)
 phar url "phar://hio" is unknown in %s017.php on line %d
index 1d7ab5eae6df20e5e32875c56f5e3677cf8b6060..23e51db0df76d24d782af9146e6d281d949c9234 100644 (file)
@@ -85,10 +85,10 @@ bool(false)
 bool(false)
 opendir edge cases
 
-Warning: opendir(phar://): failed to open dir: phar error: no directory in "phar://", must have at least phar:/// for root directory (always use full path to a new phar)
+Warning: opendir(phar://): Failed to open directory: phar error: no directory in "phar://", must have at least phar:/// for root directory (always use full path to a new phar)
 phar url "phar://" is unknown in %s027.php on line %d
 bool(false)
 
-Warning: opendir(phar://foo.phar/hi): failed to open dir: phar error: invalid url or non-existent phar "phar://foo.phar/hi"
+Warning: opendir(phar://foo.phar/hi): Failed to open directory: phar error: invalid url or non-existent phar "phar://foo.phar/hi"
 phar url "phar://foo.phar/hi" is unknown in %s027.php on line %d
 bool(false)
index c0f76c7a0e3754a01695ed4381005008c0abc80e..5c57d6360ae0171a0a6a7c92b76158d969535069 100644 (file)
@@ -24,7 +24,7 @@ try {
 --EXPECTF--
 MY_METADATA_NULL
 
-Warning: file_get_contents(phar://%s): failed to open stream: phar error: "test.php" is not a file in phar "%s.phar" in %s.php on line %d
+Warning: file_get_contents(phar://%s): Failed to open stream: phar error: "test.php" is not a file in phar "%s.phar" in %s.php on line %d
 array(1) {
   ["whatever"]=>
   int(123)
index f0d659b4c3ebcffc3dc327e5c0662651e42b2c6c..a6cbc4ae258abef21cf1d5a090bc8984cc731ed0 100644 (file)
@@ -17,6 +17,6 @@ Content-type: text/html; charset=UTF-8
 string(4) "test"
 string(12) "oof/test.php"
 
-Warning: include(./hi.php): failed to open stream: No such file or directory in phar://%s/oof/test.php on line %d
+Warning: include(./hi.php): Failed to open stream: No such file or directory in phar://%s/oof/test.php on line %d
 
 Warning: include(): Failed opening './hi.php' for inclusion (include_path='%s') in phar://%soof/test.php on line %d
index 374d4ae821617cb213393a3ea6ccb643b93adfad..3dc142b94c8876234e95901821e4713a72b93e40 100644 (file)
@@ -16,9 +16,9 @@ include 'phar://' . __DIR__ . '/' . basename(__FILE__, '.php') . '.phar.php/a.ph
 --CLEAN--
 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?>
 --EXPECTF--
-Warning: file_put_contents(phar://%screate_new_phar_b.phar.php/a.php): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readonly in %screate_new_phar_b.php on line %d
+Warning: file_put_contents(phar://%screate_new_phar_b.phar.php/a.php): Failed to open stream: phar error: write operations disabled by the php.ini setting phar.readonly in %screate_new_phar_b.php on line %d
 
-Warning: include(phar://%screate_new_phar_b.phar.php/a.php): failed to open stream: %s in %screate_new_phar_b.php on line %d
+Warning: include(phar://%screate_new_phar_b.phar.php/a.php): Failed to open stream: %s in %screate_new_phar_b.php on line %d
 
 Warning: include(): Failed opening 'phar://%screate_new_phar_b.phar.php/a.php' for inclusion (include_path='%s') in %screate_new_phar_b.php on line %d
 
index 9fad268065c583bc8b0a5692ad9717006c48b303..955342d07744b240b0cf9fe1241da90648f943d5 100644 (file)
@@ -65,17 +65,17 @@ foreach($checks as $check)
 --EXPECTF--
 string(5) "query"
 string(5) "query"
-1:Error: file_put_contents(phar://%s//): failed to open stream: phar error: file "" in phar "%s" cannot be empty
-2:Error: file_put_contents(phar://%s/.): failed to open stream: phar error: file "" in phar "%s" cannot be empty
-3:Error: file_put_contents(phar://%s/../): failed to open stream: phar error: file "" in phar "%s" cannot be empty
-4:Error: file_put_contents(phar://%s/a/..): failed to open stream: phar error: file "" in phar "%s" cannot be empty
+1:Error: file_put_contents(phar://%s//): Failed to open stream: phar error: file "" in phar "%s" cannot be empty
+2:Error: file_put_contents(phar://%s/.): Failed to open stream: phar error: file "" in phar "%s" cannot be empty
+3:Error: file_put_contents(phar://%s/../): Failed to open stream: phar error: file "" in phar "%s" cannot be empty
+4:Error: file_put_contents(phar://%s/a/..): Failed to open stream: phar error: file "" in phar "%s" cannot be empty
 5:
 6:
 7:
 8:
-9:Error: file_put_contents(phar://%s): failed to open stream: phar error: invalid path "%s" contains illegal character
-10:Error: file_put_contents(phar://%s): failed to open stream: phar error: invalid path "%s" contains illegal character
-11:Error: file_put_contents(phar://%s): failed to open stream: phar error: invalid path "%s" contains illegal character
-12:Error: file_put_contents(phar://%s): failed to open stream: phar error: invalid path "%s" contains illegal character
-13:Error: file_put_contents(phar://%s): failed to open stream: phar error: invalid path "%s" contains illegal character
+9:Error: file_put_contents(phar://%s): Failed to open stream: phar error: invalid path "%s" contains illegal character
+10:Error: file_put_contents(phar://%s): Failed to open stream: phar error: invalid path "%s" contains illegal character
+11:Error: file_put_contents(phar://%s): Failed to open stream: phar error: invalid path "%s" contains illegal character
+12:Error: file_put_contents(phar://%s): Failed to open stream: phar error: invalid path "%s" contains illegal character
+13:Error: file_put_contents(phar://%s): Failed to open stream: phar error: invalid path "%s" contains illegal character
 Exception: Phar::offsetSet() expects parameter 1 to be a valid path, string given
index 56559777d73524066283d3c22404267046046bf1..5a1059cc7a98a8d1751926f48bce200bae0d756e 100644 (file)
@@ -28,4 +28,4 @@ echo file_get_contents($pname . '/a') . "\n";
 --EXPECTF--
 a
 
-Warning: file_get_contents(phar://%sdelete.phar.php/a): failed to open stream: phar error: "a" is not a file in phar "%sdelete.phar.php" in %sdelete.php on line 16
+Warning: file_get_contents(phar://%sdelete.phar.php/a): Failed to open stream: phar error: "a" is not a file in phar "%sdelete.phar.php" in %sdelete.php on line 16
index 8f6efd4efd1c05bcce8c538bd46a408742d37a90..4cf2f3b4398e8d62ae9087493c4d44917fcc04c0 100644 (file)
@@ -40,7 +40,7 @@ This is b/c
 This is a
 This is b
 
-Warning: include(%sdelete_in_phar.phar.php/b/c.php): failed to open stream: phar error: "b/c.php" is not a file in phar "%sdelete_in_phar.phar.php" in %sdelete_in_phar.php on line %d
+Warning: include(%sdelete_in_phar.phar.php/b/c.php): Failed to open stream: phar error: "b/c.php" is not a file in phar "%sdelete_in_phar.phar.php" in %sdelete_in_phar.php on line %d
 
 Warning: include(): Failed opening 'phar://%sdelete_in_phar.phar.php/b/c.php' for inclusion (include_path='%s') in %sdelete_in_phar.php on line %d
 
index 066938e29c0aff6e64802024991604b169174707..90401bb5cc7c4e85413edbed2a3db17e717262eb 100644 (file)
@@ -44,7 +44,7 @@ This is b/c
 This is a
 This is b
 
-Warning: include(%sdelete_in_phar_confirm.phar.php/b/c.php): failed to open stream: phar error: "b/c.php" is not a file in phar "%sdelete_in_phar_confirm.phar.php" in %sdelete_in_phar_confirm.php on line %d
+Warning: include(%sdelete_in_phar_confirm.phar.php/b/c.php): Failed to open stream: phar error: "b/c.php" is not a file in phar "%sdelete_in_phar_confirm.phar.php" in %sdelete_in_phar_confirm.php on line %d
 
 Warning: include(): Failed opening 'phar://%sdelete_in_phar_confirm.phar.php/b/c.php' for inclusion (include_path='%s') in %sdelete_in_phar_confirm.php on line %d
 
index 118a5ff550fe5d547c2cf368c7172c6ef4070fbe..aa037ca5f8b4fbdb388b94c32d3fbaafabda27ed 100644 (file)
@@ -65,7 +65,7 @@ echo file_get_contents("./hi");
 echo file_get_contents("./hi", 0, $context, 0, 0);
 ?>
 
-Warning: file_get_contents(): length must be greater than or equal to zero in phar://%sfgc_edgecases.phar.php/foo/hi on line %d
+Warning: file_get_contents(): Length must be greater than or equal to zero in phar://%sfgc_edgecases.phar.php/foo/hi on line %d
 test
 test
 <?php
@@ -82,7 +82,7 @@ echo file_get_contents("./hi");
 echo file_get_contents("./hi", 0, $context, 0, 0);
 ?>
 
-Warning: file_get_contents(phar://%sfgc_edgecases.phar.php/oops): failed to open stream: phar error: path "oops" is a directory in phar://%sfgc_edgecases.phar.php/foo/hi on line %d
+Warning: file_get_contents(phar://%sfgc_edgecases.phar.php/oops): Failed to open stream: phar error: path "oops" is a directory in phar://%sfgc_edgecases.phar.php/foo/hi on line %d
 
 Warning: file_get_contents(): Failed to seek to position 50000 in the stream in phar://%sfgc_edgecases.phar.php/foo/hi on line %d
 <?php
index 5af0737530b2d432a4b35053acd587c1934c21b4..c771b25dd3e6164e1f1b15c8da9217c1d123b384 100644 (file)
@@ -35,4 +35,4 @@ include $fname;
 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?>
 --EXPECTF--
 hihi
-Warning: fopen(notfound.txt): failed to open stream: No such file or directory in phar://%sfopen.phar.php/index.php on line %d
+Warning: fopen(notfound.txt): Failed to open stream: No such file or directory in phar://%sfopen.phar.php/index.php on line %d
index 52e8f476c1039b495c777c19e9ddb9b015052b2e..72725e14c52151bea9057ced790eb97131c53bae 100644 (file)
@@ -71,16 +71,16 @@ include $pname . '/test.php';
 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.2.phar.php'); ?>
 <?php unlink(__DIR__ . '/fopen_edgetest.phar');
 --EXPECTF--
-Warning: fopen(phar://%sfopen_edgecases.phar.php/b/c.php): failed to open stream: phar error: open mode append not supported in %sfopen_edgecases.php on line %d
+Warning: fopen(phar://%sfopen_edgecases.phar.php/b/c.php): Failed to open stream: phar error: open mode append not supported in %sfopen_edgecases.php on line %d
 
-Warning: fopen(phar://%sfopen_edgecases.phar.php.phar.gz): failed to open stream: phar error: invalid url or non-existent phar "phar://%sfopen_edgecases.phar.php.phar.gz" in %sfopen_edgecases.php on line %d
+Warning: fopen(phar://%sfopen_edgecases.phar.php.phar.gz): Failed to open stream: phar error: invalid url or non-existent phar "phar://%sfopen_edgecases.phar.php.phar.gz" in %sfopen_edgecases.php on line %d
 bool(false)
 
-Warning: fopen(phar://%sfopen_edgecases.2.phar.php/hi): failed to open stream: internal corruption of phar "%sfopen_edgecases.2.phar.php" (truncated manifest at stub end) in %sfopen_edgecases.php on line %d
+Warning: fopen(phar://%sfopen_edgecases.2.phar.php/hi): Failed to open stream: internal corruption of phar "%sfopen_edgecases.2.phar.php" (truncated manifest at stub end) in %sfopen_edgecases.php on line %d
 
-Warning: fopen(phar://): failed to open stream: phar error: no directory in "phar://", must have at least phar:/// for root directory (always use full path to a new phar) in %sfopen_edgecases.php on line %d
+Warning: fopen(phar://): Failed to open stream: phar error: no directory in "phar://", must have at least phar:/// for root directory (always use full path to a new phar) in %sfopen_edgecases.php on line %d
 
-Warning: fopen(phar://foo.phar): failed to open stream: %s in %sfopen_edgecases.php on line %d
+Warning: fopen(phar://foo.phar): Failed to open stream: %s in %sfopen_edgecases.php on line %d
 int(0)
 int(1)
 int(0)
@@ -118,5 +118,5 @@ Warning: rename(): phar error: cannot rename "phar://%sfopen_edgecases.phar.php/
 
 Warning: rename(): phar error: cannot rename "phar://%sfopen_edgecases.phar.php/hi" to "phar://%sfopen_edgecases.phar.php/there": invalid or non-writable url "phar://%sfopen_edgecases.phar.php/hi" in %sfopen_edgecases.php on line %d
 
-Warning: fopen(./notfound.php): failed to open stream: No such file or directory in phar://%sfopen_edgecases.phar.php/test.php on line %d
+Warning: fopen(./notfound.php): Failed to open stream: No such file or directory in phar://%sfopen_edgecases.phar.php/test.php on line %d
 
index 586e9ba20ed99b0690933830c908e6cd92b5ee7c..5b520ad0cae388d3021d193e7f17bc2c75a87d24 100644 (file)
@@ -42,4 +42,4 @@ fopen() expects parameter 1 to be a valid path, array given
 blah
 test
 
-Warning: fopen(phar://%sfopen_edgecases2.phar.php/oops): failed to open stream: phar error: path "oops" is a directory in phar://%sfopen_edgecases2.phar.php/foo/hi on line %d
+Warning: fopen(phar://%sfopen_edgecases2.phar.php/oops): Failed to open stream: phar error: path "oops" is a directory in phar://%sfopen_edgecases2.phar.php/foo/hi on line %d
index b4821643969986a78ecebb153cb36d86caffa8d8..b9f1717b0ba2c9a476062963f93b1faec2a212f4 100644 (file)
@@ -16,6 +16,6 @@ Content-type: text/html; charset=UTF-8
 string(4) "test"
 string(12) "oof/test.php"
 
-Warning: include(./hi.php): failed to open stream: No such file or directory in phar://%s/oof/test.php on line %d
+Warning: include(./hi.php): Failed to open stream: No such file or directory in phar://%s/oof/test.php on line %d
 
 Warning: include(): Failed opening './hi.php' for inclusion (include_path='%s') in phar://%soof/test.php on line %d
index 38486c47480b641f6cb2a7882310d06f7f3ab23c..c2c9387ea49295352da73bfba9b6623be56bc873 100644 (file)
@@ -29,6 +29,6 @@ include 'file2.php';
 file1.php
 test/file1.php
 
-Warning: include(file2.php): failed to open stream: No such file or directory in %sinclude_path.php on line %d
+Warning: include(file2.php): Failed to open stream: No such file or directory in %sinclude_path.php on line %d
 
 Warning: include(): Failed opening 'file2.php' for inclusion (include_path='%sphar://%stempmanifest1.phar.php/test') in %sinclude_path.php on line %d
index ec1434867123e17763e2473e0a7c2f1ccb711abb..5e2e94ad71a5c0a3a6ce828449e015cfe26c592f 100644 (file)
@@ -97,7 +97,7 @@ string(%d) "%sextfile.php"
 var_dump(__FILE__);
 ?>
 
-Warning: file_get_contents(phar://%stempmanifest1.phar.php/testit/directory): failed to open stream: phar error: path "testit/directory" is a directory in phar://%stempmanifest1.phar.php/index.php on line %d
+Warning: file_get_contents(phar://%stempmanifest1.phar.php/testit/directory): Failed to open stream: phar error: path "testit/directory" is a directory in phar://%stempmanifest1.phar.php/index.php on line %d
 
 oops
 string(%d) "phar://%sextfile.php"
index ddd1e904ef1db99dafbda52492a29df45a3637e7..d124ddd84bbabbba1c3329fc114cff06421838a8 100644 (file)
@@ -25,6 +25,6 @@ include $pname . '/b/c.php';
 --CLEAN--
 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?>
 --EXPECTF--
-Warning: fopen(phar://%sopen_for_write_existing_b.phar.php/b/c.php): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readonly in %sopen_for_write_existing_b.php on line %d
+Warning: fopen(phar://%sopen_for_write_existing_b.phar.php/b/c.php): Failed to open stream: phar error: write operations disabled by the php.ini setting phar.readonly in %sopen_for_write_existing_b.php on line %d
 bool(false)
 This is b/c
index d46f8b23b12a68079dfefd4116a99039038a6e68..945f3ebb29ba8997eab0455f200ce2c1eac01e40 100644 (file)
@@ -25,6 +25,6 @@ include $pname . '/b/c.php';
 --CLEAN--
 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?>
 --EXPECTF--
-Warning: fopen(phar://%sopen_for_write_existing_c.phar.php/b/c.php): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readonly in %sopen_for_write_existing_c.php on line %d
+Warning: fopen(phar://%sopen_for_write_existing_c.phar.php/b/c.php): Failed to open stream: phar error: write operations disabled by the php.ini setting phar.readonly in %sopen_for_write_existing_c.php on line %d
 bool(false)
 This is b/c
index 99538325af32c1a27814c98a719eb0ed98f94c65..58bd08974e720285dddbb79b06d7061f0d9619e7 100644 (file)
@@ -27,11 +27,11 @@ include $pname . '/b/new.php';
 --CLEAN--
 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?>
 --EXPECTF--
-Warning: fopen(phar://%sopen_for_write_newfile_b.phar.php/b/new.php): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readonly in %sopen_for_write_newfile_b.php on line %d
+Warning: fopen(phar://%sopen_for_write_newfile_b.phar.php/b/new.php): Failed to open stream: phar error: write operations disabled by the php.ini setting phar.readonly in %sopen_for_write_newfile_b.php on line %d
 bool(false)
 This is b/c
 
-Warning: include(phar://%sopen_for_write_newfile_b.phar.php/b/new.php): failed to open stream: phar error: "b/new.php" is not a file in phar "%sopen_for_write_newfile_b.phar.php" in %sopen_for_write_newfile_b.php on line %d
+Warning: include(phar://%sopen_for_write_newfile_b.phar.php/b/new.php): Failed to open stream: phar error: "b/new.php" is not a file in phar "%sopen_for_write_newfile_b.phar.php" in %sopen_for_write_newfile_b.php on line %d
 
 Warning: include(): Failed opening 'phar://%sopen_for_write_newfile_b.phar.php/b/new.php' for inclusion (include_path='%s') in %sopen_for_write_newfile_b.php on line %d
 
index 470aefede0b85f75c47d5120638ca3bc1545642d..3955b39361bf81af35779a82f5be84e492957949 100644 (file)
@@ -27,11 +27,11 @@ include $pname . '/b/new.php';
 --CLEAN--
 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?>
 --EXPECTF--
-Warning: fopen(phar://%sopen_for_write_newfile_c.phar.php/b/new.php): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readonly in %sopen_for_write_newfile_c.php on line %d
+Warning: fopen(phar://%sopen_for_write_newfile_c.phar.php/b/new.php): Failed to open stream: phar error: write operations disabled by the php.ini setting phar.readonly in %sopen_for_write_newfile_c.php on line %d
 bool(false)
 This is b/c
 
-Warning: include(phar://%sopen_for_write_newfile_c.phar.php/b/new.php): failed to open stream: phar error: "b/new.php" is not a file in phar "%sopen_for_write_newfile_c.phar.php" in %sopen_for_write_newfile_c.php on line %d
+Warning: include(phar://%sopen_for_write_newfile_c.phar.php/b/new.php): Failed to open stream: phar error: "b/new.php" is not a file in phar "%sopen_for_write_newfile_c.phar.php" in %sopen_for_write_newfile_c.php on line %d
 
 Warning: include(): Failed opening 'phar://%sopen_for_write_newfile_c.phar.php/b/new.php' for inclusion (include_path='%s') in %sopen_for_write_newfile_c.php on line %d
 
index ee9649106115c229f02394b5405c5fe7c2a41ec6..f3f437d67ce3abaa906a0156200d1ff5d14dbdb0 100644 (file)
@@ -35,8 +35,8 @@ opendir('phar://hi.phar');
 --EXPECTF--
 file1.txtfile2.txtfile3.txt
 
-Warning: opendir(phar://): failed to open dir: phar error: no directory in "phar://", must have at least phar:/// for root directory (always use full path to a new phar)
+Warning: opendir(phar://): Failed to open directory: phar error: no directory in "phar://", must have at least phar:/// for root directory (always use full path to a new phar)
 phar url "phar://" is unknown in %sopendir.php on line %d
 
-Warning: opendir(phar://hi.phar): failed to open dir: phar error: invalid url or non-existent phar "phar://hi.phar"
+Warning: opendir(phar://hi.phar): Failed to open directory: phar error: invalid url or non-existent phar "phar://hi.phar"
 phar url "phar://hi.phar" is unknown in %sopendir.php on line %d
index 594cc823f88e3eec75b2e3e4e1e1da7f585d9b1f..30c137baf2da2c15ae4e8b105b5b28ae5c0e97c5 100644 (file)
@@ -60,4 +60,4 @@ opendir() expects parameter 1 to be a valid path, array given
 ..
 foo
 
-Warning: opendir(phar://%sopendir_edgecases.phar.php/oops): failed to open dir: %s in phar://%sopendir_edgecases.phar.php/foo on line %d
+Warning: opendir(phar://%sopendir_edgecases.phar.php/oops): Failed to open directory: %s in phar://%sopendir_edgecases.phar.php/foo on line %d
index 6d97ecbd9760fe55cbaef0e03d6cc495e57aaa04..e92b94eb1b3cd33702faa1d45c2dacdc1031ec58 100644 (file)
@@ -25,4 +25,4 @@ __HALT_COMPILER();
 ?>
 --EXPECTF--
 %s(24) "UnexpectedValueException"
-RecursiveDirectoryIterator::__construct(1): failed to open dir: No such file or directory
+RecursiveDirectoryIterator::__construct(1): Failed to open directory: No such file or directory
index 7b1b683fa4c3616260df01566a25b24cc0fd7a8d..f4120902b3b5866ad364d6b4fd3a3d259f813ea5 100644 (file)
@@ -28,11 +28,11 @@ include $pname . '/foo/hi';
 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?>
 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.2.php'); ?>
 --EXPECTF--
-Warning: readfile(foo/hi): failed to open stream: No such file or directory in phar://%sphar_gobyebye-win32.phar.php/foo/hi on line %d
+Warning: readfile(foo/hi): Failed to open stream: No such file or directory in phar://%sphar_gobyebye-win32.phar.php/foo/hi on line %d
 
-Warning: fopen(foo/hi): failed to open stream: No such file or directory in phar://%sphar_gobyebye-win32.phar.php/foo/hi on line %d
+Warning: fopen(foo/hi): Failed to open stream: No such file or directory in phar://%sphar_gobyebye-win32.phar.php/foo/hi on line %d
 
-Warning: file_get_contents(foo/hi): failed to open stream: No such file or directory in phar://%sphar_gobyebye-win32.phar.php/foo/hi on line %d
+Warning: file_get_contents(foo/hi): Failed to open stream: No such file or directory in phar://%sphar_gobyebye-win32.phar.php/foo/hi on line %d
 
 Warning: stat(): stat failed for foo/hi in phar://%sphar_gobyebye-win32.phar.php/foo/hi on line %d
 bool(false)
@@ -43,4 +43,4 @@ bool(false)
 
 Warning: opendir(foo/hi,foo/hi): %s (code: 3) in phar://%sphar_gobyebye-win32.phar.php/foo/hi on line %d
 
-Warning: opendir(foo/hi): failed to open dir: No such file or directory in phar://%sphar_gobyebye-win32.phar.php/foo/hi on line %d
+Warning: opendir(foo/hi): Failed to open directory: No such file or directory in phar://%sphar_gobyebye-win32.phar.php/foo/hi on line %d
index fd779ff549f816007043070a1f2ec205d653380c..0abe70ee522796e709987939ffdccecdb07f5a30 100644 (file)
@@ -29,11 +29,11 @@ include $pname . '/foo/hi';
 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?>
 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.2.php'); ?>
 --EXPECTF--
-Warning: readfile(foo/hi): failed to open stream: No such file or directory in phar://%sphar_gobyebye.phar.php/foo/hi on line %d
+Warning: readfile(foo/hi): Failed to open stream: No such file or directory in phar://%sphar_gobyebye.phar.php/foo/hi on line %d
 
-Warning: fopen(foo/hi): failed to open stream: No such file or directory in phar://%sphar_gobyebye.phar.php/foo/hi on line %d
+Warning: fopen(foo/hi): Failed to open stream: No such file or directory in phar://%sphar_gobyebye.phar.php/foo/hi on line %d
 
-Warning: file_get_contents(foo/hi): failed to open stream: No such file or directory in phar://%sphar_gobyebye.phar.php/foo/hi on line %d
+Warning: file_get_contents(foo/hi): Failed to open stream: No such file or directory in phar://%sphar_gobyebye.phar.php/foo/hi on line %d
 
 Warning: stat(): stat failed for foo/hi in phar://%sphar_gobyebye.phar.php/foo/hi on line %d
 bool(false)
@@ -42,4 +42,4 @@ bool(false)
 bool(false)
 bool(false)
 
-Warning: opendir(foo/hi): failed to open dir: No such file or directory in phar://%sphar_gobyebye.phar.php/foo/hi on line %d
+Warning: opendir(foo/hi): Failed to open directory: No such file or directory in phar://%sphar_gobyebye.phar.php/foo/hi on line %d
index bac62a6e0d4103d00d1291b770ba37f6d50fa439..a63097fafa5fd3f04b18e3cb1f9f558b5df900f9 100644 (file)
@@ -32,5 +32,5 @@ __halt_compiler();
 --EXPECTF--
 file contents
 this works
-Phar error: Cannot retrieve contents, "a" in phar "%sphar_oo_getcontents.phar.php" is a directory
-Phar error: Cannot retrieve contents, "hi" in phar "%sphar_oo_getcontents.phar.php" is a directory
+phar error: Cannot retrieve contents, "a" in phar "%sphar_oo_getcontents.phar.php" is a directory
+phar error: Cannot retrieve contents, "hi" in phar "%sphar_oo_getcontents.phar.php" is a directory
index 3dc863f1322bd90f36ef5ac936c10ad97021a9ea..24969c2cf297a9d64b0f044790de97fc4b3dff04 100644 (file)
@@ -55,4 +55,4 @@ readfile("./hi", 0, $context);
 readfile("../oops");
 ?>
 
-Warning: readfile(phar://%sreadfile_edgecases.phar.php/oops): failed to open stream: phar error: path "oops" is a directory in phar://%sreadfile_edgecases.phar.php/foo/hi on line %d
+Warning: readfile(phar://%sreadfile_edgecases.phar.php/oops): Failed to open stream: phar error: path "oops" is a directory in phar://%sreadfile_edgecases.phar.php/foo/hi on line %d
index 9e3824729a5739e5693452db5fbee2a064b9da66..ec9277736338997c931ffca3da8ba0907e52b571 100644 (file)
@@ -29,4 +29,4 @@ echo file_get_contents($pname . '/a') . "\n";
 a
 a
 
-Warning: file_get_contents(phar://%srename.phar.php/a): failed to open stream: phar error: "a" is not a file in phar "%srename.phar.php" in %srename.php on line %d
+Warning: file_get_contents(phar://%srename.phar.php/a): Failed to open stream: phar error: "a" is not a file in phar "%srename.phar.php" in %srename.php on line %d
index 7283135632720c6eea712a0d1273c6b0ba8d91a6..a383b4c54165946dd800e8205f0bafdac9ae243e 100644 (file)
@@ -30,4 +30,4 @@ echo file_get_contents($pname . '/a/x') . "\n";
 a
 a
 
-Warning: file_get_contents(phar://%srename_dir.phar.php/a/x): failed to open stream: phar error: "a/x" is not a file in phar "%srename_dir.phar.php" in %srename_dir.php on line %d
+Warning: file_get_contents(phar://%srename_dir.phar.php/a/x): Failed to open stream: phar error: "a/x" is not a file in phar "%srename_dir.phar.php" in %srename_dir.php on line %d
index 570d20678fa35fb73131ff75953498dbbe7d8726..b8a7d4322b481c73ecbd0904645992a10e422f85 100644 (file)
@@ -16,9 +16,9 @@ include 'phar://' . __DIR__ . '/' . basename(__FILE__, '.php') . '.phar.tar/a.ph
 --CLEAN--
 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.tar'); ?>
 --EXPECTF--
-Warning: file_put_contents(phar://%screate_new_phar_b.phar.tar/a.php): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readonly in %screate_new_phar_b.php on line %d
+Warning: file_put_contents(phar://%screate_new_phar_b.phar.tar/a.php): Failed to open stream: phar error: write operations disabled by the php.ini setting phar.readonly in %screate_new_phar_b.php on line %d
 
-Warning: include(phar://%screate_new_phar_b.phar.tar/a.php): failed to open stream: %s in %screate_new_phar_b.php on line %d
+Warning: include(phar://%screate_new_phar_b.phar.tar/a.php): Failed to open stream: %s in %screate_new_phar_b.php on line %d
 
 Warning: include(): Failed opening 'phar://%screate_new_phar_b.phar.tar/a.php' for inclusion (include_path='%s') in %screate_new_phar_b.php on line %d
 
index c34c720d313dcb82d7ef4777a7d767e69f06e1b1..f0927843567cdd4d323ff50ff98f0a98ce1ccdcb 100644 (file)
@@ -29,4 +29,4 @@ echo file_get_contents($alias . '/a') . "\n";
 --EXPECTF--
 a
 
-Warning: file_get_contents(phar://%sdelete.phar.tar/a): failed to open stream: phar error: "a" is not a file in phar "%sdelete.phar.tar" in %sdelete.php on line %d
+Warning: file_get_contents(phar://%sdelete.phar.tar/a): Failed to open stream: phar error: "a" is not a file in phar "%sdelete.phar.tar" in %sdelete.php on line %d
index 87e1fb53ddc3b7c31d341a888ecd01e03c6274bc..948260b385ce0c29fc9cbbe3edd2c64ee9f41f4e 100644 (file)
@@ -41,7 +41,7 @@ This is b/c
 This is a
 This is b
 
-Warning: include(%sdelete_in_phar.phar.tar/b/c.php): failed to open stream: phar error: "b/c.php" is not a file in phar "%sdelete_in_phar.phar.tar" in %sdelete_in_phar.php on line %d
+Warning: include(%sdelete_in_phar.phar.tar/b/c.php): Failed to open stream: phar error: "b/c.php" is not a file in phar "%sdelete_in_phar.phar.tar" in %sdelete_in_phar.php on line %d
 
 Warning: include(): Failed opening 'phar://%sdelete_in_phar.phar.tar/b/c.php' for inclusion (include_path='%s') in %sdelete_in_phar.php on line %d
 
index 0ee0d00c59b7cf9189403796662c932cb8fb111e..762ed508da5871bf6353a5362316801641ba8f6d 100644 (file)
@@ -44,7 +44,7 @@ This is b/c
 This is a
 This is b
 
-Warning: include(%sdelete_in_phar_confirm.phar.tar/b/c.php): failed to open stream: phar error: "b/c.php" is not a file in phar "%sdelete_in_phar_confirm.phar.tar" in %sdelete_in_phar_confirm.php on line %d
+Warning: include(%sdelete_in_phar_confirm.phar.tar/b/c.php): Failed to open stream: phar error: "b/c.php" is not a file in phar "%sdelete_in_phar_confirm.phar.tar" in %sdelete_in_phar_confirm.php on line %d
 
 Warning: include(): Failed opening 'phar://%sdelete_in_phar_confirm.phar.tar/b/c.php' for inclusion (include_path='%s') in %sdelete_in_phar_confirm.php on line %d
 
index dc8dfeb8beccf2efddecbc8f4eb51d64eafb839e..eaf1ed9ad211ed8ae803a6b43f7233a8ff2ff0fd 100644 (file)
@@ -38,7 +38,7 @@ include $alias . '/b/c.php';
 --CLEAN--
 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.tar'); ?>
 --EXPECTF--
-Warning: fopen(phar://%sopen_for_write_existing_b.phar.tar/b/c.php): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readonly in %sopen_for_write_existing_b.php on line %d
+Warning: fopen(phar://%sopen_for_write_existing_b.phar.tar/b/c.php): Failed to open stream: phar error: write operations disabled by the php.ini setting phar.readonly in %sopen_for_write_existing_b.php on line %d
 bool(false)
 This is b/c
 
index fe457b1f0655dc4baa603283a592af26d76f1f8f..d70a96bf3b1e8182dab1159df32317216320ef1a 100644 (file)
@@ -38,7 +38,7 @@ include $alias . '/b/c.php';
 --CLEAN--
 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.tar'); ?>
 --EXPECTF--
-Warning: fopen(phar://%sopen_for_write_existing_c.phar.tar/b/c.php): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readonly in %sopen_for_write_existing_c.php on line %d
+Warning: fopen(phar://%sopen_for_write_existing_c.phar.tar/b/c.php): Failed to open stream: phar error: write operations disabled by the php.ini setting phar.readonly in %sopen_for_write_existing_c.php on line %d
 bool(false)
 This is b/c
 
index 1a11debae869bba40a986841ef728b0b60a2c31c..fec1cf2d6c15afbaef1adeb078a2dd777585b5af 100644 (file)
@@ -39,11 +39,11 @@ include $alias . '/b/new.php';
 --CLEAN--
 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.tar'); ?>
 --EXPECTF--
-Warning: fopen(phar://%sopen_for_write_newfile_b.phar.tar/b/new.php): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readonly in %sopen_for_write_newfile_b.php on line %d
+Warning: fopen(phar://%sopen_for_write_newfile_b.phar.tar/b/new.php): Failed to open stream: phar error: write operations disabled by the php.ini setting phar.readonly in %sopen_for_write_newfile_b.php on line %d
 bool(false)
 This is b/c
 
-Warning: include(phar://%sopen_for_write_newfile_b.phar.tar/b/new.php): failed to open stream: phar error: "b/new.php" is not a file in phar "%sopen_for_write_newfile_b.phar.tar" in %sopen_for_write_newfile_b.php on line %d
+Warning: include(phar://%sopen_for_write_newfile_b.phar.tar/b/new.php): Failed to open stream: phar error: "b/new.php" is not a file in phar "%sopen_for_write_newfile_b.phar.tar" in %sopen_for_write_newfile_b.php on line %d
 
 Warning: include(): Failed opening 'phar://%sopen_for_write_newfile_b.phar.tar/b/new.php' for inclusion (include_path='%s') in %sopen_for_write_newfile_b.php on line %d
 
index 6793de14f48de2bbbefc07d754ac20654d5b4f83..e6d371fb0f62b3eafa73319bb6a68a3414c5cc9a 100644 (file)
@@ -38,11 +38,11 @@ include $alias . '/b/new.php';
 --CLEAN--
 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.tar'); ?>
 --EXPECTF--
-Warning: fopen(phar://%sopen_for_write_newfile_c.phar.tar/b/new.php): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readonly in %sopen_for_write_newfile_c.php on line %d
+Warning: fopen(phar://%sopen_for_write_newfile_c.phar.tar/b/new.php): Failed to open stream: phar error: write operations disabled by the php.ini setting phar.readonly in %sopen_for_write_newfile_c.php on line %d
 bool(false)
 This is b/c
 
-Warning: include(phar://%sopen_for_write_newfile_c.phar.tar/b/new.php): failed to open stream: phar error: "b/new.php" is not a file in phar "%sopen_for_write_newfile_c.phar.tar" in %sopen_for_write_newfile_c.php on line %d
+Warning: include(phar://%sopen_for_write_newfile_c.phar.tar/b/new.php): Failed to open stream: phar error: "b/new.php" is not a file in phar "%sopen_for_write_newfile_c.phar.tar" in %sopen_for_write_newfile_c.php on line %d
 
 Warning: include(): Failed opening 'phar://%sopen_for_write_newfile_c.phar.tar/b/new.php' for inclusion (include_path='%s') in %sopen_for_write_newfile_c.php on line %d
 
index 55b214456eec0df576cf67c99af00df02c21c319..0eedd4586154ace3d4f65eace64f7a1be4f18558 100644 (file)
@@ -67,12 +67,12 @@ __HALT_COMPILER();"
 ============================================================================
 ============================================================================
 
-Warning: Phar::setDefaultStub(): method accepts no arguments for a tar- or zip-based phar stub, 1 given in %sphar_setdefaultstub.php on line %d
+Warning: Phar::setDefaultStub(): Method accepts no arguments for a tar- or zip-based phar stub, 1 given in %sphar_setdefaultstub.php on line %d
 string(60) "<?php // tar-based phar archive stub file
 __HALT_COMPILER();"
 ============================================================================
 ============================================================================
 
-Warning: Phar::setDefaultStub(): method accepts no arguments for a tar- or zip-based phar stub, 2 given in %sphar_setdefaultstub.php on line %d
+Warning: Phar::setDefaultStub(): Method accepts no arguments for a tar- or zip-based phar stub, 2 given in %sphar_setdefaultstub.php on line %d
 string(60) "<?php // tar-based phar archive stub file
 __HALT_COMPILER();"
index 8774fb2581cde2e4d10d34cad4ce6e5af0105094..2adf01d5f67e2fa6e1e9cb302ad912e41eadf375 100644 (file)
@@ -39,4 +39,4 @@ echo file_get_contents($alias . '/a') . "\n";
 a
 a
 
-Warning: file_get_contents(phar://%srename.phar.tar/a): failed to open stream: phar error: "a" is not a file in phar "%srename.phar.tar" in %srename.php on line %d
+Warning: file_get_contents(phar://%srename.phar.tar/a): Failed to open stream: phar error: "a" is not a file in phar "%srename.phar.tar" in %srename.php on line %d
index f0b8a9b00e722590b228ef10d76a0233b01cc6fb..e1a3c5d9695d333a74943791d84fd659ff5ae9ec 100644 (file)
@@ -39,4 +39,4 @@ echo file_get_contents($alias . '/a/x') . "\n";
 a
 a
 
-Warning: file_get_contents(phar://%srename_dir.phar.tar/a/x): failed to open stream: phar error: "a/x" is not a file in phar "%srename_dir.phar.tar" in %srename_dir.php on line %d
+Warning: file_get_contents(phar://%srename_dir.phar.tar/a/x): Failed to open stream: phar error: "a/x" is not a file in phar "%srename_dir.phar.tar" in %srename_dir.php on line %d
index 6add59ac0ee7b9e88dc35e0ff5878aecdfcfb78a..6fc2df3ae7ad80cde473026ead64b42019a77778 100644 (file)
@@ -24,5 +24,5 @@ try {
 @unlink(__DIR__ . '/tar_001.phar.tar');
 ?>
 --EXPECTF--
-Warning: fopen(phar://%star_001.phar.tar/tar_001.phpt): failed to open stream: phar error: "%star_001.phar.tar" is a corrupted tar file (truncated) in %star_001.php on line 9
+Warning: fopen(phar://%star_001.phar.tar/tar_001.phpt): Failed to open stream: phar error: "%star_001.phar.tar" is a corrupted tar file (truncated) in %star_001.php on line 9
 phar error: "%star_001.phar.tar" is a corrupted tar file (truncated)
index 10c46e280506d8bc844e081769416d907869c4ed..3549035a4ddeefb9504c01d21335b1cf40fcff3f 100644 (file)
@@ -27,5 +27,5 @@ try {
 @unlink(__DIR__ . '/tar_002.phar.tar');
 ?>
 --EXPECTF--
-Warning: fopen(phar://%star_002.phar.tar/tar_002.phpt): failed to open stream: phar error: "%star_002.phar.tar" is a corrupted tar file (truncated) in %star_002.php on line 9
+Warning: fopen(phar://%star_002.phar.tar/tar_002.phpt): Failed to open stream: phar error: "%star_002.phar.tar" is a corrupted tar file (truncated) in %star_002.php on line 9
 phar error: "%star_002.phar.tar" is a corrupted tar file (truncated)
index 4bef6dc74740afaed24a51a2fc8c62fc1e5244ab..d100feb83089d615e95cfa0e8e76348535ef040c 100644 (file)
@@ -41,6 +41,6 @@ try {
 @unlink(__DIR__ . '/tar_nostub.tar');
 ?>
 --EXPECTF--
-RecursiveDirectoryIterator::__construct(phar://%star_nostub.phar.tar/): failed to open dir: '%star_nostub.phar.tar' is not a phar archive. Use PharData::__construct() for a standard zip or tar archive
+RecursiveDirectoryIterator::__construct(phar://%star_nostub.phar.tar/): Failed to open directory: '%star_nostub.phar.tar' is not a phar archive. Use PharData::__construct() for a standard zip or tar archive
 phar url "phar://%star_nostub.phar.tar/" is unknown
 string(0) ""
index 9d85285036232fd45c37cfae375d780dd358bec1..72ab3ba7b1787112cc1a37e08a1aab6b7b3fb4bb 100644 (file)
@@ -40,4 +40,4 @@ $a = file_get_contents($pname . '/file1.txt'); // this fails because $fname2 ref
 Cannot open archive "%stest_alias_unset.2.phar.php", alias is already in use by existing archive
 string(5) "first"
 
-Warning: file_get_contents(phar://%sfile1.txt): failed to open stream: Cannot open archive "%stest_alias_unset.phar.php", alias is already in use by existing archive in %stest_alias_unset.php on line %d
+Warning: file_get_contents(phar://%sfile1.txt): Failed to open stream: Cannot open archive "%stest_alias_unset.phar.php", alias is already in use by existing archive in %stest_alias_unset.php on line %d
index 1db8f6ecdb1f74bb7f6c3c032810101fddb28675..7f838f3f8ae6fab02cea645d2e882781f3e3cee6 100644 (file)
@@ -16,9 +16,9 @@ include 'phar://' . __DIR__ . '/' . basename(__FILE__, '.php') . '.phar.zip/a.ph
 --CLEAN--
 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.zip'); ?>
 --EXPECTF--
-Warning: file_put_contents(phar://%screate_new_phar_b.phar.zip/a.php): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readonly in %screate_new_phar_b.php on line %d
+Warning: file_put_contents(phar://%screate_new_phar_b.phar.zip/a.php): Failed to open stream: phar error: write operations disabled by the php.ini setting phar.readonly in %screate_new_phar_b.php on line %d
 
-Warning: include(phar://%screate_new_phar_b.phar.zip/a.php): failed to open stream: %s in %screate_new_phar_b.php on line %d
+Warning: include(phar://%screate_new_phar_b.phar.zip/a.php): Failed to open stream: %s in %screate_new_phar_b.php on line %d
 
 Warning: include(): Failed opening 'phar://%screate_new_phar_b.phar.zip/a.php' for inclusion (include_path='%s') in %screate_new_phar_b.php on line %d
 
index 87536c9666a58e9b9e038d0431584b30e5a4c3f1..25b9d2d62a6fac92fc95dd0bd60744aaf5c3470c 100644 (file)
@@ -28,4 +28,4 @@ echo file_get_contents($alias . '/a') . "\n";
 --EXPECTF--
 a
 
-Warning: file_get_contents(phar://%sdelete.phar.zip/a): failed to open stream: phar error: "a" is not a file in phar "%sdelete.phar.zip" in %sdelete.php on line %d
+Warning: file_get_contents(phar://%sdelete.phar.zip/a): Failed to open stream: phar error: "a" is not a file in phar "%sdelete.phar.zip" in %sdelete.php on line %d
index e1c541e7e270dff8059e82f15796bc5e2438be31..5f5d644470aea449a9582f6caa5ba48f8ae3b0bb 100644 (file)
@@ -40,7 +40,7 @@ This is b/c
 This is a
 This is b
 
-Warning: include(%sdelete_in_phar.phar.zip/b/c.php): failed to open stream: phar error: "b/c.php" is not a file in phar "%sdelete_in_phar.phar.zip" in %sdelete_in_phar.php on line %d
+Warning: include(%sdelete_in_phar.phar.zip/b/c.php): Failed to open stream: phar error: "b/c.php" is not a file in phar "%sdelete_in_phar.phar.zip" in %sdelete_in_phar.php on line %d
 
 Warning: include(): Failed opening 'phar://%sdelete_in_phar.phar.zip/b/c.php' for inclusion (include_path='%s') in %sdelete_in_phar.php on line %d
 
index 84d337af06ebc19d54a709192a668817b44b761e..4d2c68720e8d93cf3591c9e07ff19b64e0996cb1 100644 (file)
@@ -45,7 +45,7 @@ This is b/c
 This is a
 This is b
 
-Warning: include(%sdelete_in_phar_confirm.phar.zip/b/c.php): failed to open stream: phar error: "b/c.php" is not a file in phar "%sdelete_in_phar_confirm.phar.zip" in %sdelete_in_phar_confirm.php on line %d
+Warning: include(%sdelete_in_phar_confirm.phar.zip/b/c.php): Failed to open stream: phar error: "b/c.php" is not a file in phar "%sdelete_in_phar_confirm.phar.zip" in %sdelete_in_phar_confirm.php on line %d
 
 Warning: include(): Failed opening 'phar://%sdelete_in_phar_confirm.phar.zip/b/c.php' for inclusion (include_path='%s') in %sdelete_in_phar_confirm.php on line %d
 
index ff30a0c162a97e53cf06f6f28b528196d6d8a29e..f5f049dc5c388592a995010fddf6adce896f5952 100644 (file)
@@ -21,5 +21,5 @@ unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.zip');
 __HALT_COMPILER();
 ?>
 --EXPECTF--
-Warning: include(phar://%snotphar.phar.zip/.phar/stub.php): failed to open stream: '%snotphar.phar.zip' is not a phar archive. Use PharData::__construct() for a standard zip or tar archive in %snotphar.php on line %d
+Warning: include(phar://%snotphar.phar.zip/.phar/stub.php): Failed to open stream: '%snotphar.phar.zip' is not a phar archive. Use PharData::__construct() for a standard zip or tar archive in %snotphar.php on line %d
 PK%a
index a15a7897e596e75417fd40df5ebcdee7bb350bcf..68a2d14eddf16972804e12f6b389723fb63f9721 100644 (file)
@@ -35,6 +35,6 @@ include $alias . '/b/c.php';
 --CLEAN--
 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.zip'); ?>
 --EXPECTF--
-Warning: fopen(phar://%sopen_for_write_existing_b.phar.zip/b/c.php): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readonly in %sopen_for_write_existing_b.php on line %d
+Warning: fopen(phar://%sopen_for_write_existing_b.phar.zip/b/c.php): Failed to open stream: phar error: write operations disabled by the php.ini setting phar.readonly in %sopen_for_write_existing_b.php on line %d
 bool(false)
 This is b/c
index 6e6a1b9edf3dee184a87c9381824fdd69112d55c..f62cd4290b0a4ff117ea9d74c52db25428464e6b 100644 (file)
@@ -35,6 +35,6 @@ include $alias . '/b/c.php';
 --CLEAN--
 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.zip'); ?>
 --EXPECTF--
-Warning: fopen(phar://%sopen_for_write_existing_c.phar.zip/b/c.php): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readonly in %sopen_for_write_existing_c.php on line %d
+Warning: fopen(phar://%sopen_for_write_existing_c.phar.zip/b/c.php): Failed to open stream: phar error: write operations disabled by the php.ini setting phar.readonly in %sopen_for_write_existing_c.php on line %d
 bool(false)
 This is b/c
index e25bade08500ed13492a7b93b0869e4c724dca2d..35a50a12fb5de9a381b6150530a5ef87aac23e95 100644 (file)
@@ -38,11 +38,11 @@ include $alias . '/b/new.php';
 --CLEAN--
 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.zip'); ?>
 --EXPECTF--
-Warning: fopen(phar://%sopen_for_write_newfile_b.phar.zip/b/new.php): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readonly in %sopen_for_write_newfile_b.php on line %d
+Warning: fopen(phar://%sopen_for_write_newfile_b.phar.zip/b/new.php): Failed to open stream: phar error: write operations disabled by the php.ini setting phar.readonly in %sopen_for_write_newfile_b.php on line %d
 bool(false)
 This is b/c
 
-Warning: include(phar://%sopen_for_write_newfile_b.phar.zip/b/new.php): failed to open stream: phar error: "b/new.php" is not a file in phar "%sopen_for_write_newfile_b.phar.zip" in %sopen_for_write_newfile_b.php on line %d
+Warning: include(phar://%sopen_for_write_newfile_b.phar.zip/b/new.php): Failed to open stream: phar error: "b/new.php" is not a file in phar "%sopen_for_write_newfile_b.phar.zip" in %sopen_for_write_newfile_b.php on line %d
 
 Warning: include(): Failed opening 'phar://%sopen_for_write_newfile_b.phar.zip/b/new.php' for inclusion (include_path='%s') in %sopen_for_write_newfile_b.php on line %d
 
index e2074d7003c24032b57b64794724a433945e4f1c..0b8e86f7f59886c1e4d33524ca777fcbdea756c0 100644 (file)
@@ -38,11 +38,11 @@ include $alias . '/b/new.php';
 --CLEAN--
 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.zip'); ?>
 --EXPECTF--
-Warning: fopen(phar://%sopen_for_write_newfile_c.phar.zip/b/new.php): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readonly in %sopen_for_write_newfile_c.php on line %d
+Warning: fopen(phar://%sopen_for_write_newfile_c.phar.zip/b/new.php): Failed to open stream: phar error: write operations disabled by the php.ini setting phar.readonly in %sopen_for_write_newfile_c.php on line %d
 bool(false)
 This is b/c
 
-Warning: include(phar://%sopen_for_write_newfile_c.phar.zip/b/new.php): failed to open stream: phar error: "b/new.php" is not a file in phar "%sopen_for_write_newfile_c.phar.zip" in %sopen_for_write_newfile_c.php on line %d
+Warning: include(phar://%sopen_for_write_newfile_c.phar.zip/b/new.php): Failed to open stream: phar error: "b/new.php" is not a file in phar "%sopen_for_write_newfile_c.phar.zip" in %sopen_for_write_newfile_c.php on line %d
 
 Warning: include(): Failed opening 'phar://%sopen_for_write_newfile_c.phar.zip/b/new.php' for inclusion (include_path='%s') in %sopen_for_write_newfile_c.php on line %d
 
index 416dd10c262c72769c853ea0912ccd259e495163..92a721ba37c4dfd3fdf28da5ddbdd97087b3a04e 100644 (file)
@@ -67,12 +67,12 @@ __HALT_COMPILER();"
 ============================================================================
 ============================================================================
 
-Warning: Phar::setDefaultStub(): method accepts no arguments for a tar- or zip-based phar stub, 1 given in %sphar_setdefaultstub.php on line %d
+Warning: Phar::setDefaultStub(): Method accepts no arguments for a tar- or zip-based phar stub, 1 given in %sphar_setdefaultstub.php on line %d
 string(60) "<?php // zip-based phar archive stub file
 __HALT_COMPILER();"
 ============================================================================
 ============================================================================
 
-Warning: Phar::setDefaultStub(): method accepts no arguments for a tar- or zip-based phar stub, 2 given in %sphar_setdefaultstub.php on line %d
+Warning: Phar::setDefaultStub(): Method accepts no arguments for a tar- or zip-based phar stub, 2 given in %sphar_setdefaultstub.php on line %d
 string(60) "<?php // zip-based phar archive stub file
 __HALT_COMPILER();"
index 82e2850927c40ec838c537b50d46fc10f3f35073..b3ebc98364d3bcb8c6a80bced3a265b785f153c6 100644 (file)
@@ -31,4 +31,4 @@ echo file_get_contents($alias . '/a') . "\n";
 a
 a
 
-Warning: file_get_contents(phar://%srename.phar.zip/a): failed to open stream: phar error: "a" is not a file in phar "%srename.phar.zip" in %srename.php on line %d
+Warning: file_get_contents(phar://%srename.phar.zip/a): Failed to open stream: phar error: "a" is not a file in phar "%srename.phar.zip" in %srename.php on line %d
index a65113c3cf6465e09d8760cf9dd010bf0ddacf8a..b53ff8d964674523cbd30d600479c2a6a69bcfb4 100644 (file)
@@ -31,4 +31,4 @@ echo file_get_contents($alias . '/a/x') . "\n";
 a
 a
 
-Warning: file_get_contents(phar://%srename_dir.phar.zip/a/x): failed to open stream: phar error: "a/x" is not a file in phar "%srename_dir.phar.zip" in %srename_dir.php on line %d
+Warning: file_get_contents(phar://%srename_dir.phar.zip/a/x): Failed to open stream: phar error: "a/x" is not a file in phar "%srename_dir.phar.zip" in %srename_dir.php on line %d
index 1be14a616a23ff29d52d36eb3caa3c6eb6769d15..2d1337eee88d934b90fa4c0679daefda2c6b1fef 100644 (file)
@@ -606,7 +606,7 @@ static int php_posix_stream_get_fd(zval *zfp, int *fd) /* {{{ */
        } else if (php_stream_can_cast(stream, PHP_STREAM_AS_FD) == SUCCESS) {
                php_stream_cast(stream, PHP_STREAM_AS_FD, (void*)fd, 0);
        } else {
-               php_error_docref(NULL, E_WARNING, "could not use stream of type '%s'",
+               php_error_docref(NULL, E_WARNING, "Could not use stream of type '%s'",
                                stream->ops->label);
                return 0;
        }
@@ -941,7 +941,7 @@ try_again:
 
        if (!php_posix_group_to_array(g, return_value)) {
                zend_array_destroy(Z_ARR_P(return_value));
-               php_error_docref(NULL, E_WARNING, "unable to convert posix group to array");
+               php_error_docref(NULL, E_WARNING, "Unable to convert posix group to array");
                RETVAL_FALSE;
        }
 #if defined(ZTS) && defined(HAVE_GETGRNAM_R) && defined(_SC_GETGR_R_SIZE_MAX)
@@ -994,7 +994,7 @@ PHP_FUNCTION(posix_getgrgid)
 
        if (!php_posix_group_to_array(g, return_value)) {
                zend_array_destroy(Z_ARR_P(return_value));
-               php_error_docref(NULL, E_WARNING, "unable to convert posix group struct to array");
+               php_error_docref(NULL, E_WARNING, "Unable to convert posix group struct to array");
                RETVAL_FALSE;
        }
 #if defined(ZTS) && defined(HAVE_GETGRGID_R) && defined(_SC_GETGR_R_SIZE_MAX)
@@ -1061,7 +1061,7 @@ PHP_FUNCTION(posix_getpwnam)
 
        if (!php_posix_passwd_to_array(pw, return_value)) {
                zend_array_destroy(Z_ARR_P(return_value));
-               php_error_docref(NULL, E_WARNING, "unable to convert posix passwd struct to array");
+               php_error_docref(NULL, E_WARNING, "Unable to convert posix passwd struct to array");
                RETVAL_FALSE;
        }
 #if defined(ZTS) && defined(_SC_GETPW_R_SIZE_MAX) && defined(HAVE_GETPWNAM_R)
@@ -1112,7 +1112,7 @@ PHP_FUNCTION(posix_getpwuid)
 
        if (!php_posix_passwd_to_array(pw, return_value)) {
                zend_array_destroy(Z_ARR_P(return_value));
-               php_error_docref(NULL, E_WARNING, "unable to convert posix passwd struct to array");
+               php_error_docref(NULL, E_WARNING, "Unable to convert posix passwd struct to array");
                RETVAL_FALSE;
        }
 #if defined(ZTS) && defined(_SC_GETPW_R_SIZE_MAX) && defined(HAVE_GETPWUID_R)
index d387a640914ae07a46a3d96555db4dc59c31fa7a..5d5dcb1ca34d5d0a16ea6d7811946df1a06ef09f 100644 (file)
@@ -269,9 +269,9 @@ static int ps_files_write(ps_files *data, zend_string *key, zend_string *val)
 
        if (n != ZSTR_LEN(val)) {
                if (n == (size_t)-1) {
-                       php_error_docref(NULL, E_WARNING, "write failed: %s (%d)", strerror(errno), errno);
+                       php_error_docref(NULL, E_WARNING, "Write failed: %s (%d)", strerror(errno), errno);
                } else {
-                       php_error_docref(NULL, E_WARNING, "write wrote less bytes than requested");
+                       php_error_docref(NULL, E_WARNING, "Write wrote less bytes than requested");
                }
                return FAILURE;
        }
@@ -521,9 +521,9 @@ PS_READ_FUNC(files)
 
        if (n != (zend_long)sbuf.st_size) {
                if (n == -1) {
-                       php_error_docref(NULL, E_WARNING, "read failed: %s (%d)", strerror(errno), errno);
+                       php_error_docref(NULL, E_WARNING, "Read failed: %s (%d)", strerror(errno), errno);
                } else {
-                       php_error_docref(NULL, E_WARNING, "read returned less bytes than requested");
+                       php_error_docref(NULL, E_WARNING, "Read returned less bytes than requested");
                }
                zend_string_release_ex(*val, 0);
                *val =  ZSTR_EMPTY_ALLOC();
index 55ff0fb68a95766b15102b6ae1eb348d1f1bca7e..6698c307e0530ed1af321bac7e7f47a1f346881d 100644 (file)
@@ -401,7 +401,7 @@ PS_WRITE_FUNC(mm)
 
                        if (!sd->data) {
                                ps_sd_destroy(data, sd);
-                               php_error_docref(NULL, E_WARNING, "cannot allocate new data segment");
+                               php_error_docref(NULL, E_WARNING, "Cannot allocate new data segment");
                                sd = NULL;
                        }
                }
index f6f8d8835565b736efe6e939227726b741f2b192..446c3094582c0829424ad4c8e83311026a165670 100644 (file)
@@ -155,7 +155,7 @@ PHP_FUNCTION(shmop_open)
                        */
                        break;
                default:
-                       php_error_docref(NULL, E_WARNING, "invalid access mode");
+                       php_error_docref(NULL, E_WARNING, "Invalid access mode");
                        goto err;
        }
 
@@ -166,19 +166,19 @@ PHP_FUNCTION(shmop_open)
 
        shmop->shmid = shmget(shmop->key, shmop->size, shmop->shmflg);
        if (shmop->shmid == -1) {
-               php_error_docref(NULL, E_WARNING, "unable to attach or create shared memory segment '%s'", strerror(errno));
+               php_error_docref(NULL, E_WARNING, "Unable to attach or create shared memory segment '%s'", strerror(errno));
                goto err;
        }
 
        if (shmctl(shmop->shmid, IPC_STAT, &shm)) {
                /* please do not add coverage here: the segment would be leaked and impossible to delete via php */
-               php_error_docref(NULL, E_WARNING, "unable to get shared memory segment information '%s'", strerror(errno));
+               php_error_docref(NULL, E_WARNING, "Unable to get shared memory segment information '%s'", strerror(errno));
                goto err;
        }
 
        shmop->addr = shmat(shmop->shmid, 0, shmop->shmatflg);
        if (shmop->addr == (char*) -1) {
-               php_error_docref(NULL, E_WARNING, "unable to attach to shared memory segment '%s'", strerror(errno));
+               php_error_docref(NULL, E_WARNING, "Unable to attach to shared memory segment '%s'", strerror(errno));
                goto err;
        }
 
@@ -211,12 +211,12 @@ PHP_FUNCTION(shmop_read)
        }
 
        if (start < 0 || start > shmop->size) {
-               php_error_docref(NULL, E_WARNING, "start is out of range");
+               php_error_docref(NULL, E_WARNING, "Start is out of range");
                RETURN_FALSE;
        }
 
        if (count < 0 || start > (INT_MAX - count) || start + count > shmop->size) {
-               php_error_docref(NULL, E_WARNING, "count is out of range");
+               php_error_docref(NULL, E_WARNING, "Count is out of range");
                RETURN_FALSE;
        }
 
@@ -287,12 +287,12 @@ PHP_FUNCTION(shmop_write)
        }
 
        if ((shmop->shmatflg & SHM_RDONLY) == SHM_RDONLY) {
-               php_error_docref(NULL, E_WARNING, "trying to write to a read only segment");
+               php_error_docref(NULL, E_WARNING, "Trying to write to a read only segment");
                RETURN_FALSE;
        }
 
        if (offset < 0 || offset > shmop->size) {
-               php_error_docref(NULL, E_WARNING, "offset out of range");
+               php_error_docref(NULL, E_WARNING, "Offset out of range");
                RETURN_FALSE;
        }
 
@@ -319,7 +319,7 @@ PHP_FUNCTION(shmop_delete)
        }
 
        if (shmctl(shmop->shmid, IPC_RMID, NULL)) {
-               php_error_docref(NULL, E_WARNING, "can't mark segment for deletion (are you the owner?)");
+               php_error_docref(NULL, E_WARNING, "Can't mark segment for deletion (are you the owner?)");
                RETURN_FALSE;
        }
 
index a5ad01c3027e74d3566bcff7a911958cfb38b03f..471f82cbda58ee873b3c79cb242272a4f55758c4 100644 (file)
@@ -84,7 +84,7 @@ data in memory is: test #1 of the shmop() extension
 shm open for read only: ok
 data in memory is: test #1 of the shmop() extension
 
-Warning: shmop_write(): trying to write to a read only segment in %s on line %d
+Warning: shmop_write(): Trying to write to a read only segment in %s on line %d
 shm open for read only: ok
 shm write test #1: ok
 data in memory is: test #1 of the shmop() extensiontest #2 append data to shared memory segment
index a06f454445ed0cebd04cc028662605309d548b5e..12b1b6b95f46cb0f1a6332d1538bce9dfff52f71 100644 (file)
@@ -52,22 +52,22 @@ echo PHP_EOL, '## shmop_write function tests ##';
 Warning: shmop_open():  is not a valid flag in %s on line %d
 bool(false)
 
-Warning: shmop_open(): invalid access mode in %s on line %d
+Warning: shmop_open(): Invalid access mode in %s on line %d
 bool(false)
 
-Warning: shmop_open(): unable to attach or create shared memory segment 'Invalid argument' in %s on line %d
+Warning: shmop_open(): Unable to attach or create shared memory segment 'Invalid argument' in %s on line %d
 bool(false)
 
 Warning: shmop_open(): Shared memory segment size must be greater than zero in %s on line %d
 bool(false)
 
 ## shmop_read function tests ##
-Warning: shmop_read(): start is out of range in %s on line %d
+Warning: shmop_read(): Start is out of range in %s on line %d
 bool(false)
 
-Warning: shmop_read(): count is out of range in %s on line %d
+Warning: shmop_read(): Count is out of range in %s on line %d
 bool(false)
 
 ## shmop_write function tests ##
-Warning: shmop_write(): offset out of range in %s on line %d
+Warning: shmop_write(): Offset out of range in %s on line %d
 bool(false)
index 0cf1061acfe1fa17f2bbfce1bf305a36b84596e0..95117686f87e925aff8e60be6a904c55fc9f430b 100644 (file)
@@ -879,7 +879,7 @@ static int netsnmp_session_init(php_snmp_session **session_p, int version, char
                        }
                        *pptr = '\0';
                } else {
-                       php_error_docref(NULL, E_WARNING, "malformed IPv6 address, closing square bracket missing");
+                       php_error_docref(NULL, E_WARNING, "Malformed IPv6 address, closing square bracket missing");
                        return (-1);
                }
        } else { /* IPv4 address */
index 37d15542e77c84bdd2bcf473a6569790e229736b..38bf7ffcb60c42ca4af255b5248f2fbd8e00edd2 100644 (file)
@@ -25,5 +25,5 @@ var_dump(snmpget('[dead:beef::', $community, '.1.3.6.1.2.1.1.1.0'));
 --EXPECTF--
 string(%d) "%s"
 
-Warning: snmpget(): malformed IPv6 address, closing square bracket missing in %s on line %d
+Warning: snmpget(): Malformed IPv6 address, closing square bracket missing in %s on line %d
 bool(false)
index 4ed32d2518d04d32b99bbcac02ef5ea3b9f10f22..9c2ede219dd9c4f175bff6141ad7be6c9f252e32 100644 (file)
@@ -67,7 +67,7 @@ int php_string_to_if_index(const char *val, unsigned *out)
        ind = if_nametoindex(val);
        if (ind == 0) {
                php_error_docref(NULL, E_WARNING,
-                       "no interface with name \"%s\" could be found", val);
+                       "No interface with name \"%s\" could be found", val);
                return FAILURE;
        } else {
                *out = ind;
@@ -75,7 +75,7 @@ int php_string_to_if_index(const char *val, unsigned *out)
        }
 #else
        php_error_docref(NULL, E_WARNING,
-                       "this platform does not support looking up an interface by "
+                       "This platform does not support looking up an interface by "
                        "name, an integer interface index must be supplied instead");
        return FAILURE;
 #endif
@@ -88,7 +88,7 @@ static int php_get_if_index_from_zval(zval *val, unsigned *out)
        if (Z_TYPE_P(val) == IS_LONG) {
                if (Z_LVAL_P(val) < 0 || (zend_ulong)Z_LVAL_P(val) > UINT_MAX) {
                        php_error_docref(NULL, E_WARNING,
-                               "the interface index cannot be negative or larger than %u;"
+                               "The interface index cannot be negative or larger than %u;"
                                " given " ZEND_LONG_FMT, UINT_MAX, Z_LVAL_P(val));
                        ret = FAILURE;
                } else {
@@ -127,7 +127,7 @@ static int php_get_address_from_array(const HashTable *ht, const char *key,
        zend_string *str, *tmp_str;
 
        if ((val = zend_hash_str_find(ht, key, strlen(key))) == NULL) {
-               php_error_docref(NULL, E_WARNING, "no key \"%s\" passed in optval", key);
+               php_error_docref(NULL, E_WARNING, "No key \"%s\" passed in optval", key);
                return FAILURE;
        }
        str = zval_get_tmp_string(val, &tmp_str);
@@ -221,7 +221,7 @@ mcast_req_fun:
 #endif
        default:
                php_error_docref(NULL, E_WARNING,
-                       "unexpected option in php_do_mcast_opt (level %d, option %d). "
+                       "Unexpected option in php_do_mcast_opt (level %d, option %d). "
                        "This is a bug.", level, optname);
                return FAILURE;
        }
index e3c302f5c4422c6882407dffec454c95db3e8a4b..7786f70721ffb693c4806352f2b5994e9595c267 100644 (file)
@@ -265,7 +265,7 @@ PHP_FUNCTION(socket_recvmsg)
                }
        } else {
                SOCKETS_G(last_error) = errno;
-               php_error_docref(NULL, E_WARNING, "error in recvmsg [%d]: %s",
+               php_error_docref(NULL, E_WARNING, "Error in recvmsg [%d]: %s",
                                errno, sockets_strerror(errno));
                RETURN_FALSE;
        }
index 322355c3c1fdd7830c26fea4975afaa9a886828d..ea76fa9100140497beb85c2830786a0d692aef9e 100644 (file)
@@ -789,7 +789,7 @@ PHP_FUNCTION(socket_select)
        }
 
        if (!sets) {
-               php_error_docref(NULL, E_WARNING, "no resource arrays were passed to select");
+               php_error_docref(NULL, E_WARNING, "No resource arrays were passed to select");
                RETURN_FALSE;
        }
 
@@ -813,7 +813,7 @@ PHP_FUNCTION(socket_select)
 
        if (retval == -1) {
                SOCKETS_G(last_error) = errno;
-               php_error_docref(NULL, E_WARNING, "unable to select [%d]: %s", errno, sockets_strerror(errno));
+               php_error_docref(NULL, E_WARNING, "Unable to select [%d]: %s", errno, sockets_strerror(errno));
                RETURN_FALSE;
        }
 
@@ -1275,12 +1275,12 @@ PHP_FUNCTION(socket_create)
                && arg1 != AF_INET6
 #endif
                && arg1 != AF_INET) {
-               php_error_docref(NULL, E_WARNING, "invalid socket domain [" ZEND_LONG_FMT "] specified for argument 1, assuming AF_INET", arg1);
+               php_error_docref(NULL, E_WARNING, "Invalid socket domain [" ZEND_LONG_FMT "] specified for argument 1, assuming AF_INET", arg1);
                arg1 = AF_INET;
        }
 
        if (arg2 > 10) {
-               php_error_docref(NULL, E_WARNING, "invalid socket type [" ZEND_LONG_FMT "] specified for argument 2, assuming SOCK_STREAM", arg2);
+               php_error_docref(NULL, E_WARNING, "Invalid socket type [" ZEND_LONG_FMT "] specified for argument 2, assuming SOCK_STREAM", arg2);
                arg2 = SOCK_STREAM;
        }
 
@@ -1478,7 +1478,7 @@ PHP_FUNCTION(socket_bind)
                        }
 #endif
                default:
-                       php_error_docref(NULL, E_WARNING, "unsupported socket type '%d', must be AF_UNIX, AF_INET, or AF_INET6", php_sock->type);
+                       php_error_docref(NULL, E_WARNING, "Unsupported socket type '%d', must be AF_UNIX, AF_INET, or AF_INET6", php_sock->type);
                        RETURN_FALSE;
        }
 
@@ -1942,11 +1942,11 @@ PHP_FUNCTION(socket_set_option)
                        opt_ht = Z_ARRVAL_P(arg4);
 
                        if ((l_onoff = zend_hash_str_find(opt_ht, l_onoff_key, sizeof(l_onoff_key) - 1)) == NULL) {
-                               php_error_docref(NULL, E_WARNING, "no key \"%s\" passed in optval", l_onoff_key);
+                               php_error_docref(NULL, E_WARNING, "No key \"%s\" passed in optval", l_onoff_key);
                                RETURN_FALSE;
                        }
                        if ((l_linger = zend_hash_str_find(opt_ht, l_linger_key, sizeof(l_linger_key) - 1)) == NULL) {
-                               php_error_docref(NULL, E_WARNING, "no key \"%s\" passed in optval", l_linger_key);
+                               php_error_docref(NULL, E_WARNING, "No key \"%s\" passed in optval", l_linger_key);
                                RETURN_FALSE;
                        }
 
@@ -1970,11 +1970,11 @@ PHP_FUNCTION(socket_set_option)
                        opt_ht = Z_ARRVAL_P(arg4);
 
                        if ((sec = zend_hash_str_find(opt_ht, sec_key, sizeof(sec_key) - 1)) == NULL) {
-                               php_error_docref(NULL, E_WARNING, "no key \"%s\" passed in optval", sec_key);
+                               php_error_docref(NULL, E_WARNING, "No key \"%s\" passed in optval", sec_key);
                                RETURN_FALSE;
                        }
                        if ((usec = zend_hash_str_find(opt_ht, usec_key, sizeof(usec_key) - 1)) == NULL) {
-                               php_error_docref(NULL, E_WARNING, "no key \"%s\" passed in optval", usec_key);
+                               php_error_docref(NULL, E_WARNING, "No key \"%s\" passed in optval", usec_key);
                                RETURN_FALSE;
                        }
 
@@ -2047,18 +2047,18 @@ PHP_FUNCTION(socket_create_pair)
                && domain != AF_INET6
 #endif
                && domain != AF_UNIX) {
-               php_error_docref(NULL, E_WARNING, "invalid socket domain [" ZEND_LONG_FMT "] specified for argument 1, assuming AF_INET", domain);
+               php_error_docref(NULL, E_WARNING, "Invalid socket domain [" ZEND_LONG_FMT "] specified for argument 1, assuming AF_INET", domain);
                domain = AF_INET;
        }
 
        if (type > 10) {
-               php_error_docref(NULL, E_WARNING, "invalid socket type [" ZEND_LONG_FMT "] specified for argument 2, assuming SOCK_STREAM", type);
+               php_error_docref(NULL, E_WARNING, "Invalid socket type [" ZEND_LONG_FMT "] specified for argument 2, assuming SOCK_STREAM", type);
                type = SOCK_STREAM;
        }
 
        if (socketpair(domain, type, protocol, fds_array) != 0) {
                SOCKETS_G(last_error) = errno;
-               php_error_docref(NULL, E_WARNING, "unable to create socket pair [%d]: %s", errno, sockets_strerror(errno));
+               php_error_docref(NULL, E_WARNING, "Unable to create socket pair [%d]: %s", errno, sockets_strerror(errno));
                efree(php_sock[0]);
                efree(php_sock[1]);
                RETURN_FALSE;
@@ -2337,7 +2337,7 @@ PHP_FUNCTION(socket_export_stream)
                stream = php_stream_sock_open_from_socket(socket->bsd_socket, 0);
 
                if (stream == NULL) {
-                       php_error_docref(NULL, E_WARNING, "failed to create stream");
+                       php_error_docref(NULL, E_WARNING, "Failed to create stream");
                        RETURN_FALSE;
                }
        }
@@ -2464,14 +2464,14 @@ PHP_FUNCTION(socket_addrinfo_bind)
                                break;
                        }
                default:
-                       php_error_docref(NULL, E_WARNING, "unsupported socket type '%d', must be AF_UNIX, AF_INET, or AF_INET6", php_sock->type);
+                       php_error_docref(NULL, E_WARNING, "Unsupported socket type '%d', must be AF_UNIX, AF_INET, or AF_INET6", php_sock->type);
                        close(php_sock->bsd_socket);
                        efree(php_sock);
                        RETURN_FALSE;
        }
 
        if (retval != 0) {
-               PHP_SOCKET_ERROR(php_sock, "unable to bind address", errno);
+               PHP_SOCKET_ERROR(php_sock, "Unable to bind address", errno);
                close(php_sock->bsd_socket);
                efree(php_sock);
                RETURN_FALSE;
@@ -2530,14 +2530,14 @@ PHP_FUNCTION(socket_addrinfo_connect)
                                break;
                        }
                default:
-                       php_error_docref(NULL, E_WARNING, "unsupported socket type '%d', must be AF_UNIX, AF_INET, or AF_INET6", php_sock->type);
+                       php_error_docref(NULL, E_WARNING, "Unsupported socket type '%d', must be AF_UNIX, AF_INET, or AF_INET6", php_sock->type);
                        close(php_sock->bsd_socket);
                        efree(php_sock);
                        RETURN_FALSE;
        }
 
        if (retval != 0) {
-               PHP_SOCKET_ERROR(php_sock, "unable to connect address", errno);
+               PHP_SOCKET_ERROR(php_sock, "Unable to connect address", errno);
                close(php_sock->bsd_socket);
                efree(php_sock);
                RETURN_FALSE;
index 5cf054458a9235b67aafa7ec5ae08c638bd34bf0..9216a87046d1f538be3e31d0e17835d6ce1e0f26 100644 (file)
@@ -19,10 +19,10 @@ var_dump(socket_create_pair(AF_INET, 31337, 0, $sockets));
 --EXPECTF--
 bool(true)
 
-Warning: socket_create_pair(): invalid socket domain [31337] specified for argument 1, assuming AF_INET in %s on line %d
+Warning: socket_create_pair(): Invalid socket domain [31337] specified for argument 1, assuming AF_INET in %s on line %d
 bool(true)
 
-Warning: socket_create_pair(): invalid socket type [31337] specified for argument 2, assuming SOCK_STREAM in %s on line %d
+Warning: socket_create_pair(): Invalid socket type [31337] specified for argument 2, assuming SOCK_STREAM in %s on line %d
 bool(true)
 --CREDITS--
 Till Klampaeckel, till@php.net
index 41154620ad07fa5477a825905fb9cd41589beb87..a7bc17b86b3bc670023ae83744fc6820cf9593c3 100644 (file)
@@ -19,17 +19,17 @@ var_dump(socket_create_pair(AF_INET, 31337, 0, $sockets));
 
 ?>
 --EXPECTF--
-Warning: socket_create_pair(): unable to create socket pair [%d]: %s not supported in %s on line %d
+Warning: socket_create_pair(): Unable to create socket pair [%d]: %s not supported in %s on line %d
 bool(false)
 
-Warning: socket_create_pair(): invalid socket domain [31337] specified for argument 1, assuming AF_INET in %s on line %d
+Warning: socket_create_pair(): Invalid socket domain [31337] specified for argument 1, assuming AF_INET in %s on line %d
 
-Warning: socket_create_pair(): unable to create socket pair [%d]: %s not supported in %s on line %d
+Warning: socket_create_pair(): Unable to create socket pair [%d]: %s not supported in %s on line %d
 bool(false)
 
-Warning: socket_create_pair(): invalid socket type [31337] specified for argument 2, assuming SOCK_STREAM in %s on line %d
+Warning: socket_create_pair(): Invalid socket type [31337] specified for argument 2, assuming SOCK_STREAM in %s on line %d
 
-Warning: socket_create_pair(): unable to create socket pair [%d]: %s not supported %s on line %d
+Warning: socket_create_pair(): Unable to create socket pair [%d]: %s not supported %s on line %d
 bool(false)
 --CREDITS--
 Till Klampaeckel, till@php.net
index dfa291c283ce7ea54b60817197f74027bb247a11..16c25f23072a37104b5f8a4168d98a8c6c7d9572 100644 (file)
@@ -26,7 +26,7 @@ try {
 echo "Done.";
 ?>
 --EXPECTF--
-Warning: socket_import_stream(): cannot represent a stream of type STDIO as a Socket Descriptor in %s on line %d
+Warning: socket_import_stream(): Cannot represent a stream of type STDIO as a Socket Descriptor in %s on line %d
 bool(false)
 socket_import_stream(): supplied resource is not a valid stream resource
 resource(%d) of type (stream)
index 848088fe45641f26b917f31c553364350b816570..2658063e366e68f35ead76b3fbcb95fce3d68f41 100644 (file)
@@ -19,7 +19,7 @@ $except = null;
 $time   = -1;
 var_dump(socket_select($sockets, $write, $except, $time));
 --EXPECTF--
-Warning: socket_select(): unable to select [%d]: Invalid argument in %s on line %d
+Warning: socket_select(): Unable to select [%d]: Invalid argument in %s on line %d
 bool(false)
 --CREDITS--
 Till Klampaeckel, till@php.net
index a7c423df1bf99f8a1f56d1abcc3ea2138cde788c..d45bc4c44a7170be5154aeb50b78207bb7c04901 100644 (file)
@@ -13,7 +13,7 @@ $except  = null;
 $time    = 0;
 var_dump(socket_select($sockets, $write, $except, $time));
 --EXPECTF--
-Warning: socket_select(): no resource arrays were passed to select in %s on line %d
+Warning: socket_select(): No resource arrays were passed to select in %s on line %d
 bool(false)
 --CREDITS--
 Till Klampaeckel, till@php.net
index a27d4075db09759c3170ac03034060a2d7416215..07238aa9e4c3d37804c71a65d9eb0a420f20ea21 100644 (file)
@@ -30,7 +30,7 @@ var_dump($retval_3 === $options);
 socket_close($socket);
 ?>
 --EXPECTF--
-Warning: socket_set_option(): no key "sec" passed in optval in %s on line %d
+Warning: socket_set_option(): No key "sec" passed in optval in %s on line %d
 bool(true)
 bool(true)
 --CREDITS--
index 4d171fc70a4f24a5a27b153eb6de96858175bfac..d284a37f6391771844a41ca9cb1e51ad32af3034 100644 (file)
@@ -37,9 +37,9 @@ var_dump((bool)$retval_3["l_onoff"] === (bool)$options["l_onoff"]);
 socket_close($socket);
 ?>
 --EXPECTF--
-Warning: socket_set_option(): no key "l_onoff" passed in optval in %s on line %d
+Warning: socket_set_option(): No key "l_onoff" passed in optval in %s on line %d
 
-Warning: socket_set_option(): no key "l_linger" passed in optval in %s on line %d
+Warning: socket_set_option(): No key "l_linger" passed in optval in %s on line %d
 bool(false)
 bool(true)
 bool(true)
index 1b4fb5570db272fade3ee1ca3937ad9590276215..9c79fd8270fbf5e65d4aedfebb00269c5791a209 100644 (file)
@@ -30,7 +30,7 @@ var_dump($retval_3 === $options);
 socket_close($socket);
 ?>
 --EXPECTF--
-Warning: socket_set_option(): no key "sec" passed in optval in %s on line %d
+Warning: socket_set_option(): No key "sec" passed in optval in %s on line %d
 bool(true)
 bool(true)
 --CREDITS--
index 5c42801a753ab1dbf6763afeb984b87c3bffcf8b..3fd360407285813df07a5dcc8f19c85209efbdb4 100644 (file)
@@ -93,7 +93,7 @@ PHP_FUNCTION(class_parents)
        }
 
        if (Z_TYPE_P(obj) != IS_OBJECT && Z_TYPE_P(obj) != IS_STRING) {
-               zend_type_error("object or string expected");
+               zend_type_error("Object or string expected");
                RETURN_THROWS();
        }
 
@@ -126,7 +126,7 @@ PHP_FUNCTION(class_implements)
                RETURN_THROWS();
        }
        if (Z_TYPE_P(obj) != IS_OBJECT && Z_TYPE_P(obj) != IS_STRING) {
-               zend_type_error("object or string expected");
+               zend_type_error("Object or string expected");
                RETURN_THROWS();
        }
 
@@ -155,7 +155,7 @@ PHP_FUNCTION(class_uses)
                RETURN_THROWS();
        }
        if (Z_TYPE_P(obj) != IS_OBJECT && Z_TYPE_P(obj) != IS_STRING) {
-               zend_type_error("object or string expected");
+               zend_type_error("Object or string expected");
                RETURN_THROWS();
        }
 
index 241546694ec28d5b47310b45d29e2269825c160c..26368ca7094a72c25c677a171ff41028f41f99df 100644 (file)
@@ -119,61 +119,61 @@ fclose($res);
 *** Testing class_implements() : variation ***
 
 --int 0--
-object or string expected
+Object or string expected
 
 --int 1--
-object or string expected
+Object or string expected
 
 --int 12345--
-object or string expected
+Object or string expected
 
 --int -12345--
-object or string expected
+Object or string expected
 
 --float 10.5--
-object or string expected
+Object or string expected
 
 --float -10.5--
-object or string expected
+Object or string expected
 
 --float 12.3456789000e10--
-object or string expected
+Object or string expected
 
 --float -12.3456789000e10--
-object or string expected
+Object or string expected
 
 --float .5--
-object or string expected
+Object or string expected
 
 --empty array--
-object or string expected
+Object or string expected
 
 --int indexed array--
-object or string expected
+Object or string expected
 
 --associative array--
-object or string expected
+Object or string expected
 
 --nested arrays--
-object or string expected
+Object or string expected
 
 --uppercase NULL--
-object or string expected
+Object or string expected
 
 --lowercase null--
-object or string expected
+Object or string expected
 
 --lowercase true--
-object or string expected
+Object or string expected
 
 --lowercase false--
-object or string expected
+Object or string expected
 
 --uppercase TRUE--
-object or string expected
+Object or string expected
 
 --uppercase FALSE--
-object or string expected
+Object or string expected
 
 --empty string DQ--
 Error: 2 - class_implements(): Class  does not exist and could not be loaded, %s(%d)
@@ -192,10 +192,10 @@ array(0) {
 }
 
 --undefined var--
-object or string expected
+Object or string expected
 
 --unset var--
-object or string expected
+Object or string expected
 
 --resource--
-object or string expected
+Object or string expected
index cb2f30e953548f364e30c8e43d38667fb803bfe4..5962e904c47405a06f4c1f8a49141f779fc4d62a 100644 (file)
@@ -119,61 +119,61 @@ fclose($res);
 *** Testing class_uses() : variation ***
 
 --int 0--
-object or string expected
+Object or string expected
 
 --int 1--
-object or string expected
+Object or string expected
 
 --int 12345--
-object or string expected
+Object or string expected
 
 --int -12345--
-object or string expected
+Object or string expected
 
 --float 10.5--
-object or string expected
+Object or string expected
 
 --float -10.5--
-object or string expected
+Object or string expected
 
 --float 12.3456789000e10--
-object or string expected
+Object or string expected
 
 --float -12.3456789000e10--
-object or string expected
+Object or string expected
 
 --float .5--
-object or string expected
+Object or string expected
 
 --empty array--
-object or string expected
+Object or string expected
 
 --int indexed array--
-object or string expected
+Object or string expected
 
 --associative array--
-object or string expected
+Object or string expected
 
 --nested arrays--
-object or string expected
+Object or string expected
 
 --uppercase NULL--
-object or string expected
+Object or string expected
 
 --lowercase null--
-object or string expected
+Object or string expected
 
 --lowercase true--
-object or string expected
+Object or string expected
 
 --lowercase false--
-object or string expected
+Object or string expected
 
 --uppercase TRUE--
-object or string expected
+Object or string expected
 
 --uppercase FALSE--
-object or string expected
+Object or string expected
 
 --empty string DQ--
 Error: 2 - class_uses(): Class  does not exist and could not be loaded, %s(%d)
@@ -192,10 +192,10 @@ array(0) {
 }
 
 --undefined var--
-object or string expected
+Object or string expected
 
 --unset var--
-object or string expected
+Object or string expected
 
 --resource--
-object or string expected
+Object or string expected
index 3ceee0323138888dab3246c252a5b4c2d4c6549a..812758433dd0a4dc31047fb1b48a959d50c7e4de 100644 (file)
@@ -1299,7 +1299,7 @@ PHP_METHOD(sqlite3, openBlob)
        }
 
        if (ZEND_NUM_ARGS() >= 4 && CHECK_NULL_PATH(dbname, dbname_len)) {
-               zend_value_error("dbname must not contain NUL bytes");
+               zend_value_error("dbname must not contain null bytes");
                RETURN_THROWS();
        }
 
@@ -1408,7 +1408,7 @@ PHP_METHOD(sqlite3, backup)
        if ((ZEND_NUM_ARGS() >= 2 && CHECK_NULL_PATH(source_dbname, source_dbname_length))
                || (ZEND_NUM_ARGS() >= 3 && CHECK_NULL_PATH(destination_dbname, destination_dbname_length))
        ) {
-               zend_value_error("dbname must not contain NUL bytes");
+               zend_value_error("dbname must not contain null bytes");
                RETURN_THROWS();
        }
 
index 37b7d3cadb447c8f4e4acf531f337e63007e260f..e8f06cf99dde1b40b78371ea441d6cbf927d134b 100644 (file)
@@ -728,7 +728,7 @@ PHPAPI zend_long php_count_recursive(HashTable *ht) /* {{{ */
 
        if (!(GC_FLAGS(ht) & GC_IMMUTABLE)) {
                if (GC_IS_RECURSIVE(ht)) {
-                       php_error_docref(NULL, E_WARNING, "recursion detected");
+                       php_error_docref(NULL, E_WARNING, "Recursion detected");
                        return 0;
                }
                GC_PROTECT_RECURSION(ht);
index 7a7d11039d5399328c25983d2d37a44a5c39fa82..c566f4e6ae4ab6e473fdb96fe7459fbf5aedc8b8 100644 (file)
@@ -127,7 +127,7 @@ PHP_FUNCTION(gethostname)
        ZEND_PARSE_PARAMETERS_NONE();
 
        if (gethostname(buf, sizeof(buf))) {
-               php_error_docref(NULL, E_WARNING, "unable to fetch host [%d]: %s", errno, strerror(errno));
+               php_error_docref(NULL, E_WARNING, "Unable to fetch host [%d]: %s", errno, strerror(errno));
                RETURN_FALSE;
        }
 
index 6f521ed60cd0a40cafeb2cca51549ed3629b5b61..ab10bc06e90fc89b8a7dc8e87e14502a4243545e 100644 (file)
@@ -489,7 +489,7 @@ static void php_do_chown(INTERNAL_FUNCTION_PARAMETERS, int do_lchown) /* {{{ */
                                option = PHP_STREAM_META_OWNER_NAME;
                                value = Z_STRVAL_P(user);
                        } else {
-                               php_error_docref(NULL, E_WARNING, "parameter 2 should be string or int, %s given", zend_zval_type_name(user));
+                               php_error_docref(NULL, E_WARNING, "Parameter 2 should be string or int, %s given", zend_zval_type_name(user));
                                RETURN_FALSE;
                        }
                        if(wrapper->wops->stream_metadata(wrapper, filename, option, value, NULL)) {
@@ -519,7 +519,7 @@ static void php_do_chown(INTERNAL_FUNCTION_PARAMETERS, int do_lchown) /* {{{ */
                        RETURN_FALSE;
                }
        } else {
-               php_error_docref(NULL, E_WARNING, "parameter 2 should be string or int, %s given", zend_zval_type_name(user));
+               php_error_docref(NULL, E_WARNING, "Parameter 2 should be string or int, %s given", zend_zval_type_name(user));
                RETURN_FALSE;
        }
 
index 0bb83da141dceca81d9e76a7486694e1ae7d849c..5f7b6af005d0d6f1a7789cf26179c38fbda2fc99 100644 (file)
@@ -1369,14 +1369,14 @@ static int strfilter_convert_append_bucket(
 
                        switch (err) {
                                case PHP_CONV_ERR_INVALID_SEQ:
-                                       php_error_docref(NULL, E_WARNING, "stream filter (%s): invalid byte sequence", inst->filtername);
+                                       php_error_docref(NULL, E_WARNING, "Stream filter (%s): invalid byte sequence", inst->filtername);
                                        goto out_failure;
 
                                case PHP_CONV_ERR_MORE:
                                        if (ps != NULL) {
                                                if (icnt > 0) {
                                                        if (inst->stub_len >= sizeof(inst->stub)) {
-                                                               php_error_docref(NULL, E_WARNING, "stream filter (%s): insufficient buffer", inst->filtername);
+                                                               php_error_docref(NULL, E_WARNING, "Stream filter (%s): insufficient buffer", inst->filtername);
                                                                goto out_failure;
                                                        }
                                                        inst->stub[inst->stub_len++] = *(ps++);
@@ -1391,7 +1391,7 @@ static int strfilter_convert_append_bucket(
                                        break;
 
                                case PHP_CONV_ERR_UNEXPECTED_EOS:
-                                       php_error_docref(NULL, E_WARNING, "stream filter (%s): unexpected end of stream", inst->filtername);
+                                       php_error_docref(NULL, E_WARNING, "Stream filter (%s): unexpected end of stream", inst->filtername);
                                        goto out_failure;
 
                                case PHP_CONV_ERR_TOO_BIG: {
@@ -1421,7 +1421,7 @@ static int strfilter_convert_append_bucket(
                                } break;
 
                                case PHP_CONV_ERR_UNKNOWN:
-                                       php_error_docref(NULL, E_WARNING, "stream filter (%s): unknown error", inst->filtername);
+                                       php_error_docref(NULL, E_WARNING, "Stream filter (%s): unknown error", inst->filtername);
                                        goto out_failure;
 
                                default:
@@ -1437,13 +1437,13 @@ static int strfilter_convert_append_bucket(
                                php_conv_convert(inst->cd, &ps, &icnt, &pd, &ocnt)));
                switch (err) {
                        case PHP_CONV_ERR_INVALID_SEQ:
-                               php_error_docref(NULL, E_WARNING, "stream filter (%s): invalid byte sequence", inst->filtername);
+                               php_error_docref(NULL, E_WARNING, "Stream filter (%s): invalid byte sequence", inst->filtername);
                                goto out_failure;
 
                        case PHP_CONV_ERR_MORE:
                                if (ps != NULL) {
                                        if (icnt > sizeof(inst->stub)) {
-                                               php_error_docref(NULL, E_WARNING, "stream filter (%s): insufficient buffer", inst->filtername);
+                                               php_error_docref(NULL, E_WARNING, "Stream filter (%s): insufficient buffer", inst->filtername);
                                                goto out_failure;
                                        }
                                        memcpy(inst->stub, ps, icnt);
@@ -1451,7 +1451,7 @@ static int strfilter_convert_append_bucket(
                                        ps += icnt;
                                        icnt = 0;
                                } else {
-                                       php_error_docref(NULL, E_WARNING, "stream filter (%s): unexpected octet values", inst->filtername);
+                                       php_error_docref(NULL, E_WARNING, "Stream filter (%s): unexpected octet values", inst->filtername);
                                        goto out_failure;
                                }
                                break;
@@ -1483,7 +1483,7 @@ static int strfilter_convert_append_bucket(
                        } break;
 
                        case PHP_CONV_ERR_UNKNOWN:
-                               php_error_docref(NULL, E_WARNING, "stream filter (%s): unknown error", inst->filtername);
+                               php_error_docref(NULL, E_WARNING, "Stream filter (%s): unknown error", inst->filtername);
                                goto out_failure;
 
                        default:
@@ -1583,7 +1583,7 @@ static php_stream_filter *strfilter_convert_create(const char *filtername, zval
        int conv_mode = 0;
 
        if (filterparams != NULL && Z_TYPE_P(filterparams) != IS_ARRAY) {
-               php_error_docref(NULL, E_WARNING, "stream filter (%s): invalid filter parameter", filtername);
+               php_error_docref(NULL, E_WARNING, "Stream filter (%s): invalid filter parameter", filtername);
                return NULL;
        }
 
index 6ba41f23d5469b4f5d4b96ead11be2c4f71c1d12..c0803fbbbbb8d04af9c1937601a2a9157f02be14 100644 (file)
@@ -84,7 +84,7 @@ static void php_fsockopen_stream(INTERNAL_FUNCTION_PARAMETERS, int persistent)
                efree(hostname);
        }
        if (stream == NULL) {
-               php_error_docref(NULL, E_WARNING, "unable to connect to %s:" ZEND_LONG_FMT " (%s)", host, port, errstr == NULL ? "Unknown error" : ZSTR_VAL(errstr));
+               php_error_docref(NULL, E_WARNING, "Unable to connect to %s:" ZEND_LONG_FMT " (%s)", host, port, errstr == NULL ? "Unknown error" : ZSTR_VAL(errstr));
        }
 
        if (hashkey) {
index d543e4d594f36636f7fe2a47997a0bbd64d3af6f..f4d93d3f773baeeb5541fcd4701617eabcb67868 100644 (file)
@@ -398,7 +398,7 @@ static unsigned int php_next_marker(php_stream * stream, int last_marker, int ff
                        extraneous++;
        }
                if (extraneous) {
-                       php_error_docref(NULL, E_WARNING, "corrupt JPEG data: %zu extraneous bytes before marker", extraneous);
+                       php_error_docref(NULL, E_WARNING, "Corrupt JPEG data: %zu extraneous bytes before marker", extraneous);
                }
        }
        a = 1;
index 4bac24a99b49eda3c14e1b2e54b24ac873ec512c..d08325c3fa200a1d0cdeedec5558212cdbb27f53 100644 (file)
@@ -128,7 +128,7 @@ static void php_mail_build_headers_elem(smart_str *s, zend_string *key, zval *va
                        php_mail_build_headers_elems(s, key, val);
                        break;
                default:
-                       php_error_docref(NULL, E_WARNING, "headers array elements must be string or array (%s)", ZSTR_VAL(key));
+                       php_error_docref(NULL, E_WARNING, "Headers array elements must be string or array (%s)", ZSTR_VAL(key));
        }
 }
 
index 98f0cc0adc9e57dec7e1f1e5553e9b77dad3c63d..f6dc9a05840920ed690f9142fff0d60574bd59c2 100644 (file)
@@ -641,13 +641,13 @@ PHP_FUNCTION(proc_open)
 #ifdef PHP_WIN32
                        descriptors[ndesc].childend = dup_fd_as_handle((int)fd);
                        if (descriptors[ndesc].childend == NULL) {
-                               php_error_docref(NULL, E_WARNING, "unable to dup File-Handle for descriptor %d", nindex);
+                               php_error_docref(NULL, E_WARNING, "Unable to dup File-Handle for descriptor %d", nindex);
                                goto exit_fail;
                        }
 #else
                        descriptors[ndesc].childend = dup(fd);
                        if (descriptors[ndesc].childend < 0) {
-                               php_error_docref(NULL, E_WARNING, "unable to dup File-Handle for descriptor " ZEND_ULONG_FMT " - %s", nindex, strerror(errno));
+                               php_error_docref(NULL, E_WARNING, "Unable to dup File-Handle for descriptor " ZEND_ULONG_FMT " - %s", nindex, strerror(errno));
                                goto exit_fail;
                        }
 #endif
@@ -683,7 +683,7 @@ PHP_FUNCTION(proc_open)
                                descriptors[ndesc].mode = DESC_PIPE;
 
                                if (0 != pipe(newpipe)) {
-                                       php_error_docref(NULL, E_WARNING, "unable to create pipe %s", strerror(errno));
+                                       php_error_docref(NULL, E_WARNING, "Unable to create pipe %s", strerror(errno));
                                        goto exit_fail;
                                }
 
@@ -837,7 +837,7 @@ PHP_FUNCTION(proc_open)
                                        /* open things up */
                                        dev_ptmx = open("/dev/ptmx", O_RDWR);
                                        if (dev_ptmx == -1) {
-                                               php_error_docref(NULL, E_WARNING, "failed to open /dev/ptmx, errno %d", errno);
+                                               php_error_docref(NULL, E_WARNING, "Failed to open /dev/ptmx, errno %d", errno);
                                                goto exit_fail;
                                        }
                                        grantpt(dev_ptmx);
@@ -845,7 +845,7 @@ PHP_FUNCTION(proc_open)
                                        slave_pty = open(ptsname(dev_ptmx), O_RDWR);
 
                                        if (slave_pty == -1) {
-                                               php_error_docref(NULL, E_WARNING, "failed to open slave pty, errno %d", errno);
+                                               php_error_docref(NULL, E_WARNING, "Failed to open slave pty, errno %d", errno);
                                                goto exit_fail;
                                        }
                                }
@@ -854,7 +854,7 @@ PHP_FUNCTION(proc_open)
                                descriptors[ndesc].parentend = dup(dev_ptmx);
                                descriptors[ndesc].mode_flags = O_RDWR;
 #else
-                               php_error_docref(NULL, E_WARNING, "pty pseudo terminal not supported on this system");
+                               php_error_docref(NULL, E_WARNING, "PTY pseudo terminal not supported on this system");
                                goto exit_fail;
 #endif
                        } else {
@@ -1062,7 +1062,7 @@ PHP_FUNCTION(proc_open)
                                close(descriptors[i].parentend);
                }
 
-               php_error_docref(NULL, E_WARNING, "fork failed - %s", strerror(errno));
+               php_error_docref(NULL, E_WARNING, "Fork failed - %s", strerror(errno));
 
                goto exit_fail;
 
index 88875c051f1fad20492d3261938910941e5f8c15..aca0d729287c7ae3d80ec84c3bcd3899920ae629 100644 (file)
@@ -63,7 +63,7 @@ PHP_FUNCTION(stream_socket_pair)
 
        if (0 != socketpair((int)domain, (int)type, (int)protocol, pair)) {
                char errbuf[256];
-               php_error_docref(NULL, E_WARNING, "failed to create sockets: [%d]: %s",
+               php_error_docref(NULL, E_WARNING, "Failed to create sockets: [%d]: %s",
                        php_socket_errno(), php_socket_strerror(php_socket_errno(), errbuf, sizeof(errbuf)));
                RETURN_FALSE;
        }
@@ -144,7 +144,7 @@ PHP_FUNCTION(stream_socket_client)
                /* host might contain binary characters */
                zend_string *quoted_host = php_addslashes(host);
 
-               php_error_docref(NULL, E_WARNING, "unable to connect to %s (%s)", ZSTR_VAL(quoted_host), errstr == NULL ? "Unknown error" : ZSTR_VAL(errstr));
+               php_error_docref(NULL, E_WARNING, "Unable to connect to %s (%s)", ZSTR_VAL(quoted_host), errstr == NULL ? "Unknown error" : ZSTR_VAL(errstr));
                zend_string_release_ex(quoted_host, 0);
        }
 
@@ -215,7 +215,7 @@ PHP_FUNCTION(stream_socket_server)
                        NULL, NULL, context, &errstr, &err);
 
        if (stream == NULL) {
-               php_error_docref(NULL, E_WARNING, "unable to connect to %s (%s)", host, errstr == NULL ? "Unknown error" : ZSTR_VAL(errstr));
+               php_error_docref(NULL, E_WARNING, "Unable to connect to %s (%s)", host, errstr == NULL ? "Unknown error" : ZSTR_VAL(errstr));
        }
 
        if (stream == NULL) {
@@ -281,7 +281,7 @@ PHP_FUNCTION(stream_socket_accept)
                }
                php_stream_to_zval(clistream, return_value);
        } else {
-               php_error_docref(NULL, E_WARNING, "accept failed: %s", errstr ? ZSTR_VAL(errstr) : "Unknown error");
+               php_error_docref(NULL, E_WARNING, "Accept failed: %s", errstr ? ZSTR_VAL(errstr) : "Unknown error");
                RETVAL_FALSE;
        }
 
@@ -857,7 +857,7 @@ static void user_space_stream_notifier(php_stream_context *context, int notifyco
        ZVAL_LONG(&zvs[5], bytes_max);
 
        if (FAILURE == call_user_function_ex(NULL, NULL, callback, &retval, 6, zvs, 0, NULL)) {
-               php_error_docref(NULL, E_WARNING, "failed to call user notifier");
+               php_error_docref(NULL, E_WARNING, "Failed to call user notifier");
        }
        for (i = 0; i < 6; i++) {
                zval_ptr_dtor(&zvs[i]);
index 30cae18964a0d7358a65e373c9546a2cca200c5c..3455585eab568c2aba95d1a2e8a5428d079f5f67 100644 (file)
@@ -34,6 +34,6 @@ int(4)
 
 -- $mode = 1: --
 
-Warning: count(): recursion detected in %s on line %d
+Warning: count(): Recursion detected in %s on line %d
 int(4)
 Done
index ea040bed8a02cc7047c20104d2ec080bb9d0a143..7492ee55fec69c88ca37f22c461f6ee193200d59 100644 (file)
@@ -30,6 +30,6 @@ echo "Done";
 --EXPECTF--
 *** Testing dir() : open a file instead of a directory ***
 
-Warning: dir(%s): failed to open dir: %s in %s on line %d
+Warning: dir(%s): Failed to open directory: %s in %s on line %d
 bool(false)
 Done
index c7ce2bc08099df59ccf14ff9b1e63753f151f430..ca0a47e8183f94f1001645b1e0ee0ed5a5f70d56 100644 (file)
@@ -48,10 +48,10 @@ echo "Done";
 *** Testing dir() : open a non-existent directory ***
 -- opening previously removed directory --
 
-Warning: dir(%s): failed to open dir: %s in %s on line %d
+Warning: dir(%s): Failed to open directory: %s in %s on line %d
 bool(false)
 -- opening non-existent directory --
 
-Warning: dir(%s): failed to open dir: %s in %s on line %d
+Warning: dir(%s): Failed to open directory: %s in %s on line %d
 bool(false)
 Done
index 7993105e36a1c9b9edca9e2c6d81d1e3ddbcf5c8..5083c66d7a740ccd0908f7e50425c1333426ccce 100644 (file)
@@ -77,10 +77,10 @@ rmdir($parent_dir_path);
 *** Testing dir() : remove execute permission from the parent dir ***
 -- After restricting 1st level parent directory --
 
-Warning: dir(%s/dir_variation7/sub_dir/child_dir): failed to open dir: %s in %s on line %d
+Warning: dir(%s/dir_variation7/sub_dir/child_dir): Failed to open directory: %s in %s on line %d
 bool(false)
 -- After restricting parent directory --
 
-Warning: dir(%s/dir_variation7/sub_dir/child_dir): failed to open dir: %s in %s on line %d
+Warning: dir(%s/dir_variation7/sub_dir/child_dir): Failed to open directory: %s in %s on line %d
 bool(false)
 Done
index 8664a33e3416c3c56671baf7d0f8abf50a299ecc..3b5aecb8a3a1a99513c58644b63f0ec5b8a07e94 100644 (file)
@@ -45,16 +45,16 @@ echo "Done";
 *** Testing dir() : checking with wildcard characters ***
 -- wildcard = '*' --
 
-Warning: dir(%s/dir_var*): failed to open dir: %s in %s on line %d
+Warning: dir(%s/dir_var*): Failed to open directory: %s in %s on line %d
 bool(false)
 
-Warning: dir(%s/*): failed to open dir: %s in %s on line %d
+Warning: dir(%s/*): Failed to open directory: %s in %s on line %d
 bool(false)
 -- wildcard = '?' --
 
-Warning: dir(%s/dir_variation81/sub_dir?): failed to open dir: %s in %s on line %d
+Warning: dir(%s/dir_variation81/sub_dir?): Failed to open directory: %s in %s on line %d
 bool(false)
 
-Warning: dir(%s/dir_variation81/sub?dir1): failed to open dir: %s in %s on line %d
+Warning: dir(%s/dir_variation81/sub?dir1): Failed to open directory: %s in %s on line %d
 bool(false)
 Done
index 50f6d6c3ce7ee0902cd5b4ddb16c6e34ef14dd97..5b398c383cd9654e8ef3ab86ca24892e60ac7d72 100644 (file)
@@ -103,15 +103,15 @@ object(Directory)#%d (2) {
 
 -- With invalid paths --
 
-Warning: dir(%s/dir_variation91/sub_dir12/sub_dir111/..): failed to open dir: %s in %s on line %d
+Warning: dir(%s/dir_variation91/sub_dir12/sub_dir111/..): Failed to open directory: %s in %s on line %d
 bool(false)
 
-Warning: dir(%s/dir_variation92/sub_dir21/../dir_variation91): failed to open dir: %s in %s on line %d
+Warning: dir(%s/dir_variation92/sub_dir21/../dir_variation91): Failed to open directory: %s in %s on line %d
 bool(false)
 
-Warning: dir(%s/dir_variation92/sub_dir21/../../dir_variation91/sub_dir12/..): failed to open dir: %s in %s on line %d
+Warning: dir(%s/dir_variation92/sub_dir21/../../dir_variation91/sub_dir12/..): Failed to open directory: %s in %s on line %d
 bool(false)
 
-Warning: dir(%s/dir_variation91/sub_dir11/sub_dir111/../../dir_variation92/sub_dir21/..): failed to open dir: %s in %s on line %d
+Warning: dir(%s/dir_variation91/sub_dir11/sub_dir111/../../dir_variation92/sub_dir21/..): Failed to open directory: %s in %s on line %d
 bool(false)
 Done
index 1eac9a33d8ef2f5ea9c137f466affcf776a8808a..5d7128921baaa9f3c31012efed25b9fbe4ecaa82 100644 (file)
@@ -32,10 +32,10 @@ var_dump(opendir('idonotexist'));
 
 -- Pass a non-existent absolute path: --
 
-Warning: opendir(%s/idonotexist): failed to open dir: %s in %s on line %d
+Warning: opendir(%s/idonotexist): Failed to open directory: %s in %s on line %d
 bool(false)
 
 -- Pass a non-existent relative path: --
 
-Warning: opendir(idonotexist): failed to open dir: %s in %s on line %d
+Warning: opendir(idonotexist): Failed to open directory: %s in %s on line %d
 bool(false)
index cbdc5c302c548064a79839151447b3021112e897..f8023288d1171f3e441558de4877643b64d0fec1 100644 (file)
@@ -83,10 +83,10 @@ rmdir($parent_dir_path);
 
 -- After restricting 1st level parent directory --
 
-Warning: opendir(%s/opendir_variation5/sub_dir/child_dir): failed to open dir: %s in %s on line %d
+Warning: opendir(%s/opendir_variation5/sub_dir/child_dir): Failed to open directory: %s in %s on line %d
 bool(false)
 
 -- After restricting parent directory --
 
-Warning: opendir(%s/opendir_variation5/sub_dir/child_dir): failed to open dir: %s in %s on line %d
+Warning: opendir(%s/opendir_variation5/sub_dir/child_dir): Failed to open directory: %s in %s on line %d
 bool(false)
index 3972f6d5c212689068041d3c2a75ffb4e6b068e3..60957b5f9c1ffa5d1ca996d596cf52a0095289c6 100644 (file)
@@ -52,22 +52,22 @@ rmdir($dir_path);
 
 Warning: opendir(%s/opendir_var*,%s/opendir_var*): %s in %s on line %d
 
-Warning: opendir(%s/opendir_var*): failed to open dir: %s in %s on line %d
+Warning: opendir(%s/opendir_var*): Failed to open directory: %s in %s on line %d
 bool(false)
 
 Warning: opendir(%s/*,%s/*): %s in %s on line %d
 
-Warning: opendir(%s/*): failed to open dir: %s in %s on line %d
+Warning: opendir(%s/*): Failed to open directory: %s in %s on line %d
 bool(false)
 
 -- Wildcard = '?' --
 
 Warning: opendir(%s/opendir_variation6/sub_dir?,%s/opendir_variation6/sub_dir?): %s in %s on line %d
 
-Warning: opendir(%s/opendir_variation6/sub_dir?): failed to open dir: %s in %s on line %d
+Warning: opendir(%s/opendir_variation6/sub_dir?): Failed to open directory: %s in %s on line %d
 bool(false)
 
 Warning: opendir(%s/opendir_variation6/sub?dir1,%s/opendir_variation6/sub?dir1): %s in %s on line %d
 
-Warning: opendir(%s/opendir_variation6/sub?dir1): failed to open dir: %s in %s on line %d
+Warning: opendir(%s/opendir_variation6/sub?dir1): Failed to open directory: %s in %s on line %d
 bool(false)
index a9a0221e6eca05ca946505ff45bf2a0cb8973f94..da91798dd35a33808fa63893bf60c01a6d0a6aff 100644 (file)
@@ -50,16 +50,16 @@ rmdir($dir_path);
 
 -- Wildcard = '*' --
 
-Warning: opendir(%s/opendir_var*): failed to open dir: %s in %s on line %d
+Warning: opendir(%s/opendir_var*): Failed to open directory: %s in %s on line %d
 bool(false)
 
-Warning: opendir(%s/*): failed to open dir: %s in %s on line %d
+Warning: opendir(%s/*): Failed to open directory: %s in %s on line %d
 bool(false)
 
 -- Wildcard = '?' --
 
-Warning: opendir(%s/opendir_variation6/sub_dir?): failed to open dir: %s in %s on line %d
+Warning: opendir(%s/opendir_variation6/sub_dir?): Failed to open directory: %s in %s on line %d
 bool(false)
 
-Warning: opendir(%s/opendir_variation6/sub?dir1): failed to open dir: %s in %s on line %d
+Warning: opendir(%s/opendir_variation6/sub?dir1): Failed to open directory: %s in %s on line %d
 bool(false)
index e77b0983234dfd6354b8138d7205fea6cc934c03..d8eefc399240f58842b5b0f45af872980da49f9a 100644 (file)
@@ -32,14 +32,14 @@ var_dump(scandir('/idonotexist'));
 
 -- Pass scandir() an absolute path that does not exist --
 
-Warning: scandir(%s/idonotexist): failed to open dir: %s in %s on line %d
+Warning: scandir(%s/idonotexist): Failed to open directory: %s in %s on line %d
 
 Warning: scandir(): (errno %d): %s in %s on line %d
 bool(false)
 
 -- Pass scandir() a relative path that does not exist --
 
-Warning: scandir(/idonotexist): failed to open dir: %s in %s on line %d
+Warning: scandir(/idonotexist): Failed to open directory: %s in %s on line %d
 
 Warning: scandir(): (errno %d): %s in %s on line %d
 bool(false)
index 88596c42c5074b687335ec6dc05d1a9345bb17b4..459ce146ee616bb4257b845b7ae684a6e2350925 100644 (file)
@@ -75,14 +75,14 @@ rmdir($parent_dir_path);
 
 -- After restricting 1st level parent directory --
 
-Warning: scandir(%s/scandir_variation5/sub_dir/child_dir): failed to open dir: %s in %s on line %d
+Warning: scandir(%s/scandir_variation5/sub_dir/child_dir): Failed to open directory: %s in %s on line %d
 
 Warning: scandir(): (errno %d): %s in %s on line %d
 bool(false)
 
 -- After restricting parent directory --
 
-Warning: scandir(%s/scandir_variation5/sub_dir/child_dir): failed to open dir: %s in %s on line %d
+Warning: scandir(%s/scandir_variation5/sub_dir/child_dir): Failed to open directory: %s in %s on line %d
 
 Warning: scandir(): (errno %d): %s in %s on line %d
 bool(false)
index 80b934f56fc062456d6ad75002e5135003df6cba..8947293818e6469545f4c8d98035163e33aeeeb8 100644 (file)
@@ -51,24 +51,24 @@ rmdir($dir_path);
 
 -- Wildcard = '*' --
 
-Warning: scandir(%s/scandir_var*): failed to open dir: %s in %s on line %d
+Warning: scandir(%s/scandir_var*): Failed to open directory: %s in %s on line %d
 
 Warning: scandir(): (errno %d): %s in %s on line %d
 bool(false)
 
-Warning: scandir(%s/*): failed to open dir: %s in %s on line %d
+Warning: scandir(%s/*): Failed to open directory: %s in %s on line %d
 
 Warning: scandir(): (errno %d): %s in %s on line %d
 bool(false)
 
 -- Wildcard = '?' --
 
-Warning: scandir(%s/scandir_variation6/sub_dir?): failed to open dir: %s in %s on line %d
+Warning: scandir(%s/scandir_variation6/sub_dir?): Failed to open directory: %s in %s on line %d
 
 Warning: scandir(): (errno %d): %s in %s on line %d
 bool(false)
 
-Warning: scandir(%s/scandir_variation6/sub?dir1): failed to open dir: %s in %s on line %d
+Warning: scandir(%s/scandir_variation6/sub?dir1): Failed to open directory: %s in %s on line %d
 
 Warning: scandir(): (errno %d): %s in %s on line %d
 bool(false)
index f22fdc0dc979a2ef155e4e775ee1b0ce39af83aa..5de97e32cc427e2adef37c3302f869f4dc3fa7df 100644 (file)
@@ -49,7 +49,7 @@ string(20) "line
 line of text
 li"
 
-Notice: fwrite(): write of 37 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 37 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 bool(true)
 string(7) "Unknown"
index fc24ba38533534f659fbab212b874446d1b94acc..785305c927cf4ad7ac11b92329083cbb56312869 100644 (file)
@@ -69,7 +69,7 @@ int(0)
 int(37)
 int(37)
 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(true)
index f52e211ea56eb65ca876a23082a0f4e4eeafaf63..619f51a2084147f5a66bd51ca679a543e3e571ee 100644 (file)
@@ -67,7 +67,7 @@ int(0)
 int(37)
 int(37)
 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(true)
index 6bc9975104459ad0b0136132e0a01b968222ada1..817e92bdea074aa551b1a88ad3b2d291c5dc4e6a 100644 (file)
@@ -67,7 +67,7 @@ int(0)
 int(37)
 int(37)
 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(true)
index d588cc42350e8e9e38091e8a6b7976b2f5f34153..dcb3c8367070a02c9ced4f7a0aaf4eff5a95c9bc 100644 (file)
@@ -57,7 +57,7 @@ resource(%d) of type (stream)
 string(6) "stream"
 int(37)
 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(true)
index 742d06a487964d0d449d25bce7c0d4155178130b..09fbb237a3b4508671d033e99f301c6348747365 100644 (file)
@@ -57,7 +57,7 @@ resource(%d) of type (stream)
 string(6) "stream"
 int(37)
 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(true)
index 128ed2fc46b352e0a46f21fdf483a8f711a3d167..fa6c1f9951f06baf6da7ba3423c8623a88ba5f9b 100644 (file)
@@ -50,11 +50,11 @@ int(0)
 int(37)
 int(37)
 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(true)
 string(7) "Unknown"
 
-Warning: fopen(%s): failed to open stream: File exists in %s on line %d
+Warning: fopen(%s): Failed to open stream: File exists in %s on line %d
 *** Done ***
index 9173138db4abc4a38d480a3fa6a6fb819ff2823f..150067b391fa0ec0049675870cd045d091822055 100644 (file)
@@ -56,5 +56,5 @@ int(37)
 bool(true)
 string(7) "Unknown"
 
-Warning: fopen(%s): failed to open stream: File exists in %s on line %d
+Warning: fopen(%s): Failed to open stream: File exists in %s on line %d
 *** Done ***
index b817526365084346de475c96df5c12056e953d4b..d37d983b709f6e99d2490a75132e8efe61a00c27 100644 (file)
@@ -49,7 +49,7 @@ string(20) "line
 line of text
 li"
 
-Notice: fwrite(): write of 37 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 37 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 bool(true)
 string(7) "Unknown"
index 316616fa140b1dc14701d6893002f87a75f3160e..09e171bad1e4bd0bf32fd17c21262d5b3ed3c9bb 100644 (file)
@@ -62,7 +62,7 @@ int(0)
 int(37)
 int(37)
 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(true)
index 37b1797491013cdefd16374c69cb4af6b7be885c..3d0eaa5863c18d84355bcead14338afa6b080660 100644 (file)
@@ -52,7 +52,7 @@ resource(%d) of type (stream)
 string(6) "stream"
 int(37)
 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(true)
index eafa408eacb6e25b429dd71d20ae2b8118c8b5a1..ef9d532585dc2742320791873ef7d19422f52f44 100644 (file)
@@ -50,11 +50,11 @@ int(0)
 int(37)
 int(37)
 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(true)
 string(7) "Unknown"
 
-Warning: fopen(%s): failed to open stream: File exists in %s on line %d
+Warning: fopen(%s): Failed to open stream: File exists in %s on line %d
 *** Done ***
index 86b7347a1cd9b000ef0826a9007eb0cab5a88291..61d83712cd432eb0e98bb7df722ee4dd08489e66 100644 (file)
@@ -56,5 +56,5 @@ int(37)
 bool(true)
 string(7) "Unknown"
 
-Warning: fopen(%s): failed to open stream: File exists in %s on line %d
+Warning: fopen(%s): Failed to open stream: File exists in %s on line %d
 *** Done ***
index 59fb4587f96f47c215a5894ffb7db617b7024ca0..8838a4d783687a5a2c253ccd86fb2d0c5cc89bb6 100644 (file)
@@ -62,7 +62,7 @@ int(0)
 int(37)
 int(37)
 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(true)
index 5e4fc5c9dbc964362c54afe7f98f1472be476de5..69b0ae63325649e160375bb43b38fc0fcc9f0a91 100644 (file)
@@ -52,7 +52,7 @@ resource(%d) of type (stream)
 string(6) "stream"
 int(37)
 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(true)
index 40e22c4655d026f1c266558a919e1bcb9132f2db..6c8613c57d23d3dfe264e347abd367fadec2e36e 100644 (file)
@@ -50,11 +50,11 @@ int(0)
 int(37)
 int(37)
 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(true)
 string(7) "Unknown"
 
-Warning: fopen(%s): failed to open stream: File exists in %s on line %d
+Warning: fopen(%s): Failed to open stream: File exists in %s on line %d
 *** Done ***
index b19fbaf9ec0d180988740ec4090c7b0501cf33c3..bc26245b8752c16c97d83432bf33dbcfa6894163 100644 (file)
@@ -56,5 +56,5 @@ int(37)
 bool(true)
 string(7) "Unknown"
 
-Warning: fopen(%s): failed to open stream: File exists in %s on line %d
+Warning: fopen(%s): Failed to open stream: File exists in %s on line %d
 *** Done ***
index c20d3b4cf1b21a0516dee69b19e291b5796095d5..a21a807d201fdc682564c437fa04b732df335139 100644 (file)
@@ -49,7 +49,7 @@ string(20) "line
 line of text
 li"
 
-Notice: fwrite(): write of 37 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 37 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 bool(true)
 string(7) "Unknown"
index 29e8d8ebf83ec8b1c74ba7f53b6be5d53e001aa8..29ab0248d8dcf69bb826f7c0d4cc76c33369518b 100644 (file)
@@ -8,7 +8,7 @@ include (__DIR__);
 echo "Done\n";
 ?>
 --EXPECTF--
-Warning: include(%s): failed to open stream: %s in %s on line %d
+Warning: include(%s): Failed to open stream: %s in %s on line %d
 
 Warning: include(): Failed opening '%s' for inclusion (include_path='%s') in %s on line %d
 Done
index 30b49beb7805c667facfd2ade97015dd108b3f41..c07900e9d7083822c736bbe0e43804cc4e297a16 100644 (file)
@@ -19,7 +19,7 @@ var_dump(file_get_contents($filename));
 echo "Done\n";
 ?>
 --EXPECTF--
-Notice: fpassthru(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fpassthru(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 string(15) "Guvf vf n grfg
 "
 Done
index d9576f24e21ca6e4fad9085b76def3821c5f7d18..6089fabadd913859e8fdc269c2f01c745de308f7 100644 (file)
@@ -16,5 +16,5 @@ bool(false)
 bool(false)
 string(3) "foo"
 
-Warning: file_get_contents(datafoo:text/plain,foo): failed to open stream: No such file or directory in %s
+Warning: file_get_contents(datafoo:text/plain,foo): Failed to open stream: No such file or directory in %s
 bool(false)
index 0a4b33bcff5239e7935afd02c31d38f5aee9595f..927c459fb5abf8bb818a818a3aa0b96a5a4882c8 100644 (file)
@@ -9,5 +9,5 @@ var_dump(fseek($fd, 1024*1024, SEEK_SET));
 --EXPECTF--
 resource(%d) of type (stream)
 
-Warning: fseek(): stream does not support seeking in %s
+Warning: fseek(): Stream does not support seeking in %s
 int(-1)
index 9a95ff52e7ad71434f6728bcd7e2a8ee79c91261..4eaf9a132c67473b28cfe665d1d19ceb784a2eeb 100644 (file)
@@ -16,4 +16,4 @@ if (!$status) {
 file_put_contents('C:\Program Files\myfile.txt', 'hello');
 ?>
 --EXPECTF--
-Warning: file_put_contents(C:\Program Files\myfile.txt): failed to open stream: Permission denied in %sbug47517.php on line %d
+Warning: file_put_contents(C:\Program Files\myfile.txt): Failed to open stream: Permission denied in %sbug47517.php on line %d
index d7063f429d37257148f0fc4107dd0ef1b7c26d47..60192d3c9b29dc9d26b01af3e2e95d27fb0e0c7e 100644 (file)
@@ -17,7 +17,7 @@ EOC;
     $output = join("\n", $output);
     unlink($tmpFile);
 
-    if (strstr($output, "pty pseudo terminal not supported on this system") !== false) {
+    if (strstr($output, "PTY pseudo terminal not supported on this system") !== false) {
         die("skip PTY pseudo terminals are not supported");
     }
 --FILE--
index 049073e7a034b64e1d883fff02f7cb4d5bd56b4c..1654e550b6a46e7738c6f4063518254ae8c25e29 100644 (file)
@@ -11,5 +11,5 @@ chown("sjhgfskhagkfdgskjfhgskfsdgfkdsajf", NULL);
 echo "ALIVE\n";
 ?>
 --EXPECTF--
-Warning: chown(): parameter 2 should be string or int, null given in %schown.php on line %d
+Warning: chown(): Parameter 2 should be string or int, null given in %schown.php on line %d
 ALIVE
index 36eb58fc2a5475de2dbaefa3861868f425572fc6..761c4403f77b060ba8c204fd5ee15d77c7132d7a 100644 (file)
@@ -16,6 +16,6 @@ echo "*** Done ***\n";
 --EXPECTF--
 *** Testing copy() function: error conditions --
 
-Warning: copy(/no/file): failed to open stream: No such file or directory in %s on line %d
+Warning: copy(/no/file): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 *** Done ***
index b6e8a266848302ba3f5a1250649512688f13554d..ae79b79984a6145f0c3cd579bc005b1e6bee0c5f 100644 (file)
@@ -130,7 +130,7 @@ Size of destination file => int(3500)
 -- Iteration 7 --
 Size of source file => int(3500)
 Copy operation => 
-Warning: copy(%s): failed to open stream: No such file or directory in %s on line %d
+Warning: copy(%s): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 Existence of destination file => bool(false)
 
index 59a82236d28617fa6ecd24c4f03bfe93b2a71b2b..4e94c148c5f9d4cf475e732c89974976541fcd0b 100644 (file)
@@ -129,7 +129,7 @@ Size of destination file => int(0)
 
 -- Iteration 7 --
 Copy operation => 
-Warning: copy(%s/copy_variation6/copy_variation6_sub///../*): failed to open stream: No such file or directory in %s on line %d
+Warning: copy(%s/copy_variation6/copy_variation6_sub///../*): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 Existence of destination file => bool(false)
 
index 67f5c76ff40cc4b16226f257ec4823730f4ed8ea..e8cd705abdc9a992ac49929ef7cbeb15530c7550 100644 (file)
@@ -56,7 +56,7 @@ bool(true)
 int(0)
 bool(false)
 
-Notice: fgetc(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetc(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -65,7 +65,7 @@ bool(true)
 int(0)
 bool(false)
 
-Notice: fgetc(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetc(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -74,7 +74,7 @@ bool(true)
 int(0)
 bool(false)
 
-Notice: fgetc(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetc(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -83,7 +83,7 @@ bool(true)
 int(0)
 bool(false)
 
-Notice: fgetc(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetc(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -92,7 +92,7 @@ bool(true)
 int(0)
 bool(false)
 
-Notice: fgetc(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetc(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -101,7 +101,7 @@ bool(true)
 int(0)
 bool(false)
 
-Notice: fgetc(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetc(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -110,7 +110,7 @@ bool(true)
 int(0)
 bool(false)
 
-Notice: fgetc(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetc(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -119,7 +119,7 @@ bool(true)
 int(0)
 bool(false)
 
-Notice: fgetc(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetc(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -128,7 +128,7 @@ bool(true)
 int(0)
 bool(false)
 
-Notice: fgetc(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetc(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
index 289972acb3a6a6052bec2acd6466e8d282df53dc..3b708c77df839150c1b6351df0fe78e110b245ac 100644 (file)
@@ -81,504 +81,504 @@ echo "Done\n";
 
 -- Testing fgetcsv() with file opened using w mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using wb mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using wt mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using a mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using ab mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using at mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using x mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using xb mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using xt mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using w mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using wb mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using wt mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using a mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using ab mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using at mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using x mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using xb mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using xt mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using w mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using wb mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using wt mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using a mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using ab mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using at mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using x mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using xb mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using xt mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using w mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using wb mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using wt mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using a mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using ab mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using at mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using x mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using xb mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using xt mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using w mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using wb mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using wt mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using a mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using ab mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using at mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using x mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using xb mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using xt mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using w mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using wb mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using wt mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using a mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using ab mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using at mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using x mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using xb mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using xt mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using w mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using wb mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using wt mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using a mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using ab mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using at mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using x mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using xb mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using xt mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using w mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using wb mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using wt mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using a mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using ab mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using at mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using x mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using xb mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 
 -- Testing fgetcsv() with file opened using xt mode --
 
-Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgetcsv(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
index 50856df2e092ababa90987ed4fefe4b9abcd45bd..1556540a2e7943f55e278294fcc7dbe25ed0844f 100644 (file)
@@ -55,7 +55,7 @@ bool(true)
 int(0)
 bool(false)
 
-Notice: fgets(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgets(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -64,7 +64,7 @@ bool(true)
 int(0)
 bool(false)
 
-Notice: fgets(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgets(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -73,7 +73,7 @@ bool(true)
 int(0)
 bool(false)
 
-Notice: fgets(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgets(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -82,7 +82,7 @@ bool(true)
 int(0)
 bool(false)
 
-Notice: fgets(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgets(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -91,7 +91,7 @@ bool(true)
 int(0)
 bool(false)
 
-Notice: fgets(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgets(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -100,7 +100,7 @@ bool(true)
 int(0)
 bool(false)
 
-Notice: fgets(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgets(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -109,7 +109,7 @@ bool(true)
 int(0)
 bool(false)
 
-Notice: fgets(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgets(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -118,7 +118,7 @@ bool(true)
 int(0)
 bool(false)
 
-Notice: fgets(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgets(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -127,7 +127,7 @@ bool(true)
 int(0)
 bool(false)
 
-Notice: fgets(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fgets(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
index cd714cca0bc6d55d4a173b217c06c12f47e75633..f0e0c32adada7f6c0df3516fbe88b358d5e43a79 100644 (file)
@@ -29,7 +29,7 @@ unlink($file_path."/file.tmp");
 array(0) {
 }
 
-Warning: file(temp.tmp): failed to open stream: No such file or directory in %s on line %d
+Warning: file(temp.tmp): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
 --- Done ---
index 8304105ccced59e9696c1a7d4844258809f5d09a..47c528ddb566575a8b0827b129d1ce314fb8328b 100644 (file)
@@ -48,7 +48,7 @@ if(file_exists($file_path."/file_put_contents1.tmp")) {
 
 -- Testing with  Non-existing file --
 
-Warning: file_get_contents(/no/such/file/or/dir): failed to open stream: No such file or directory in %s on line %d
+Warning: file_get_contents(/no/such/file/or/dir): Failed to open stream: No such file or directory in %s on line %d
 
 -- Testing for invalid negative maxlen values --
 Length must be greater than or equal to zero
index b111ff9f5da72b097186e832c164eccfb03531f0..12c0ee6753718c3338cc6978ed98a8fdf2abbe7d 100644 (file)
@@ -44,7 +44,7 @@ unlink($file_path."/file_put_contents1.tmp");
 
 -- Testing with  Non-existing file --
 
-Warning: file_get_contents(/no/such/file/or/dir): failed to open stream: No such file or directory in %s on line %d
+Warning: file_get_contents(/no/such/file/or/dir): Failed to open stream: No such file or directory in %s on line %d
 
 -- Testing for invalid negative maxlen values --
 Length must be greater than or equal to zero
index 0f2c58a86dfd9edc85f91b6b860dfa4554043f03..48711ddf43a0a7d0eb2aea496d87a990a5f6ded9 100644 (file)
@@ -84,12 +84,12 @@ string(%d) "contents read"
 
 -- Iteration 5 --
 
-Warning: file_get_contents(%sfileGetContentsVar7私はガラスを食べられます.dir\fileGetContentsVar7Sub私はガラスを食べられます\..\\\fileGetContentsVar7Sub私はガラスを食べられます\\..\\..\fileGetContentsVar7Sub私はガラスを食べられます\FileGetContentsVar7.tmp): failed to open stream: No such file or directory in %s on line %d
+Warning: file_get_contents(%sfileGetContentsVar7私はガラスを食べられます.dir\fileGetContentsVar7Sub私はガラスを食べられます\..\\\fileGetContentsVar7Sub私はガラスを食べられます\\..\\..\fileGetContentsVar7Sub私はガラスを食べられます\FileGetContentsVar7.tmp): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
 -- Iteration 6 --
 
-Warning: file_get_contents(%sfileGetContentsVar7私はガラスを食べられます.dir\fileGetContentsVar7Sub私はガラスを食べられます\BADDIR\FileGetContentsVar7.tmp): failed to open stream: No such file or directory in %s on line %d
+Warning: file_get_contents(%sfileGetContentsVar7私はガラスを食べられます.dir\fileGetContentsVar7Sub私はガラスを食べられます\BADDIR\FileGetContentsVar7.tmp): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
 -- Iteration 7 --
@@ -106,7 +106,7 @@ string(%d) "contents read"
 
 -- Iteration 11 --
 
-Warning: file_get_contents(BADDIR\FileGetContentsVar7.tmp): failed to open stream: No such file or directory in %s on line %d
+Warning: file_get_contents(BADDIR\FileGetContentsVar7.tmp): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
 -- Iteration 12 --
index 8e9f34520a82a2813aec9e3fa810dc86a1ead8bc..d4e877d9abcba3d9195a5c750903f46589ba4f8d 100644 (file)
@@ -84,12 +84,12 @@ string(%d) "contents read"
 
 -- Iteration 5 --
 
-Warning: file_get_contents(%sfileGetContentsVar7.dir\fileGetContentsVar7Sub\..\\\fileGetContentsVar7Sub\\..\\..\fileGetContentsVar7Sub\FileGetContentsVar7.tmp): failed to open stream: No such file or directory in %s on line %d
+Warning: file_get_contents(%sfileGetContentsVar7.dir\fileGetContentsVar7Sub\..\\\fileGetContentsVar7Sub\\..\\..\fileGetContentsVar7Sub\FileGetContentsVar7.tmp): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
 -- Iteration 6 --
 
-Warning: file_get_contents(%sfileGetContentsVar7.dir\fileGetContentsVar7Sub\BADDIR\FileGetContentsVar7.tmp): failed to open stream: No such file or directory in %s on line %d
+Warning: file_get_contents(%sfileGetContentsVar7.dir\fileGetContentsVar7Sub\BADDIR\FileGetContentsVar7.tmp): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
 -- Iteration 7 --
@@ -106,7 +106,7 @@ string(%d) "contents read"
 
 -- Iteration 11 --
 
-Warning: file_get_contents(BADDIR\FileGetContentsVar7.tmp): failed to open stream: No such file or directory in %s on line %d
+Warning: file_get_contents(BADDIR\FileGetContentsVar7.tmp): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
 -- Iteration 12 --
index e2d317a4a0ff37d77709c23d209b851fbde03d20..627ef8f8499094c169584edbf7a704e2cea28615 100644 (file)
@@ -76,12 +76,12 @@ string(%d) "contents read"
 
 -- Iteration 5 --
 
-Warning: file_get_contents(%sfileGetContentsVar7.dir/fileGetContentsVar7Sub/..///fileGetContentsVar7Sub//..//../fileGetContentsVar7Sub/FileGetContentsVar7.tmp): failed to open stream: No such file or directory in %s on line %d
+Warning: file_get_contents(%sfileGetContentsVar7.dir/fileGetContentsVar7Sub/..///fileGetContentsVar7Sub//..//../fileGetContentsVar7Sub/FileGetContentsVar7.tmp): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
 -- Iteration 6 --
 
-Warning: file_get_contents(%sfileGetContentsVar7.dir/fileGetContentsVar7Sub/BADDIR/FileGetContentsVar7.tmp): failed to open stream: No such file or directory in %s on line %d
+Warning: file_get_contents(%sfileGetContentsVar7.dir/fileGetContentsVar7Sub/BADDIR/FileGetContentsVar7.tmp): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
 -- Iteration 7 --
@@ -98,7 +98,7 @@ string(%d) "contents read"
 
 -- Iteration 11 --
 
-Warning: file_get_contents(BADDIR/FileGetContentsVar7.tmp): failed to open stream: No such file or directory in %s on line %d
+Warning: file_get_contents(BADDIR/FileGetContentsVar7.tmp): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
 *** Done ***
index e0fed02054cb36394fd5408b5c384d61c3ecd932..1edd46a9cbd236fcafa10b5c0edda28f877803ad 100644 (file)
@@ -53,12 +53,12 @@ foreach($names_arr as $key =>$value) {
 
 -- Filename: -1 --
 
-Warning: file_get_contents(-1): failed to open stream: No such file or directory in %s on line %d
+Warning: file_get_contents(-1): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
 -- Filename: TRUE --
 
-Warning: file_get_contents(1): failed to open stream: No such file or directory in %s on line %d
+Warning: file_get_contents(1): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
 -- Filename: FALSE --
@@ -78,7 +78,7 @@ bool(false)
 
 -- Filename: " " --
 
-Warning: file_get_contents( ): failed to open stream: Permission denied in %s on line %d
+Warning: file_get_contents( ): Failed to open stream: Permission denied in %s on line %d
 bool(false)
 
 -- Filename: \0 --
@@ -89,10 +89,10 @@ file_get_contents() expects parameter 1 to be a valid path, array given
 
 -- Filename: /no/such/file/dir --
 
-Warning: file_get_contents(/no/such/file/dir): failed to open stream: No such file or directory in %s on line %d
+Warning: file_get_contents(/no/such/file/dir): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
 -- Filename: php/php --
 
-Warning: file_get_contents(php/php): failed to open stream: No such file or directory in %s on line %d
+Warning: file_get_contents(php/php): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
index 9a7087c8214af755e88705a8d208818fdab3308d..92771069922f9be1b8109daef07545f52020ef3a 100644 (file)
@@ -52,11 +52,11 @@ echo "\n*** Done ***\n";
 *** Testing file_get_contents() : variation ***
 -- Iteration 0 --
 
-Warning: file_get_contents(-1): failed to open stream: No such file or directory in %s on line %d
+Warning: file_get_contents(-1): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 -- Iteration 1 --
 
-Warning: file_get_contents(1): failed to open stream: No such file or directory in %s on line %d
+Warning: file_get_contents(1): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 -- Iteration 2 --
 
@@ -72,7 +72,7 @@ Warning: file_get_contents(): Filename cannot be empty in %s on line %d
 bool(false)
 -- Iteration 5 --
 
-Warning: file_get_contents( ): failed to open stream: No such file or directory in %s on line %d
+Warning: file_get_contents( ): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 -- Iteration 6 --
 file_get_contents() expects parameter 1 to be a valid path, string given
@@ -80,11 +80,11 @@ file_get_contents() expects parameter 1 to be a valid path, string given
 file_get_contents() expects parameter 1 to be a valid path, array given
 -- Iteration 8 --
 
-Warning: file_get_contents(/no/such/file/dir): failed to open stream: No such file or directory in %s on line %d
+Warning: file_get_contents(/no/such/file/dir): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 -- Iteration 9 --
 
-Warning: file_get_contents(php/php): failed to open stream: No such file or directory in %s on line %d
+Warning: file_get_contents(php/php): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
 *** Done ***
index 138b4ede84ca49d89bf184ea87a0c0f8a6deca84..6a3d41797a63380e407435d8c84598bee06c4a2a 100644 (file)
@@ -99,12 +99,12 @@ Data written correctly
 
 -- Iteration 5 --
 
-Warning: file_put_contents(%sfilePutContentsVar7.dir\filePutContentsVar7Sub\..\\\filePutContentsVar7Sub\\..\\..\filePutContentsVar7Sub\FileGetContentsVar7.tmp): failed to open stream: %s in %s on line %d
+Warning: file_put_contents(%sfilePutContentsVar7.dir\filePutContentsVar7Sub\..\\\filePutContentsVar7Sub\\..\\..\filePutContentsVar7Sub\FileGetContentsVar7.tmp): Failed to open stream: %s in %s on line %d
 No data written
 
 -- Iteration 6 --
 
-Warning: file_put_contents(%sfilePutContentsVar7.dir\filePutContentsVar7Sub\BADDIR\FileGetContentsVar7.tmp): failed to open stream: %s in %s on line %d
+Warning: file_put_contents(%sfilePutContentsVar7.dir\filePutContentsVar7Sub\BADDIR\FileGetContentsVar7.tmp): Failed to open stream: %s in %s on line %d
 No data written
 
 -- Iteration 7 --
@@ -121,7 +121,7 @@ Data written correctly
 
 -- Iteration 11 --
 
-Warning: file_put_contents(BADDIR\FileGetContentsVar7.tmp): failed to open stream: %s in %s on line %d
+Warning: file_put_contents(BADDIR\FileGetContentsVar7.tmp): Failed to open stream: %s in %s on line %d
 No data written
 
 -- Iteration 12 --
index 561c78b37459f48d7a1f5f645ec65f08c7e915a4..1c55b1bb587edd0b5f05836cc1cec32d44e5e713 100644 (file)
@@ -91,12 +91,12 @@ Data written correctly
 
 -- Iteration 5 --
 
-Warning: file_put_contents(%sfilePutContentsVar7.dir/filePutContentsVar7Sub/..///filePutContentsVar7Sub//..//../filePutContentsVar7Sub/FileGetContentsVar7.tmp): failed to open stream: %s in %s on line %d
+Warning: file_put_contents(%sfilePutContentsVar7.dir/filePutContentsVar7Sub/..///filePutContentsVar7Sub//..//../filePutContentsVar7Sub/FileGetContentsVar7.tmp): Failed to open stream: %s in %s on line %d
 No data written
 
 -- Iteration 6 --
 
-Warning: file_put_contents(%sfilePutContentsVar7.dir/filePutContentsVar7Sub/BADDIR/FileGetContentsVar7.tmp): failed to open stream: %s in %s on line %d
+Warning: file_put_contents(%sfilePutContentsVar7.dir/filePutContentsVar7Sub/BADDIR/FileGetContentsVar7.tmp): Failed to open stream: %s in %s on line %d
 No data written
 
 -- Iteration 7 --
@@ -113,7 +113,7 @@ Data written correctly
 
 -- Iteration 11 --
 
-Warning: file_put_contents(BADDIR/FileGetContentsVar7.tmp): failed to open stream: %s in %s on line %d
+Warning: file_put_contents(BADDIR/FileGetContentsVar7.tmp): Failed to open stream: %s in %s on line %d
 No data written
 
 *** Done ***
index 656bea5d3430df4a944ce159538af4044d2482c0..71e672e8e985950f63bacf5c47d1151a5345bb55 100644 (file)
@@ -78,7 +78,7 @@ Failed to write data to: ""
 
 -- Filename: " " --
 
-Warning: file_put_contents( ): failed to open stream: Permission denied in %s on line %d
+Warning: file_put_contents( ): Failed to open stream: Permission denied in %s on line %d
 Failed to write data to: " "
 
 -- Filename: \0 --
@@ -89,10 +89,10 @@ file_put_contents() expects parameter 1 to be a valid path, array given
 
 -- Filename: /no/such/file/dir --
 
-Warning: file_put_contents(/no/such/file/dir): failed to open stream: %s in %s on line %d
+Warning: file_put_contents(/no/such/file/dir): Failed to open stream: %s in %s on line %d
 Failed to write data to: /no/such/file/dir
 
 -- Filename: php/php --
 
-Warning: file_put_contents(php/php): failed to open stream: %s in %s on line %d
+Warning: file_put_contents(php/php): Failed to open stream: %s in %s on line %d
 Failed to write data to: php/php
index be20782c4e33c19d9340e3a82f3fa101af29ed02..7c72ca8516e8872354a21ba07995f8c7372f0532 100644 (file)
@@ -86,11 +86,11 @@ file_put_contents() expects parameter 1 to be a valid path, string given
 file_put_contents() expects parameter 1 to be a valid path, array given
 -- Iteration 8 --
 
-Warning: file_put_contents(%sdir): failed to open stream: %s in %s on line %d
+Warning: file_put_contents(%sdir): Failed to open stream: %s in %s on line %d
 Failed to write data to: %sdir
 -- Iteration 9 --
 
-Warning: file_put_contents(%sphp): failed to open stream: %s in %s on line %d
+Warning: file_put_contents(%sphp): Failed to open stream: %s in %s on line %d
 Failed to write data to: %sphp
 
 *** Done ***
index b5a20044732576a50465bb59b0410b30b3854b03..1bd68f5ed55ab831cb030f84029f5b650edaa47f 100644 (file)
@@ -96,12 +96,12 @@ array(1) {
 
 -- Iteration 5 --
 
-Warning: file(%sfileVar8.dir\fileVar8Sub\..\\\fileVar8Sub\\..\\..\fileVar8Sub\FileGetContentsVar7.tmp): failed to open stream: No such file or directory in %s on line %d
+Warning: file(%sfileVar8.dir\fileVar8Sub\..\\\fileVar8Sub\\..\\..\fileVar8Sub\FileGetContentsVar7.tmp): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
 -- Iteration 6 --
 
-Warning: file(%sfileVar8.dir\fileVar8Sub\BADDIR\FileGetContentsVar7.tmp): failed to open stream: No such file or directory in %s on line %d
+Warning: file(%sfileVar8.dir\fileVar8Sub\BADDIR\FileGetContentsVar7.tmp): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
 -- Iteration 7 --
@@ -130,7 +130,7 @@ array(1) {
 
 -- Iteration 11 --
 
-Warning: file(BADDIR\FileGetContentsVar7.tmp): failed to open stream: No such file or directory in %s on line %d
+Warning: file(BADDIR\FileGetContentsVar7.tmp): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
 -- Iteration 12 --
index f56ca9af7daf022d394f0c0c6b8c115f8669020c..18908df15d129c1aa8a20b4f9ca0f2bb849170da 100644 (file)
@@ -88,12 +88,12 @@ array(1) {
 
 -- Iteration 5 --
 
-Warning: file(%sfileVar8.dir/fileVar8Sub/..///fileVar8Sub//..//../fileVar8Sub/FileGetContentsVar7.tmp): failed to open stream: No such file or directory in %s on line %d
+Warning: file(%sfileVar8.dir/fileVar8Sub/..///fileVar8Sub//..//../fileVar8Sub/FileGetContentsVar7.tmp): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
 -- Iteration 6 --
 
-Warning: file(%sfileVar8.dir/fileVar8Sub/BADDIR/FileGetContentsVar7.tmp): failed to open stream: No such file or directory in %s on line %d
+Warning: file(%sfileVar8.dir/fileVar8Sub/BADDIR/FileGetContentsVar7.tmp): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
 -- Iteration 7 --
@@ -122,7 +122,7 @@ array(1) {
 
 -- Iteration 11 --
 
-Warning: file(BADDIR/FileGetContentsVar7.tmp): failed to open stream: No such file or directory in %s on line %d
+Warning: file(BADDIR/FileGetContentsVar7.tmp): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
 *** Done ***
index ab6dc4f7bd02f551d45df10af28b69bf7e1aac1e..97e2d8a6fbebbe4f887ae4e185b4dd1a2ac162d9 100644 (file)
@@ -94,21 +94,21 @@ file in root
 
 --c--
 
-Warning: fopen(c\fopen_variation10.tmp): failed to open stream: No such file or directory in %s on line %d
+Warning: fopen(c\fopen_variation10.tmp): Failed to open stream: No such file or directory in %s on line %d
 file not opened for read
 
 Warning: fclose() expects parameter 1 to be resource, bool given in %s on line %d
 
 --\--
 
-Warning: fopen(\\fopen_variation10.tmp): failed to open stream: Invalid argument in %s on line %d
+Warning: fopen(\\fopen_variation10.tmp): Failed to open stream: Invalid argument in %s on line %d
 file not opened for read
 
 Warning: fclose() expects parameter 1 to be resource, bool given in %s on line %d
 
 --/--
 
-Warning: fopen(/\fopen_variation10.tmp): failed to open stream: Invalid argument in %s on line %d
+Warning: fopen(/\fopen_variation10.tmp): Failed to open stream: Invalid argument in %s on line %d
 file not opened for read
 
 Warning: fclose() expects parameter 1 to be resource, bool given in %s on line %d
@@ -118,7 +118,7 @@ file in fopen10.tmpdirTwo
 
 --c:adir--
 
-Warning: fopen(c:adir\fopen_variation10.tmp): failed to open stream: No such file or directory in %s on line %d
+Warning: fopen(c:adir\fopen_variation10.tmp): Failed to open stream: No such file or directory in %s on line %d
 file not opened for read
 
 Warning: fclose() expects parameter 1 to be resource, bool given in %s on line %d
@@ -140,7 +140,7 @@ file in fopen10.tmpDir
 
 --/sortout--
 
-Warning: fopen(/sortout\fopen_variation10.tmp): failed to open stream: No such file or directory in %s on line %d
+Warning: fopen(/sortout\fopen_variation10.tmp): Failed to open stream: No such file or directory in %s on line %d
 file not opened for read
 
 Warning: fclose() expects parameter 1 to be resource, bool given in %s on line %d
index 60c41b9a647b7e0ebd841b8374437d113b9a55de..a1d4c4c4e75b701ccbf3175502634405cbc7ad1f 100644 (file)
@@ -92,21 +92,21 @@ file in root
 
 --c--
 
-Warning: fopen(c\fopen_variation11.tmp): failed to open stream: No such file or directory in %s on line %d
+Warning: fopen(c\fopen_variation11.tmp): Failed to open stream: No such file or directory in %s on line %d
 file not opened for read
 
 Warning: fclose() expects parameter 1 to be resource, bool given in %s on line %d
 
 --\--
 
-Warning: fopen(\\FOPEN_VARIATION11.TMP): failed to open stream: Invalid argument in %s on line %d
+Warning: fopen(\\FOPEN_VARIATION11.TMP): Failed to open stream: Invalid argument in %s on line %d
 file not opened for read
 
 Warning: fclose() expects parameter 1 to be resource, bool given in %s on line %d
 
 --/--
 
-Warning: fopen(\\FOPEN_VARIATION11.TMP): failed to open stream: Invalid argument in %s on line %d
+Warning: fopen(\\FOPEN_VARIATION11.TMP): Failed to open stream: Invalid argument in %s on line %d
 file not opened for read
 
 Warning: fclose() expects parameter 1 to be resource, bool given in %s on line %d
@@ -116,7 +116,7 @@ file in fopen11.tmpdirTwo
 
 --c:adir--
 
-Warning: fopen(c:adir\fopen_variation11.tmp): failed to open stream: No such file or directory in %s on line %d
+Warning: fopen(c:adir\fopen_variation11.tmp): Failed to open stream: No such file or directory in %s on line %d
 file not opened for read
 
 Warning: fclose() expects parameter 1 to be resource, bool given in %s on line %d
@@ -138,7 +138,7 @@ file in fopen11.tmpDir
 
 --/sortout--
 
-Warning: fopen(/sortout\fopen_variation11.tmp): failed to open stream: No such file or directory in %s on line %d
+Warning: fopen(/sortout\fopen_variation11.tmp): Failed to open stream: No such file or directory in %s on line %d
 file not opened for read
 
 Warning: fclose() expects parameter 1 to be resource, bool given in %s on line %d
index ef8c2114c0cd9106b1eb846214bfd08fd026be2a..470a2efd1ee636f17df51c47dc1f56b556c18a3e 100644 (file)
@@ -102,44 +102,44 @@ function runtest($fileURIs) {
 *** Testing fopen() : variation ***
 --- READ: file://fopen14.tmpDir\fopen_variation14.tmp ---
 
-Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir\fopen_variation14.tmp in %s on line %d
+Warning: fopen(): Remote host file access not supported, file://fopen14.tmpDir\fopen_variation14.tmp in %s on line %d
 
-Warning: fopen(file://fopen14.tmpDir\fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
+Warning: fopen(file://fopen14.tmpDir\fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
 --- WRITE: file://fopen14.tmpDir\fopen_variation14.tmp ---
 
-Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir\fopen_variation14.tmp in %s on line %d
+Warning: fopen(): Remote host file access not supported, file://fopen14.tmpDir\fopen_variation14.tmp in %s on line %d
 
-Warning: fopen(file://fopen14.tmpDir\fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
+Warning: fopen(file://fopen14.tmpDir\fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
 --- READ: file://fopen14.tmpDir/fopen_variation14.tmp ---
 
-Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tmp in %s on line %d
+Warning: fopen(): Remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tmp in %s on line %d
 
-Warning: fopen(file://fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
+Warning: fopen(file://fopen14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
 --- WRITE: file://fopen14.tmpDir/fopen_variation14.tmp ---
 
-Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tmp in %s on line %d
+Warning: fopen(): Remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tmp in %s on line %d
 
-Warning: fopen(file://fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
+Warning: fopen(file://fopen14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
 --- READ: file://./fopen14.tmpDir/fopen_variation14.tmp ---
 
-Warning: fopen(): remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.tmp in %s on line %d
+Warning: fopen(): Remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.tmp in %s on line %d
 
-Warning: fopen(file://./fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
+Warning: fopen(file://./fopen14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
 --- WRITE: file://./fopen14.tmpDir/fopen_variation14.tmp ---
 
-Warning: fopen(): remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.tmp in %s on line %d
+Warning: fopen(): Remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.tmp in %s on line %d
 
-Warning: fopen(file://./fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
+Warning: fopen(file://./fopen14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
 --- READ: file://.\fopen14.tmpDir\fopen_variation14.tmp ---
 
-Warning: fopen(): remote host file access not supported, file://.\fopen14.tmpDir\fopen_variation14.tmp in %s on line %d
+Warning: fopen(): Remote host file access not supported, file://.\fopen14.tmpDir\fopen_variation14.tmp in %s on line %d
 
-Warning: fopen(file://.\fopen14.tmpDir\fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
+Warning: fopen(file://.\fopen14.tmpDir\fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
 --- WRITE: file://.\fopen14.tmpDir\fopen_variation14.tmp ---
 
-Warning: fopen(): remote host file access not supported, file://.\fopen14.tmpDir\fopen_variation14.tmp in %s on line %d
+Warning: fopen(): Remote host file access not supported, file://.\fopen14.tmpDir\fopen_variation14.tmp in %s on line %d
 
-Warning: fopen(file://.\fopen14.tmpDir\fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
+Warning: fopen(file://.\fopen14.tmpDir\fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
 --- READ: file://%s/fopen14.tmpDir/fopen_variation14.tmp ---
 test passed
 --- WRITE: file://%s/fopen14.tmpDir/fopen_variation14.tmp ---
@@ -154,24 +154,24 @@ test passed
 test passed
 --- READ: file://../fopen14.tmpDir/fopen_variation14.tmp ---
 
-Warning: fopen(): remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14.tmp in %s on line %d
+Warning: fopen(): Remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14.tmp in %s on line %d
 
-Warning: fopen(file://../fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
+Warning: fopen(file://../fopen14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
 --- WRITE: file://../fopen14.tmpDir/fopen_variation14.tmp ---
 
-Warning: fopen(): remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14.tmp in %s on line %d
+Warning: fopen(): Remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14.tmp in %s on line %d
 
-Warning: fopen(file://../fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
+Warning: fopen(file://../fopen14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
 --- READ: file://..\fopen14.tmpDir\fopen_variation14.tmp ---
 
-Warning: fopen(): remote host file access not supported, file://..\fopen14.tmpDir\fopen_variation14.tmp in %s on line %d
+Warning: fopen(): Remote host file access not supported, file://..\fopen14.tmpDir\fopen_variation14.tmp in %s on line %d
 
-Warning: fopen(file://..\fopen14.tmpDir\fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
+Warning: fopen(file://..\fopen14.tmpDir\fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
 --- WRITE: file://..\fopen14.tmpDir\fopen_variation14.tmp ---
 
-Warning: fopen(): remote host file access not supported, file://..\fopen14.tmpDir\fopen_variation14.tmp in %s on line %d
+Warning: fopen(): Remote host file access not supported, file://..\fopen14.tmpDir\fopen_variation14.tmp in %s on line %d
 
-Warning: fopen(file://..\fopen14.tmpDir\fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
+Warning: fopen(file://..\fopen14.tmpDir\fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
 --- READ: file://%s/fopen14.tmpDir/fopen_variation14.tmp ---
 test passed
 --- WRITE: file://%s/fopen14.tmpDir/fopen_variation14.tmp ---
index 4728eca2db43c1dea04440a1a3c77d08c71a7809..df9f115d14f0d39000adea8a161d8f680e5570f8 100644 (file)
@@ -94,38 +94,38 @@ function runtest($fileURIs) {
 *** Testing fopen() : variation ***
 --- READ: file://fopen14.tmpDir/fopen_variation14.tmp ---
 
-Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tmp in %s on line %d
+Warning: fopen(): Remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tmp in %s on line %d
 
-Warning: fopen(file://fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
+Warning: fopen(file://fopen14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
 --- WRITE: file://fopen14.tmpDir/fopen_variation14.tmp ---
 
-Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tmp in %s on line %d
+Warning: fopen(): Remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tmp in %s on line %d
 
-Warning: fopen(file://fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
+Warning: fopen(file://fopen14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
 --- READ: file://./fopen14.tmpDir/fopen_variation14.tmp ---
 
-Warning: fopen(): remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.tmp in %s on line %d
+Warning: fopen(): Remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.tmp in %s on line %d
 
-Warning: fopen(file://./fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
+Warning: fopen(file://./fopen14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
 --- WRITE: file://./fopen14.tmpDir/fopen_variation14.tmp ---
 
-Warning: fopen(): remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.tmp in %s on line %d
+Warning: fopen(): Remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.tmp in %s on line %d
 
-Warning: fopen(file://./fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
+Warning: fopen(file://./fopen14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
 --- READ: file:///%s/fopen14.tmpDir/fopen_variation14.tmp ---
 test passed
 --- WRITE: file:///%s/fopen14.tmpDir/fopen_variation14.tmp ---
 test passed
 --- READ: file://../fopen14.tmpDir/fopen_variation14.tmp ---
 
-Warning: fopen(): remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14.tmp in %s on line %d
+Warning: fopen(): Remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14.tmp in %s on line %d
 
-Warning: fopen(file://../fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
+Warning: fopen(file://../fopen14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
 --- WRITE: file://../fopen14.tmpDir/fopen_variation14.tmp ---
 
-Warning: fopen(): remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14.tmp in %s on line %d
+Warning: fopen(): Remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14.tmp in %s on line %d
 
-Warning: fopen(file://../fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
+Warning: fopen(file://../fopen14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
 --- READ: file:///%s/fopen14.tmpDir/fopen_variation14.tmp ---
 test passed
 --- WRITE: file:///%s/fopen14.tmpDir/fopen_variation14.tmp ---
index 5439e0f637e3900e5d65bb1711517d85a0806ef2..9daac25c005b449ec38a795a5061804908b33fa6 100644 (file)
@@ -106,44 +106,44 @@ function runtest($fileURIs) {
 *** Testing fopen() : variation ***
 --- READ: file://fopen15.tmpDir\fopen_variation15.tmp ---
 
-Warning: fopen(): remote host file access not supported, file://fopen15.tmpDir\fopen_variation15.tmp in %s on line %d
+Warning: fopen(): Remote host file access not supported, file://fopen15.tmpDir\fopen_variation15.tmp in %s on line %d
 
-Warning: fopen(file://fopen15.tmpDir\fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
+Warning: fopen(file://fopen15.tmpDir\fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
 --- WRITE: file://fopen15.tmpDir\fopen_variation15.tmp ---
 
-Warning: fopen(): remote host file access not supported, file://fopen15.tmpDir\fopen_variation15.tmp in %s on line %d
+Warning: fopen(): Remote host file access not supported, file://fopen15.tmpDir\fopen_variation15.tmp in %s on line %d
 
-Warning: fopen(file://fopen15.tmpDir\fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
+Warning: fopen(file://fopen15.tmpDir\fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
 --- READ: file://fopen15.tmpDir/fopen_variation15.tmp ---
 
-Warning: fopen(): remote host file access not supported, file://fopen15.tmpDir/fopen_variation15.tmp in %s on line %d
+Warning: fopen(): Remote host file access not supported, file://fopen15.tmpDir/fopen_variation15.tmp in %s on line %d
 
-Warning: fopen(file://fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
+Warning: fopen(file://fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
 --- WRITE: file://fopen15.tmpDir/fopen_variation15.tmp ---
 
-Warning: fopen(): remote host file access not supported, file://fopen15.tmpDir/fopen_variation15.tmp in %s on line %d
+Warning: fopen(): Remote host file access not supported, file://fopen15.tmpDir/fopen_variation15.tmp in %s on line %d
 
-Warning: fopen(file://fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
+Warning: fopen(file://fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
 --- READ: file://./fopen15.tmpDir/fopen_variation15.tmp ---
 
-Warning: fopen(): remote host file access not supported, file://./fopen15.tmpDir/fopen_variation15.tmp in %s on line %d
+Warning: fopen(): Remote host file access not supported, file://./fopen15.tmpDir/fopen_variation15.tmp in %s on line %d
 
-Warning: fopen(file://./fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
+Warning: fopen(file://./fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
 --- WRITE: file://./fopen15.tmpDir/fopen_variation15.tmp ---
 
-Warning: fopen(): remote host file access not supported, file://./fopen15.tmpDir/fopen_variation15.tmp in %s on line %d
+Warning: fopen(): Remote host file access not supported, file://./fopen15.tmpDir/fopen_variation15.tmp in %s on line %d
 
-Warning: fopen(file://./fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
+Warning: fopen(file://./fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
 --- READ: file://.\fopen15.tmpDir\fopen_variation15.tmp ---
 
-Warning: fopen(): remote host file access not supported, file://.\fopen15.tmpDir\fopen_variation15.tmp in %s on line %d
+Warning: fopen(): Remote host file access not supported, file://.\fopen15.tmpDir\fopen_variation15.tmp in %s on line %d
 
-Warning: fopen(file://.\fopen15.tmpDir\fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
+Warning: fopen(file://.\fopen15.tmpDir\fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
 --- WRITE: file://.\fopen15.tmpDir\fopen_variation15.tmp ---
 
-Warning: fopen(): remote host file access not supported, file://.\fopen15.tmpDir\fopen_variation15.tmp in %s on line %d
+Warning: fopen(): Remote host file access not supported, file://.\fopen15.tmpDir\fopen_variation15.tmp in %s on line %d
 
-Warning: fopen(file://.\fopen15.tmpDir\fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
+Warning: fopen(file://.\fopen15.tmpDir\fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
 --- READ: file://%s/fopen15.tmpDir/fopen_variation15.tmp ---
 test passed
 --- WRITE: file://%s/fopen15.tmpDir/fopen_variation15.tmp ---
@@ -158,24 +158,24 @@ test passed
 test passed
 --- READ: file://../fopen15.tmpDir/fopen_variation15.tmp ---
 
-Warning: fopen(): remote host file access not supported, file://../fopen15.tmpDir/fopen_variation15.tmp in %s on line %d
+Warning: fopen(): Remote host file access not supported, file://../fopen15.tmpDir/fopen_variation15.tmp in %s on line %d
 
-Warning: fopen(file://../fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
+Warning: fopen(file://../fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
 --- WRITE: file://../fopen15.tmpDir/fopen_variation15.tmp ---
 
-Warning: fopen(): remote host file access not supported, file://../fopen15.tmpDir/fopen_variation15.tmp in %s on line %d
+Warning: fopen(): Remote host file access not supported, file://../fopen15.tmpDir/fopen_variation15.tmp in %s on line %d
 
-Warning: fopen(file://../fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
+Warning: fopen(file://../fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
 --- READ: file://..\fopen15.tmpDir\fopen_variation15.tmp ---
 
-Warning: fopen(): remote host file access not supported, file://..\fopen15.tmpDir\fopen_variation15.tmp in %s on line %d
+Warning: fopen(): Remote host file access not supported, file://..\fopen15.tmpDir\fopen_variation15.tmp in %s on line %d
 
-Warning: fopen(file://..\fopen15.tmpDir\fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
+Warning: fopen(file://..\fopen15.tmpDir\fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
 --- WRITE: file://..\fopen15.tmpDir\fopen_variation15.tmp ---
 
-Warning: fopen(): remote host file access not supported, file://..\fopen15.tmpDir\fopen_variation15.tmp in %s on line %d
+Warning: fopen(): Remote host file access not supported, file://..\fopen15.tmpDir\fopen_variation15.tmp in %s on line %d
 
-Warning: fopen(file://..\fopen15.tmpDir\fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
+Warning: fopen(file://..\fopen15.tmpDir\fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
 --- READ: file://%s/fopen15.tmpDir/fopen_variation15.tmp ---
 test passed
 --- WRITE: file://%s/fopen15.tmpDir/fopen_variation15.tmp ---
index 9d0bdc51cb8bf9a3512fb3a3edefff8b77a7fcd3..36b1455250a13a2922d0e020cff61d5c655fe39d 100644 (file)
@@ -98,38 +98,38 @@ function runtest($fileURIs) {
 *** Testing fopen() : variation ***
 --- READ: file://fopen15.tmpDir/fopen_variation15.tmp ---
 
-Warning: fopen(): remote host file access not supported, file://fopen15.tmpDir/fopen_variation15.tmp in %s on line %d
+Warning: fopen(): Remote host file access not supported, file://fopen15.tmpDir/fopen_variation15.tmp in %s on line %d
 
-Warning: fopen(file://fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
+Warning: fopen(file://fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
 --- WRITE: file://fopen15.tmpDir/fopen_variation15.tmp ---
 
-Warning: fopen(): remote host file access not supported, file://fopen15.tmpDir/fopen_variation15.tmp in %s on line %d
+Warning: fopen(): Remote host file access not supported, file://fopen15.tmpDir/fopen_variation15.tmp in %s on line %d
 
-Warning: fopen(file://fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
+Warning: fopen(file://fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
 --- READ: file://./fopen15.tmpDir/fopen_variation15.tmp ---
 
-Warning: fopen(): remote host file access not supported, file://./fopen15.tmpDir/fopen_variation15.tmp in %s on line %d
+Warning: fopen(): Remote host file access not supported, file://./fopen15.tmpDir/fopen_variation15.tmp in %s on line %d
 
-Warning: fopen(file://./fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
+Warning: fopen(file://./fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
 --- WRITE: file://./fopen15.tmpDir/fopen_variation15.tmp ---
 
-Warning: fopen(): remote host file access not supported, file://./fopen15.tmpDir/fopen_variation15.tmp in %s on line %d
+Warning: fopen(): Remote host file access not supported, file://./fopen15.tmpDir/fopen_variation15.tmp in %s on line %d
 
-Warning: fopen(file://./fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
+Warning: fopen(file://./fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
 --- READ: file:///%s/fopen15.tmpDir/fopen_variation15.tmp ---
 test passed
 --- WRITE: file:///%s/fopen15.tmpDir/fopen_variation15.tmp ---
 test passed
 --- READ: file://../fopen15.tmpDir/fopen_variation15.tmp ---
 
-Warning: fopen(): remote host file access not supported, file://../fopen15.tmpDir/fopen_variation15.tmp in %s on line %d
+Warning: fopen(): Remote host file access not supported, file://../fopen15.tmpDir/fopen_variation15.tmp in %s on line %d
 
-Warning: fopen(file://../fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
+Warning: fopen(file://../fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
 --- WRITE: file://../fopen15.tmpDir/fopen_variation15.tmp ---
 
-Warning: fopen(): remote host file access not supported, file://../fopen15.tmpDir/fopen_variation15.tmp in %s on line %d
+Warning: fopen(): Remote host file access not supported, file://../fopen15.tmpDir/fopen_variation15.tmp in %s on line %d
 
-Warning: fopen(file://../fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
+Warning: fopen(file://../fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
 --- READ: file:///%s/fopen15.tmpDir/fopen_variation15.tmp ---
 test passed
 --- WRITE: file:///%s/fopen15.tmpDir/fopen_variation15.tmp ---
index 79576e4656c2f4fb7cacc44bd0595b2a2cb06e2f..64c2f290ff8a06a978213a07d415bb11e17e57f5 100644 (file)
@@ -90,7 +90,7 @@ Notice: fputcsv(): delimiter must be a single character in %s on line %d
 
 Notice: fputcsv(): enclosure must be a single character in %s on line %d
 
-Notice: fputcsv(): write of 12 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fputcsv(): Write of 12 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -102,7 +102,7 @@ Notice: fputcsv(): delimiter must be a single character in %s on line %d
 
 Notice: fputcsv(): enclosure must be a single character in %s on line %d
 
-Notice: fputcsv(): write of 12 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fputcsv(): Write of 12 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -114,7 +114,7 @@ Notice: fputcsv(): delimiter must be a single character in %s on line %d
 
 Notice: fputcsv(): enclosure must be a single character in %s on line %d
 
-Notice: fputcsv(): write of 12 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fputcsv(): Write of 12 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -126,7 +126,7 @@ Notice: fputcsv(): delimiter must be a single character in %s on line %d
 
 Notice: fputcsv(): enclosure must be a single character in %s on line %d
 
-Notice: fputcsv(): write of 15 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fputcsv(): Write of 15 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -138,7 +138,7 @@ Notice: fputcsv(): delimiter must be a single character in %s on line %d
 
 Notice: fputcsv(): enclosure must be a single character in %s on line %d
 
-Notice: fputcsv(): write of 15 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fputcsv(): Write of 15 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -150,7 +150,7 @@ Notice: fputcsv(): delimiter must be a single character in %s on line %d
 
 Notice: fputcsv(): enclosure must be a single character in %s on line %d
 
-Notice: fputcsv(): write of 15 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fputcsv(): Write of 15 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -162,7 +162,7 @@ Notice: fputcsv(): delimiter must be a single character in %s on line %d
 
 Notice: fputcsv(): enclosure must be a single character in %s on line %d
 
-Notice: fputcsv(): write of 16 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fputcsv(): Write of 16 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -174,7 +174,7 @@ Notice: fputcsv(): delimiter must be a single character in %s on line %d
 
 Notice: fputcsv(): enclosure must be a single character in %s on line %d
 
-Notice: fputcsv(): write of 16 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fputcsv(): Write of 16 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -186,7 +186,7 @@ Notice: fputcsv(): delimiter must be a single character in %s on line %d
 
 Notice: fputcsv(): enclosure must be a single character in %s on line %d
 
-Notice: fputcsv(): write of 16 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fputcsv(): Write of 16 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -198,7 +198,7 @@ Notice: fputcsv(): delimiter must be a single character in %s on line %d
 
 Notice: fputcsv(): enclosure must be a single character in %s on line %d
 
-Notice: fputcsv(): write of 18 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fputcsv(): Write of 18 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -210,7 +210,7 @@ Notice: fputcsv(): delimiter must be a single character in %s on line %d
 
 Notice: fputcsv(): enclosure must be a single character in %s on line %d
 
-Notice: fputcsv(): write of 18 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fputcsv(): Write of 18 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -222,7 +222,7 @@ Notice: fputcsv(): delimiter must be a single character in %s on line %d
 
 Notice: fputcsv(): enclosure must be a single character in %s on line %d
 
-Notice: fputcsv(): write of 18 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fputcsv(): Write of 18 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -234,7 +234,7 @@ Notice: fputcsv(): delimiter must be a single character in %s on line %d
 
 Notice: fputcsv(): enclosure must be a single character in %s on line %d
 
-Notice: fputcsv(): write of 16 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fputcsv(): Write of 16 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -246,7 +246,7 @@ Notice: fputcsv(): delimiter must be a single character in %s on line %d
 
 Notice: fputcsv(): enclosure must be a single character in %s on line %d
 
-Notice: fputcsv(): write of 16 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fputcsv(): Write of 16 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -258,7 +258,7 @@ Notice: fputcsv(): delimiter must be a single character in %s on line %d
 
 Notice: fputcsv(): enclosure must be a single character in %s on line %d
 
-Notice: fputcsv(): write of 16 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fputcsv(): Write of 16 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -270,7 +270,7 @@ Notice: fputcsv(): delimiter must be a single character in %s on line %d
 
 Notice: fputcsv(): enclosure must be a single character in %s on line %d
 
-Notice: fputcsv(): write of 16 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fputcsv(): Write of 16 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -282,7 +282,7 @@ Notice: fputcsv(): delimiter must be a single character in %s on line %d
 
 Notice: fputcsv(): enclosure must be a single character in %s on line %d
 
-Notice: fputcsv(): write of 16 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fputcsv(): Write of 16 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -294,7 +294,7 @@ Notice: fputcsv(): delimiter must be a single character in %s on line %d
 
 Notice: fputcsv(): enclosure must be a single character in %s on line %d
 
-Notice: fputcsv(): write of 16 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fputcsv(): Write of 16 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -306,7 +306,7 @@ Notice: fputcsv(): delimiter must be a single character in %s on line %d
 
 Notice: fputcsv(): enclosure must be a single character in %s on line %d
 
-Notice: fputcsv(): write of 18 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fputcsv(): Write of 18 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -318,7 +318,7 @@ Notice: fputcsv(): delimiter must be a single character in %s on line %d
 
 Notice: fputcsv(): enclosure must be a single character in %s on line %d
 
-Notice: fputcsv(): write of 18 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fputcsv(): Write of 18 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -330,7 +330,7 @@ Notice: fputcsv(): delimiter must be a single character in %s on line %d
 
 Notice: fputcsv(): enclosure must be a single character in %s on line %d
 
-Notice: fputcsv(): write of 18 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fputcsv(): Write of 18 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -342,7 +342,7 @@ Notice: fputcsv(): delimiter must be a single character in %s on line %d
 
 Notice: fputcsv(): enclosure must be a single character in %s on line %d
 
-Notice: fputcsv(): write of 22 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fputcsv(): Write of 22 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -354,7 +354,7 @@ Notice: fputcsv(): delimiter must be a single character in %s on line %d
 
 Notice: fputcsv(): enclosure must be a single character in %s on line %d
 
-Notice: fputcsv(): write of 22 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fputcsv(): Write of 22 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -366,7 +366,7 @@ Notice: fputcsv(): delimiter must be a single character in %s on line %d
 
 Notice: fputcsv(): enclosure must be a single character in %s on line %d
 
-Notice: fputcsv(): write of 22 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fputcsv(): Write of 22 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -378,7 +378,7 @@ Notice: fputcsv(): delimiter must be a single character in %s on line %d
 
 Notice: fputcsv(): enclosure must be a single character in %s on line %d
 
-Notice: fputcsv(): write of 24 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fputcsv(): Write of 24 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -390,7 +390,7 @@ Notice: fputcsv(): delimiter must be a single character in %s on line %d
 
 Notice: fputcsv(): enclosure must be a single character in %s on line %d
 
-Notice: fputcsv(): write of 24 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fputcsv(): Write of 24 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
@@ -402,7 +402,7 @@ Notice: fputcsv(): delimiter must be a single character in %s on line %d
 
 Notice: fputcsv(): enclosure must be a single character in %s on line %d
 
-Notice: fputcsv(): write of 24 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fputcsv(): Write of 24 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
index bd7d05055573bde3bb22c1efbf6eb420136eabdb..07ed6c3e6ff38361425eb47a2202034568e7bb66 100644 (file)
@@ -112,7 +112,7 @@ echo "Done\n";
 int(0)
 bool(false)
 Reading 1024 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -121,7 +121,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1000 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -131,7 +131,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1024 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -140,7 +140,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1000 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -150,7 +150,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1024 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -159,7 +159,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1000 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -169,7 +169,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1024 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -178,7 +178,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1000 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -188,7 +188,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1024 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -197,7 +197,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1000 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -207,7 +207,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1024 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -216,7 +216,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1000 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -226,7 +226,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1024 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -235,7 +235,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1000 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -245,7 +245,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1024 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -254,7 +254,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1000 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -264,7 +264,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1024 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -273,7 +273,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1000 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -285,7 +285,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1024 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -294,7 +294,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1000 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -304,7 +304,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1024 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -313,7 +313,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1000 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -323,7 +323,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1024 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -332,7 +332,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1000 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -342,7 +342,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1024 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -351,7 +351,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1000 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -361,7 +361,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1024 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -370,7 +370,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1000 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -380,7 +380,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1024 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -389,7 +389,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1000 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -399,7 +399,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1024 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -408,7 +408,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1000 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -418,7 +418,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1024 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -427,7 +427,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1000 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -437,7 +437,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1024 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -446,7 +446,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1000 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -458,7 +458,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1024 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -467,7 +467,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1000 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -477,7 +477,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1024 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -486,7 +486,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1000 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -496,7 +496,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1024 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -505,7 +505,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1000 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -515,7 +515,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1024 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -524,7 +524,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1000 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -534,7 +534,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1024 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -543,7 +543,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1000 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -553,7 +553,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1024 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -562,7 +562,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1000 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -572,7 +572,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1024 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -581,7 +581,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1000 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -591,7 +591,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1024 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -600,7 +600,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1000 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -610,7 +610,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1024 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -619,7 +619,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1000 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -631,7 +631,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1024 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -640,7 +640,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1000 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -650,7 +650,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1024 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -659,7 +659,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1000 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -669,7 +669,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1024 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -678,7 +678,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1000 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -688,7 +688,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1024 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -697,7 +697,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1000 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -707,7 +707,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1024 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -716,7 +716,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1000 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -726,7 +726,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1024 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -735,7 +735,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1000 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -745,7 +745,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1024 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -754,7 +754,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1000 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -764,7 +764,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1024 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -773,7 +773,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1000 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -783,7 +783,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1024 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -792,7 +792,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1000 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
index 9c94a9932d662447e0839e9bc4cb83e7b653b14e..953158e594db56731882da67d7489c8e4b033041 100644 (file)
@@ -110,7 +110,7 @@ echo"Done\n";
 int(0)
 bool(false)
 Reading 1030 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -118,7 +118,7 @@ bool(false)
 int(1024)
 bool(false)
 Reading 10 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(1024)
 bool(false)
@@ -127,7 +127,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1030 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -135,7 +135,7 @@ bool(false)
 int(1024)
 bool(false)
 Reading 10 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(1024)
 bool(false)
@@ -144,7 +144,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1030 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -152,7 +152,7 @@ bool(false)
 int(1024)
 bool(false)
 Reading 10 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(1024)
 bool(false)
@@ -161,7 +161,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1030 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -169,7 +169,7 @@ bool(false)
 int(1024)
 bool(false)
 Reading 10 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(1024)
 bool(false)
@@ -178,7 +178,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1030 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -186,7 +186,7 @@ bool(false)
 int(1024)
 bool(false)
 Reading 10 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(1024)
 bool(false)
@@ -195,7 +195,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1030 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -203,7 +203,7 @@ bool(false)
 int(1024)
 bool(false)
 Reading 10 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(1024)
 bool(false)
@@ -212,7 +212,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1030 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -220,7 +220,7 @@ bool(false)
 int(1024)
 bool(false)
 Reading 10 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(1024)
 bool(false)
@@ -229,7 +229,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1030 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -237,7 +237,7 @@ bool(false)
 int(1024)
 bool(false)
 Reading 10 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(1024)
 bool(false)
@@ -246,7 +246,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1030 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -254,7 +254,7 @@ bool(false)
 int(1024)
 bool(false)
 Reading 10 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(1024)
 bool(false)
@@ -265,7 +265,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1030 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -273,7 +273,7 @@ bool(false)
 int(1024)
 bool(false)
 Reading 10 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(1024)
 bool(false)
@@ -282,7 +282,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1030 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -290,7 +290,7 @@ bool(false)
 int(1024)
 bool(false)
 Reading 10 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(1024)
 bool(false)
@@ -299,7 +299,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1030 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -307,7 +307,7 @@ bool(false)
 int(1024)
 bool(false)
 Reading 10 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(1024)
 bool(false)
@@ -316,7 +316,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1030 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -324,7 +324,7 @@ bool(false)
 int(1024)
 bool(false)
 Reading 10 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(1024)
 bool(false)
@@ -333,7 +333,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1030 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -341,7 +341,7 @@ bool(false)
 int(1024)
 bool(false)
 Reading 10 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(1024)
 bool(false)
@@ -350,7 +350,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1030 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -358,7 +358,7 @@ bool(false)
 int(1024)
 bool(false)
 Reading 10 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(1024)
 bool(false)
@@ -367,7 +367,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1030 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -375,7 +375,7 @@ bool(false)
 int(1024)
 bool(false)
 Reading 10 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(1024)
 bool(false)
@@ -384,7 +384,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1030 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -392,7 +392,7 @@ bool(false)
 int(1024)
 bool(false)
 Reading 10 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(1024)
 bool(false)
@@ -401,7 +401,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1030 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -409,7 +409,7 @@ bool(false)
 int(1024)
 bool(false)
 Reading 10 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(1024)
 bool(false)
@@ -420,7 +420,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1030 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -428,7 +428,7 @@ bool(false)
 int(1024)
 bool(false)
 Reading 10 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(1024)
 bool(false)
@@ -437,7 +437,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1030 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -445,7 +445,7 @@ bool(false)
 int(1024)
 bool(false)
 Reading 10 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(1024)
 bool(false)
@@ -454,7 +454,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1030 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -462,7 +462,7 @@ bool(false)
 int(1024)
 bool(false)
 Reading 10 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(1024)
 bool(false)
@@ -471,7 +471,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1030 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -479,7 +479,7 @@ bool(false)
 int(1024)
 bool(false)
 Reading 10 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(1024)
 bool(false)
@@ -488,7 +488,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1030 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -496,7 +496,7 @@ bool(false)
 int(1024)
 bool(false)
 Reading 10 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(1024)
 bool(false)
@@ -505,7 +505,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1030 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -513,7 +513,7 @@ bool(false)
 int(%r1024|1137%r)
 bool(false)
 Reading 10 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(%r1024|1137%r)
 bool(false)
@@ -522,7 +522,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1030 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -530,7 +530,7 @@ bool(false)
 int(1024)
 bool(false)
 Reading 10 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(1024)
 bool(false)
@@ -539,7 +539,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1030 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -547,7 +547,7 @@ bool(false)
 int(1024)
 bool(false)
 Reading 10 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(1024)
 bool(false)
@@ -556,7 +556,7 @@ bool(false)
 int(0)
 bool(false)
 Reading 1030 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(0)
 bool(false)
@@ -564,7 +564,7 @@ bool(false)
 int(%r1024|1137%r)
 bool(false)
 Reading 10 bytes from file, expecting 0 bytes ... 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 OK
 int(%r1024|1137%r)
 bool(false)
index 712e1e18c7b6980ad6ea21d2275b776aea613aff..61530e74b85332622589b111f87d92ce63a75da0 100644 (file)
@@ -70,209 +70,209 @@ if(file_exists($filename)) {
 
 -- iteration 1 --
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
 -- iteration 2 --
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
 -- iteration 3 --
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
 -- iteration 4 --
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
 -- iteration 5 --
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
 -- iteration 6 --
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
 -- iteration 7 --
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
 -- iteration 8 --
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
 -- iteration 9 --
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
-Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 
 *** Done ***
index f2005d7e6826d2493fedfe6107c2d76c80a31681..90e158d048a6cad7e40e7d8630c28c026e007ad1 100644 (file)
@@ -27,7 +27,7 @@ echo "Done\n";
 --EXPECTF--
 int(0)
 
-Notice: fwrite(): write of 4 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 4 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 int(4)
index 706c765f8c102020e4b884c981efc2c8cf48357d..92d4a38b05cd10b04895960ee76b88c84ca59a58 100644 (file)
@@ -85,13 +85,13 @@ echo "Done\n";
 -- Opening file in r --
 int(0)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 int(2)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(2)
 bool(false)
@@ -101,13 +101,13 @@ string(32) "950b7457d1deb6332f2fc5d42f3129d6"
 -- Opening file in rb --
 int(0)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 int(2)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(2)
 bool(false)
@@ -117,13 +117,13 @@ string(32) "950b7457d1deb6332f2fc5d42f3129d6"
 -- Opening file in rt --
 int(0)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 int(2)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(2)
 bool(false)
@@ -135,13 +135,13 @@ string(32) "950b7457d1deb6332f2fc5d42f3129d6"
 -- Opening file in r --
 int(0)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 int(2)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(2)
 bool(false)
@@ -151,13 +151,13 @@ string(32) "e486000c4c8452774f746a27658d87fa"
 -- Opening file in rb --
 int(0)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 int(2)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(2)
 bool(false)
@@ -167,13 +167,13 @@ string(32) "e486000c4c8452774f746a27658d87fa"
 -- Opening file in rt --
 int(0)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 int(2)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(2)
 bool(false)
@@ -185,13 +185,13 @@ string(32) "e486000c4c8452774f746a27658d87fa"
 -- Opening file in r --
 int(0)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 int(2)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(2)
 bool(false)
@@ -201,13 +201,13 @@ string(32) "b09c8026a64a88d36d4c2f17983964bb"
 -- Opening file in rb --
 int(0)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 int(2)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(2)
 bool(false)
@@ -217,13 +217,13 @@ string(32) "b09c8026a64a88d36d4c2f17983964bb"
 -- Opening file in rt --
 int(0)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 int(2)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(2)
 bool(false)
@@ -235,13 +235,13 @@ string(32) "b09c8026a64a88d36d4c2f17983964bb"
 -- Opening file in r --
 int(0)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 int(2)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(2)
 bool(false)
@@ -251,13 +251,13 @@ string(32) "3fabd48d8eaa65c14e0d93d6880c560c"
 -- Opening file in rb --
 int(0)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 int(2)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(2)
 bool(false)
@@ -267,13 +267,13 @@ string(32) "3fabd48d8eaa65c14e0d93d6880c560c"
 -- Opening file in rt --
 int(0)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 int(2)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(2)
 bool(false)
index 20bde9b71a288bc4689852e06087809af9184c0a..5ce8c4f2fa694c5fbdb7a5145569dd813b0eafe7 100644 (file)
@@ -77,13 +77,13 @@ echo "Done\n";
 -- Opening file in r --
 int(0)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 int(2)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(2)
 bool(false)
@@ -93,13 +93,13 @@ string(32) "950b7457d1deb6332f2fc5d42f3129d6"
 -- Opening file in rb --
 int(0)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 int(2)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(2)
 bool(false)
@@ -109,13 +109,13 @@ string(32) "950b7457d1deb6332f2fc5d42f3129d6"
 -- Opening file in rt --
 int(0)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 int(2)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(2)
 bool(false)
@@ -127,13 +127,13 @@ string(32) "950b7457d1deb6332f2fc5d42f3129d6"
 -- Opening file in r --
 int(0)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 int(2)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(2)
 bool(false)
@@ -143,13 +143,13 @@ string(32) "e486000c4c8452774f746a27658d87fa"
 -- Opening file in rb --
 int(0)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 int(2)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(2)
 bool(false)
@@ -159,13 +159,13 @@ string(32) "e486000c4c8452774f746a27658d87fa"
 -- Opening file in rt --
 int(0)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 int(2)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(2)
 bool(false)
@@ -177,13 +177,13 @@ string(32) "e486000c4c8452774f746a27658d87fa"
 -- Opening file in r --
 int(0)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 int(2)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(2)
 bool(false)
@@ -193,13 +193,13 @@ string(32) "b09c8026a64a88d36d4c2f17983964bb"
 -- Opening file in rb --
 int(0)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 int(2)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(2)
 bool(false)
@@ -209,13 +209,13 @@ string(32) "b09c8026a64a88d36d4c2f17983964bb"
 -- Opening file in rt --
 int(0)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 int(2)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(2)
 bool(false)
@@ -227,13 +227,13 @@ string(32) "b09c8026a64a88d36d4c2f17983964bb"
 -- Opening file in r --
 int(0)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 int(2)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(2)
 bool(false)
@@ -243,13 +243,13 @@ string(32) "3fabd48d8eaa65c14e0d93d6880c560c"
 -- Opening file in rb --
 int(0)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 int(2)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(2)
 bool(false)
@@ -259,13 +259,13 @@ string(32) "3fabd48d8eaa65c14e0d93d6880c560c"
 -- Opening file in rt --
 int(0)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(0)
 bool(false)
 int(2)
 
-Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
 bool(false)
 int(2)
 bool(false)
index cc1887c446ad3f50d9a41b14460e410d02489c30..208248f873c2ef4ae35365004ed810a6415b751e 100644 (file)
@@ -99,8 +99,8 @@ include "test2://hello";
 
 Warning: fopen(): test1:// wrapper is disabled in the server configuration by allow_url_include=0 in %sinclude_userstream_002.php on line 10
 
-Warning: fopen(test1://hello): failed to open stream: no suitable wrapper could be found in %sinclude_userstream_002.php on line 10
+Warning: fopen(test1://hello): Failed to open stream: no suitable wrapper could be found in %sinclude_userstream_002.php on line 10
 
-Warning: include(test2://hello): failed to open stream: "test::stream_open" call failed in %sinclude_userstream_002.php on line 89
+Warning: include(test2://hello): Failed to open stream: "test::stream_open" call failed in %sinclude_userstream_002.php on line 89
 
 Warning: include(): Failed opening 'test2://hello' for inclusion (include_path='%s') in %sinclude_userstream_002.php on line 89
index 71f8920d5370132b88469b4ac5da01ed93537903..5ffe28a8406a654d5a84d24d79d511d4efd71b09 100644 (file)
@@ -98,26 +98,26 @@ Deprecated: Directive 'allow_url_include' is deprecated in Unknown on line 0
 
 Warning: file_get_contents(): test1:// wrapper is disabled in the server configuration by allow_url_fopen=0 in %sinclude_userstream_003.php on line 86
 
-Warning: file_get_contents(test1://hello): failed to open stream: no suitable wrapper could be found in %sinclude_userstream_003.php on line 86
+Warning: file_get_contents(test1://hello): Failed to open stream: no suitable wrapper could be found in %sinclude_userstream_003.php on line 86
 
 
 Warning: include(): test1:// wrapper is disabled in the server configuration by allow_url_fopen=0 in %sinclude_userstream_003.php on line 87
 
-Warning: include(test1://hello): failed to open stream: no suitable wrapper could be found in %sinclude_userstream_003.php on line 87
+Warning: include(test1://hello): Failed to open stream: no suitable wrapper could be found in %sinclude_userstream_003.php on line 87
 
 Warning: include(): Failed opening 'test1://hello' for inclusion (include_path='%s') in %sinclude_userstream_003.php on line 87
 
 Warning: fopen(): test1:// wrapper is disabled in the server configuration by allow_url_fopen=0 in %sinclude_userstream_003.php on line 10
 
-Warning: fopen(test1://hello): failed to open stream: no suitable wrapper could be found in %sinclude_userstream_003.php on line 10
+Warning: fopen(test1://hello): Failed to open stream: no suitable wrapper could be found in %sinclude_userstream_003.php on line 10
 
-Warning: file_get_contents(test2://hello): failed to open stream: "test::stream_open" call failed in %sinclude_userstream_003.php on line 88
+Warning: file_get_contents(test2://hello): Failed to open stream: "test::stream_open" call failed in %sinclude_userstream_003.php on line 88
 
 
 Warning: fopen(): test1:// wrapper is disabled in the server configuration by allow_url_fopen=0 in %sinclude_userstream_003.php on line 10
 
-Warning: fopen(test1://hello): failed to open stream: no suitable wrapper could be found in %sinclude_userstream_003.php on line 10
+Warning: fopen(test1://hello): Failed to open stream: no suitable wrapper could be found in %sinclude_userstream_003.php on line 10
 
-Warning: include(test2://hello): failed to open stream: "test::stream_open" call failed in %sinclude_userstream_003.php on line 89
+Warning: include(test2://hello): Failed to open stream: "test::stream_open" call failed in %sinclude_userstream_003.php on line 89
 
 Warning: include(): Failed opening 'test2://hello' for inclusion (include_path='%s') in %sinclude_userstream_003.php on line 89
index 5c812d7b9aca9a28a4770171bdfcf1675ac93462..41a8f13786f3cf5c13872d39eb4adb86f871ece4 100644 (file)
@@ -28,11 +28,11 @@ echo "Done";
 
 -- Testing parse_ini_file() function with more than expected no. of arguments --
 
-Warning: parse_ini_file(%s): failed to open stream: No such file or directory in %s on line %d
+Warning: parse_ini_file(%s): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
 -- Testing parse_ini_file() function with a non-existent file --
 
-Warning: parse_ini_file(%s): failed to open stream: No such file or directory in %s on line %d
+Warning: parse_ini_file(%s): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 Done
index df98a632b40c601b0a3e58eb521f62466feee30d..aac0426e964399a589d7b79aa3bc129d9e4a94f3 100644 (file)
@@ -97,12 +97,12 @@ array(1) {
 
 -- Iteration 5 --
 
-Warning: parse_ini_file(%sparseIniFileVar私はガラスを食べられます.dir\parseIniFileVar私はガラスを食べられますSub\..\\\parseIniFileVar私はガラスを食べられますSub\\..\\..\parseIniFileVar私はガラスを食べられますSub\parseIniFileVar私はガラスを食べられます.ini): failed to open stream: No such file or directory in %s on line %d
+Warning: parse_ini_file(%sparseIniFileVar私はガラスを食べられます.dir\parseIniFileVar私はガラスを食べられますSub\..\\\parseIniFileVar私はガラスを食べられますSub\\..\\..\parseIniFileVar私はガラスを食べられますSub\parseIniFileVar私はガラスを食べられます.ini): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
 -- Iteration 6 --
 
-Warning: parse_ini_file(%sparseIniFileVar私はガラスを食べられます.dir\parseIniFileVar私はガラスを食べられますSub\BADDIR\parseIniFileVar私はガラスを食べられます.ini): failed to open stream: No such file or directory in %s on line %d
+Warning: parse_ini_file(%sparseIniFileVar私はガラスを食べられます.dir\parseIniFileVar私はガラスを食べられますSub\BADDIR\parseIniFileVar私はガラスを食べられます.ini): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
 -- Iteration 7 --
@@ -131,7 +131,7 @@ array(1) {
 
 -- Iteration 11 --
 
-Warning: parse_ini_file(BADDIR\parseIniFileVar私はガラスを食べられます.ini): failed to open stream: No such file or directory in %s on line %d
+Warning: parse_ini_file(BADDIR\parseIniFileVar私はガラスを食べられます.ini): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
 -- Iteration 12 --
index 2ef1d88fcccb99bfbef3bb1760a26e0751c315bb..a0fb9878b3a6e6ffa3cb24f2c272f890499ad54a 100644 (file)
@@ -97,12 +97,12 @@ array(1) {
 
 -- Iteration 5 --
 
-Warning: parse_ini_file(%sparseIniFileVar6.dir\parseIniFileVar6Sub\..\\\parseIniFileVar6Sub\\..\\..\parseIniFileVar6Sub\ParseIniFileVar6.ini): failed to open stream: No such file or directory in %s on line %d
+Warning: parse_ini_file(%sparseIniFileVar6.dir\parseIniFileVar6Sub\..\\\parseIniFileVar6Sub\\..\\..\parseIniFileVar6Sub\ParseIniFileVar6.ini): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
 -- Iteration 6 --
 
-Warning: parse_ini_file(%sparseIniFileVar6.dir\parseIniFileVar6Sub\BADDIR\ParseIniFileVar6.ini): failed to open stream: No such file or directory in %s on line %d
+Warning: parse_ini_file(%sparseIniFileVar6.dir\parseIniFileVar6Sub\BADDIR\ParseIniFileVar6.ini): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
 -- Iteration 7 --
@@ -131,7 +131,7 @@ array(1) {
 
 -- Iteration 11 --
 
-Warning: parse_ini_file(BADDIR\ParseIniFileVar6.ini): failed to open stream: No such file or directory in %s on line %d
+Warning: parse_ini_file(BADDIR\ParseIniFileVar6.ini): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
 -- Iteration 12 --
index 7c6d8ab4cbd2296d5119c8d50bd88f82d5306fcd..e0af048e8b14e57f41d1eb9bfc5a61488f54f4dc 100644 (file)
@@ -89,12 +89,12 @@ array(1) {
 
 -- Iteration 5 --
 
-Warning: parse_ini_file(%sparseIniFileVar6.dir/parseIniFileVar6Sub/..///parseIniFileVar6Sub//..//../parseIniFileVar6Sub/ParseIniFileVar6.ini): failed to open stream: No such file or directory in %s on line %d
+Warning: parse_ini_file(%sparseIniFileVar6.dir/parseIniFileVar6Sub/..///parseIniFileVar6Sub//..//../parseIniFileVar6Sub/ParseIniFileVar6.ini): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
 -- Iteration 6 --
 
-Warning: parse_ini_file(%sparseIniFileVar6.dir/parseIniFileVar6Sub/BADDIR/ParseIniFileVar6.ini): failed to open stream: No such file or directory in %s on line %d
+Warning: parse_ini_file(%sparseIniFileVar6.dir/parseIniFileVar6Sub/BADDIR/ParseIniFileVar6.ini): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
 -- Iteration 7 --
@@ -123,7 +123,7 @@ array(1) {
 
 -- Iteration 11 --
 
-Warning: parse_ini_file(BADDIR/ParseIniFileVar6.ini): failed to open stream: No such file or directory in %s on line %d
+Warning: parse_ini_file(BADDIR/ParseIniFileVar6.ini): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
 *** Done ***
index c004a4319f51b557ee8506d9457aa4e64219b9c6..75e05620aad1491411915e5364a61cc6b3f9fd9e 100644 (file)
@@ -11,12 +11,12 @@ echo "\nDone.\n";
 --EXPECTF--
 Warning: fopen(): Invalid php:// URL specified in %s on line %d
 
-Warning: fopen(php://fd): failed to open stream: operation failed in %s on line 2
+Warning: fopen(php://fd): Failed to open stream: operation failed in %s on line 2
 
-Warning: fopen(php://fd/): failed to open stream: php://fd/ stream must be specified in the form php://fd/<orig fd> in %s on line %d
+Warning: fopen(php://fd/): Failed to open stream: php://fd/ stream must be specified in the form php://fd/<orig fd> in %s on line %d
 
-Warning: fopen(php://fd/-2): failed to open stream: The file descriptors must be non-negative numbers smaller than %d in %s on line %d
+Warning: fopen(php://fd/-2): Failed to open stream: The file descriptors must be non-negative numbers smaller than %d in %s on line %d
 
-Warning: fopen(php://fd/1/): failed to open stream: php://fd/ stream must be specified in the form php://fd/<orig fd> in %s on line %d
+Warning: fopen(php://fd/1/): Failed to open stream: php://fd/ stream must be specified in the form php://fd/<orig fd> in %s on line %d
 
 Done.
index ea3a1aff6ebb3c9330876af5e0368d8b71268368..142f70abb46432f1a319858a42b59d4beb69c7f8 100644 (file)
@@ -6,6 +6,6 @@ fopen("php://fd/1023", "w");
 
 echo "\nDone.\n";
 --EXPECTF--
-Warning: fopen(php://fd/1023): failed to open stream: Error duping file descriptor 1023; possibly it doesn't exist: [9]: %s in %s on line %d
+Warning: fopen(php://fd/1023): Failed to open stream: Error duping file descriptor 1023; possibly it doesn't exist: [9]: %s in %s on line %d
 
 Done.
index 9e5c6e5702a2335f1c3241a37f2db52adc861ec7..b0ada5ea21836b57d51cce2c6241067c96e45d19 100644 (file)
@@ -38,6 +38,6 @@ bool(false)
 
 -- Testing readfile() with non-existent file --
 
-Warning: readfile(%s/non_existent_file.tmp): failed to open stream: %s in %s on line %d
+Warning: readfile(%s/non_existent_file.tmp): Failed to open stream: %s in %s on line %d
 bool(false)
 Done
index 88349e18d9b6f2eb2e0b1d0a4c8fe27b7e742619..c6c3f87a36abefb2eeb2590aa2f53b2885690546 100644 (file)
@@ -52,11 +52,11 @@ foreach($names_arr as $key => $value) {
 
 -- Filename: -1 --
 
-Warning: readfile(-1): failed to open stream: No such file or directory in %s on line %d
+Warning: readfile(-1): Failed to open stream: No such file or directory in %s on line %d
 
 -- Filename: TRUE --
 
-Warning: readfile(1): failed to open stream: No such file or directory in %s on line %d
+Warning: readfile(1): Failed to open stream: No such file or directory in %s on line %d
 
 -- Filename: FALSE --
 
@@ -72,7 +72,7 @@ Warning: readfile(): Filename cannot be empty in %s on line %d
 
 -- Filename: " " --
 
-Warning: readfile( ): failed to open stream: Permission denied in %s on line %d
+Warning: readfile( ): Failed to open stream: Permission denied in %s on line %d
 
 -- Filename: \0 --
 readfile() expects parameter 1 to be a valid path, string given
@@ -82,8 +82,8 @@ readfile() expects parameter 1 to be a valid path, array given
 
 -- Filename: /no/such/file/dir --
 
-Warning: readfile(/no/such/file/dir): failed to open stream: No such file or directory in %s on line %d
+Warning: readfile(/no/such/file/dir): Failed to open stream: No such file or directory in %s on line %d
 
 -- Filename: php/php --
 
-Warning: readfile(php/php): failed to open stream: No such file or directory in %s on line %d
+Warning: readfile(php/php): Failed to open stream: No such file or directory in %s on line %d
index 351b03d565aa195544db5e39452f4ac6bc89b541..fd501eaef59fb1634a9d5578a27f44af4fdb6afd 100644 (file)
Binary files a/ext/standard/tests/file/readfile_variation10.phpt and b/ext/standard/tests/file/readfile_variation10.phpt differ
index 4ca719266f4b7b9c3d28c439fe4272767c4eaaa2..acf968d6fd2663baf917f54195790552e4e18637 100644 (file)
@@ -86,11 +86,11 @@ The File Contents
 The File Contents
 -- %s\readfileVar私はガラスを食べられます8\readfileVar私はガラスを食べられます8Sub\..\\\readfileVar私はガラスを食べられます8Sub\\..\\..\readfileVar私はガラスを食べられます8Sub --
 
-Warning: readfile(%s\readfileVar私はガラスを食べられます8\readfileVar私はガラスを食べられます8Sub\..\\\readfileVar私はガラスを食べられます8Sub\\..\\..\readfileVar私はガラスを食べられます8Sub\fileToRead.tmp): failed to open stream: No such file or directory in %s on line %d
+Warning: readfile(%s\readfileVar私はガラスを食べられます8\readfileVar私はガラスを食べられます8Sub\..\\\readfileVar私はガラスを食べられます8Sub\\..\\..\readfileVar私はガラスを食べられます8Sub\fileToRead.tmp): Failed to open stream: No such file or directory in %s on line %d
 
 -- %s\readfileVar私はガラスを食べられます8\readfileVar私はガラスを食べられます8Sub\BADDIR --
 
-Warning: readfile(%s\readfileVar私はガラスを食べられます8\readfileVar私はガラスを食べられます8Sub\BADDIR\fileToRead.tmp): failed to open stream: No such file or directory in %s on line %d
+Warning: readfile(%s\readfileVar私はガラスを食べられます8\readfileVar私はガラスを食べられます8Sub\BADDIR\fileToRead.tmp): Failed to open stream: No such file or directory in %s on line %d
 
 -- readfileVar私はガラスを食べられます8\readfileVar私はガラスを食べられます8Sub --
 The File Contents
@@ -102,7 +102,7 @@ The File Contents
 The File Contents
 -- BADDIR --
 
-Warning: readfile(BADDIR\fileToRead.tmp): failed to open stream: No such file or directory in %s on line %d
+Warning: readfile(BADDIR\fileToRead.tmp): Failed to open stream: No such file or directory in %s on line %d
 
 -- /%s/readfileVar私はガラスを食べられます8/readfileVar私はガラスを食べられます8Sub --
 The File Contents
index c914786407412f378594a36976d12f99193adfa9..ebd15ae61856b92dd95066ee216db69d15437b2d 100644 (file)
@@ -86,11 +86,11 @@ The File Contents
 The File Contents
 -- %s\readfileVar8\readfileVar8Sub\..\\\readfileVar8Sub\\..\\..\readfileVar8Sub --
 
-Warning: readfile(%s\readfileVar8\readfileVar8Sub\..\\\readfileVar8Sub\\..\\..\readfileVar8Sub\fileToRead.tmp): failed to open stream: No such file or directory in %s on line %d
+Warning: readfile(%s\readfileVar8\readfileVar8Sub\..\\\readfileVar8Sub\\..\\..\readfileVar8Sub\fileToRead.tmp): Failed to open stream: No such file or directory in %s on line %d
 
 -- %s\readfileVar8\readfileVar8Sub\BADDIR --
 
-Warning: readfile(%s\readfileVar8\readfileVar8Sub\BADDIR\fileToRead.tmp): failed to open stream: No such file or directory in %s on line %d
+Warning: readfile(%s\readfileVar8\readfileVar8Sub\BADDIR\fileToRead.tmp): Failed to open stream: No such file or directory in %s on line %d
 
 -- readfileVar8\readfileVar8Sub --
 The File Contents
@@ -102,7 +102,7 @@ The File Contents
 The File Contents
 -- BADDIR --
 
-Warning: readfile(BADDIR\fileToRead.tmp): failed to open stream: No such file or directory in %s on line %d
+Warning: readfile(BADDIR\fileToRead.tmp): Failed to open stream: No such file or directory in %s on line %d
 
 -- /%s/readfileVar8/readfileVar8Sub --
 The File Contents
index 1d536e61f1d0fd0aae888da52d42ce5b6b898fda..a6ca560d6d184da206821ef1ec849352c3f8ea05 100644 (file)
@@ -78,11 +78,11 @@ The File Contents
 The File Contents
 -- Iteration 5 --
 
-Warning: readfile(%sreadfileVar8Sub/..///readfileVar8Sub//..//../readfileVar8Sub/fileToRead.tmp): failed to open stream: No such file or directory in %s on line %d
+Warning: readfile(%sreadfileVar8Sub/..///readfileVar8Sub//..//../readfileVar8Sub/fileToRead.tmp): Failed to open stream: No such file or directory in %s on line %d
 
 -- Iteration 6 --
 
-Warning: readfile(%sreadfileVar8Sub/BADDIR/fileToRead.tmp): failed to open stream: No such file or directory in %s on line %d
+Warning: readfile(%sreadfileVar8Sub/BADDIR/fileToRead.tmp): Failed to open stream: No such file or directory in %s on line %d
 
 -- Iteration 7 --
 The File Contents
@@ -94,6 +94,6 @@ The File Contents
 The File Contents
 -- Iteration 11 --
 
-Warning: readfile(BADDIR/fileToRead.tmp): failed to open stream: No such file or directory in %s on line %d
+Warning: readfile(BADDIR/fileToRead.tmp): Failed to open stream: No such file or directory in %s on line %d
 
 *** Done ***
index 6e692c554a9c0409cc94eb124c7c585eda0d33bc..6a203c67722df2b4cd1276da8bd469fc513f1f18 100644 (file)
@@ -17,7 +17,7 @@ Warning: fopen(): Unable to find the wrapper "file" - did you forget to enable i
 
 Warning: fopen(): file:// wrapper is disabled in the server configuration in %s on line %d
 
-Warning: fopen(file://%s): failed to open stream: no suitable wrapper could be found in %s on line %d
+Warning: fopen(file://%s): Failed to open stream: no suitable wrapper could be found in %s on line %d
 bool(false)
 bool(true)
 resource(%d) of type (stream)
index 84f3b78f0632927bdc40c2a2f6f8777b6bcf478f..4aab2240ee67ab20a2dcd3d6f9b65cb0e2cae2df 100644 (file)
@@ -19,27 +19,27 @@ var_dump($a, $b);
 echo "Done\n";
 ?>
 --EXPECTF--
-Warning: stream_socket_client(): unable to connect to  (Failed to parse address "") in %s on line %d
+Warning: stream_socket_client(): Unable to connect to  (Failed to parse address "") in %s on line %d
 bool(false)
 int(0)
 string(26) "Failed to parse address """
 
-Warning: stream_socket_client(): unable to connect to [ (Failed to parse address "[") in %s on line %d
+Warning: stream_socket_client(): Unable to connect to [ (Failed to parse address "[") in %s on line %d
 bool(false)
 int(0)
 string(27) "Failed to parse address "[""
 
-Warning: stream_socket_client(): unable to connect to [  (Failed to parse%saddress "[ ") in %s on line %d
+Warning: stream_socket_client(): Unable to connect to [  (Failed to parse%saddress "[ ") in %s on line %d
 bool(false)
 int(0)
 string(%d) "Failed to parse%saddress "[ ""
 
-Warning: stream_socket_client(): unable to connect to . (Failed to parse address ".") in %s on line %d
+Warning: stream_socket_client(): Unable to connect to . (Failed to parse address ".") in %s on line %d
 bool(false)
 int(0)
 string(27) "Failed to parse address ".""
 
-Warning: stream_socket_client(): unable to connect to 1 (Failed to parse address "1") in %s on line %d
+Warning: stream_socket_client(): Unable to connect to 1 (Failed to parse address "1") in %s on line %d
 bool(false)
 int(0)
 string(27) "Failed to parse address "1""
index 9ec21fb90ae857c2cbd0376d3d6c61bcd7a0965a..162f1ea9eaa571cb328c4aff89ddedf2375832e3 100644 (file)
@@ -51,7 +51,7 @@ array(7) {
 }
 NULL
 
-Warning: fopen(data://): failed to open stream: rfc2397: no comma in URL in %sstream_rfc2397_002.php on line %d
+Warning: fopen(data://): Failed to open stream: rfc2397: no comma in URL in %sstream_rfc2397_002.php on line %d
 array(7) {
   ["base64"]=>
   bool(true)
@@ -70,11 +70,11 @@ array(7) {
 }
 NULL
 
-Warning: fopen(data://;base64): failed to open stream: rfc2397: no comma in URL in %sstream_rfc2397_002.php on line %d
+Warning: fopen(data://;base64): Failed to open stream: rfc2397: no comma in URL in %sstream_rfc2397_002.php on line %d
 
-Warning: fopen(data://foo,): failed to open stream: rfc2397: illegal media type in %sstream_rfc2397_002.php on line %d
+Warning: fopen(data://foo,): Failed to open stream: rfc2397: illegal media type in %sstream_rfc2397_002.php on line %d
 
-Warning: fopen(data://foo=bar,): failed to open stream: rfc2397: illegal media type in %sstream_rfc2397_002.php on line %d
+Warning: fopen(data://foo=bar,): Failed to open stream: rfc2397: illegal media type in %sstream_rfc2397_002.php on line %d
 array(8) {
   ["mediatype"]=>
   string(10) "text/plain"
@@ -95,7 +95,7 @@ array(8) {
 }
 NULL
 
-Warning: fopen(data://text/plain;foo,): failed to open stream: rfc2397: illegal parameter in %sstream_rfc2397_002.php on line %d
+Warning: fopen(data://text/plain;foo,): Failed to open stream: rfc2397: illegal parameter in %sstream_rfc2397_002.php on line %d
 array(9) {
   ["mediatype"]=>
   string(10) "text/plain"
@@ -118,7 +118,7 @@ array(9) {
 }
 string(3) "bar"
 
-Warning: fopen(data://text/plain;foo=bar;bla,): failed to open stream: rfc2397: illegal parameter in %sstream_rfc2397_002.php on line %d
+Warning: fopen(data://text/plain;foo=bar;bla,): Failed to open stream: rfc2397: illegal parameter in %sstream_rfc2397_002.php on line %d
 array(9) {
   ["mediatype"]=>
   string(10) "text/plain"
@@ -141,7 +141,7 @@ array(9) {
 }
 string(3) "bar"
 
-Warning: fopen(data://text/plain;foo=bar;bar=baz): failed to open stream: rfc2397: no comma in URL in %sstream_rfc2397_002.php on line %d
+Warning: fopen(data://text/plain;foo=bar;bar=baz): Failed to open stream: rfc2397: no comma in URL in %sstream_rfc2397_002.php on line %d
 array(10) {
   ["mediatype"]=>
   string(10) "text/plain"
index bc959bb3a9f98f1a83333b117a0131e66f015f77..7caf1b666e0f59361e5716f8d53aedac9a298319 100644 (file)
@@ -26,8 +26,8 @@ foreach($streams as $stream)
 file_get_contents() expects parameter 1 to be a valid path, string given
 file_get_contents() expects parameter 1 to be a valid path, string given
 
-Warning: file_get_contents(data:;base64,#Zm9vYmFyIGZvb2Jhcg==): failed to open stream: rfc2397: unable to decode in %sstream_rfc2397_006.php on line %d
+Warning: file_get_contents(data:;base64,#Zm9vYmFyIGZvb2Jhcg==): Failed to open stream: rfc2397: unable to decode in %sstream_rfc2397_006.php on line %d
 bool(false)
 
-Warning: file_get_contents(data:;base64,#Zm9vYmFyIGZvb2Jhc=): failed to open stream: rfc2397: unable to decode in %sstream_rfc2397_006.php on line %d
+Warning: file_get_contents(data:;base64,#Zm9vYmFyIGZvb2Jhc=): Failed to open stream: rfc2397: unable to decode in %sstream_rfc2397_006.php on line %d
 bool(false)
index 41aad59b5d82de266b69a3d9470983a325a36e96..b625e46f2603eeea677c2e215af0fc93b12aa91f 100644 (file)
@@ -54,33 +54,33 @@ bool(true)
 
 Warning: stream_select(): test_wrapper_base::stream_cast is not implemented! in %s
 
-Warning: stream_select(): cannot represent a stream of type user-space as a select()able descriptor in %s
+Warning: stream_select(): Cannot represent a stream of type user-space as a select()able descriptor in %s
 No stream arrays were passed
 
 ------ return value is false: -------
 
-Warning: stream_select(): cannot represent a stream of type user-space as a select()able descriptor in %s
+Warning: stream_select(): Cannot represent a stream of type user-space as a select()able descriptor in %s
 No stream arrays were passed
 
 ------ return value not a stream resource: -------
 
 Warning: stream_select(): test_wrapper::stream_cast must return a stream resource in %s
 
-Warning: stream_select(): cannot represent a stream of type user-space as a select()able descriptor in %s
+Warning: stream_select(): Cannot represent a stream of type user-space as a select()able descriptor in %s
 No stream arrays were passed
 
 ------ return value is stream itself: -------
 
 Warning: stream_select(): test_wrapper::stream_cast must not return itself in %s
 
-Warning: stream_select(): cannot represent a stream of type user-space as a select()able descriptor in %s
+Warning: stream_select(): Cannot represent a stream of type user-space as a select()able descriptor in %s
 No stream arrays were passed
 
 ------ return value cannot be casted: -------
 
 Warning: stream_select(): test_wrapper_base::stream_cast is not implemented! in %s
 
-Warning: stream_select(): cannot represent a stream of type user-space as a select()able descriptor in %s
+Warning: stream_select(): Cannot represent a stream of type user-space as a select()able descriptor in %s
 
-Warning: stream_select(): cannot represent a stream of type user-space as a select()able descriptor in %s
+Warning: stream_select(): Cannot represent a stream of type user-space as a select()able descriptor in %s
 No stream arrays were passed
index 578e462bd9e8d2ec518c4e05613ce3f3a7816a24..a890b41a579347e565bba17896db8527532be1d4 100644 (file)
@@ -39,6 +39,6 @@ unlink($file);
 --EXPECTF--
 fffffffffff
 
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 hello
 THANK YOU
index 4c043be3b6e792745f0f74e9c0ac85c26ce11ce3..1264cada0364245bbe4cc54574de8bc276a7b45d 100644 (file)
@@ -10,9 +10,9 @@ filter_errors_test('convert.base64-decode', '===');
 --EXPECTF--
 test filtering of buffered data
 
-Warning: stream_filter_append(): stream filter (convert.base64-decode): invalid byte sequence in %s
+Warning: stream_filter_append(): Stream filter (convert.base64-decode): invalid byte sequence in %s
 
 Warning: stream_filter_append(): Filter failed to process pre-buffered data in %s
 test filtering of non buffered data
 
-Warning: stream_get_contents(): stream filter (convert.base64-decode): invalid byte sequence in %s
+Warning: stream_get_contents(): Stream filter (convert.base64-decode): invalid byte sequence in %s
index 8175bbe44b86d8b29e5f5f6ad6e8219a6de9baf4..6375969e032e16ca070c9653f2d487ede8bbd70f 100644 (file)
@@ -13,7 +13,7 @@ try {
 }
 ?>
 --EXPECTF--
-Warning: file_get_contents(): unable to create or locate filter "sample.filter" in %s on line %d
+Warning: file_get_contents(): Unable to create or locate filter "sample.filter" in %s on line %d
 
 Warning: file_get_contents(): Unable to create filter (sample.filter) in %s on line %d
 Undefined constant 'FOO'
index a3ff299520df9530c0ca1b601cc5101e17aa920a..251ebf519ca8739e9ef521318ee46ab67801abc1 100644 (file)
@@ -13,7 +13,7 @@ try {
 }
 ?>
 --EXPECTF--
-Warning: main(): unable to create or locate filter "sample.filter" in %s on line %d
+Warning: main(): Unable to create or locate filter "sample.filter" in %s on line %d
 
 Warning: main(): Unable to create filter (sample.filter) in %s on line %d
 Undefined constant 'FOO'
index c9744e64dd644df6ec7a48107f8ca7a48d7eae23..12cfb819a42b788afb44160422305daa99fe97ff 100644 (file)
@@ -25,5 +25,5 @@ try {
 <?php exit(0); ?>
 --EXPECT--
 before
-in catch: DirectoryIterator::__construct(/this/path/does/not/exist): failed to open dir: No such file or directory
+in catch: DirectoryIterator::__construct(/this/path/does/not/exist): Failed to open directory: No such file or directory
 ==DONE==
index d070c50c60b70fbc383bbb4bfc8fb3a96962251d..c45e8108413e392bd650fb296f5eb4347bb2c916 100644 (file)
@@ -19,5 +19,5 @@ var_dump( ob_get_flush() );
 --EXPECTF--
 *** Testing ob_get_flush() : error conditions ***
 
-Notice: ob_get_flush(): failed to delete and flush buffer. No buffer to delete or flush in %s on line %d
+Notice: ob_get_flush(): Failed to delete and flush buffer. No buffer to delete or flush in %s on line %d
 bool(false)
index 201bb481fc34e2dc586f8f22407acc5535f6a7a1..8b0db68a547e79fcd1d8fe9c1d6a6f70cd9aa9b3 100644 (file)
@@ -119,10 +119,10 @@ var_dump(parse_ini_file($filename, true));
 echo "Done\n";
 ?>
 --EXPECTF--
-Warning: parse_ini_file(%sparse_ini_file.dat): failed to open stream: No such file or directory in %sparse_ini_file.php on line %d
+Warning: parse_ini_file(%sparse_ini_file.dat): Failed to open stream: No such file or directory in %sparse_ini_file.php on line %d
 bool(false)
 
-Warning: parse_ini_file(%sparse_ini_file.dat): failed to open stream: No such file or directory in %sparse_ini_file.php on line %d
+Warning: parse_ini_file(%sparse_ini_file.dat): Failed to open stream: No such file or directory in %sparse_ini_file.php on line %d
 bool(false)
 array(1) {
   ["test"]=>
index b83a0e1a07381928e5f7141b087a62f0a429d4f0..0cb9f03eb86943f93514d3d222a63fdfedbaaf8d 100644 (file)
@@ -44,7 +44,7 @@ array(4) {
   resource(%d) of type (Unknown)
 }
 
-Warning: proc_open(test): failed to open stream: %s in %s on line %d
+Warning: proc_open(test): Failed to open stream: %s in %s on line %d
 array(4) {
   [3]=>
   resource(%d) of type (Unknown)
index 5e9fd10273565f398bfd2f92c86453716a04f013..53a607655d3112034a83c197ccfe962431b4d7f1 100644 (file)
@@ -105,7 +105,7 @@ Connection: close
 "
 -- Test: fail after 2 redirections --
 
-Warning: fopen(http://127.0.0.1:12342/foo/bar): failed to open stream: Redirection limit reached, aborting in %s
+Warning: fopen(http://127.0.0.1:12342/foo/bar): Failed to open stream: Redirection limit reached, aborting in %s
 bool(false)
 string(%d) "GET /foo/bar HTTP/1.0
 Host: 127.0.0.1:12342
@@ -118,7 +118,7 @@ Connection: close
 "
 -- Test: fail at first redirection --
 
-Warning: fopen(http://127.0.0.1:12342/foo/bar): failed to open stream: Redirection limit reached, aborting in %s
+Warning: fopen(http://127.0.0.1:12342/foo/bar): Failed to open stream: Redirection limit reached, aborting in %s
 bool(false)
 string(%d) "GET /foo/bar HTTP/1.0
 Host: 127.0.0.1:12342
@@ -127,7 +127,7 @@ Connection: close
 "
 -- Test: fail at first redirection (2) --
 
-Warning: fopen(http://127.0.0.1:12342/foo/bar): failed to open stream: Redirection limit reached, aborting in %s
+Warning: fopen(http://127.0.0.1:12342/foo/bar): Failed to open stream: Redirection limit reached, aborting in %s
 bool(false)
 string(%d) "GET /foo/bar HTTP/1.0
 Host: 127.0.0.1:12342
index 5996df369a09529bc57e45c394fee43e5475b25f..b72011d5e2f312fa7c99ec3e78c8b61f09107c22 100644 (file)
@@ -38,13 +38,13 @@ function do_test() {
 
 do_test();
 --EXPECTF--
-Warning: file_get_contents(http://127.0.0.1:12342/): failed to open stream: HTTP request failed! HTTP/1.0 404 Not Found
+Warning: file_get_contents(http://127.0.0.1:12342/): Failed to open stream: HTTP request failed! HTTP/1.0 404 Not Found
  in %s on line %d
 
-Warning: file_get_contents(http://127.0.0.1:12342/): failed to open stream: HTTP request failed! HTTP/1.0 404 Not Found
+Warning: file_get_contents(http://127.0.0.1:12342/): Failed to open stream: HTTP request failed! HTTP/1.0 404 Not Found
  in %s on line %d
 
-Warning: file_get_contents(http://127.0.0.1:12342/): failed to open stream: HTTP request failed! HTTP/1.0 404 Not Found
+Warning: file_get_contents(http://127.0.0.1:12342/): Failed to open stream: HTTP request failed! HTTP/1.0 404 Not Found
  in %s on line %d
 leak? penultimate iteration: %d, last one: %d
 bool(true)
index 223a4def7ddecc4b3cf68e45cd3645314e3e8de7..c9c2a199dd79707c97d23b4e622bfdb3b336ba17 100644 (file)
@@ -33,5 +33,5 @@ http_server_kill($pid);
 var_dump($f);
 ?>
 --EXPECTF--
-Warning: file_get_contents(http://127.0.0.1:22345/): failed to open stream: HTTP request failed! HTTP/1.0 404 Not Found%ain %s on line %d
+Warning: file_get_contents(http://127.0.0.1:22345/): Failed to open stream: HTTP request failed! HTTP/1.0 404 Not Found%ain %s on line %d
 bool(false)
index ee943ca365299855db90703223933a5e75aa3ef6..10de23fdf307ab1d32f0152fc8e1b6d426f1f4ea 100644 (file)
@@ -31,5 +31,5 @@ http_server_kill($pid);
 ?>
 DONE
 --EXPECTF--
-Warning: file_get_contents(http://127.0.0.1:12342/): failed to open stream: HTTP request failed! in %s on line %d
+Warning: file_get_contents(http://127.0.0.1:12342/): Failed to open stream: HTTP request failed! in %s on line %d
 DONE
index dedd2c35502074a63936734abc1e63c8064bf5e0..1b743259add824d56201724b4c5e9d0871222540 100644 (file)
@@ -26,7 +26,7 @@ test();
 http_server_kill($pid);
 ?>
 --EXPECTF--
-Warning: file_get_contents(http://127.0.0.1:22348/): failed to open stream: HTTP request failed! HTTP/1.0 404 Not Found%a
+Warning: file_get_contents(http://127.0.0.1:22348/): Failed to open stream: HTTP request failed! HTTP/1.0 404 Not Found%a
 bool(false)
 array(5) {
   [0]=>
index 54a0073b5e82c99ad433fc8c3a35421070b2f083..176d6dd2ce3cd0be9631327f65555cb30ca3120a 100644 (file)
@@ -68,7 +68,7 @@ Connection: close
 
 "
 
-Warning: fopen(http://127.0.0.1:12342/foo/bar): failed to open stream: HTTP request failed! HTTP/1.0 404 Not found
+Warning: fopen(http://127.0.0.1:12342/foo/bar): Failed to open stream: HTTP request failed! HTTP/1.0 404 Not found
  in %s on line %d
 bool(false)
 string(%d) "GET /foo/bar HTTP/1.0
index 7af154958665ef0bafd355283cf50cf7c2c76536..61fe245efed29f9eaad76acb64736bfc5b0b4b22 100644 (file)
@@ -5,7 +5,7 @@ Bug #13213 (GetImageSize and wrong JPEG Comments)
 var_dump(GetImageSize(__DIR__.'/bug13213.jpg'));
 ?>
 --EXPECTF--
-Warning: getimagesize(): corrupt JPEG data: 2 extraneous bytes before marker in %s%ebug13213.php on line %d
+Warning: getimagesize(): Corrupt JPEG data: 2 extraneous bytes before marker in %s%ebug13213.php on line %d
 array(7) {
   [0]=>
   int(1)
index 292aaf095225fb2322abd1f058866a0c763c0eaa..074338c18aebc50952d900643aa22eef448fc44d 100644 (file)
@@ -7,7 +7,7 @@ define('FILENAME', __DIR__ . DIRECTORY_SEPARATOR . 'bug72278.jpg');
 var_dump(getimagesize(FILENAME));
 ?>
 --EXPECTF--
-Warning: getimagesize(): corrupt JPEG data: 3 extraneous bytes before marker in %s%ebug72278.php on line %d
+Warning: getimagesize(): Corrupt JPEG data: 3 extraneous bytes before marker in %s%ebug72278.php on line %d
 array(7) {
   [0]=>
   int(300)
index 20efd1afbc5149cd775d5762093c3b0d2f91dfa9..f65869af9e962cbf7d76d11f4ea782ebae28e1bd 100644 (file)
@@ -49,10 +49,10 @@ array(0) {
 
 -- Non-existent file (nofile.ext) --
 
-Warning: getimagesize(%snofile.ext): failed to open stream: No such file or directory in %s on line %d
+Warning: getimagesize(%snofile.ext): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
-Warning: getimagesize(%snofile.ext): failed to open stream: No such file or directory in %s on line %d
+Warning: getimagesize(%snofile.ext): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 array(0) {
 }
index e946167008ad8d62fa3bd9443e9288c08503e057..7357f1c6f5313005c21d99d78f27e96992aefe6a 100644 (file)
@@ -19,6 +19,6 @@ $context = stream_context_create(
     $socket = stream_socket_client('tcp://localhost:1443', $errno, $errstr, 5, STREAM_CLIENT_CONNECT, $context);
 ?>
 --EXPECTF--
-Warning: stream_socket_client(): unable to connect to tcp://localhost:1443 (%s) in %s on line %d
+Warning: stream_socket_client(): Unable to connect to tcp://localhost:1443 (%s) in %s on line %d
 
-Warning: stream_socket_client(): unable to connect to tcp://localhost:1443 (%s) in %s on line %d
+Warning: stream_socket_client(): Unable to connect to tcp://localhost:1443 (%s) in %s on line %d
index ea08335f2df4a47957c91757e2cecb45c8e8ea3c..d5b6944192b626408a8fc4ce010603036b15652e 100644 (file)
@@ -36,13 +36,13 @@ echo "Done";
 
 -- Attempting to connect to a non-existent socket --
 
-Warning: fsockopen(): unable to connect to tcp://127.0.0.1:31337 (%a) in %s on line %d
+Warning: fsockopen(): Unable to connect to tcp://127.0.0.1:31337 (%a) in %s on line %d
 bool(false)
 string(%d) "%a"
 
 -- Attempting to connect using an invalid protocol --
 
-Warning: fsockopen(): unable to connect to invalid://127.0.0.1:31337 (Unable to find the socket transport "invalid" - did you forget to enable it when you configured PHP?) in %s on line %d
+Warning: fsockopen(): Unable to connect to invalid://127.0.0.1:31337 (Unable to find the socket transport "invalid" - did you forget to enable it when you configured PHP?) in %s on line %d
 bool(false)
 string(100) "Unable to find the socket transport "invalid" - did you forget to enable it when you configured PHP?"
 Done
index abd0281a12b26509b37cdf56043d802936535360..b11591ffc21850ac5a03035845f6bbe0238d21d4 100644 (file)
@@ -9,6 +9,6 @@ $x->test();
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught TypeError: trace is not an array in %s:%d
+Fatal error: Uncaught TypeError: Trace is not an array in %s:%d
 %a
   thrown in %s on line %d
index 594fcae4be57be74ad5a5fc90cc496ba7cc29fe1..0f0ef4feb1db58159a0519c6a940109cfe772ae5 100644 (file)
@@ -20,11 +20,11 @@ var_dump(opendir($dir));
 Warning: opendir(): connect() failed: %s
  in %s on line %d
 
-Warning: opendir(ftp://...@localhost/): failed to open dir: operation failed in %s on line %d
+Warning: opendir(ftp://...@localhost/): Failed to open directory: operation failed in %s on line %d
 bool(false)
 
 Warning: opendir(): connect() failed: %s
  in %s on line %d
 
-Warning: opendir(ftp://...@localhost/): failed to open dir: operation failed in %s on line %d
+Warning: opendir(ftp://...@localhost/): Failed to open directory: operation failed in %s on line %d
 bool(false)
index d057766ff27a72d9fa5ed742fa8e13a0f6a421cd..3be2a1367bc15857dc12db207a53eed56a6999bf 100644 (file)
@@ -31,11 +31,11 @@ fclose($stream);
 unlink($filename);
 ?>
 --EXPECTF--
-Notice: stream_get_contents(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: stream_get_contents(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 string(0) ""
 
-Notice: stream_get_contents(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: stream_get_contents(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 string(0) ""
 
-Notice: stream_get_contents(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: stream_get_contents(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
 string(0) ""
index 1b94b334e408f383a611292ba0d45890b71e6874..335f7934ce064393537ec82dd33fcf85a484aefd 100644 (file)
@@ -17,5 +17,5 @@ $ds=opendir($path, $context);
 var_dump($ds);
 ?>
 --EXPECTF--
-Warning: opendir(ftps://127.0.0.1:%d/): failed to open dir: Server doesn't support FTPS. in %s on line %d
+Warning: opendir(ftps://127.0.0.1:%d/): Failed to open directory: Server doesn't support FTPS. in %s on line %d
 bool(false)
index f60d65385e11a7647ddabd5ca40180d320b3c157..f0f709e1aad57eacf22643944b0e02695c6cb441 100644 (file)
@@ -17,5 +17,5 @@ $ds=file_get_contents($path);
 var_dump($ds);
 ?>
 --EXPECTF--
-Warning: file_get_contents(ftp://127.0.0.1:%d/bug73457): failed to open stream: Failed to set up data channel: Connection refused in %s on line %d
+Warning: file_get_contents(ftp://127.0.0.1:%d/bug73457): Failed to open stream: Failed to set up data channel: Connection refused in %s on line %d
 bool(false)
index b45bee7c3bc928fd5b64fc49f942e0c79b992cd0..ccfd302a1c6fce2d42f3c6c7af392de8787aba53 100644 (file)
@@ -9,4 +9,4 @@ trait Stream00ploiter{
 stream_wrapper_register('e0ploit','Stream00ploiter');
 $s=fopen('e0ploit://',0);
 --EXPECTF--
-Warning: fopen(e0ploit://): failed to open stream: operation failed in %s%ebug74951.php on line 7
+Warning: fopen(e0ploit://): Failed to open stream: operation failed in %s%ebug74951.php on line 7
index 0e4438fdcc622189b6cc6979b0ac419d35398cbb..331ed3e9b6389b4c1009dbc4fa409923b6b3cbc0 100644 (file)
@@ -25,11 +25,11 @@ foreach ( [ __DIR__, "glob://".__DIR__ ] as $spec) {
 
 Warning: opendir(): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (/does_not_exist) in %s%eglob-wrapper.php on line 5
 
-Warning: opendir(%s): failed to open dir: Operation not permitted in %s%eglob-wrapper.php on line 5
+Warning: opendir(%s): Failed to open directory: Operation not permitted in %s%eglob-wrapper.php on line 5
 Failed to open %s
 ** Opening glob://%s
 
 Warning: opendir(): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (/does_not_exist) in %s%eglob-wrapper.php on line 5
 
-Warning: opendir(glob://%s): failed to open dir: operation failed in %s%eglob-wrapper.php on line 5
+Warning: opendir(glob://%s): Failed to open directory: operation failed in %s%eglob-wrapper.php on line 5
 Failed to open glob://%s
index 5659d579208e97a362f362bba77f4f0165c49bf8..7fa9bbfd7b13e929fb32d5c85bb1b22d76a976e4 100644 (file)
@@ -15,6 +15,6 @@ $path="ftp://localhost:" . $port."/bogusdir";
 var_dump(opendir($path));
 ?>
 --EXPECTF--
-Warning: opendir(ftp://localhost:%d/bogusdir): failed to open dir: FTP server reports 250 /bogusdir: No such file or directory
+Warning: opendir(ftp://localhost:%d/bogusdir): Failed to open directory: FTP server reports 250 /bogusdir: No such file or directory
  in %s on line %d
 bool(false)
index 0d9f656261874e805b0b2876f6db774ec0208476..ab8f67068075e01b749de87fa21ef1cd3ddc0531 100644 (file)
@@ -19,6 +19,6 @@ $context = stream_context_create(array('ssl' => array('cafile' =>  __DIR__ . '/.
 var_dump(opendir($path, $context));
 ?>
 --EXPECTF--
-Warning: opendir(ftps://127.0.0.1:%d/bogusdir): failed to open dir: FTP server reports 250 /bogusdir: No such file or directory
+Warning: opendir(ftps://127.0.0.1:%d/bogusdir): Failed to open directory: FTP server reports 250 /bogusdir: No such file or directory
  in %s on line %d
 bool(false)
index 4c83d93c5e13d34102d4eef36a369eedf49681c0..5f36d9aa8df1c9b7103b081ac9d53b94d7078042 100644 (file)
@@ -12,7 +12,7 @@ var_dump(ob_get_contents());
 
 ?>
 --EXPECTF--
-Warning: highlight_file(AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA): failed to open stream: %s006.php on line %d
+Warning: highlight_file(AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA): Failed to open stream: %s006.php on line %d
 
 Warning: highlight_file(): Failed opening 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' for highlighting in %s006.php on line %d
 bool(false)
index 665a45bf0fe85ee45557442124c147a8d936df8c..4dce8f0e13776c213d0f4651db43a314351613c3 100644 (file)
@@ -13,6 +13,6 @@ var_dump(ob_get_contents());
 
 ?>
 --EXPECTF--
-Warning: php_strip_whitespace(%s): failed to open stream: No such file or directory in %s on line %d
+Warning: php_strip_whitespace(%s): Failed to open stream: No such file or directory in %s on line %d
 string(0) ""
 bool(false)
index 91b6edb7178d0a76697f465f78bb7d282ed1663b..ecbab6d2e68540d354f35a934d53f7633bbf3307 100644 (file)
@@ -13,6 +13,6 @@ var_dump(ob_get_contents());
 
 ?>
 --EXPECTF--
-Warning: php_strip_whitespace(%s): failed to open stream: File name too long in %s007.php on line %d
+Warning: php_strip_whitespace(%s): Failed to open stream: File name too long in %s007.php on line %d
 string(0) ""
 bool(false)
index 3f1e6c49294e23460df8a1390f6eaff09191533a..bd5be022fd6408a920064f981929cafb14faabcd 100644 (file)
@@ -8,4 +8,4 @@ fopen("\xfc\x63", "r");
 ?>
 --EXPECTF--
 <br />
-<b>Warning</b>:  : failed to open stream: No such file or directory in <b>%sbug68996.php</b> on line <b>%d</b><br />
+<b>Warning</b>:  : Failed to open stream: No such file or directory in <b>%sbug68996.php</b> on line <b>%d</b><br />
index 895e53358c8e88f9eae21e8e611fb1ba208b7896..ac78aa38fd7b9b5751d8bc281671dcdd9e16c18b 100644 (file)
@@ -38,7 +38,7 @@ echo "Done\n";
 --EXPECTF--
 Deprecated: Directive 'allow_url_include' is deprecated in Unknown on line 0
 
-Warning: highlight_file(%shighlight_file.dat): failed to open stream: No such file or directory in %s on line %d
+Warning: highlight_file(%shighlight_file.dat): Failed to open stream: No such file or directory in %s on line %d
 
 Warning: highlight_file(): Failed opening '%shighlight_file.dat' for highlighting in %s on line %d
 bool(false)
index e56987cd6a40b5c042baaa4748220724aa219385..200bb3b7392bda5b1a43f7b7ca8da68b50b9c7a4 100644 (file)
Binary files a/ext/standard/tests/strings/md5_file.phpt and b/ext/standard/tests/strings/md5_file.phpt differ
index 5fb314c1681a6ee81bed1042bd6680b1447493af..cdc599fc91bc50742bd6e0496d3ecc1c72c51613 100644 (file)
@@ -39,7 +39,7 @@ var_dump(php_strip_whitespace($filename));
 echo "Done\n";
 ?>
 --EXPECTF--
-Warning: php_strip_whitespace(%sphp_strip_whitespace.dat): failed to open stream: No such file or directory in %s on line %d
+Warning: php_strip_whitespace(%sphp_strip_whitespace.dat): Failed to open stream: No such file or directory in %s on line %d
 string(0) ""
 string(18) "/* test comment */"
 string(9) "<?php  ?>"
index 1dc73881eff8dbe9dc52febf6d905fb817067ee3..4473598d06c26f6a3bd118682d60db29062699ad 100644 (file)
@@ -47,5 +47,5 @@ bool(true)
 string(20) "%a"
 string(20) "%a"
 
-Warning: sha1_file(%ssha1.dat): failed to open stream: No such file or directory in %s on line %d
+Warning: sha1_file(%ssha1.dat): Failed to open stream: No such file or directory in %s on line %d
 Done
index 4b43eeee3c9c899643a8d83f0d32ae8e4c6a6671..7a55cedee6e7fadeac2849afd083d5906c65ee4c 100644 (file)
@@ -75,12 +75,12 @@ bool(false)
 
 -- invalid filename --
 
-Warning: sha1_file(rewncwYcn89q): failed to open stream: No such file or directory in %s on line %d
+Warning: sha1_file(rewncwYcn89q): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
 -- Scalar value as filename --
 
-Warning: sha1_file(12): failed to open stream: No such file or directory in %s on line %d
+Warning: sha1_file(12): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
 -- NULL as filename --
index dd8d12efba6acb77de00096e5e05e2038fdd9909..0d98ffa8247bb55f836fa549529ca246a8959012 100644 (file)
@@ -197,7 +197,7 @@ php_stream_filter_status_t userfilter_filter(
                convert_to_long(&retval);
                ret = (int)Z_LVAL(retval);
        } else if (call_result == FAILURE) {
-               php_error_docref(NULL, E_WARNING, "failed to call filter function");
+               php_error_docref(NULL, E_WARNING, "Failed to call filter function");
        }
 
        if (bytes_consumed) {
@@ -257,7 +257,7 @@ static php_stream_filter *user_filter_factory_create(const char *filtername,
        /* some sanity checks */
        if (persistent) {
                php_error_docref(NULL, E_WARNING,
-                               "cannot use a user-space filter with a persistent stream");
+                               "Cannot use a user-space filter with a persistent stream");
                return NULL;
        }
 
@@ -302,7 +302,7 @@ static php_stream_filter *user_filter_factory_create(const char *filtername,
        if (fdat->ce == NULL) {
                if (NULL == (fdat->ce = zend_lookup_class(fdat->classname))) {
                        php_error_docref(NULL, E_WARNING,
-                                       "user-filter \"%s\" requires class \"%s\", but that class is not defined",
+                                       "User-filter \"%s\" requires class \"%s\", but that class is not defined",
                                        filtername, ZSTR_VAL(fdat->classname));
                        return NULL;
                }
index cb1db920bb9336f1418a2e41e994dc241ee6b4e3..b9bedfa9deb413f2487b915f25a16e6ae625f0f1 100644 (file)
@@ -241,7 +241,7 @@ PHP_FUNCTION(msg_get_queue)
                /* doesn't already exist; create it */
                mq->id = msgget(key, IPC_CREAT | IPC_EXCL | perms);
                if (mq->id < 0) {
-                       php_error_docref(NULL, E_WARNING, "failed for key 0x" ZEND_XLONG_FMT ": %s", key, strerror(errno));
+                       php_error_docref(NULL, E_WARNING, "Failed for key 0x" ZEND_XLONG_FMT ": %s", key, strerror(errno));
                        efree(mq);
                        RETURN_FALSE;
                }
@@ -294,7 +294,7 @@ PHP_FUNCTION(msg_receive)
        }
 
        if (maxsize <= 0) {
-               php_error_docref(NULL, E_WARNING, "maximum size of the message has to be greater than zero");
+               php_error_docref(NULL, E_WARNING, "Maximum size of the message has to be greater than zero");
                return;
        }
 
@@ -338,7 +338,7 @@ PHP_FUNCTION(msg_receive)
 
                        PHP_VAR_UNSERIALIZE_INIT(var_hash);
                        if (!php_var_unserialize(&tmp, &p, p + result, &var_hash)) {
-                               php_error_docref(NULL, E_WARNING, "message corrupted");
+                               php_error_docref(NULL, E_WARNING, "Message corrupted");
                                ZEND_TRY_ASSIGN_REF_FALSE(out_message);
                                RETVAL_FALSE;
                        } else {
index 7e20e8605662e8fe9334e54d08e3b1918315473a..82233a4755b26d01fad9ad084a14547a66e8e9be 100644 (file)
@@ -18,6 +18,6 @@ if (!msg_remove_queue($queue)) {
 echo "Done\n";
 ?>
 --EXPECTF--
-Warning: msg_receive(): message corrupted in %s002.php on line %d
+Warning: msg_receive(): Message corrupted in %s002.php on line %d
 bool(false)
 Done
index 0016ab82c2f782543a849f62d2e9cfc2e2faa97f..506e383ba0d41a00bff0a1b531930fb0c9d4962e 100644 (file)
@@ -43,7 +43,7 @@ bool(false)
 bool(false)
 bool(true)
 
-Warning: msg_receive(): maximum size of the message has to be greater than zero in %s on line %d
+Warning: msg_receive(): Maximum size of the message has to be greater than zero in %s on line %d
 bool(false)
 
 Warning: msg_send(): msgsnd failed: Invalid argument in %s on line %d
@@ -55,7 +55,7 @@ bool(false)
 bool(false)
 bool(true)
 
-Warning: msg_receive(): maximum size of the message has to be greater than zero in %s on line %d
+Warning: msg_receive(): Maximum size of the message has to be greater than zero in %s on line %d
 bool(false)
 
 Warning: msg_send(): msgsnd failed: Invalid argument in %s on line %d
index e9e8a34244cbf4816538102aaa73fd99c186d636..b936dfe7aa7c837ff876ce08fa93ed4f34f2f403 100644 (file)
@@ -192,7 +192,7 @@ PHP_FUNCTION(sem_get)
 
        semid = semget(key, 3, perm|IPC_CREAT);
        if (semid == -1) {
-               php_error_docref(NULL, E_WARNING, "failed for key 0x" ZEND_XLONG_FMT ": %s", key, strerror(errno));
+               php_error_docref(NULL, E_WARNING, "Failed for key 0x" ZEND_XLONG_FMT ": %s", key, strerror(errno));
                RETURN_FALSE;
        }
 
@@ -224,7 +224,7 @@ PHP_FUNCTION(sem_get)
        sop[2].sem_flg = SEM_UNDO;
        while (semop(semid, sop, 3) == -1) {
                if (errno != EINTR) {
-                       php_error_docref(NULL, E_WARNING, "failed acquiring SYSVSEM_SETVAL for key 0x" ZEND_XLONG_FMT ": %s", key, strerror(errno));
+                       php_error_docref(NULL, E_WARNING, "Failed acquiring SYSVSEM_SETVAL for key 0x" ZEND_XLONG_FMT ": %s", key, strerror(errno));
                        break;
                }
        }
@@ -232,7 +232,7 @@ PHP_FUNCTION(sem_get)
        /* Get the usage count. */
        count = semctl(semid, SYSVSEM_USAGE, GETVAL, NULL);
        if (count == -1) {
-               php_error_docref(NULL, E_WARNING, "failed for key 0x" ZEND_XLONG_FMT ": %s", key, strerror(errno));
+               php_error_docref(NULL, E_WARNING, "Failed for key 0x" ZEND_XLONG_FMT ": %s", key, strerror(errno));
        }
 
        /* If we are the only user, then take this opportunity to set the max. */
@@ -243,17 +243,17 @@ PHP_FUNCTION(sem_get)
                union semun semarg;
                semarg.val = max_acquire;
                if (semctl(semid, SYSVSEM_SEM, SETVAL, semarg) == -1) {
-                       php_error_docref(NULL, E_WARNING, "failed for key 0x" ZEND_XLONG_FMT ": %s", key, strerror(errno));
+                       php_error_docref(NULL, E_WARNING, "Failed for key 0x" ZEND_XLONG_FMT ": %s", key, strerror(errno));
                }
 #elif defined(SETVAL_WANTS_PTR)
                /* This is correct for Solaris 2.6 which does not have union semun. */
                if (semctl(semid, SYSVSEM_SEM, SETVAL, &max_acquire) == -1) {
-                       php_error_docref(NULL, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno));
+                       php_error_docref(NULL, E_WARNING, "Failed for key 0x%lx: %s", key, strerror(errno));
                }
 #else
                /* This works for i.e. AIX */
                if (semctl(semid, SYSVSEM_SEM, SETVAL, max_acquire) == -1) {
-                       php_error_docref(NULL, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno));
+                       php_error_docref(NULL, E_WARNING, "Failed for key 0x%lx: %s", key, strerror(errno));
                }
 #endif
        }
@@ -265,7 +265,7 @@ PHP_FUNCTION(sem_get)
        sop[0].sem_flg = SEM_UNDO;
        while (semop(semid, sop, 1) == -1) {
                if (errno != EINTR) {
-                       php_error_docref(NULL, E_WARNING, "failed releasing SYSVSEM_SETVAL for key 0x" ZEND_XLONG_FMT ": %s", key, strerror(errno));
+                       php_error_docref(NULL, E_WARNING, "Failed releasing SYSVSEM_SETVAL for key 0x" ZEND_XLONG_FMT ": %s", key, strerror(errno));
                        break;
                }
        }
@@ -316,7 +316,7 @@ static void php_sysvsem_semop(INTERNAL_FUNCTION_PARAMETERS, int acquire)
        while (semop(sem_ptr->semid, &sop, 1) == -1) {
                if (errno != EINTR) {
                        if (errno != EAGAIN) {
-                               php_error_docref(NULL, E_WARNING, "failed to %s key 0x%x: %s", acquire ? "acquire" : "release", sem_ptr->key, strerror(errno));
+                               php_error_docref(NULL, E_WARNING, "Failed to %s key 0x%x: %s", acquire ? "acquire" : "release", sem_ptr->key, strerror(errno));
                        }
                        RETURN_FALSE;
                }
@@ -383,7 +383,7 @@ PHP_FUNCTION(sem_remove)
 #else
        if (semctl(sem_ptr->semid, 0, IPC_RMID, NULL) < 0) {
 #endif
-               php_error_docref(NULL, E_WARNING, "failed for SysV semaphore " ZEND_LONG_FMT ": %s", Z_LVAL_P(arg_id), strerror(errno));
+               php_error_docref(NULL, E_WARNING, "Failed for SysV semaphore " ZEND_LONG_FMT ": %s", Z_LVAL_P(arg_id), strerror(errno));
                RETURN_FALSE;
        }
 
index d101479ed60f610b614768b6e076c4b8da78cbdc..29a4298a5dff8809a7158f389e8ecea9daa85cd2 100644 (file)
@@ -141,19 +141,19 @@ PHP_FUNCTION(shm_attach)
        /* get the id from a specified key or create new shared memory */
        if ((shm_id = shmget(shm_key, 0, 0)) < 0) {
                if (shm_size < (zend_long)sizeof(sysvshm_chunk_head)) {
-                       php_error_docref(NULL, E_WARNING, "failed for key 0x" ZEND_XLONG_FMT ": memorysize too small", shm_key);
+                       php_error_docref(NULL, E_WARNING, "Failed for key 0x" ZEND_XLONG_FMT ": memorysize too small", shm_key);
                        efree(shm_list_ptr);
                        RETURN_FALSE;
                }
                if ((shm_id = shmget(shm_key, shm_size, shm_flag | IPC_CREAT | IPC_EXCL)) < 0) {
-                       php_error_docref(NULL, E_WARNING, "failed for key 0x" ZEND_XLONG_FMT ": %s", shm_key, strerror(errno));
+                       php_error_docref(NULL, E_WARNING, "Failed for key 0x" ZEND_XLONG_FMT ": %s", shm_key, strerror(errno));
                        efree(shm_list_ptr);
                        RETURN_FALSE;
                }
        }
 
        if ((shm_ptr = shmat(shm_id, NULL, 0)) == (void *) -1) {
-               php_error_docref(NULL, E_WARNING, "failed for key 0x" ZEND_XLONG_FMT ": %s", shm_key, strerror(errno));
+               php_error_docref(NULL, E_WARNING, "Failed for key 0x" ZEND_XLONG_FMT ": %s", shm_key, strerror(errno));
                efree(shm_list_ptr);
                RETURN_FALSE;
        }
@@ -204,7 +204,7 @@ PHP_FUNCTION(shm_remove)
        SHM_FETCH_RESOURCE(shm_list_ptr, shm_id);
 
        if (shmctl(shm_list_ptr->id, IPC_RMID, NULL) < 0) {
-               php_error_docref(NULL, E_WARNING, "failed for key 0x%x, id " ZEND_LONG_FMT ": %s", shm_list_ptr->key, Z_LVAL_P(shm_id), strerror(errno));
+               php_error_docref(NULL, E_WARNING, "Failed for key 0x%x, id " ZEND_LONG_FMT ": %s", shm_list_ptr->key, Z_LVAL_P(shm_id), strerror(errno));
                RETURN_FALSE;
        }
 
@@ -245,7 +245,7 @@ PHP_FUNCTION(shm_put_var)
        smart_str_free(&shm_var);
 
        if (ret == -1) {
-               php_error_docref(NULL, E_WARNING, "not enough shared memory left");
+               php_error_docref(NULL, E_WARNING, "Not enough shared memory left");
                RETURN_FALSE;
        }
        RETURN_TRUE;
@@ -274,7 +274,7 @@ PHP_FUNCTION(shm_get_var)
        shm_varpos = php_check_shm_data((shm_list_ptr->ptr), shm_key);
 
        if (shm_varpos < 0) {
-               php_error_docref(NULL, E_WARNING, "variable key " ZEND_LONG_FMT " doesn't exist", shm_key);
+               php_error_docref(NULL, E_WARNING, "Variable key " ZEND_LONG_FMT " doesn't exist", shm_key);
                RETURN_FALSE;
        }
        shm_var = (sysvshm_chunk*) ((char *)shm_list_ptr->ptr + shm_varpos);
@@ -282,7 +282,7 @@ PHP_FUNCTION(shm_get_var)
 
        PHP_VAR_UNSERIALIZE_INIT(var_hash);
        if (php_var_unserialize(return_value, (const unsigned char **) &shm_data, (unsigned char *) shm_data + shm_var->length, &var_hash) != 1) {
-               php_error_docref(NULL, E_WARNING, "variable data in shared memory is corrupted");
+               php_error_docref(NULL, E_WARNING, "Variable data in shared memory is corrupted");
                RETVAL_FALSE;
        }
        PHP_VAR_UNSERIALIZE_DESTROY(var_hash);
@@ -321,7 +321,7 @@ PHP_FUNCTION(shm_remove_var)
        shm_varpos = php_check_shm_data((shm_list_ptr->ptr), shm_key);
 
        if (shm_varpos < 0) {
-               php_error_docref(NULL, E_WARNING, "variable key " ZEND_LONG_FMT " doesn't exist", shm_key);
+               php_error_docref(NULL, E_WARNING, "Variable key " ZEND_LONG_FMT " doesn't exist", shm_key);
                RETURN_FALSE;
        }
        php_remove_shm_data((shm_list_ptr->ptr), shm_varpos);
index 23496f5c1c1a1e9144f4aea37b915bc1415ce28e..40ab751ea7ec636735339976035b5b4d26c1cd3f 100644 (file)
@@ -27,6 +27,6 @@ bool(true)
 bool(true)
 bool(true)
 
-Warning: shm_put_var(): not enough shared memory left in %s004.php on line %d
+Warning: shm_put_var(): Not enough shared memory left in %s004.php on line %d
 bool(false)
 Done
index 879be31c13267fb4484484469c916a783315c9af..0670002700bd3bb5565eef49055e6ba9022f313e 100644 (file)
@@ -36,10 +36,10 @@ shm_remove($s);
 echo "Done\n";
 ?>
 --EXPECTF--
-Warning: shm_get_var(): variable key 1000 doesn't exist in %s005.php on line %d
+Warning: shm_get_var(): Variable key 1000 doesn't exist in %s005.php on line %d
 bool(false)
 
-Warning: shm_get_var(): variable key -10000 doesn't exist in %s005.php on line %d
+Warning: shm_get_var(): Variable key -10000 doesn't exist in %s005.php on line %d
 bool(false)
 string(11) "test string"
 object(stdClass)#%d (0) {
index 278838f063c48ae12509a9ecbddc2b301883a904..a3e38e2c5ccbf1a152d5cc41b55edd9dab46f785 100644 (file)
@@ -27,17 +27,17 @@ shm_remove($s);
 echo "Done\n";
 ?>
 --EXPECTF--
-Warning: shm_remove_var(): variable key -10 doesn't exist in %s006.php on line %d
+Warning: shm_remove_var(): Variable key -10 doesn't exist in %s006.php on line %d
 bool(false)
 string(11) "test string"
 bool(true)
 
-Warning: shm_get_var(): variable key 1 doesn't exist in %s006.php on line %d
+Warning: shm_get_var(): Variable key 1 doesn't exist in %s006.php on line %d
 bool(false)
 
-Warning: shm_remove_var(): variable key 1 doesn't exist in %s006.php on line %d
+Warning: shm_remove_var(): Variable key 1 doesn't exist in %s006.php on line %d
 bool(false)
 
-Warning: shm_get_var(): variable key 1 doesn't exist in %s006.php on line %d
+Warning: shm_get_var(): Variable key 1 doesn't exist in %s006.php on line %d
 bool(false)
 Done
index 70e4b64223508504b51f40ce0507cd5adf48bfd4..efa72edb5b1e0245a57004ec9799466bd98b4c4a 100644 (file)
@@ -15,4 +15,4 @@ shm_attach($v1,$v2);
 
 ?>
 --EXPECTF--
-Warning: shm_attach(): failed for key 0x64: Not enough space in %s on line %d
+Warning: shm_attach(): Failed for key 0x64: Not enough space in %s on line %d
index e764f48fdef97e50a75cf3b489979519cae4dc13..e46dce1783a16baa56f68f9d211c66bb17426d95 100644 (file)
@@ -1084,7 +1084,7 @@ static void php_xml_parser_create_impl(INTERNAL_FUNCTION_PARAMETERS, int ns_supp
                } else if (strcasecmp(encoding_param, "US-ASCII") == 0) {
                        encoding = (XML_Char*)"US-ASCII";
                } else {
-                       php_error_docref(NULL, E_WARNING, "unsupported source encoding \"%s\"", encoding_param);
+                       php_error_docref(NULL, E_WARNING, "Unsupported source encoding \"%s\"", encoding_param);
                        RETURN_FALSE;
                }
        } else {
index 34897d8c9be757aa6a787f6401eab3cd17da0773..29d689dc6d90a6c05a69f878546841b281db5780 100644 (file)
@@ -29,6 +29,6 @@ xmlrpc_server_call_method ($server, $request, NULL, $options);
 --EXPECTF--
 Warning: xmlrpc_server_call_method(): Invalid callback 'foobar' passed in %s on line %d
 
-Warning: xmlrpc_server_call_method(): xml parse error: [line 1, column 1, message: Invalid document end] Unable to add introspection data returned from bar::test() in %s on line %d
+Warning: xmlrpc_server_call_method(): XML parse error: [line 1, column 1, message: Invalid document end] Unable to add introspection data returned from bar::test() in %s on line %d
 
 Warning: xmlrpc_server_call_method(): Invalid callback 'foo::bar' passed in %s on line %d
index a8050c32a9f9d4ec7dcb57d0eb7a1b28386e5cd3..28515f6cd78e1daf5925db853b6443e6e34d3da6 100644 (file)
@@ -877,7 +877,7 @@ static void php_xmlrpc_introspection_callback(XMLRPC_SERVER server, void* data)
                                } else {
                                        /* could not create description */
                                        if (err.xml_elem_error.parser_code) {
-                                               php_error_docref(NULL, E_WARNING, "xml parse error: [line %ld, column %ld, message: %s] Unable to add introspection data returned from %s()",
+                                               php_error_docref(NULL, E_WARNING, "XML parse error: [line %ld, column %ld, message: %s] Unable to add introspection data returned from %s()",
                                                                err.xml_elem_error.column, err.xml_elem_error.line, err.xml_elem_error.parser_error, ZSTR_VAL(php_function_name));
                                        } else {
                                                php_error_docref(NULL, E_WARNING, "Unable to add introspection data returned from %s()", ZSTR_VAL(php_function_name));
@@ -1111,13 +1111,13 @@ PHP_FUNCTION(xmlrpc_parse_method_descriptions)
                } else {
                        /* could not create description */
                        if (err.xml_elem_error.parser_code) {
-                               php_error_docref(NULL, E_WARNING, "xml parse error: [line %ld, column %ld, message: %s] Unable to create introspection data",
+                               php_error_docref(NULL, E_WARNING, "XML parse error: [line %ld, column %ld, message: %s] Unable to create introspection data",
                                                err.xml_elem_error.column, err.xml_elem_error.line, err.xml_elem_error.parser_error);
                        } else {
                                php_error_docref(NULL, E_WARNING, "Invalid xml structure. Unable to create introspection data");
                        }
 
-                       php_error_docref(NULL, E_WARNING, "xml parse error. no method description created");
+                       php_error_docref(NULL, E_WARNING, "XML parse error. no method description created");
                }
        }
 }
index 0a501071e5532b17dc846f2d6033b30a4c8c4516..eb8b169f036c144af77e83fbcc698c33cc296df5 100644 (file)
@@ -28,5 +28,5 @@ if ($zip->open($file) !== TRUE) {
 $a = $zip->extractTo('teststream://test');
 var_dump($a);
 --EXPECTF--
-Warning: ZipArchive::extractTo(teststream://test/foo): failed to open stream: "TestStream::stream_open" call failed in %s on line %d
+Warning: ZipArchive::extractTo(teststream://test/foo): Failed to open stream: "TestStream::stream_open" call failed in %s on line %d
 bool(false)
index 99ab22cf005c68826335e39ebf1ceae8630adbe9..79ad18a041cfca94fedf299a35f7efff8651f8c3 100644 (file)
@@ -59,7 +59,7 @@ string(3) "bar"
 == Stream
 string(3) "foo"
 
-Warning: file_get_contents(%s): failed to open stream: operation failed in %s on line %d
+Warning: file_get_contents(%s): Failed to open stream: operation failed in %s on line %d
 bool(false)
 string(3) "bar"
 == Done
index 2b27beb66bacfefdbf65b13be8c86ecda265ba48..84e40d3013ee705f28f83782599d5b6e28988fa4 100644 (file)
@@ -13,7 +13,7 @@ var_dump(gzfile(__DIR__."/004私はガラスを食べられます.txt.gz", 1));
 echo "Done\n";
 ?>
 --EXPECTF--
-Warning: gzfile(nonexistent_file_gzfile): failed to open stream: No such file or directory in %s on line %d
+Warning: gzfile(nonexistent_file_gzfile): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 array(6) {
   [0]=>
index 94e0beba626580af82edbaf0026834cc2b6d3cdc..4921ad496c0adc5bd1b7d7f4776e59f7d177c36c 100644 (file)
@@ -13,7 +13,7 @@ var_dump(gzfile(__DIR__."/004.txt.gz", 1));
 echo "Done\n";
 ?>
 --EXPECTF--
-Warning: gzfile(nonexistent_file_gzfile): failed to open stream: No such file or directory in %s on line %d
+Warning: gzfile(nonexistent_file_gzfile): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 array(6) {
   [0]=>
index 0823b3ca9496db8921970e054e3372855bc6dcbc..195e9b216d5acd7cc981f47057cb5aef79ef9f79 100644 (file)
@@ -28,5 +28,5 @@ string(%d) "%s"
 bool(true)
 string(6) "abdcde"
 
-Warning: inflate_add(): dictionary does not match expected dictionary (incorrect adler32 hash) in %s on line %d
+Warning: inflate_add(): Dictionary does not match expected dictionary (incorrect adler32 hash) in %s on line %d
 bool(false)
index 386b235375ab3c4014d3738982999c349c6bda7c..e3a90207a05e43006fc343cac81fa157c9da50d6 100644 (file)
@@ -25,17 +25,17 @@ foreach ( $variation as $var ) {
 }
 ?>
 --EXPECTF--
-Warning: gzfile(10.5): failed to open stream: No such file or directory in %s on line %d
+Warning: gzfile(10.5): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
-Warning: gzfile(-10.5): failed to open stream: No such file or directory in %s on line %d
+Warning: gzfile(-10.5): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
-Warning: gzfile(123456789000): failed to open stream: No such file or directory in %s on line %d
+Warning: gzfile(123456789000): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
-Warning: gzfile(-123456789000): failed to open stream: No such file or directory in %s on line %d
+Warning: gzfile(-123456789000): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
-Warning: gzfile(0.5): failed to open stream: No such file or directory in %s on line %d
+Warning: gzfile(0.5): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
index 99b12f980ebe6e51339d3dfdb1bf1fb7aace3334..be3a95f600e960e3bd06d32f39897eabd5f82077 100644 (file)
@@ -24,14 +24,14 @@ foreach ( $variation as $var ) {
 }
 ?>
 --EXPECTF--
-Warning: gzfile(0): failed to open stream: No such file or directory in %s on line %d
+Warning: gzfile(0): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
-Warning: gzfile(1): failed to open stream: No such file or directory in %s on line %d
+Warning: gzfile(1): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
-Warning: gzfile(12345): failed to open stream: No such file or directory in %s on line %d
+Warning: gzfile(12345): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
-Warning: gzfile(-2345): failed to open stream: No such file or directory in %s on line %d
+Warning: gzfile(-2345): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
index 78af689f4d05b5e7b3c26f407e92c498100c476a..6c9807b7339c5605c84da39a9a7932d0fd1840c9 100644 (file)
@@ -28,14 +28,14 @@ foreach ( $variation_array as $var ) {
 }
 ?>
 --EXPECTF--
-Warning: gzfile(string): failed to open stream: No such file or directory in %s on line %d
+Warning: gzfile(string): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
-Warning: gzfile(string): failed to open stream: No such file or directory in %s on line %d
+Warning: gzfile(string): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
-Warning: gzfile(sTrInG): failed to open stream: No such file or directory in %s on line %d
+Warning: gzfile(sTrInG): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
-Warning: gzfile(hello world): failed to open stream: No such file or directory in %s on line %d
+Warning: gzfile(hello world): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
index 30fda88685badc39ba36132d3fc84fb4f3d6efd1..5893270bb5bc1197861865c39cf3218e0e3ecf58 100644 (file)
@@ -46,5 +46,5 @@ testing mode -- w --
 This was the information that was written
 testing mode -- w+ --
 
-Warning: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on line %d
+Warning: gzopen(): Cannot open a zlib stream for reading and writing at the same time! in %s on line %d
 bool(false)
index 2d41c70ebb208fc9bd2e007a8e706e2f9a962182..2c9214ff4318631248b0d7e620eac4cfb83cfd06 100644 (file)
@@ -124,15 +124,15 @@ This is a file in script dir
 
 ** testing with mode=r+ **
 
-Warning: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on line %d
+Warning: gzopen(): Cannot open a zlib stream for reading and writing at the same time! in %s on line %d
 
-Warning: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on line %d
+Warning: gzopen(): Cannot open a zlib stream for reading and writing at the same time! in %s on line %d
 
-Warning: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on line %d
+Warning: gzopen(): Cannot open a zlib stream for reading and writing at the same time! in %s on line %d
 
-Warning: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on line %d
+Warning: gzopen(): Cannot open a zlib stream for reading and writing at the same time! in %s on line %d
 
-Warning: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on line %d
+Warning: gzopen(): Cannot open a zlib stream for reading and writing at the same time! in %s on line %d
 
 ** testing with mode=rt **
 This is a file in dir2
index c6ba91b8515a3f1fc6813a7dc2834a62f10a0221..d2148973db5853b80fa324e567e6d8db63658844 100644 (file)
@@ -35,7 +35,7 @@ foreach ($modes as $mode) {
 *** Testing gzopen() : variation ***
 mode=r+
 
-Warning: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on line %d
+Warning: gzopen(): Cannot open a zlib stream for reading and writing at the same time! in %s on line %d
 gzopen=bool(false)
 
 mode=rf
@@ -43,11 +43,11 @@ gzopen=resource(%d) of type (stream)
 
 mode=w+
 
-Warning: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on line %d
+Warning: gzopen(): Cannot open a zlib stream for reading and writing at the same time! in %s on line %d
 gzopen=bool(false)
 
 mode=e
 
-Warning: gzopen(%s/004.txt.gz): failed to open stream: %s in %s on line %d
+Warning: gzopen(%s/004.txt.gz): Failed to open stream: %s in %s on line %d
 gzopen=bool(false)
 
index 8a71a602ab7d341be3e0bff54acb8fb928a7f585..8d86085010d4642c90b8405cefd885e5973a3639 100644 (file)
@@ -25,17 +25,17 @@ foreach ( $variation as $var ) {
 }
 ?>
 --EXPECTF--
-Warning: readgzfile(10.5): failed to open stream: No such file or directory in %s on line %d
+Warning: readgzfile(10.5): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
-Warning: readgzfile(-10.5): failed to open stream: No such file or directory in %s on line %d
+Warning: readgzfile(-10.5): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
-Warning: readgzfile(123456789000): failed to open stream: No such file or directory in %s on line %d
+Warning: readgzfile(123456789000): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
-Warning: readgzfile(-123456789000): failed to open stream: No such file or directory in %s on line %d
+Warning: readgzfile(-123456789000): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
-Warning: readgzfile(0.5): failed to open stream: No such file or directory in %s on line %d
+Warning: readgzfile(0.5): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
index 7c58b131b4070033920575f43d64b8c235fc297f..fe95bb4dbceaa67bbedede5907b4c7088926c63b 100644 (file)
@@ -24,14 +24,14 @@ foreach ( $variation as $var ) {
 }
 ?>
 --EXPECTF--
-Warning: readgzfile(0): failed to open stream: No such file or directory in %s on line %d
+Warning: readgzfile(0): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
-Warning: readgzfile(1): failed to open stream: No such file or directory in %s on line %d
+Warning: readgzfile(1): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
-Warning: readgzfile(12345): failed to open stream: No such file or directory in %s on line %d
+Warning: readgzfile(12345): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
-Warning: readgzfile(-2345): failed to open stream: No such file or directory in %s on line %d
+Warning: readgzfile(-2345): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
index d8c7081d01096a1c88705aee6292ee82c0ce7ff2..e60c01cb7940fe1251acd61d0ee838c0eccc5eec 100644 (file)
@@ -28,14 +28,14 @@ foreach ( $variation_array as $var ) {
 }
 ?>
 --EXPECTF--
-Warning: readgzfile(string): failed to open stream: No such file or directory in %s on line %d
+Warning: readgzfile(string): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
-Warning: readgzfile(string): failed to open stream: No such file or directory in %s on line %d
+Warning: readgzfile(string): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
-Warning: readgzfile(sTrInG): failed to open stream: No such file or directory in %s on line %d
+Warning: readgzfile(sTrInG): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
 
-Warning: readgzfile(hello world): failed to open stream: No such file or directory in %s on line %d
+Warning: readgzfile(hello world): Failed to open stream: No such file or directory in %s on line %d
 bool(false)
index 5a036c51cda855ba8d5fe0f143368eb7ee6a9092..f0e155e899366fffd0105e1264a8518831ea2dcf 100644 (file)
@@ -19,6 +19,6 @@ var_dump(rmdir($srcFile));
 bool(false)
 bool(false)
 
-Warning: opendir(compress.zlib://%s/dir.gz): failed to open dir: not implemented in %s on line %d
+Warning: opendir(compress.zlib://%s/dir.gz): Failed to open directory: not implemented in %s on line %d
 bool(false)
 bool(false)
index e4f7c14b23312e6e6a7553796207498d97839a25..abc855c752143a68e26e94c9d0c9df9da8504686 100644 (file)
@@ -819,7 +819,7 @@ static zend_bool zlib_create_dictionary_string(HashTable *options, char **dict,
                        } break;
 
                        default:
-                               zend_type_error("dictionary must be of type zero-terminated string or array, got %s", zend_get_type_by_const(Z_TYPE_P(option_buffer)));
+                               zend_type_error("Dictionary must be of type zero-terminated string or array, got %s", zend_get_type_by_const(Z_TYPE_P(option_buffer)));
                                return 0;
                }
        }
@@ -886,7 +886,7 @@ PHP_FUNCTION(inflate_init)
                                        php_ctx->inflateDict = NULL;
                                        break;
                                case Z_DATA_ERROR:
-                                       php_error_docref(NULL, E_WARNING, "dictionary does not match expected dictionary (incorrect adler32 hash)");
+                                       php_error_docref(NULL, E_WARNING, "Dictionary does not match expected dictionary (incorrect adler32 hash)");
                                        efree(php_ctx->inflateDict);
                                        php_ctx->inflateDict = NULL;
                                EMPTY_SWITCH_DEFAULT_CASE()
@@ -895,7 +895,7 @@ PHP_FUNCTION(inflate_init)
                RETURN_RES(zend_register_resource(ctx, le_inflate));
        } else {
                efree(ctx);
-               php_error_docref(NULL, E_WARNING, "failed allocating zlib.inflate context");
+               php_error_docref(NULL, E_WARNING, "Failed allocating zlib.inflate context");
                RETURN_FALSE;
        }
 }
@@ -992,7 +992,7 @@ PHP_FUNCTION(inflate_add)
                                                        php_ctx->inflateDict = NULL;
                                                        break;
                                                case Z_DATA_ERROR:
-                                                       php_error_docref(NULL, E_WARNING, "dictionary does not match expected dictionary (incorrect adler32 hash)");
+                                                       php_error_docref(NULL, E_WARNING, "Dictionary does not match expected dictionary (incorrect adler32 hash)");
                                                        efree(php_ctx->inflateDict);
                                                        zend_string_release_ex(out, 0);
                                                        php_ctx->inflateDict = NULL;
@@ -1001,7 +1001,7 @@ PHP_FUNCTION(inflate_add)
                                        }
                                        break;
                                } else {
-                                       php_error_docref(NULL, E_WARNING, "inflating this data requires a preset dictionary, please specify it in the options array of inflate_init()");
+                                       php_error_docref(NULL, E_WARNING, "Inflating this data requires a preset dictionary, please specify it in the options array of inflate_init()");
                                        RETURN_FALSE;
                                }
                        default:
@@ -1147,7 +1147,7 @@ PHP_FUNCTION(deflate_init)
                RETURN_RES(zend_register_resource(ctx, le_deflate));
        } else {
                efree(ctx);
-               php_error_docref(NULL, E_WARNING, "failed allocating zlib.deflate context");
+               php_error_docref(NULL, E_WARNING, "Failed allocating zlib.deflate context");
                RETURN_FALSE;
        }
 }
index 316c121bff56dcd76cc3c172f792ae1f37fc1367..ef26aaf787a3f493858f76fa1f0973fded49031d 100644 (file)
@@ -112,7 +112,7 @@ php_stream *php_stream_gzopen(php_stream_wrapper *wrapper, const char *path, con
        /* sanity check the stream: it can be either read-only or write-only */
        if (strchr(mode, '+')) {
                if (options & REPORT_ERRORS) {
-                       php_error_docref(NULL, E_WARNING, "cannot open a zlib stream for reading and writing at the same time!");
+                       php_error_docref(NULL, E_WARNING, "Cannot open a zlib stream for reading and writing at the same time!");
                }
                return NULL;
        }
index 62e634edac06bbfa9075a92f239f145ea7ccf813..d8bc83614ed28b3556e4789e27599319cf469d1a 100644 (file)
@@ -873,7 +873,7 @@ php_socket_t php_network_connect_socket_to_host(const char *host, unsigned short
 #endif
 
                                if (!local_address || bind(sock, local_address, local_address_len)) {
-                                       php_error_docref(NULL, E_WARNING, "failed to bind to '%s:%d', system said: %s", bindto, bindport, strerror(errno));
+                                       php_error_docref(NULL, E_WARNING, "Failed to bind to '%s:%d', system said: %s", bindto, bindport, strerror(errno));
                                }
 skip_bind:
                                if (local_address) {
index 12905b455a889cb12e304f6bde5875a948e8655b..3bc8c278e43c81b5a13da9177aecd959788ec479 100644 (file)
@@ -590,9 +590,9 @@ PHPAPI int php_output_handler_conflict(const char *handler_new, size_t handler_n
 {
        if (php_output_handler_started(handler_set, handler_set_len)) {
                if (handler_new_len != handler_set_len || memcmp(handler_new, handler_set, handler_set_len)) {
-                       php_error_docref("ref.outcontrol", E_WARNING, "output handler '%s' conflicts with '%s'", handler_new, handler_set);
+                       php_error_docref("ref.outcontrol", E_WARNING, "Output handler '%s' conflicts with '%s'", handler_new, handler_set);
                } else {
-                       php_error_docref("ref.outcontrol", E_WARNING, "output handler '%s' cannot be used twice", handler_new);
+                       php_error_docref("ref.outcontrol", E_WARNING, "Output handler '%s' cannot be used twice", handler_new);
                }
                return 1;
        }
@@ -1197,12 +1197,12 @@ static int php_output_stack_pop(int flags)
 
        if (!orphan) {
                if (!(flags & PHP_OUTPUT_POP_SILENT)) {
-                       php_error_docref("ref.outcontrol", E_NOTICE, "failed to %s buffer. No buffer to %s", (flags&PHP_OUTPUT_POP_DISCARD)?"discard":"send", (flags&PHP_OUTPUT_POP_DISCARD)?"discard":"send");
+                       php_error_docref("ref.outcontrol", E_NOTICE, "Failed to %s buffer. No buffer to %s", (flags&PHP_OUTPUT_POP_DISCARD)?"discard":"send", (flags&PHP_OUTPUT_POP_DISCARD)?"discard":"send");
                }
                return 0;
        } else if (!(flags & PHP_OUTPUT_POP_FORCE) && !(orphan->flags & PHP_OUTPUT_HANDLER_REMOVABLE)) {
                if (!(flags & PHP_OUTPUT_POP_SILENT)) {
-                       php_error_docref("ref.outcontrol", E_NOTICE, "failed to %s buffer of %s (%d)", (flags&PHP_OUTPUT_POP_DISCARD)?"discard":"send", ZSTR_VAL(orphan->name), orphan->level);
+                       php_error_docref("ref.outcontrol", E_NOTICE, "Failed to %s buffer of %s (%d)", (flags&PHP_OUTPUT_POP_DISCARD)?"discard":"send", ZSTR_VAL(orphan->name), orphan->level);
                }
                return 0;
        } else {
@@ -1307,7 +1307,7 @@ PHP_FUNCTION(ob_start)
        }
 
        if (php_output_start_user(output_handler, chunk_size, flags) == FAILURE) {
-               php_error_docref("ref.outcontrol", E_NOTICE, "failed to create buffer");
+               php_error_docref("ref.outcontrol", E_NOTICE, "Failed to create buffer");
                RETURN_FALSE;
        }
        RETURN_TRUE;
@@ -1323,12 +1323,12 @@ PHP_FUNCTION(ob_flush)
        }
 
        if (!OG(active)) {
-               php_error_docref("ref.outcontrol", E_NOTICE, "failed to flush buffer. No buffer to flush");
+               php_error_docref("ref.outcontrol", E_NOTICE, "Failed to flush buffer. No buffer to flush");
                RETURN_FALSE;
        }
 
        if (SUCCESS != php_output_flush()) {
-               php_error_docref("ref.outcontrol", E_NOTICE, "failed to flush buffer of %s (%d)", ZSTR_VAL(OG(active)->name), OG(active)->level);
+               php_error_docref("ref.outcontrol", E_NOTICE, "Failed to flush buffer of %s (%d)", ZSTR_VAL(OG(active)->name), OG(active)->level);
                RETURN_FALSE;
        }
        RETURN_TRUE;
@@ -1344,12 +1344,12 @@ PHP_FUNCTION(ob_clean)
        }
 
        if (!OG(active)) {
-               php_error_docref("ref.outcontrol", E_NOTICE, "failed to delete buffer. No buffer to delete");
+               php_error_docref("ref.outcontrol", E_NOTICE, "Failed to delete buffer. No buffer to delete");
                RETURN_FALSE;
        }
 
        if (SUCCESS != php_output_clean()) {
-               php_error_docref("ref.outcontrol", E_NOTICE, "failed to delete buffer of %s (%d)", ZSTR_VAL(OG(active)->name), OG(active)->level);
+               php_error_docref("ref.outcontrol", E_NOTICE, "Failed to delete buffer of %s (%d)", ZSTR_VAL(OG(active)->name), OG(active)->level);
                RETURN_FALSE;
        }
        RETURN_TRUE;
@@ -1365,7 +1365,7 @@ PHP_FUNCTION(ob_end_flush)
        }
 
        if (!OG(active)) {
-               php_error_docref("ref.outcontrol", E_NOTICE, "failed to delete and flush buffer. No buffer to delete or flush");
+               php_error_docref("ref.outcontrol", E_NOTICE, "Failed to delete and flush buffer. No buffer to delete or flush");
                RETURN_FALSE;
        }
 
@@ -1382,7 +1382,7 @@ PHP_FUNCTION(ob_end_clean)
        }
 
        if (!OG(active)) {
-               php_error_docref("ref.outcontrol", E_NOTICE, "failed to delete buffer. No buffer to delete");
+               php_error_docref("ref.outcontrol", E_NOTICE, "Failed to delete buffer. No buffer to delete");
                RETURN_FALSE;
        }
 
@@ -1399,12 +1399,12 @@ PHP_FUNCTION(ob_get_flush)
        }
 
        if (php_output_get_contents(return_value) == FAILURE) {
-               php_error_docref("ref.outcontrol", E_NOTICE, "failed to delete and flush buffer. No buffer to delete or flush");
+               php_error_docref("ref.outcontrol", E_NOTICE, "Failed to delete and flush buffer. No buffer to delete or flush");
                RETURN_FALSE;
        }
 
        if (SUCCESS != php_output_end()) {
-               php_error_docref("ref.outcontrol", E_NOTICE, "failed to delete buffer of %s (%d)", ZSTR_VAL(OG(active)->name), OG(active)->level);
+               php_error_docref("ref.outcontrol", E_NOTICE, "Failed to delete buffer of %s (%d)", ZSTR_VAL(OG(active)->name), OG(active)->level);
        }
 }
 /* }}} */
@@ -1422,12 +1422,12 @@ PHP_FUNCTION(ob_get_clean)
        }
 
        if (php_output_get_contents(return_value) == FAILURE) {
-               php_error_docref("ref.outcontrol", E_NOTICE, "failed to delete buffer. No buffer to delete");
+               php_error_docref("ref.outcontrol", E_NOTICE, "Failed to delete buffer. No buffer to delete");
                RETURN_FALSE;
        }
 
        if (SUCCESS != php_output_discard()) {
-               php_error_docref("ref.outcontrol", E_NOTICE, "failed to delete buffer of %s (%d)", ZSTR_VAL(OG(active)->name), OG(active)->level);
+               php_error_docref("ref.outcontrol", E_NOTICE, "Failed to delete buffer of %s (%d)", ZSTR_VAL(OG(active)->name), OG(active)->level);
        }
 }
 /* }}} */
index 7a217dc8822664354b58b087615ef2d9c7cbe003..76d4aa226316fe0aa2263057ab265432b263760e 100644 (file)
@@ -293,7 +293,7 @@ PHPAPI int _php_stream_cast(php_stream *stream, int castas, void **ret, int show
        }
 
        if (php_stream_is_filtered(stream)) {
-               php_error_docref(NULL, E_WARNING, "cannot cast a filtered stream on this system");
+               php_error_docref(NULL, E_WARNING, "Cannot cast a filtered stream on this system");
                return FAILURE;
        } else if (stream->ops->cast && stream->ops->cast(stream, castas, ret) == SUCCESS) {
                goto exit_success;
@@ -308,7 +308,7 @@ PHPAPI int _php_stream_cast(php_stream *stream, int castas, void **ret, int show
                        "select()able descriptor"
                };
 
-               php_error_docref(NULL, E_WARNING, "cannot represent a stream of type %s as a %s", stream->ops->label, cast_names[castas]);
+               php_error_docref(NULL, E_WARNING, "Cannot represent a stream of type %s as a %s", stream->ops->label, cast_names[castas]);
        }
 
        return FAILURE;
index 38603b001d7b02e259937f96002ac1ad2405a39b..e14925c1d7bf82b18a97a6dd5d76de7dc23d79ad 100644 (file)
@@ -253,9 +253,9 @@ PHPAPI php_stream_filter *php_stream_filter_create(const char *filtername, zval
        if (filter == NULL) {
                /* TODO: these need correct docrefs */
                if (factory == NULL)
-                       php_error_docref(NULL, E_WARNING, "unable to locate filter \"%s\"", filtername);
+                       php_error_docref(NULL, E_WARNING, "Unable to locate filter \"%s\"", filtername);
                else
-                       php_error_docref(NULL, E_WARNING, "unable to create or locate filter \"%s\"", filtername);
+                       php_error_docref(NULL, E_WARNING, "Unable to create or locate filter \"%s\"", filtername);
        }
 
        return filter;
index cabc85436d5063fcad7b13d3d094ef30cf501a10..66241b4680deb13207010a4a35392fb721cec0a8 100644 (file)
@@ -231,7 +231,7 @@ PHPAPI php_stream *_php_stream_fopen_temporary_file(const char *dir, const char
                }
                close(fd);
 
-               php_error_docref(NULL, E_WARNING, "unable to allocate stream");
+               php_error_docref(NULL, E_WARNING, "Unable to allocate stream");
 
                return NULL;
        }
@@ -353,7 +353,7 @@ static ssize_t php_stdiop_write(php_stream *stream, const char *buf, size_t coun
                                /* TODO: Should this be treated as a proper error or not? */
                                return bytes_written;
                        }
-                       php_error_docref(NULL, E_NOTICE, "write of %zu bytes failed with errno=%d %s", count, errno, strerror(errno));
+                       php_error_docref(NULL, E_NOTICE, "Write of %zu bytes failed with errno=%d %s", count, errno, strerror(errno));
                }
                return bytes_written;
        } else {
@@ -421,7 +421,7 @@ static ssize_t php_stdiop_read(php_stream *stream, char *buf, size_t count)
                        } else if (errno == EINTR) {
                                /* TODO: Should this be treated as a proper error or not? */
                        } else {
-                               php_error_docref(NULL, E_NOTICE, "read of %zu bytes failed with errno=%d %s", count, errno, strerror(errno));
+                               php_error_docref(NULL, E_NOTICE, "Read of %zu bytes failed with errno=%d %s", count, errno, strerror(errno));
 
                                /* TODO: Remove this special-case? */
                                if (errno != EBADF) {
@@ -536,7 +536,7 @@ static int php_stdiop_seek(php_stream *stream, zend_off_t offset, int whence, ze
        assert(data != NULL);
 
        if (!data->is_seekable) {
-               php_error_docref(NULL, E_WARNING, "cannot seek on this stream");
+               php_error_docref(NULL, E_WARNING, "Cannot seek on this stream");
                return -1;
        }
 
index 2197602c8af60288a3026940218f7c2facebc488..78b839d22a5df3502571be21ffde450f6890d9f2 100644 (file)
@@ -1353,7 +1353,7 @@ PHPAPI int _php_stream_seek(php_stream *stream, zend_off_t offset, int whence)
                return 0;
        }
 
-       php_error_docref(NULL, E_WARNING, "stream does not support seeking");
+       php_error_docref(NULL, E_WARNING, "Stream does not support seeking");
 
        return -1;
 }
@@ -1842,7 +1842,7 @@ PHPAPI php_stream_wrapper *php_stream_locate_url_wrapper(const char *path, const
                        if (localhost == 0 && path[n+3] != '\0' && path[n+3] != '/') {
 #endif
                                if (options & REPORT_ERRORS) {
-                                       php_error_docref(NULL, E_WARNING, "remote host file access not supported, %s", path);
+                                       php_error_docref(NULL, E_WARNING, "Remote host file access not supported, %s", path);
                                }
                                return NULL;
                        }
@@ -2019,7 +2019,7 @@ PHPAPI php_stream *_php_stream_opendir(const char *path, int options,
                php_stream_wrapper_log_error(wrapper, options ^ REPORT_ERRORS, "not implemented");
        }
        if (stream == NULL && (options & REPORT_ERRORS)) {
-               php_stream_display_wrapper_errors(wrapper, path, "failed to open dir");
+               php_stream_display_wrapper_errors(wrapper, path, "Failed to open directory");
        }
        php_stream_tidy_wrapper_error_log(wrapper);
 
@@ -2168,7 +2168,7 @@ PHPAPI php_stream *_php_stream_open_wrapper_ex(const char *path, const char *mod
        }
 
        if (stream == NULL && (options & REPORT_ERRORS)) {
-               php_stream_display_wrapper_errors(wrapper, path, "failed to open stream");
+               php_stream_display_wrapper_errors(wrapper, path, "Failed to open stream");
                if (opened_path && *opened_path) {
                        zend_string_release_ex(*opened_path, 0);
                        *opened_path = NULL;
index dd67c67bbff5cd742f987a5c378334a05ac4a27b..fcc3f293300e0a70abe461742b733907e7e15d4f 100644 (file)
@@ -357,7 +357,7 @@ PHPAPI int php_stream_xport_crypto_setup(php_stream *stream, php_stream_xport_cr
                return param.outputs.returncode;
        }
 
-       php_error_docref("streams.crypto", E_WARNING, "this stream does not support SSL/crypto");
+       php_error_docref("streams.crypto", E_WARNING, "This stream does not support SSL/crypto");
 
        return ret;
 }
@@ -377,7 +377,7 @@ PHPAPI int php_stream_xport_crypto_enable(php_stream *stream, int activate)
                return param.outputs.returncode;
        }
 
-       php_error_docref("streams.crypto", E_WARNING, "this stream does not support SSL/crypto");
+       php_error_docref("streams.crypto", E_WARNING, "This stream does not support SSL/crypto");
 
        return ret;
 }
@@ -399,7 +399,7 @@ PHPAPI int php_stream_xport_recvfrom(php_stream *stream, char *buf, size_t bufle
        }
 
        if (stream->readfilters.head) {
-               php_error_docref(NULL, E_WARNING, "cannot peek or fetch OOB data from a filtered stream");
+               php_error_docref(NULL, E_WARNING, "Cannot peek or fetch OOB data from a filtered stream");
                return -1;
        }
 
@@ -469,7 +469,7 @@ PHPAPI int php_stream_xport_sendto(php_stream *stream, const char *buf, size_t b
        oob = (flags & STREAM_OOB) == STREAM_OOB;
 
        if ((oob || addr) && stream->writefilters.head) {
-               php_error_docref(NULL, E_WARNING, "cannot write OOB data, or data to a targeted address on a filtered stream");
+               php_error_docref(NULL, E_WARNING, "Cannot write OOB data, or data to a targeted address on a filtered stream");
                return -1;
        }
 
index 20252deee92e3e46707c0aa8566cb2f7307fdd3d..dd6806d35f69c2c4408ae1b885dc260144e75356 100644 (file)
@@ -523,7 +523,7 @@ PHP_FUNCTION(stream_wrapper_register)
                        }
                }
        } else {
-               php_error_docref(NULL, E_WARNING, "class '%s' is undefined", ZSTR_VAL(classname));
+               php_error_docref(NULL, E_WARNING, "Class '%s' is undefined", ZSTR_VAL(classname));
        }
 
        zend_list_delete(rsrc);
index 3e6aa4b4b54743503057208fff5dee99e7afb614..d37b2c30b308a595647b5b49692267850e9f80f6 100644 (file)
@@ -104,7 +104,7 @@ retry:
                }
 
                estr = php_socket_strerror(err, NULL, 0);
-               php_error_docref(NULL, E_NOTICE, "send of " ZEND_LONG_FMT " bytes failed with errno=%d %s",
+               php_error_docref(NULL, E_NOTICE, "Send of " ZEND_LONG_FMT " bytes failed with errno=%d %s",
                                (zend_long)count, err, estr);
                efree(estr);
        }
index 73791c95d589d33a412963456650d249baa70a28..dbb9a6af400024510b058984b096cda273cdbbe6 100644 (file)
@@ -17,11 +17,11 @@ foreach (['MKCO', 'MKCOLL', 'M'] as $method) {
 }
 ?>
 --EXPECTF--
-Warning: file_get_contents(http://localhost:8964): failed to open stream: HTTP request failed! HTTP/1.0 501 Not Implemented
+Warning: file_get_contents(http://localhost:8964): Failed to open stream: HTTP request failed! HTTP/1.0 501 Not Implemented
  in %s on line %d
 
-Warning: file_get_contents(http://localhost:8964): failed to open stream: HTTP request failed! HTTP/1.0 501 Not Implemented
+Warning: file_get_contents(http://localhost:8964): Failed to open stream: HTTP request failed! HTTP/1.0 501 Not Implemented
  in %s on line %d
 
-Warning: file_get_contents(http://localhost:8964): failed to open stream: HTTP request failed! HTTP/1.0 501 Not Implemented
+Warning: file_get_contents(http://localhost:8964): Failed to open stream: HTTP request failed! HTTP/1.0 501 Not Implemented
  in %s on line %d
index 877b1194f2648e896805785fbfc0d55917a8c786..6d4ee15273a942cc5e273b538876301a6f4cfcdc 100644 (file)
@@ -14,8 +14,8 @@ echo file_get_contents("http://" . PHP_CLI_SERVER_ADDRESS . "/..\\CREDITS");
 echo file_get_contents("http://" . PHP_CLI_SERVER_ADDRESS . "/..%5CCREDITS");
 ?>
 --EXPECTF--
-Warning: file_get_contents(http://%s/..\CREDITS): failed to open stream: HTTP request failed! HTTP/1.0 404 Not Found
+Warning: file_get_contents(http://%s/..\CREDITS): Failed to open stream: HTTP request failed! HTTP/1.0 404 Not Found
  in %sbug70264.php on line %d
 
-Warning: file_get_contents(http://%s/..%5CCREDITS): failed to open stream: HTTP request failed! HTTP/1.0 404 Not Found
+Warning: file_get_contents(http://%s/..%5CCREDITS): Failed to open stream: HTTP request failed! HTTP/1.0 404 Not Found
  in %sbug70264.php on line %d
index 47b13ad60544f25e5e1cf15b21a13b067af50ba9..7fa904b03a3ecf3053c56c6bd8ed767f34a52d11 100644 (file)
@@ -9,8 +9,8 @@ include "does_not_exist.php";
 --EXPECTF--
 [Successful compilation of %s]
 prompt> 
-Warning: include(%s): failed to open stream: No such file or directory in %s on line %d
+Warning: include(%s): Failed to open stream: No such file or directory in %s on line %d
 
 Warning: include(): Failed opening 'does_not_exist.php' for inclusion (include_path=%s) in %s on line %d
 [Script ended normally]
-prompt>
+prompt> 
index 2928f7ec455b829e626b57b6b02d4cef76cbcb08..cbba52055d0f0efb73095bb36879aecdb19408d0 100644 (file)
@@ -10,6 +10,6 @@ require_once('nonexisiting.php');
 ?>
 --EXPECTF--
 <br />
-<b>Warning</b>:  require_once(nonexisiting.php) [<a href='/function.require-once.html'>function.require-once.html</a>]: failed to open stream: No such file or directory in <b>%sbug35176.php</b> on line <b>2</b><br />
+<b>Warning</b>:  require_once(nonexisiting.php) [<a href='/function.require-once.html'>function.require-once.html</a>]: Failed to open stream: No such file or directory in <b>%sbug35176.php</b> on line <b>2</b><br />
 <br />
 <b>Fatal error</b>:  require_once() [<a href='/function.require.html'>function.require.html</a>]: Failed opening required 'nonexisiting.php' (%s) in <b>%sbug35176.php</b> on line <b>2</b><br />
index c1fca9d633a885bc70b03e6095ee53cde6875488..498b1324476fa6143942e282c443ac75a588aa95 100644 (file)
@@ -11,6 +11,6 @@ class MyClass
 
 MyClass::loadCode('file-which-does-not-exist-on-purpose.php');
 --EXPECTF--
-Warning: include(file-which-does-not-exist-on-purpose.php): failed to open stream: No such file or directory in %sbug43958.php on line 5
+Warning: include(file-which-does-not-exist-on-purpose.php): Failed to open stream: No such file or directory in %sbug43958.php on line 5
 
 Warning: include(): Failed opening 'file-which-does-not-exist-on-purpose.php' for inclusion (include_path='%s') in %sbug43958.php on line 5
index 8fe80bcb6516bfd997035d65a5a0ee3e3c06b6f7..0e77938e4752fcb8f20faa3bd9f88cfc27fb91fe 100644 (file)
@@ -18,10 +18,10 @@ echo 'Done';
 ?>
 --EXPECTF--
 [callback:1]Attempt to flush unerasable buffer - should fail...
-Notice: ob_flush(): failed to flush buffer of callback (0) in %s on line %d
+Notice: ob_flush(): Failed to flush buffer of callback (0) in %s on line %d
 bool(false)
 string(%d) "Attempt to flush unerasable buffer - should fail...
-Notice: ob_flush(): failed to flush buffer of callback (0) in %s on line %d
+Notice: ob_flush(): Failed to flush buffer of callback (0) in %s on line %d
 bool(false)
 "
 Done
index f6c7a51aa365a8eb818c5d0d2adf87278cc10a7b..bee4732cb2c0c0fac88456f8477f637d5f67cc03 100644 (file)
@@ -14,5 +14,5 @@ Bug #75236: infinite loop when printing an error-message
 --EXPECTF--
 before getfilecontent
 <br />
-<b>Warning</b>:  file_get_contents(no/suchfile): failed to open stream: No such file or directory in <b>%s</b> on line <b>7</b><br />
+<b>Warning</b>:  file_get_contents(no/suchfile): Failed to open stream: No such file or directory in <b>%s</b> on line <b>7</b><br />
 after getfilecontent
index bd91676b12483d0dc08f0d625d8839c693202427..584df6b81c258fdd5bf96e3282b539b6c6f4d4e2 100644 (file)
@@ -29,7 +29,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 12
 bool(false)
 string(61) "bool(true)
 Ensure the buffer is still active after the clean."
index 6824857675d1d93f44d29a4cbcb66b336a4e8001..491618ddbf3b3b3d1db63f97cb8bf211189ca71c 100644 (file)
@@ -20,10 +20,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 7
 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 16
 bool(false)
index 811d6a0761bd21e0ed95b830db03575e19487206..00e70b3b9262f6019d2fcce5664d9eeaa712b5b8 100644 (file)
@@ -30,12 +30,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 12
 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 21
 bool(false)
 Done
index e53c7e5a23a1d97e9f7a28d76870c201f02c592f..6c98738d47610c60b6fb5caee7738837035eaf10 100644 (file)
@@ -30,7 +30,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 12
 bool(false)
 This should get flushed.
 bool(true)
index 4a6c84785bbbcb60fffb2cde82d1ddd215ceba15..f9b009ac8e816374a74ba4cbdaea34398430231b 100644 (file)
@@ -42,6 +42,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 26
 int(0)
 Done
index dda65876148d71a3c6116a46f5b3bf440cce70e0..9cd5a0dded9ce2bcb4399a96f9a89f952b85b4be 100644 (file)
@@ -27,7 +27,7 @@ checkAndClean();
 --EXPECTF--
 Warning: ob_start(): non-static method C::h() cannot be called statically in %s on line %d
 
-Notice: ob_start(): failed to create buffer in %s on line %d
+Notice: ob_start(): Failed to create buffer in %s on line %d
 bool(false)
 Array
 (
index d4d0fcc149151f9580239b2f9d48fbae2b64c4d0..b3aef511ac23118f1e4f9a4196ba9a65412ebe6a 100644 (file)
@@ -43,7 +43,7 @@ function checkAndClean() {
   }
 }
 
-echo "\n ---> Test arrays: \n";
+echo "\n ---> Test arrays:\n";
 var_dump(ob_start(array("f")));
 checkAndClean();
 
@@ -72,11 +72,11 @@ 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
 
-Notice: ob_start(): failed to create buffer in %s on line 44
+Notice: ob_start(): Failed to create buffer in %s on line 44
 bool(false)
 Array
 (
@@ -84,7 +84,7 @@ Array
 
 Warning: ob_start(): class 'f' not found in %s on line 47
 
-Notice: ob_start(): failed to create buffer in %s on line 47
+Notice: ob_start(): Failed to create buffer in %s on line 47
 bool(false)
 Array
 (
@@ -92,7 +92,7 @@ Array
 
 Warning: ob_start(): array must have exactly two members in %s on line 50
 
-Notice: ob_start(): failed to create buffer in %s on line 50
+Notice: ob_start(): Failed to create buffer in %s on line 50
 bool(false)
 Array
 (
@@ -100,7 +100,7 @@ Array
 
 Warning: ob_start(): array must have exactly two members in %s on line 53
 
-Notice: ob_start(): failed to create buffer in %s on line 53
+Notice: ob_start(): Failed to create buffer in %s on line 53
 bool(false)
 Array
 (
@@ -108,7 +108,7 @@ Array
 
 Warning: ob_start(): array must have exactly two members in %s on line 56
 
-Notice: ob_start(): failed to create buffer in %s on line 56
+Notice: ob_start(): Failed to create buffer in %s on line 56
 bool(false)
 Array
 (
@@ -128,7 +128,7 @@ Array
 
 Warning: ob_start(): array must have exactly two members in %s on line 68
 
-Notice: ob_start(): failed to create buffer in %s on line 68
+Notice: ob_start(): Failed to create buffer in %s on line 68
 bool(false)
 Array
 (
index 4fc1f536353dcfc56b19004d0236d4d14b174e9c..967f467f755aa330e0e4e9c6bc1c0d981d2ab17e 100644 (file)
@@ -21,13 +21,13 @@ var_dump(ob_get_level());
 --EXPECTF--
 [callback:1]All of the following calls will fail to clean/remove the topmost buffer:
 
-Notice: ob_clean(): failed to delete buffer of callback (0) in %s on line 11
+Notice: ob_clean(): Failed to delete buffer of callback (0) in %s on line 11
 bool(false)
 
-Notice: ob_end_clean(): failed to discard buffer of callback (0) in %s on line 12
+Notice: ob_end_clean(): Failed to discard buffer of callback (0) in %s on line 12
 bool(false)
 
-Notice: ob_end_flush(): failed to send buffer of callback (0) in %s on line 13
+Notice: ob_end_flush(): Failed to send buffer of callback (0) in %s on line 13
 bool(false)
 The OB nesting will still be 1 level deep:
 int(1)
index 9c09bd5e5fad7ffea56f176c31f0b72b3183e638..a881d271b67212427b8fcefb5a3ab1d3610bfd80 100644 (file)
@@ -16,7 +16,7 @@ var_dump($str);
 ?>
 --EXPECTF--
 [callback:1]This call will obtain the content, but will not clean the buffer.
-Notice: ob_get_clean(): failed to discard buffer of callback (0) in %s on line 11
+Notice: ob_get_clean(): Failed to discard buffer of callback (0) in %s on line 11
 
-Notice: ob_get_clean(): failed to delete buffer of callback (0) in %s on line 11
+Notice: ob_get_clean(): Failed to delete buffer of callback (0) in %s on line 11
 string(65) "This call will obtain the content, but will not clean the buffer."
index 02308b3ef4999c4c6831d4d65417e943d0a555c9..83702fc08f4a09f5a68ae3fcedcf9e5e9ebc06ee 100644 (file)
@@ -16,7 +16,7 @@ var_dump($str);
 ?>
 --EXPECTF--
 [callback:1]This call will obtain the content, but will not flush the buffer.
-Notice: ob_get_flush(): failed to send buffer of callback (0) in %s on line 11
+Notice: ob_get_flush(): Failed to send buffer of callback (0) in %s on line 11
 
-Notice: ob_get_flush(): failed to delete buffer of callback (0) in %s on line 11
+Notice: ob_get_flush(): Failed to delete buffer of callback (0) in %s on line 11
 string(65) "This call will obtain the content, but will not flush the buffer."
index 2c52f00c24ae170a999164aca207d0bae66a7719..86c752e98bd631ffa75b0c8b3edab2dcf0376c9e 100644 (file)
@@ -10,16 +10,16 @@ function callback($string) {
 
 ob_start('callback', 0, false);
 
-echo "Attempt to flush unerasable buffer - should fail... ";
+echo "Attempt to flush unerasable buffer - should fail...";
 var_dump(ob_flush());
 // Check content of buffer after flush - if flush failed it should still contain the string above.
 var_dump(ob_get_contents());
 ?>
 --EXPECTF--
-[callback:1]Attempt to flush unerasable buffer - should fail... 
-Notice: ob_flush(): failed to flush buffer of callback (0) in %s on line 11
+[callback:1]Attempt to flush unerasable buffer - should fail...
+Notice: ob_flush(): Failed to flush buffer of callback (0) in %s on line 11
 bool(false)
-string(%d) "Attempt to flush unerasable buffer - should fail... 
-Notice: ob_flush(): failed to flush buffer of callback (0) in %s on line 11
+string(%d) "Attempt to flush unerasable buffer - should fail...
+Notice: ob_flush(): Failed to flush buffer of callback (0) in %s on line 11
 bool(false)
 "
index 83b3a4186d4ce0023694ff520bfbec1230e89c29..c838c18bacac50058eeae7a994f2b150ce736c05 100644 (file)
@@ -25,5 +25,5 @@ Arg 1 wrong type
 
 Warning: ob_start(): no array or string given in %s on line 17
 
-Notice: ob_start(): failed to create buffer in %s on line 17
+Notice: ob_start(): Failed to create buffer in %s on line 17
 bool(false)
index 7cac3ee4b36c8bec99aab24de3e5e653d6fc9863..e3f45af3dffce76e672b1c0fc5caf2adeba5071c 100644 (file)
@@ -22,21 +22,21 @@ echo "done"
 --EXPECTF--
 Warning: ob_start(): class 'nonExistent' not found in %s on line 13
 
-Notice: ob_start(): failed to create buffer in %s on line 13
+Notice: ob_start(): Failed to create buffer in %s on line 13
 bool(false)
 
 Warning: ob_start(): class 'C' does not have a method 'nonExistent' in %s on line 14
 
-Notice: ob_start(): failed to create buffer in %s on line 14
+Notice: ob_start(): Failed to create buffer in %s on line 14
 bool(false)
 
 Warning: ob_start(): class 'C' does not have a method 'no' in %s on line 15
 
-Notice: ob_start(): failed to create buffer in %s on line 15
+Notice: ob_start(): Failed to create buffer in %s on line 15
 bool(false)
 
 Warning: ob_start(): function 'no' not found or invalid function name in %s on line 16
 
-Notice: ob_start(): failed to create buffer in %s on line 16
+Notice: ob_start(): Failed to create buffer in %s on line 16
 bool(false)
 done
index 3af56f7a2bb6c37967c272d3368c845c0ce1b443..30b030daf72f26923da0362d2f772670b00c303c 100644 (file)
@@ -17,6 +17,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 11
 bool(false)
 done
index 83f5dc8d1c32aaeffacb6051bfa469652d63138a..ecbb40e7fc1f95207b687fdc8b7aea34c237b2b7 100644 (file)
@@ -17,6 +17,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 11
 bool(false)
 done
index 989570d64003e54940df8a5a9855f3aaf3815409..82806b8fb822a0dc5c60bb14ad8fe1befa89f97d 100644 (file)
@@ -35,42 +35,42 @@ bool(true)
 
 Warning: copy(): open_basedir restriction in effect. File(../bad) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: copy(../bad): failed to open stream: %s in %s on line %d
+Warning: copy(../bad): Failed to open stream: %s in %s on line %d
 bool(false)
 
 Warning: copy(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: copy(../bad/bad.txt): failed to open stream: %s in %s on line %d
+Warning: copy(../bad/bad.txt): Failed to open stream: %s in %s on line %d
 bool(false)
 
 Warning: copy(): open_basedir restriction in effect. File(..) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: copy(..): failed to open stream: %s in %s on line %d
+Warning: copy(..): Failed to open stream: %s in %s on line %d
 bool(false)
 
 Warning: copy(): open_basedir restriction in effect. File(../) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: copy(../): failed to open stream: %s in %s on line %d
+Warning: copy(../): Failed to open stream: %s in %s on line %d
 bool(false)
 
 Warning: copy(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: copy(/): failed to open stream: %s in %s on line %d
+Warning: copy(/): Failed to open stream: %s in %s on line %d
 bool(false)
 
 Warning: copy(): open_basedir restriction in effect. File(../bad/.) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: copy(../bad/.): failed to open stream: %s in %s on line %d
+Warning: copy(../bad/.): Failed to open stream: %s in %s on line %d
 bool(false)
 
 Warning: copy(): open_basedir restriction in effect. File(../bad/./bad.txt) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: copy(../bad/./bad.txt): failed to open stream: %s in %s on line %d
+Warning: copy(../bad/./bad.txt): Failed to open stream: %s in %s on line %d
 bool(false)
 
 Warning: copy(): open_basedir restriction in effect. File(./../.) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: copy(./../.): failed to open stream: %s in %s on line %d
+Warning: copy(./../.): Failed to open stream: %s in %s on line %d
 bool(false)
 bool(true)
 bool(true)
index 90f55e5a95b22e153f905b1dba76ad30c951b766..10181c3efa749b55cd2bdbd01e174acbb9153ef5 100644 (file)
@@ -30,42 +30,42 @@ bool(true)
 
 Warning: dir(): open_basedir restriction in effect. File(../bad) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: dir(../bad): failed to open dir: %s in %s on line %d
+Warning: dir(../bad): Failed to open directory: %s in %s on line %d
 bool(false)
 
 Warning: dir(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: dir(../bad/bad.txt): failed to open dir: %s in %s on line %d
+Warning: dir(../bad/bad.txt): Failed to open directory: %s in %s on line %d
 bool(false)
 
 Warning: dir(): open_basedir restriction in effect. File(..) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: dir(..): failed to open dir: %s in %s on line %d
+Warning: dir(..): Failed to open directory: %s in %s on line %d
 bool(false)
 
 Warning: dir(): open_basedir restriction in effect. File(../) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: dir(../): failed to open dir: %s in %s on line %d
+Warning: dir(../): Failed to open directory: %s in %s on line %d
 bool(false)
 
 Warning: dir(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: dir(/): failed to open dir: %s in %s on line %d
+Warning: dir(/): Failed to open directory: %s in %s on line %d
 bool(false)
 
 Warning: dir(): open_basedir restriction in effect. File(../bad/.) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: dir(../bad/.): failed to open dir: %s in %s on line %d
+Warning: dir(../bad/.): Failed to open directory: %s in %s on line %d
 bool(false)
 
 Warning: dir(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: dir(%s/test/bad/bad.txt): failed to open dir: %s in %s on line %d
+Warning: dir(%s/test/bad/bad.txt): Failed to open directory: %s in %s on line %d
 bool(false)
 
 Warning: dir(): open_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: dir(%s/test/bad/../bad/bad.txt): failed to open dir: %s in %s on line %d
+Warning: dir(%s/test/bad/../bad/bad.txt): Failed to open directory: %s in %s on line %d
 bool(false)
 object(Directory)#%d (2) {
   ["path"]=>
index e3cb15d258a76605f49599604ef42fefeef3754c..4a7b14b00445fc98ee71452ca0372c504bd62321 100644 (file)
@@ -32,17 +32,17 @@ bool(true)
 
 Warning: error_log(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: error_log(%s/test/bad/bad.txt): failed to open stream: %s in %s on line %d
+Warning: error_log(%s/test/bad/bad.txt): Failed to open stream: %s in %s on line %d
 bool(false)
 
 Warning: error_log(): open_basedir restriction in effect. File(%s/test/bad.txt) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: error_log(%s/test/bad.txt): failed to open stream: %s in %s on line %d
+Warning: error_log(%s/test/bad.txt): Failed to open stream: %s in %s on line %d
 bool(false)
 
 Warning: error_log(): open_basedir restriction in effect. File(%s/bad.txt) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: error_log(%s/bad.txt): failed to open stream: %s in %s on line %d
+Warning: error_log(%s/bad.txt): Failed to open stream: %s in %s on line %d
 bool(false)
 bool(true)
 *** Finished testing open_basedir configuration [error_log] ***
index 3382ae865d893a068f02871a8a6f74d77e25ab16..e3d2a5d8a6f9af1457477607e54598af19628330 100644 (file)
@@ -31,42 +31,42 @@ bool(true)
 
 Warning: file(): open_basedir restriction in effect. File(../bad) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: file(../bad): failed to open stream: %s in %s on line %d
+Warning: file(../bad): Failed to open stream: %s in %s on line %d
 bool(false)
 
 Warning: file(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: file(../bad/bad.txt): failed to open stream: %s in %s on line %d
+Warning: file(../bad/bad.txt): Failed to open stream: %s in %s on line %d
 bool(false)
 
 Warning: file(): open_basedir restriction in effect. File(..) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: file(..): failed to open stream: %s in %s on line %d
+Warning: file(..): Failed to open stream: %s in %s on line %d
 bool(false)
 
 Warning: file(): open_basedir restriction in effect. File(../) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: file(../): failed to open stream: %s in %s on line %d
+Warning: file(../): Failed to open stream: %s in %s on line %d
 bool(false)
 
 Warning: file(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: file(/): failed to open stream: %s in %s on line %d
+Warning: file(/): Failed to open stream: %s in %s on line %d
 bool(false)
 
 Warning: file(): open_basedir restriction in effect. File(../bad/.) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: file(../bad/.): failed to open stream: %s in %s on line %d
+Warning: file(../bad/.): Failed to open stream: %s in %s on line %d
 bool(false)
 
 Warning: file(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: file(%s/test/bad/bad.txt): failed to open stream: %s in %s on line %d
+Warning: file(%s/test/bad/bad.txt): Failed to open stream: %s in %s on line %d
 bool(false)
 
 Warning: file(): open_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: file(%s/test/bad/../bad/bad.txt): failed to open stream: %s in %s on line %d
+Warning: file(%s/test/bad/../bad/bad.txt): Failed to open stream: %s in %s on line %d
 bool(false)
 array(1) {
   [0]=>
index b5a34de0749d97f288245ece6c461579c03a6d6e..91a3eb09804b440af64a4b3d21996927b82e3173 100644 (file)
@@ -31,42 +31,42 @@ bool(true)
 
 Warning: file_get_contents(): open_basedir restriction in effect. File(../bad) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: file_get_contents(../bad): failed to open stream: %s in %s on line %d
+Warning: file_get_contents(../bad): Failed to open stream: %s in %s on line %d
 bool(false)
 
 Warning: file_get_contents(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: file_get_contents(../bad/bad.txt): failed to open stream: %s in %s on line %d
+Warning: file_get_contents(../bad/bad.txt): Failed to open stream: %s in %s on line %d
 bool(false)
 
 Warning: file_get_contents(): open_basedir restriction in effect. File(..) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: file_get_contents(..): failed to open stream: %s in %s on line %d
+Warning: file_get_contents(..): Failed to open stream: %s in %s on line %d
 bool(false)
 
 Warning: file_get_contents(): open_basedir restriction in effect. File(../) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: file_get_contents(../): failed to open stream: %s in %s on line %d
+Warning: file_get_contents(../): Failed to open stream: %s in %s on line %d
 bool(false)
 
 Warning: file_get_contents(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: file_get_contents(/): failed to open stream: %s in %s on line %d
+Warning: file_get_contents(/): Failed to open stream: %s in %s on line %d
 bool(false)
 
 Warning: file_get_contents(): open_basedir restriction in effect. File(../bad/.) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: file_get_contents(../bad/.): failed to open stream: %s in %s on line %d
+Warning: file_get_contents(../bad/.): Failed to open stream: %s in %s on line %d
 bool(false)
 
 Warning: file_get_contents(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: file_get_contents(%s/test/bad/bad.txt): failed to open stream: %s in %s on line %d
+Warning: file_get_contents(%s/test/bad/bad.txt): Failed to open stream: %s in %s on line %d
 bool(false)
 
 Warning: file_get_contents(): open_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: file_get_contents(%s/test/bad/../bad/bad.txt): failed to open stream: %s in %s on line %d
+Warning: file_get_contents(%s/test/bad/../bad/bad.txt): Failed to open stream: %s in %s on line %d
 bool(false)
 string(12) "Hello World!"
 string(12) "Hello World!"
index 9f1f3bf13be5f81e561f737b81686e604e7c0368..b7536d973a185abcafc68a4af629d85b9ff21d32 100644 (file)
@@ -31,26 +31,26 @@ bool(true)
 
 Warning: file_put_contents(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: file_put_contents(../bad/bad.txt): failed to open stream: %s in %s on line %d
+Warning: file_put_contents(../bad/bad.txt): Failed to open stream: %s in %s on line %d
 bool(false)
 
 Warning: file_put_contents(): open_basedir restriction in effect. File(.././bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: file_put_contents(.././bad/bad.txt): failed to open stream: %s in %s on line %d
+Warning: file_put_contents(.././bad/bad.txt): Failed to open stream: %s in %s on line %d
 bool(false)
 
 Warning: file_put_contents(): open_basedir restriction in effect. File(../bad/../bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: file_put_contents(../bad/../bad/bad.txt): failed to open stream: %s in %s on line %d
+Warning: file_put_contents(../bad/../bad/bad.txt): Failed to open stream: %s in %s on line %d
 bool(false)
 
 Warning: file_put_contents(): open_basedir restriction in effect. File(./.././bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: file_put_contents(./.././bad/bad.txt): failed to open stream: %s in %s on line %d
+Warning: file_put_contents(./.././bad/bad.txt): Failed to open stream: %s in %s on line %d
 bool(false)
 
 Warning: file_put_contents(): open_basedir restriction in effect. File%s/test/bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: file_put_contents%s/test/bad/bad.txt): failed to open stream: %s in %s on line %d
+Warning: file_put_contents%s/test/bad/bad.txt): Failed to open stream: %s in %s on line %d
 bool(false)
 *** Finished testing open_basedir configuration [file_put_contents] ***
index e0fee66f0cb33a06cf35bc661af79cfdb06cf2ed..cd4a644edc50942b73493fc4088f2de4bd48dc62 100644 (file)
@@ -40,42 +40,42 @@ bool(true)
 
 Warning: fopen(): open_basedir restriction in effect. File(../bad) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: fopen(../bad): failed to open stream: %s in %s on line %d
+Warning: fopen(../bad): Failed to open stream: %s in %s on line %d
 bool(false)
 
 Warning: fopen(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: fopen(../bad/bad.txt): failed to open stream: %s in %s on line %d
+Warning: fopen(../bad/bad.txt): Failed to open stream: %s in %s on line %d
 bool(false)
 
 Warning: fopen(): open_basedir restriction in effect. File(..) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: fopen(..): failed to open stream: %s in %s on line %d
+Warning: fopen(..): Failed to open stream: %s in %s on line %d
 bool(false)
 
 Warning: fopen(): open_basedir restriction in effect. File(../) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: fopen(../): failed to open stream: %s in %s on line %d
+Warning: fopen(../): Failed to open stream: %s in %s on line %d
 bool(false)
 
 Warning: fopen(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: fopen(/): failed to open stream: %s in %s on line %d
+Warning: fopen(/): Failed to open stream: %s in %s on line %d
 bool(false)
 
 Warning: fopen(): open_basedir restriction in effect. File(../bad/.) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: fopen(../bad/.): failed to open stream: %s in %s on line %d
+Warning: fopen(../bad/.): Failed to open stream: %s in %s on line %d
 bool(false)
 
 Warning: fopen(): open_basedir restriction in effect. File(../bad/./bad.txt) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: fopen(../bad/./bad.txt): failed to open stream: %s in %s on line 12
+Warning: fopen(../bad/./bad.txt): Failed to open stream: %s in %s on line 12
 bool(false)
 
 Warning: fopen(): open_basedir restriction in effect. File(./../.) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: fopen(./../.): failed to open stream: %s in %s on line %d
+Warning: fopen(./../.): Failed to open stream: %s in %s on line %d
 bool(false)
 resource(%d) of type (stream)
 resource(%d) of type (stream)
index 6b88e13080ced3c304a767534ec7c6bf50f786bd..caf5a71beceb9422656830f7d6f96f3f4ab8eb4c 100644 (file)
@@ -29,42 +29,42 @@ bool(true)
 
 Warning: opendir(): open_basedir restriction in effect. File(../bad) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: opendir(../bad): failed to open dir: %s in %s on line %d
+Warning: opendir(../bad): Failed to open directory: %s in %s on line %d
 bool(false)
 
 Warning: opendir(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: opendir(../bad/bad.txt): failed to open dir: %s in %s on line %d
+Warning: opendir(../bad/bad.txt): Failed to open directory: %s in %s on line %d
 bool(false)
 
 Warning: opendir(): open_basedir restriction in effect. File(..) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: opendir(..): failed to open dir: %s in %s on line %d
+Warning: opendir(..): Failed to open directory: %s in %s on line %d
 bool(false)
 
 Warning: opendir(): open_basedir restriction in effect. File(../) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: opendir(../): failed to open dir: %s in %s on line %d
+Warning: opendir(../): Failed to open directory: %s in %s on line %d
 bool(false)
 
 Warning: opendir(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: opendir(/): failed to open dir: %s in %s on line %d
+Warning: opendir(/): Failed to open directory: %s in %s on line %d
 bool(false)
 
 Warning: opendir(): open_basedir restriction in effect. File(../bad/.) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: opendir(../bad/.): failed to open dir: %s in %s on line %d
+Warning: opendir(../bad/.): Failed to open directory: %s in %s on line %d
 bool(false)
 
 Warning: opendir(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: opendir(%s/test/bad/bad.txt): failed to open dir: %s in %s on line %d
+Warning: opendir(%s/test/bad/bad.txt): Failed to open directory: %s in %s on line %d
 bool(false)
 
 Warning: opendir(): open_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: opendir(%s/test/bad/../bad/bad.txt): failed to open dir: %s in %s on line %d
+Warning: opendir(%s/test/bad/../bad/bad.txt): Failed to open directory: %s in %s on line %d
 bool(false)
 resource(%d) of type (stream)
 resource(%d) of type (stream)
index 11db63fa50d3ba2c5d24ec5f07a1c924c1a2dd97..7c9cbd8d122a7f55d43191f6bb39be0f0de12659 100644 (file)
@@ -39,36 +39,36 @@ bool(true)
 
 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest\bad) is not within the allowed path(s): (.) in %sopen_basedir_parse_ini_file.php on line 6
 
-Warning: parse_ini_file(%stest\bad): failed to open stream: Operation not permitted in %sopen_basedir_parse_ini_file.php on line 6
+Warning: parse_ini_file(%stest\bad): Failed to open stream: Operation not permitted in %sopen_basedir_parse_ini_file.php on line 6
 bool(false)
 
 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest\bad\bad.txt) is not within the allowed path(s): (.) in %sopen_basedir_parse_ini_file.php on line 7
 
-Warning: parse_ini_file(%stest\bad\bad.txt): failed to open stream: Operation not permitted in %sopen_basedir_parse_ini_file.php on line 7
+Warning: parse_ini_file(%stest\bad\bad.txt): Failed to open stream: Operation not permitted in %sopen_basedir_parse_ini_file.php on line 7
 bool(false)
 
 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest) is not within the allowed path(s): (.) in %sopen_basedir_parse_ini_file.php on line 8
 
-Warning: parse_ini_file(%stest): failed to open stream: Operation not permitted in %sopen_basedir_parse_ini_file.php on line 8
+Warning: parse_ini_file(%stest): Failed to open stream: Operation not permitted in %sopen_basedir_parse_ini_file.php on line 8
 bool(false)
 
 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest) is not within the allowed path(s): (.) in %sopen_basedir_parse_ini_file.php on line 9
 
-Warning: parse_ini_file(%stest): failed to open stream: Operation not permitted in %sopen_basedir_parse_ini_file.php on line 9
+Warning: parse_ini_file(%stest): Failed to open stream: Operation not permitted in %sopen_basedir_parse_ini_file.php on line 9
 bool(false)
 
 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest\bad) is not within the allowed path(s): (.) in %sopen_basedir_parse_ini_file.php on line 10
 
-Warning: parse_ini_file(%stest\bad): failed to open stream: Operation not permitted in %sopen_basedir_parse_ini_file.php on line 10
+Warning: parse_ini_file(%stest\bad): Failed to open stream: Operation not permitted in %sopen_basedir_parse_ini_file.php on line 10
 bool(false)
 
 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest\bad\bad.txt) is not within the allowed path(s): (.) in %sopen_basedir_parse_ini_file.php on line 11
 
-Warning: parse_ini_file(%stest\bad\bad.txt): failed to open stream: Operation not permitted in %sopen_basedir_parse_ini_file.php on line 11
+Warning: parse_ini_file(%stest\bad\bad.txt): Failed to open stream: Operation not permitted in %sopen_basedir_parse_ini_file.php on line 11
 bool(false)
 
 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest) is not within the allowed path(s): (.) in %sopen_basedir_parse_ini_file.php on line 12
 
-Warning: parse_ini_file(%stest): failed to open stream: Operation not permitted in %sopen_basedir_parse_ini_file.php on line 12
+Warning: parse_ini_file(%stest): Failed to open stream: Operation not permitted in %sopen_basedir_parse_ini_file.php on line 12
 bool(false)
 *** Finished testing open_basedir configuration [parse_ini_file] ***
index 46ea7906108d80266db760a429816efc1fcd1922..0a629cb9e7c101bf85328a67e69ad046d501cc9d 100644 (file)
@@ -29,56 +29,56 @@ bool(true)
 
 Warning: scandir(): open_basedir restriction in effect. File(../bad) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: scandir(../bad): failed to open dir: %s in %s on line %d
+Warning: scandir(../bad): Failed to open directory: %s in %s on line %d
 
 Warning: scandir(): (errno 1): %s in %s on line %d
 bool(false)
 
 Warning: scandir(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: scandir(../bad/bad.txt): failed to open dir: %s in %s on line %d
+Warning: scandir(../bad/bad.txt): Failed to open directory: %s in %s on line %d
 
 Warning: scandir(): (errno 1): %s in %s on line %d
 bool(false)
 
 Warning: scandir(): open_basedir restriction in effect. File(..) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: scandir(..): failed to open dir: %s in %s on line %d
+Warning: scandir(..): Failed to open directory: %s in %s on line %d
 
 Warning: scandir(): (errno 1): %s in %s on line %d
 bool(false)
 
 Warning: scandir(): open_basedir restriction in effect. File(../) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: scandir(../): failed to open dir: %s in %s on line %d
+Warning: scandir(../): Failed to open directory: %s in %s on line %d
 
 Warning: scandir(): (errno 1): %s in %s on line %d
 bool(false)
 
 Warning: scandir(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: scandir(/): failed to open dir: %s in %s on line %d
+Warning: scandir(/): Failed to open directory: %s in %s on line %d
 
 Warning: scandir(): (errno 1): %s in %s on line %d
 bool(false)
 
 Warning: scandir(): open_basedir restriction in effect. File(../bad/.) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: scandir(../bad/.): failed to open dir: %s in %s on line %d
+Warning: scandir(../bad/.): Failed to open directory: %s in %s on line %d
 
 Warning: scandir(): (errno 1): %s in %s on line %d
 bool(false)
 
 Warning: scandir(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: scandir(%s/test/bad/bad.txt): failed to open dir: %s in %s on line %d
+Warning: scandir(%s/test/bad/bad.txt): Failed to open directory: %s in %s on line %d
 
 Warning: scandir(): (errno 1): %s in %s on line %d
 bool(false)
 
 Warning: scandir(): open_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
 
-Warning: scandir(%s/test/bad/../bad/bad.txt): failed to open dir: %s in %s on line %d
+Warning: scandir(%s/test/bad/../bad/bad.txt): Failed to open directory: %s in %s on line %d
 
 Warning: scandir(): (errno 1): %s in %s on line %d
 bool(false)