--TEST-- property_exists() tests --FILE-- bar(); $bar = new bar; $bar->test(); echo "Done\n"; ?> --EXPECTF-- Warning: property_exists() expects exactly 2 parameters, 0 given in %s on line %d NULL Warning: property_exists() expects exactly 2 parameters, 1 given in %s on line %d NULL bool(true) bool(true) bool(true) bool(false) bool(false) bool(false) bool(false) bool(false) bool(true) bool(true) bool(true) 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(true) bool(true) Done