sebastian               Sun Jun  1 10:15:45 2003 EDT

  Added files:                 
    /php4/tests/run-test        test009.phpt 
  Log:
  Per request by Derick and Marcus.
  

Index: php4/tests/run-test/test009.phpt
+++ php4/tests/run-test/test009.phpt
--TEST--
print_r(Object)
--FILE--
<?php
class Foo {}
$foo = new Foo;
print_r($foo);
?>
--EXPECTF--
foo Object
(
)



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to