--TEST-- adding objects to arrays --FILE-- prop = "value"; $c = $a + $o; var_dump($c); echo "Done\n"; ?> --EXPECTF-- Notice: Object of class stdClass could not be converted to int in %s on line %d Fatal error: Unsupported operand types in %s on line %d