From 0f5d980c2fa5669d9c291debc7f4d13a1c01878f Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 20 Feb 2006 08:31:54 +0000 Subject: [PATCH] Fixed test files (added docref) --- ext/openssl/tests/bug25614.phpt | 2 +- ext/session/tests/bug31454.phpt | 2 +- .../tests/general_functions/bug32647.phpt | 8 +++--- ext/standard/tests/serialize/bug25378.phpt | 26 +++++++++---------- 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/ext/openssl/tests/bug25614.phpt b/ext/openssl/tests/bug25614.phpt index ce57ea772d..6f27f1b4ec 100644 --- a/ext/openssl/tests/bug25614.phpt +++ b/ext/openssl/tests/bug25614.phpt @@ -8,4 +8,4 @@ $priv = openssl_pkey_new(); $pub = openssl_pkey_get_public($priv); ?> --EXPECTF-- -Warning: openssl_pkey_get_public(): Don't know how to get public key from this private key (the documentation lied) %s +Warning: openssl_pkey_get_public() [/phpmanual/function.openssl-pkey-get-public.html]: Don't know how to get public key from this private key (the documentation lied) %s diff --git a/ext/session/tests/bug31454.phpt b/ext/session/tests/bug31454.phpt index 6a013df27c..8bc9720aa5 100644 --- a/ext/session/tests/bug31454.phpt +++ b/ext/session/tests/bug31454.phpt @@ -17,5 +17,5 @@ echo "Done\n"; ?> --EXPECTF-- -Warning: session_set_save_handler(): Argument 1 is not a valid callback in %s/bug31454.php on line %d +Warning: session_set_save_handler() [/phpmanual/function.session-set-save-handler.html]: Argument 1 is not a valid callback in %sbug31454.php on line %d Done diff --git a/ext/standard/tests/general_functions/bug32647.phpt b/ext/standard/tests/general_functions/bug32647.phpt index b3a8b365d7..a20792cf71 100644 --- a/ext/standard/tests/general_functions/bug32647.phpt +++ b/ext/standard/tests/general_functions/bug32647.phpt @@ -35,15 +35,15 @@ register_shutdown_function(array($obj,'barfoo')); // Valid --EXPECTF-- Notice: Undefined variable: obj in %s on line %d -Warning: register_shutdown_function(): Invalid shutdown callback 'Array' passed in %s on line %d +Warning: register_shutdown_function() [/phpmanual/function.register-shutdown-function.html]: Invalid shutdown callback 'Array' passed in %s on line %d Notice: Undefined variable: obj in %s on line %d -Warning: register_shutdown_function(): Invalid shutdown callback 'Array' passed in %s on line %d +Warning: register_shutdown_function() [/phpmanual/function.register-shutdown-function.html]: Invalid shutdown callback 'Array' passed in %s on line %d -Warning: register_shutdown_function(): Invalid shutdown callback 'Array' passed in %s on line %d +Warning: register_shutdown_function() [/phpmanual/function.register-shutdown-function.html]: Invalid shutdown callback 'Array' passed in %s on line %d -Warning: register_shutdown_function(): Invalid shutdown callback 'Array' passed in %s on line %d +Warning: register_shutdown_function() [/phpmanual/function.register-shutdown-function.html]: Invalid shutdown callback 'Array' passed in %s on line %d Warning: (Registered shutdown functions) Unable to call bar::foo() - function does not exist in Unknown on line 0 diff --git a/ext/standard/tests/serialize/bug25378.phpt b/ext/standard/tests/serialize/bug25378.phpt index e865b96e99..a3601070f1 100644 --- a/ext/standard/tests/serialize/bug25378.phpt +++ b/ext/standard/tests/serialize/bug25378.phpt @@ -18,42 +18,42 @@ var_dump(unserialize("s:0:\"123\";")); ?> ===DONE=== --EXPECTF-- -Notice: unserialize(): Error at offset 0 of 8 bytes in %sbug25378.php on line %d +Notice: unserialize() [/phpmanual/function.unserialize.html]: Error at offset 0 of 8 bytes in %sbug25378.php on line %d bool(false) -Notice: unserialize(): Error at offset 0 of 5 bytes in %sbug25378.php on line %d +Notice: unserialize() [/phpmanual/function.unserialize.html]: Error at offset 0 of 5 bytes in %sbug25378.php on line %d bool(false) -Notice: unserialize(): Error at offset 13 of 19 bytes in %sbug25378.php on line %d +Notice: unserialize() [/phpmanual/function.unserialize.html]: Error at offset 13 of 19 bytes in %sbug25378.php on line %d bool(false) -Notice: unserialize(): Error at offset 14 of 19 bytes in %sbug25378.php on line %d +Notice: unserialize() [/phpmanual/function.unserialize.html]: Error at offset 14 of 19 bytes in %sbug25378.php on line %d bool(false) -Notice: unserialize(): Error at offset 2 of 22 bytes in %sbug25378.php on line %d +Notice: unserialize() [/phpmanual/function.unserialize.html]: Error at offset 2 of 22 bytes in %sbug25378.php on line %d bool(false) -Notice: unserialize(): Error at offset 17 of 18 bytes in %sbug25378.php on line %d +Notice: unserialize() [/phpmanual/function.unserialize.html]: Error at offset 17 of 18 bytes in %sbug25378.php on line %d bool(false) -Notice: unserialize(): Error at offset 24 of 33 bytes in %sbug25378.php on line %d +Notice: unserialize() [/phpmanual/function.unserialize.html]: Error at offset 24 of 33 bytes in %sbug25378.php on line %d bool(false) -Notice: unserialize(): Error at offset 17 of 33 bytes in %sbug25378.php on line %d +Notice: unserialize() [/phpmanual/function.unserialize.html]: Error at offset 17 of 33 bytes in %sbug25378.php on line %d bool(false) -Notice: unserialize(): Error at offset 33 of 32 bytes in %sbug25378.php on line %d +Notice: unserialize() [/phpmanual/function.unserialize.html]: Error at offset 33 of 32 bytes in %sbug25378.php on line %d bool(false) -Notice: unserialize(): Error at offset 2 of 13 bytes in %sbug25378.php on line %d +Notice: unserialize() [/phpmanual/function.unserialize.html]: Error at offset 2 of 13 bytes in %sbug25378.php on line %d bool(false) -Notice: unserialize(): Error at offset 2 of 11 bytes in %sbug25378.php on line %d +Notice: unserialize() [/phpmanual/function.unserialize.html]: Error at offset 2 of 11 bytes in %sbug25378.php on line %d bool(false) -Notice: unserialize(): Error at offset 8 of 9 bytes in %sbug25378.php on line %d +Notice: unserialize() [/phpmanual/function.unserialize.html]: Error at offset 8 of 9 bytes in %sbug25378.php on line %d bool(false) -Notice: unserialize(): Error at offset 5 of 10 bytes in %sbug25378.php on line %d +Notice: unserialize() [/phpmanual/function.unserialize.html]: Error at offset 5 of 10 bytes in %sbug25378.php on line %d bool(false) ===DONE=== -- 2.50.1