Re: [PHP-DEV] Recursive classes ... possible bug?

2007-06-06 Thread Daniel Penning
Paweł Stradomski schrieb: [EMAIL PROTECTED] wrote: Dear internals, I stumbled upon the following odd error message from PHP which I was not expecting. function test(){ echo $this == $this->c1->c2?'equals':'not equals'; // Somehow this Use === (shallow test - returns true iff the

[PHP-DEV] implementing a JDBC like api in PHP

2003-08-14 Thread Daniel Penning
implement the Database api. An idea of how this api might look like can be seen at http://home.t-online.de/~s0nix/odbx/mysql.htm This includes a small implementation based on the mysql extension for testing purposes. Daniel Penning -- PHP Internals - PHP Runtime Development Mailing List To