[PHP-DEV] Bug in SOAP extension... Re-Keying arrays?

2005-10-29 Thread Mike Benoit
t; } IN: array( '_' => '', 10 => 'Test1', 20 => 'Test2'); OUT: array(3) { ["_"]=> string(0) "" [10]=> string(5) "Test1" [20]=> string(5) "Test2" } IN: array( '_' => NULL, 10 => 'Test1', 20 => 'Test2'); OUT: array(2) { [10]=> string(5) "Test1" [20]=> string(5) "Test2" } -- Mike Benoit <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: [PHP-DEV] Re: crc32() improvements

2004-06-14 Thread Mike Benoit
ce increases in this area as caching is key to my ACL class (http://phpgacl.sourceforge.net/) being usable on high volume sites. -- Mike Benoit <[EMAIL PROTECTED]> -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php