Re: [PHP4BETA] cvs: php4 / NEWS
[email protected] ("Stefan Livieratos") Sat, 03 Jun 2000 15:05:15 +0200
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <[email protected]> |
Hi Zeev,
I tried the following script and got assertion failures. Is it
supposed to be so?
<?php
class test {
}
$b = new test;
$c = &$b;
assert($b===$b);
assert($b===$c);
?>
Regards
Stefan Livieratos
On Sat, 03 Jun 2000 10:35:38 -0000
"Zeev Suraski" <[email protected]> wrote:
> *This message was transferred with a trial version of CommuniGate(tm) Pro*
> zeev Sat Jun 3 03:35:38 2000 EDT
>
> Modified files:
> /php4 NEWS
> Log:
> news update
>
>
> Index: php4/NEWS
> diff -u php4/NEWS:1.271 php4/NEWS:1.272
> --- php4/NEWS:1.271 Fri Jun 2 21:16:45 2000
> +++ php4/NEWS Sat Jun 3 03:35:37 2000
> @@ -2,6 +2,8 @@
> |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
>
> ?? ??? 2000, Version 4.0.1
> +- Added support for comparisons of arrays (with arrays) and objects (with
> + objects) (Zeev, Zend Engine)
> - Allow all functions that receive user-defined function callbacks to accept
> an array that contains an object and a method name, in place of a function
> name, e.g. usort($array, array($obj, "ObjSort")) (Zeev, Zend Engine)
>
>
>
> --
> PHP 4.0 Beta Mailing List <http://www.php.net/version4/>
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> To contact the list administrators, e-mail: [email protected]
>