--TEST-- property_exists() tests --FILE-- bar(); $bar = new bar; $bar->test(); echo "Done\n"; ?> --EXPECTF-- Warning: Wrong parameter count for property_exists() in %s on line %d NULL Warning: Wrong parameter count for property_exists() in %s on line %d NULL bool(true) bool(false) bool(false) bool(false) bool(false) bool(false) bool(false) bool(false) bool(true) bool(false) bool(false) bool(false) bool(false) Warning: First parameter must either be an object or the name of an existing class in %s on line %d NULL Warning: First parameter must either be an object or the name of an existing class in %s on line %d NULL Warning: First parameter must either be an object or the name of an existing class in %s on line %d NULL bool(true) bool(true) bool(true) bool(true) bool(false) bool(true) Done