PHP  
 PHP_5_3
downloads | QA | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
 

Test Failure Report for ext/openssl/tests/bug25614.phpt ('openssl: get public key from generated private key')

Script

1: <?php 
2: $priv 
openssl_pkey_new();
3:
$pub openssl_pkey_get_public($priv);
4:
?>
5:

Expected

Warning: openssl_pkey_get_public(): Don't know how to get public key from this private key %s

Output

** ERROR: process timed out **

Diff

001+ ** ERROR: process timed out **
001- Warning: openssl_pkey_get_public(): Don't know how to get public key from this private key %s

 

Generated at Sun, 19 May 2013 20:27:25 +0000 (2 days ago)

Copyright © 2005-2013 The PHP Group
All rights reserved.