php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37541 ???
Submitted: 2006-05-21 12:48 UTC Modified: 2006-05-21 12:54 UTC
From: mebus14 at hotmail dot com Assigned:
Status: Not a bug Package: *URL Functions
PHP Version: 5.1.4 OS: ???
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mebus14 at hotmail dot com
New email:
PHP Version: OS:

 

 [2006-05-21 12:48 UTC] mebus14 at hotmail dot com
Description:
------------
I was trying to make something whit:

base64_encode and base64_decode

but there is maybe something wrong whit it

Reproduce code:
---------------
<?php

$string = 'dit is dombo';

$iets = base64_decode($string);

echo $iets;

echo '<br>';

$wat = base64_encode($iets);

echo $wat;

?>

Expected result:
----------------
i wanted to see this:

ditisdombo

but it's says:

ditisdombg==


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-05-21 12:54 UTC] bjori@php.net
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

php.net/base64_encode
php.net/base64_decode
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 07:01:31 2024 UTC